.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #8f0b0b !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #a10808 !important;
}
.bg-warning {
  background-color: #3f840b !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8f0b0b !important;
  border-color: #8f0b0b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #be0f0f !important;
  border-color: #be0f0f !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #be0f0f !important;
  border-color: #be0f0f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #950c34 !important;
  border-color: #950c34 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #c41044 !important;
  border-color: #c41044 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c41044 !important;
  border-color: #c41044 !important;
}
.btn-info,
.btn-info:active {
  background-color: #a10808 !important;
  border-color: #a10808 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #d20a0a !important;
  border-color: #d20a0a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d20a0a !important;
  border-color: #d20a0a !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #3f840b !important;
  border-color: #3f840b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #55b30f !important;
  border-color: #55b30f !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #55b30f !important;
  border-color: #55b30f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #8f0b0b;
  color: #8f0b0b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3e0505 !important;
  background-color: transparent !important;
  border-color: #3e0505 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8f0b0b !important;
  border-color: #8f0b0b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #950c34;
  color: #950c34;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #450618 !important;
  background-color: transparent !important;
  border-color: #450618 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #950c34 !important;
  border-color: #950c34 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #a10808;
  color: #a10808;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4e0404 !important;
  background-color: transparent !important;
  border-color: #4e0404 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a10808 !important;
  border-color: #a10808 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #3f840b;
  color: #3f840b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #193404 !important;
  background-color: transparent !important;
  border-color: #193404 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #3f840b !important;
  border-color: #3f840b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #8f0b0b !important;
}
.text-secondary {
  color: #950c34 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #a10808 !important;
}
.text-warning {
  color: #3f840b !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #300404 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #370413 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #400303 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #122603 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #8f0b0b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a10808;
}
.alert-warning {
  background-color: #3f840b;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #8f0b0b;
  border-color: #8f0b0b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #8f0b0b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ef2b2b;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f53434;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #79ed22;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #8f0b0b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #8f0b0b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #8f0b0b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8f0b0b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #8f0b0b;
  border-bottom-color: #8f0b0b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #8f0b0b !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: #950c34 !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='%238f0b0b' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tR9YFbYqbd {
  z-index: 1000;
  width: 100%;
}
.cid-tR9YFbYqbd .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;
}
@media (max-width: 767px) {
  .cid-tR9YFbYqbd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tR9YFbYqbd .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tR9YFbYqbd .navbar-nav {
    max-width: 45%;
  }
}
.cid-tR9YFbYqbd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tR9YFbYqbd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tR9YFbYqbd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tR9YFbYqbd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tR9YFbYqbd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tR9YFbYqbd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tR9YFbYqbd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tR9YFbYqbd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tR9YFbYqbd .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tR9YFbYqbd .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tR9YFbYqbd .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tR9YFbYqbd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tR9YFbYqbd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tR9YFbYqbd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tR9YFbYqbd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tR9YFbYqbd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tR9YFbYqbd .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tR9YFbYqbd .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tR9YFbYqbd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tR9YFbYqbd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tR9YFbYqbd .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tR9YFbYqbd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tR9YFbYqbd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tR9YFbYqbd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tR9YFbYqbd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.3) !important;
  border-radius: 4px !important;
}
.cid-tR9YFbYqbd .nav-item:focus,
.cid-tR9YFbYqbd .nav-link:focus {
  outline: none;
}
.cid-tR9YFbYqbd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tR9YFbYqbd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tR9YFbYqbd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tR9YFbYqbd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR9YFbYqbd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tR9YFbYqbd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tR9YFbYqbd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tR9YFbYqbd .navbar.opened {
  transition: all 0.3s;
}
.cid-tR9YFbYqbd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tR9YFbYqbd .navbar .navbar-logo img {
  width: auto;
}
.cid-tR9YFbYqbd .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tR9YFbYqbd .navbar.collapsed {
  justify-content: center;
}
.cid-tR9YFbYqbd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tR9YFbYqbd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tR9YFbYqbd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tR9YFbYqbd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tR9YFbYqbd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tR9YFbYqbd .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-tR9YFbYqbd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tR9YFbYqbd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tR9YFbYqbd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tR9YFbYqbd .navbar {
    min-height: 72px;
  }
  .cid-tR9YFbYqbd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tR9YFbYqbd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tR9YFbYqbd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tR9YFbYqbd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tR9YFbYqbd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tR9YFbYqbd .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-tR9YFbYqbd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tR9YFbYqbd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tR9YFbYqbd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tR9YFbYqbd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tR9YFbYqbd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tR9YFbYqbd .dropdown-item.active,
.cid-tR9YFbYqbd .dropdown-item:active {
  background-color: transparent;
}
.cid-tR9YFbYqbd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tR9YFbYqbd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tR9YFbYqbd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tR9YFbYqbd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tR9YFbYqbd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tR9YFbYqbd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tR9YFbYqbd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tR9YFbYqbd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tR9YFbYqbd .navbar-buttons {
    text-align: left;
  }
}
.cid-tR9YFbYqbd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tR9YFbYqbd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8f0b0b;
}
.cid-tR9YFbYqbd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tR9YFbYqbd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR9YFbYqbd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR9YFbYqbd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tR9YFbYqbd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR9YFbYqbd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tR9YFbYqbd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tR9YFbYqbd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR9YFbYqbd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tR9YFbYqbd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tR9YFbYqbd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tR9YFbYqbd .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tR9YFbYqbd .navbar {
    height: 70px;
  }
  .cid-tR9YFbYqbd .navbar.opened {
    height: auto;
  }
  .cid-tR9YFbYqbd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tR9YFbYqbd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tR9YFbYqbd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tR9YFbYqbd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tR9YFbYqbd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tR9YFbYqbd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tR9YFbYqbd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tR9YFbYqbd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tR9YFbYqbd .navbar-brand {
    margin-right: auto;
  }
  .cid-tR9YFbYqbd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.3) !important;
    background: rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tR9YFbYqbd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tR9YFbYqbd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tR9YFbYqbd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tR9YFbYqbd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tR9YFbYqbd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tR9YFbYqbd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tR9YFbYqbd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tR9YFbYqbd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tR9YFbYqbd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tR9YFbYqbd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tR9WPkjULl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1004x768.jpg");
}
.cid-tR9WPkjULl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR9WPkjULl .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-tR9WPkjULl .container {
    padding: 0 20px;
  }
}
.cid-tR9WPkjULl .row {
  margin: 0;
}
.cid-tR9WPkjULl .mbr-section-title {
  margin-bottom: 50px;
  color: #a10808;
}
@media (max-width: 992px) {
  .cid-tR9WPkjULl .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tR9WPkjULl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-tR9WPkjULl .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tR9WPkjULl .embla__slide .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tR9WPkjULl .embla__slide .card-wrap {
    display: block;
  }
}
.cid-tR9WPkjULl .embla__slide .card-wrap .content-wrap {
  width: 40%;
  margin-right: 100px;
}
@media (max-width: 992px) {
  .cid-tR9WPkjULl .embla__slide .card-wrap .content-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.cid-tR9WPkjULl .embla__slide .card-wrap .content-wrap .number-wrap .mbr-number {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(45deg, #a10808 50%, #000000);
  border-radius: 50%;
  margin-bottom: 32px;
}
.cid-tR9WPkjULl .embla__slide .card-wrap .content-wrap .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tR9WPkjULl .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tR9WPkjULl .embla__slide .card-wrap .content-wrap .mbr-text {
    margin-bottom: 0;
  }
}
.cid-tR9WPkjULl .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 400px;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .cid-tR9WPkjULl .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-tR9WPkjULl .embla__button--next,
.cid-tR9WPkjULl .embla__button--prev {
  display: flex;
}
.cid-tR9WPkjULl .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: transparent;
  color: #a10808;
  border: 1px solid #8f0b0b;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tR9WPkjULl .embla__button {
    display: none;
  }
}
.cid-tR9WPkjULl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tR9WPkjULl .embla__button:hover {
  background: #8f0b0b;
  color: #000000;
}
.cid-tR9WPkjULl .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-tR9WPkjULl .embla__button.embla__button--next {
  right: auto;
  left: 4rem;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tR9WPkjULl .embla__button {
    top: auto;
  }
}
.cid-tR9WPkjULl .embla {
  position: relative;
  width: 100%;
}
.cid-tR9WPkjULl .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tR9WPkjULl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tR9WPkjULl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tR9WPkjULl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tR9WPkjULl .mbr-number {
  color: #000000;
}
.cid-tR9WPkjULl .mbr-card-title {
  color: #ffffff;
}
.cid-tR9WPkjULl .mbr-text {
  color: #ffffff;
}
.cid-tRaS9BcWEO {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tRaS9BcWEO .text {
  display: flex;
  align-items: center;
}
.cid-tRaS9BcWEO .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #7a0d0d;
}
.cid-tRaS9BcWEO .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-tRaS9BcWEO .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-tRaS9BcWEO .btn:hover {
  box-shadow: none;
}
.cid-tRaS9BcWEO .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tRaS9BcWEO .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-tRaS9BcWEO .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-tRaS9BcWEO .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-tRaS9BcWEO .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-tRaS9BcWEO .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-tRaS9BcWEO .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-tRaS9BcWEO .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-tRaS9BcWEO .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-tRaS9BcWEO .row:hover img {
  transform: rotate(0deg);
}
.cid-tRaS9BcWEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRaS9BcWEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRaS9BcWEO .mbr-section-title DIV {
  text-align: left;
}
.cid-tRb3VphrWK {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ea899a258fe7f4b4ffaede007a6097ae-2000x2000.jpg");
}
.cid-tRb3VphrWK img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-tRb3VphrWK .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tRb3VphrWK .card-wrapper {
  background: #000000;
  padding: 3rem;
}
.cid-tRb3VphrWK .card-wrapper:hover {
  background: linear-gradient(to left, #950c34, #8f0b0b);
}
.cid-tRb3VphrWK .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-tRb3VphrWK .icon-wrapper {
  padding: 0 1rem;
}
.cid-tRb3VphrWK .card-box {
  padding-top: 2rem;
}
.cid-tRb3VphrWK .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #950c34, #8f0b0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tRb3VphrWK .card-title {
  color: #999999;
}
.cid-tRb3VphrWK .mbr-subtitle {
  color: #ffffff;
}
.cid-tRb3VphrWK .main-title {
  color: #950c34;
}
.cid-tRb3VphrWK .main-subtitle {
  color: #999999;
}
.cid-tRb3VphrWK .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tRb3VphrWK .card:hover {
  transform: translateY(-10px);
}
.cid-tRb3VphrWK .card:hover .link-icon {
  color: #000000;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-tRb3VphrWK .card:hover .card-title,
.cid-tRb3VphrWK .card:hover .mbr-subtitle {
  color: #000000 !important;
}
@media (min-width: 1600px) {
  .cid-tRb3VphrWK .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-tRb3VphrWK .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tRgjL1QNoI {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ea899a258fe7f4b4ffaede007a6097ae-2000x2000.jpg");
}
.cid-tRgjL1QNoI img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-tRgjL1QNoI .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tRgjL1QNoI .card-wrapper {
  background: #000000;
  padding: 3rem;
}
.cid-tRgjL1QNoI .card-wrapper:hover {
  background: linear-gradient(to left, #950c34, #8f0b0b);
}
.cid-tRgjL1QNoI .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-tRgjL1QNoI .icon-wrapper {
  padding: 0 1rem;
}
.cid-tRgjL1QNoI .card-box {
  padding-top: 2rem;
}
.cid-tRgjL1QNoI .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #950c34, #8f0b0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tRgjL1QNoI .card-title {
  color: #999999;
}
.cid-tRgjL1QNoI .mbr-subtitle {
  color: #ffffff;
}
.cid-tRgjL1QNoI .main-title {
  color: #950c34;
}
.cid-tRgjL1QNoI .main-subtitle {
  color: #999999;
}
.cid-tRgjL1QNoI .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tRgjL1QNoI .card:hover {
  transform: translateY(-10px);
}
.cid-tRgjL1QNoI .card:hover .link-icon {
  color: #000000;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-tRgjL1QNoI .card:hover .card-title,
.cid-tRgjL1QNoI .card:hover .mbr-subtitle {
  color: #000000 !important;
}
@media (min-width: 1600px) {
  .cid-tRgjL1QNoI .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-tRgjL1QNoI .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tRbbeH3bgf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tRbbeH3bgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRbbeH3bgf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRbbeH3bgf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tRbbeH3bgf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tRbbeH3bgf .container {
    padding: 0 16px;
  }
}
.cid-tRbbeH3bgf .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tRbbeH3bgf .row {
    margin: 0;
  }
}
.cid-tRbbeH3bgf .row .card {
  position: relative;
  padding: 0;
}
.cid-tRbbeH3bgf .decor-wrapper_1 {
  height: 30px;
  background-color: #5f0505;
  border-radius: 20px 20px 0 0;
}
.cid-tRbbeH3bgf .decor-wrapper_2 {
  height: 30px;
  background-color: #7a0d0d;
}
.cid-tRbbeH3bgf .decor-wrapper_3 {
  height: 30px;
  background-color: #931010;
}
.cid-tRbbeH3bgf .title-wrapper {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .cid-tRbbeH3bgf .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-tRbbeH3bgf .title-wrapper {
    margin: 0 10px;
  }
}
.cid-tRbbeH3bgf .mbr-section-title {
  color: #7a0d0d;
  text-align: center;
}
.cid-tRbaHOTZBn {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #000000;
}
.cid-tRbaHOTZBn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRbaHOTZBn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRbaHOTZBn .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tRbaHOTZBn .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tRbaHOTZBn .container {
    padding: 0 26px;
  }
}
.cid-tRbaHOTZBn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 535px;
  max-width: 535px;
}
@media (max-width: 768px) {
  .cid-tRbaHOTZBn .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tRbaHOTZBn .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tRbaHOTZBn .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tRbaHOTZBn .embla__slide a .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-tRbaHOTZBn .embla__button--next,
.cid-tRbaHOTZBn .embla__button--prev {
  display: flex;
}
.cid-tRbaHOTZBn .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tRbaHOTZBn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tRbaHOTZBn .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-tRbaHOTZBn .embla__button.embla__button--prev {
  left: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-tRbaHOTZBn .embla__button.embla__button--prev {
    margin-left: 26px;
  }
}
.cid-tRbaHOTZBn .embla__button.embla__button--next {
  right: 0;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-tRbaHOTZBn .embla__button.embla__button--next {
    margin-right: 26px;
  }
}
.cid-tRbaHOTZBn .embla {
  position: relative;
  width: 100%;
}
.cid-tRbaHOTZBn .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tRbaHOTZBn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tRbaHOTZBn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tRbaHOTZBn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tSigM9CpA8 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1233.png");
}
.cid-tSigM9CpA8 .mbr-overlay {
  background: #000000;
  opacity: 0.4;
}
.cid-tSigM9CpA8 img,
.cid-tSigM9CpA8 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tSigM9CpA8 .item:focus,
.cid-tSigM9CpA8 span:focus {
  outline: none;
}
.cid-tSigM9CpA8 .item-wrapper {
  position: relative;
}
.cid-tSigM9CpA8 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tSigM9CpA8 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSigM9CpA8 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tSigM9CpA8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tSigM9CpA8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tSigM9CpA8 .mbr-text,
.cid-tSigM9CpA8 .mbr-section-btn {
  text-align: left;
}
.cid-tSigM9CpA8 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tSigM9CpA8 .item-subtitle {
  text-align: left;
}
.cid-tSigM9CpA8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tSigM9CpA8 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tSigM9CpA8 .embla__button--next,
.cid-tSigM9CpA8 .embla__button--prev {
  display: flex;
}
.cid-tSigM9CpA8 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tSigM9CpA8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tSigM9CpA8 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tSigM9CpA8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tSigM9CpA8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tSigM9CpA8 .embla__button {
    top: auto;
  }
}
.cid-tSigM9CpA8 .embla {
  position: relative;
  width: 100%;
}
.cid-tSigM9CpA8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tSigM9CpA8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tSigM9CpA8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tSigM9CpA8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tSWVtaWoAp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1233.png");
}
.cid-tSWVtaWoAp .mbr-overlay {
  background: #000000;
  opacity: 0.4;
}
.cid-tSWVtaWoAp img,
.cid-tSWVtaWoAp .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tSWVtaWoAp .item:focus,
.cid-tSWVtaWoAp span:focus {
  outline: none;
}
.cid-tSWVtaWoAp .item-wrapper {
  position: relative;
}
.cid-tSWVtaWoAp .slide-content {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tSWVtaWoAp .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSWVtaWoAp .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tSWVtaWoAp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tSWVtaWoAp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tSWVtaWoAp .mbr-text,
.cid-tSWVtaWoAp .mbr-section-btn {
  text-align: left;
}
.cid-tSWVtaWoAp .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tSWVtaWoAp .item-subtitle {
  text-align: left;
}
.cid-tSWVtaWoAp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tSWVtaWoAp .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tSWVtaWoAp .embla__button--next,
.cid-tSWVtaWoAp .embla__button--prev {
  display: flex;
}
.cid-tSWVtaWoAp .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tSWVtaWoAp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tSWVtaWoAp .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tSWVtaWoAp .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tSWVtaWoAp .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tSWVtaWoAp .embla__button {
    top: auto;
  }
}
.cid-tSWVtaWoAp .embla {
  position: relative;
  width: 100%;
}
.cid-tSWVtaWoAp .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tSWVtaWoAp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tSWVtaWoAp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tSWVtaWoAp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tUmELVxPOk {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1233.png");
}
.cid-tUmELVxPOk .mbr-overlay {
  background: #000000;
  opacity: 0.4;
}
.cid-tUmELVxPOk img,
.cid-tUmELVxPOk .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tUmELVxPOk .item:focus,
.cid-tUmELVxPOk span:focus {
  outline: none;
}
.cid-tUmELVxPOk .item-wrapper {
  position: relative;
}
.cid-tUmELVxPOk .slide-content {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tUmELVxPOk .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tUmELVxPOk .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tUmELVxPOk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tUmELVxPOk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tUmELVxPOk .mbr-text,
.cid-tUmELVxPOk .mbr-section-btn {
  text-align: left;
}
.cid-tUmELVxPOk .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tUmELVxPOk .item-subtitle {
  text-align: left;
}
.cid-tUmELVxPOk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tUmELVxPOk .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tUmELVxPOk .embla__button--next,
.cid-tUmELVxPOk .embla__button--prev {
  display: flex;
}
.cid-tUmELVxPOk .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tUmELVxPOk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tUmELVxPOk .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tUmELVxPOk .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUmELVxPOk .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUmELVxPOk .embla__button {
    top: auto;
  }
}
.cid-tUmELVxPOk .embla {
  position: relative;
  width: 100%;
}
.cid-tUmELVxPOk .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tUmELVxPOk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tUmELVxPOk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tUmELVxPOk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tXulnPPnD4 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1233.png");
}
.cid-tXulnPPnD4 .mbr-overlay {
  background: #000000;
  opacity: 0.4;
}
.cid-tXulnPPnD4 img,
.cid-tXulnPPnD4 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tXulnPPnD4 .item:focus,
.cid-tXulnPPnD4 span:focus {
  outline: none;
}
.cid-tXulnPPnD4 .item-wrapper {
  position: relative;
}
.cid-tXulnPPnD4 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tXulnPPnD4 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tXulnPPnD4 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tXulnPPnD4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tXulnPPnD4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tXulnPPnD4 .mbr-text,
.cid-tXulnPPnD4 .mbr-section-btn {
  text-align: left;
}
.cid-tXulnPPnD4 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tXulnPPnD4 .item-subtitle {
  text-align: left;
}
.cid-tXulnPPnD4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tXulnPPnD4 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXulnPPnD4 .embla__button--next,
.cid-tXulnPPnD4 .embla__button--prev {
  display: flex;
}
.cid-tXulnPPnD4 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXulnPPnD4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXulnPPnD4 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tXulnPPnD4 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXulnPPnD4 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXulnPPnD4 .embla__button {
    top: auto;
  }
}
.cid-tXulnPPnD4 .embla {
  position: relative;
  width: 100%;
}
.cid-tXulnPPnD4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXulnPPnD4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXulnPPnD4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXulnPPnD4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tXuluiBTz4 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1233.png");
}
.cid-tXuluiBTz4 .mbr-overlay {
  background: #000000;
  opacity: 0.4;
}
.cid-tXuluiBTz4 img,
.cid-tXuluiBTz4 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tXuluiBTz4 .item:focus,
.cid-tXuluiBTz4 span:focus {
  outline: none;
}
.cid-tXuluiBTz4 .item-wrapper {
  position: relative;
}
.cid-tXuluiBTz4 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tXuluiBTz4 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tXuluiBTz4 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tXuluiBTz4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tXuluiBTz4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tXuluiBTz4 .mbr-text,
.cid-tXuluiBTz4 .mbr-section-btn {
  text-align: left;
}
.cid-tXuluiBTz4 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tXuluiBTz4 .item-subtitle {
  text-align: left;
}
.cid-tXuluiBTz4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tXuluiBTz4 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXuluiBTz4 .embla__button--next,
.cid-tXuluiBTz4 .embla__button--prev {
  display: flex;
}
.cid-tXuluiBTz4 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXuluiBTz4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXuluiBTz4 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tXuluiBTz4 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXuluiBTz4 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXuluiBTz4 .embla__button {
    top: auto;
  }
}
.cid-tXuluiBTz4 .embla {
  position: relative;
  width: 100%;
}
.cid-tXuluiBTz4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXuluiBTz4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXuluiBTz4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXuluiBTz4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-upRv6R7WQZ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1233.png");
}
.cid-upRv6R7WQZ .mbr-overlay {
  background: #000000;
  opacity: 0.4;
}
.cid-upRv6R7WQZ img,
.cid-upRv6R7WQZ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-upRv6R7WQZ .item:focus,
.cid-upRv6R7WQZ span:focus {
  outline: none;
}
.cid-upRv6R7WQZ .item-wrapper {
  position: relative;
}
.cid-upRv6R7WQZ .slide-content {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upRv6R7WQZ .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upRv6R7WQZ .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-upRv6R7WQZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upRv6R7WQZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upRv6R7WQZ .mbr-text,
.cid-upRv6R7WQZ .mbr-section-btn {
  text-align: left;
}
.cid-upRv6R7WQZ .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-upRv6R7WQZ .item-subtitle {
  text-align: left;
}
.cid-upRv6R7WQZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-upRv6R7WQZ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-upRv6R7WQZ .embla__button--next,
.cid-upRv6R7WQZ .embla__button--prev {
  display: flex;
}
.cid-upRv6R7WQZ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-upRv6R7WQZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-upRv6R7WQZ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-upRv6R7WQZ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upRv6R7WQZ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upRv6R7WQZ .embla__button {
    top: auto;
  }
}
.cid-upRv6R7WQZ .embla {
  position: relative;
  width: 100%;
}
.cid-upRv6R7WQZ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-upRv6R7WQZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-upRv6R7WQZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-upRv6R7WQZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-utgxoopegb {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1233.png");
}
.cid-utgxoopegb .mbr-overlay {
  background: #000000;
  opacity: 0.4;
}
.cid-utgxoopegb img,
.cid-utgxoopegb .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-utgxoopegb .item:focus,
.cid-utgxoopegb span:focus {
  outline: none;
}
.cid-utgxoopegb .item-wrapper {
  position: relative;
}
.cid-utgxoopegb .slide-content {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-utgxoopegb .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utgxoopegb .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-utgxoopegb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-utgxoopegb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-utgxoopegb .mbr-text,
.cid-utgxoopegb .mbr-section-btn {
  text-align: left;
}
.cid-utgxoopegb .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-utgxoopegb .item-subtitle {
  text-align: left;
}
.cid-utgxoopegb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-utgxoopegb .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-utgxoopegb .embla__button--next,
.cid-utgxoopegb .embla__button--prev {
  display: flex;
}
.cid-utgxoopegb .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-utgxoopegb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-utgxoopegb .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-utgxoopegb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utgxoopegb .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-utgxoopegb .embla__button {
    top: auto;
  }
}
.cid-utgxoopegb .embla {
  position: relative;
  width: 100%;
}
.cid-utgxoopegb .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-utgxoopegb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-utgxoopegb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-utgxoopegb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-utgAmP43Il {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1233.png");
}
.cid-utgAmP43Il .mbr-overlay {
  background: #000000;
  opacity: 0.4;
}
.cid-utgAmP43Il img,
.cid-utgAmP43Il .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-utgAmP43Il .item:focus,
.cid-utgAmP43Il span:focus {
  outline: none;
}
.cid-utgAmP43Il .item-wrapper {
  position: relative;
}
.cid-utgAmP43Il .slide-content {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-utgAmP43Il .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utgAmP43Il .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-utgAmP43Il .mbr-section-btn {
  margin-top: auto !important;
}
.cid-utgAmP43Il .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-utgAmP43Il .mbr-text,
.cid-utgAmP43Il .mbr-section-btn {
  text-align: left;
}
.cid-utgAmP43Il .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-utgAmP43Il .item-subtitle {
  text-align: left;
}
.cid-utgAmP43Il .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-utgAmP43Il .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-utgAmP43Il .embla__button--next,
.cid-utgAmP43Il .embla__button--prev {
  display: flex;
}
.cid-utgAmP43Il .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-utgAmP43Il .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-utgAmP43Il .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-utgAmP43Il .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utgAmP43Il .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-utgAmP43Il .embla__button {
    top: auto;
  }
}
.cid-utgAmP43Il .embla {
  position: relative;
  width: 100%;
}
.cid-utgAmP43Il .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-utgAmP43Il .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-utgAmP43Il .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-utgAmP43Il .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tRbehrzqgi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tRbehrzqgi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRbehrzqgi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRbehrzqgi .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tRbehrzqgi .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tRbehrzqgi .container {
    padding: 0 16px;
  }
}
.cid-tRbehrzqgi .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tRbehrzqgi .row {
    margin: 0;
  }
}
.cid-tRbehrzqgi .row .card {
  position: relative;
  padding: 0;
}
.cid-tRbehrzqgi .decor-wrapper_1 {
  height: 30px;
  background-color: #5f0505;
  border-radius: 20px 20px 0 0;
}
.cid-tRbehrzqgi .decor-wrapper_2 {
  height: 30px;
  background-color: #7a0d0d;
}
.cid-tRbehrzqgi .decor-wrapper_3 {
  height: 30px;
  background-color: #931010;
}
.cid-tRbehrzqgi .title-wrapper {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .cid-tRbehrzqgi .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-tRbehrzqgi .title-wrapper {
    margin: 0 10px;
  }
}
.cid-tRbehrzqgi .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-tRbDT5MjTo {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-tRbDT5MjTo .mbr-overlay {
  background: #000000;
  opacity: 0.8;
}
.cid-tRbDT5MjTo .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tRbDT5MjTo .container {
    max-width: 1130px;
  }
  .cid-tRbDT5MjTo .wrap {
    width: 1130px;
    padding: 0;
  }
}
.cid-tRbDT5MjTo .item-content {
  padding: 0 1rem;
}
.cid-tRbDT5MjTo img,
.cid-tRbDT5MjTo .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (min-width: 1400px) {
  .cid-tRbDT5MjTo img,
  .cid-tRbDT5MjTo .item-img {
    height: 260px;
  }
}
.cid-tRbDT5MjTo .item:focus,
.cid-tRbDT5MjTo span:focus {
  outline: none;
}
.cid-tRbDT5MjTo .item-wrapper {
  position: relative;
}
.cid-tRbDT5MjTo .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fef7f2;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tRbDT5MjTo .mbr-text {
  text-align: center;
}
.cid-tRbDT5MjTo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 255px;
  max-width: 255px;
}
@media (max-width: 768px) {
  .cid-tRbDT5MjTo .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tRbDT5MjTo .embla__button--next,
.cid-tRbDT5MjTo .embla__button--prev {
  display: flex;
}
.cid-tRbDT5MjTo .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  color: #000000;
  background-color: #fef7f2;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tRbDT5MjTo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tRbDT5MjTo .embla__button:hover {
  background-color: #5f0505;
  color: #ffffff;
}
.cid-tRbDT5MjTo .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRbDT5MjTo .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRbDT5MjTo .embla__button {
    top: auto;
  }
}
.cid-tRbDT5MjTo .embla {
  position: relative;
  width: 100%;
}
.cid-tRbDT5MjTo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tRbDT5MjTo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tRbDT5MjTo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tRbDT5MjTo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tRbDT5MjTo .mbr-section-title {
  color: #a10808;
}
.cid-uo5tW1Bige {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-uo5tW1Bige .mbr-overlay {
  background: #000000;
  opacity: 0.8;
}
.cid-uo5tW1Bige .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uo5tW1Bige .container {
    max-width: 1130px;
  }
  .cid-uo5tW1Bige .wrap {
    width: 1130px;
    padding: 0;
  }
}
.cid-uo5tW1Bige .item-content {
  padding: 0 1rem;
}
.cid-uo5tW1Bige img,
.cid-uo5tW1Bige .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (min-width: 1400px) {
  .cid-uo5tW1Bige img,
  .cid-uo5tW1Bige .item-img {
    height: 260px;
  }
}
.cid-uo5tW1Bige .item:focus,
.cid-uo5tW1Bige span:focus {
  outline: none;
}
.cid-uo5tW1Bige .item-wrapper {
  position: relative;
}
.cid-uo5tW1Bige .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fef7f2;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uo5tW1Bige .mbr-text {
  text-align: center;
}
.cid-uo5tW1Bige .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 255px;
  max-width: 255px;
}
@media (max-width: 768px) {
  .cid-uo5tW1Bige .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uo5tW1Bige .embla__button--next,
.cid-uo5tW1Bige .embla__button--prev {
  display: flex;
}
.cid-uo5tW1Bige .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  color: #000000;
  background-color: #fef7f2;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uo5tW1Bige .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uo5tW1Bige .embla__button:hover {
  background-color: #5f0505;
  color: #ffffff;
}
.cid-uo5tW1Bige .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uo5tW1Bige .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uo5tW1Bige .embla__button {
    top: auto;
  }
}
.cid-uo5tW1Bige .embla {
  position: relative;
  width: 100%;
}
.cid-uo5tW1Bige .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uo5tW1Bige .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uo5tW1Bige .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uo5tW1Bige .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uo5tW1Bige .mbr-section-title {
  color: #a10808;
}
.cid-uDKjIqIAmx {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-uDKjIqIAmx .mbr-overlay {
  background: #000000;
  opacity: 0.8;
}
.cid-uDKjIqIAmx .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uDKjIqIAmx .container {
    max-width: 1130px;
  }
  .cid-uDKjIqIAmx .wrap {
    width: 1130px;
    padding: 0;
  }
}
.cid-uDKjIqIAmx .item-content {
  padding: 0 1rem;
}
.cid-uDKjIqIAmx img,
.cid-uDKjIqIAmx .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (min-width: 1400px) {
  .cid-uDKjIqIAmx img,
  .cid-uDKjIqIAmx .item-img {
    height: 260px;
  }
}
.cid-uDKjIqIAmx .item:focus,
.cid-uDKjIqIAmx span:focus {
  outline: none;
}
.cid-uDKjIqIAmx .item-wrapper {
  position: relative;
}
.cid-uDKjIqIAmx .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fef7f2;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uDKjIqIAmx .mbr-text {
  text-align: center;
}
.cid-uDKjIqIAmx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 255px;
  max-width: 255px;
}
@media (max-width: 768px) {
  .cid-uDKjIqIAmx .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uDKjIqIAmx .embla__button--next,
.cid-uDKjIqIAmx .embla__button--prev {
  display: flex;
}
.cid-uDKjIqIAmx .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  color: #000000;
  background-color: #fef7f2;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDKjIqIAmx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uDKjIqIAmx .embla__button:hover {
  background-color: #5f0505;
  color: #ffffff;
}
.cid-uDKjIqIAmx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uDKjIqIAmx .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uDKjIqIAmx .embla__button {
    top: auto;
  }
}
.cid-uDKjIqIAmx .embla {
  position: relative;
  width: 100%;
}
.cid-uDKjIqIAmx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uDKjIqIAmx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDKjIqIAmx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDKjIqIAmx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDKjIqIAmx .mbr-section-title {
  color: #a10808;
}
.cid-tRfJuOUPHe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1233.png");
}
.cid-tRfJuOUPHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRfJuOUPHe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRfJuOUPHe .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tRfJuOUPHe .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tRfJuOUPHe .container {
    padding: 0 12px;
  }
}
.cid-tRfJuOUPHe .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tRfJuOUPHe .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tRfJuOUPHe .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #5f0505;
  box-shadow: 4px 4px #5f0505;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tRfJuOUPHe .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-tRfJuOUPHe .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tRfJuOUPHe .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-tRfJuOUPHe .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-tRfJuOUPHe .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-tRfJuOUPHe .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #5f0505;
}
@media (max-width: 992px) {
  .cid-tRfJuOUPHe .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-tRfJuOUPHe .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tRfJuOUPHe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tRfJuOUPHe .mbr-section-subtitle {
  color: #222222;
}
.cid-tRfJuOUPHe .mbr-text {
  color: #222222;
  text-align: left;
}
.cid-tRfJuOUPHe .list {
  color: #222222;
}
.cid-tRfRogjDKJ {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-tRfRogjDKJ img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-tRfRogjDKJ .link-wrapper {
  margin-bottom: 1rem;
}
.cid-tRfRogjDKJ .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-tRfRogjDKJ .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #950c34, #8f0b0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tRfRogjDKJ .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tRfRogjDKJ .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tRfRogjDKJ .first:hover:before {
  content: none;
}
.cid-tRfRogjDKJ .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #950c34, #8f0b0b);
  content: "";
}
.cid-tRfRogjDKJ .last:hover:after {
  content: none;
}
.cid-tRfRogjDKJ .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #950c34, #8f0b0b);
  content: "";
}
.cid-tRfRogjDKJ .mbr-section-text {
  color: #999999;
}
.cid-tRfRogjDKJ .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-tRfRogjDKJ .card .img-wrapper {
  overflow: hidden;
}
.cid-tRfRogjDKJ .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-tRfRogjDKJ .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-tRfRogjDKJ .card:hover .card-wrapper {
  background: linear-gradient(to left, #950c34, #8f0b0b);
  color: #ffffff !important;
}
.cid-tRfRogjDKJ .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-tRfXciXxQo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-tRfXciXxQo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tRfXciXxQo textarea {
  min-height: 200px;
}
.cid-tRfXciXxQo .btn {
  padding: 1rem 3rem;
}
.cid-tRfXciXxQo .form-control,
.cid-tRfXciXxQo .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-tRfXciXxQo .form-control::-webkit-input-placeholder,
.cid-tRfXciXxQo .field-input::-webkit-input-placeholder,
.cid-tRfXciXxQo .form-control::-webkit-input-placeholder,
.cid-tRfXciXxQo .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tRfXciXxQo .form-control:-moz-placeholder,
.cid-tRfXciXxQo .field-input:-moz-placeholder,
.cid-tRfXciXxQo .form-control:-moz-placeholder,
.cid-tRfXciXxQo .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tRfXciXxQo .form-control:hover,
.cid-tRfXciXxQo .field-input:hover,
.cid-tRfXciXxQo .form-control:focus,
.cid-tRfXciXxQo .field-input:focus {
  background-color: #333333;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tRfXciXxQo .form-control:hover::-webkit-input-placeholder,
.cid-tRfXciXxQo .field-input:hover::-webkit-input-placeholder,
.cid-tRfXciXxQo .form-control:focus::-webkit-input-placeholder,
.cid-tRfXciXxQo .field-input:focus::-webkit-input-placeholder,
.cid-tRfXciXxQo .form-control:hover::-webkit-input-placeholder,
.cid-tRfXciXxQo .field-input:hover::-webkit-input-placeholder,
.cid-tRfXciXxQo .form-control:focus::-webkit-input-placeholder,
.cid-tRfXciXxQo .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tRfXciXxQo .form-control:hover:-moz-placeholder,
.cid-tRfXciXxQo .field-input:hover:-moz-placeholder,
.cid-tRfXciXxQo .form-control:focus:-moz-placeholder,
.cid-tRfXciXxQo .field-input:focus:-moz-placeholder,
.cid-tRfXciXxQo .form-control:hover:-moz-placeholder,
.cid-tRfXciXxQo .field-input:hover:-moz-placeholder,
.cid-tRfXciXxQo .form-control:focus:-moz-placeholder,
.cid-tRfXciXxQo .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tRfXciXxQo .jq-number__spin:hover,
.cid-tRfXciXxQo .jq-number__spin:focus {
  background-color: #333333;
  border-color: #333333 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tRfXciXxQo .jq-number__spin {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tRfXciXxQo .jq-selectbox li,
.cid-tRfXciXxQo .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-tRfXciXxQo .jq-selectbox li:hover,
.cid-tRfXciXxQo .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-tRfXciXxQo .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tRfXciXxQo .jq-number__spin.minus:hover:after,
.cid-tRfXciXxQo .jq-number__spin.plus:hover:after {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.cid-tRfXciXxQo .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tRfXciXxQo .jq-number__spin.minus:after,
.cid-tRfXciXxQo .jq-number__spin.plus:after {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.cid-tRfXciXxQo input::-webkit-clear-button {
  display: none;
}
.cid-tRfXciXxQo input::-webkit-inner-spin-button {
  display: none;
}
.cid-tRfXciXxQo input::-webkit-outer-spin-button {
  display: none;
}
.cid-tRfXciXxQo input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tRfXciXxQo .mbr-section-title {
  color: #ffffff;
}
.cid-tRfS2ZdmSy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tRfS2ZdmSy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRfS2ZdmSy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRfS2ZdmSy .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tRfS2ZdmSy .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tRfS2ZdmSy .container {
    padding: 0 26px;
  }
}
.cid-tRfS2ZdmSy .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #5f0505;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-tRfS2ZdmSy .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-tRfS2ZdmSy .row {
    padding: 26px;
  }
}
.cid-tRfS2ZdmSy .title-wrapper {
  margin-bottom: 50px;
}
.cid-tRfS2ZdmSy .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tRfS2ZdmSy .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-tRfS2ZdmSy .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tRfS2ZdmSy .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-tRfS2ZdmSy .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-tRfS2ZdmSy .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-tRfS2ZdmSy .nav-wrapper {
  margin-bottom: 50px;
}
.cid-tRfS2ZdmSy .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tRfS2ZdmSy .nav-wrapper .list {
    display: block;
  }
}
.cid-tRfS2ZdmSy .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tRfS2ZdmSy .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-tRfS2ZdmSy .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tRfS2ZdmSy .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tRfS2ZdmSy .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tRfS2ZdmSy .soc-wrapper {
  margin-bottom: 50px;
}
.cid-tRfS2ZdmSy .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-tRfS2ZdmSy .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-tRfS2ZdmSy .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-tRfS2ZdmSy .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-tRfS2ZdmSy .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tRfS2ZdmSy .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tRfS2ZdmSy .mbr-section-title,
.cid-tRfS2ZdmSy .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tRfS2ZdmSy .list {
  color: #ffffff;
}
.cid-tRfS2ZdmSy .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-tRfS2ZdmSy .list,
.cid-tRfS2ZdmSy .nav-wrapper,
.cid-tRfS2ZdmSy .soc-wrapper {
  text-align: center;
}
.cid-tR9YFbYqbd {
  z-index: 1000;
  width: 100%;
}
.cid-tR9YFbYqbd .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;
}
@media (max-width: 767px) {
  .cid-tR9YFbYqbd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tR9YFbYqbd .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tR9YFbYqbd .navbar-nav {
    max-width: 45%;
  }
}
.cid-tR9YFbYqbd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tR9YFbYqbd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tR9YFbYqbd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tR9YFbYqbd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tR9YFbYqbd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tR9YFbYqbd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tR9YFbYqbd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tR9YFbYqbd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tR9YFbYqbd .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tR9YFbYqbd .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tR9YFbYqbd .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tR9YFbYqbd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tR9YFbYqbd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tR9YFbYqbd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tR9YFbYqbd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tR9YFbYqbd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tR9YFbYqbd .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tR9YFbYqbd .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tR9YFbYqbd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tR9YFbYqbd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tR9YFbYqbd .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tR9YFbYqbd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tR9YFbYqbd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tR9YFbYqbd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tR9YFbYqbd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.3) !important;
  border-radius: 4px !important;
}
.cid-tR9YFbYqbd .nav-item:focus,
.cid-tR9YFbYqbd .nav-link:focus {
  outline: none;
}
.cid-tR9YFbYqbd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tR9YFbYqbd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tR9YFbYqbd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tR9YFbYqbd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR9YFbYqbd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tR9YFbYqbd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tR9YFbYqbd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tR9YFbYqbd .navbar.opened {
  transition: all 0.3s;
}
.cid-tR9YFbYqbd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tR9YFbYqbd .navbar .navbar-logo img {
  width: auto;
}
.cid-tR9YFbYqbd .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tR9YFbYqbd .navbar.collapsed {
  justify-content: center;
}
.cid-tR9YFbYqbd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tR9YFbYqbd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tR9YFbYqbd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tR9YFbYqbd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tR9YFbYqbd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tR9YFbYqbd .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-tR9YFbYqbd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tR9YFbYqbd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tR9YFbYqbd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tR9YFbYqbd .navbar {
    min-height: 72px;
  }
  .cid-tR9YFbYqbd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tR9YFbYqbd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tR9YFbYqbd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tR9YFbYqbd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tR9YFbYqbd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tR9YFbYqbd .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-tR9YFbYqbd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tR9YFbYqbd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tR9YFbYqbd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tR9YFbYqbd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tR9YFbYqbd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tR9YFbYqbd .dropdown-item.active,
.cid-tR9YFbYqbd .dropdown-item:active {
  background-color: transparent;
}
.cid-tR9YFbYqbd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tR9YFbYqbd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tR9YFbYqbd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tR9YFbYqbd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tR9YFbYqbd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tR9YFbYqbd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tR9YFbYqbd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tR9YFbYqbd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tR9YFbYqbd .navbar-buttons {
    text-align: left;
  }
}
.cid-tR9YFbYqbd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tR9YFbYqbd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8f0b0b;
}
.cid-tR9YFbYqbd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tR9YFbYqbd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR9YFbYqbd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR9YFbYqbd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tR9YFbYqbd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR9YFbYqbd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tR9YFbYqbd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tR9YFbYqbd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR9YFbYqbd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tR9YFbYqbd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tR9YFbYqbd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tR9YFbYqbd .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tR9YFbYqbd .navbar {
    height: 70px;
  }
  .cid-tR9YFbYqbd .navbar.opened {
    height: auto;
  }
  .cid-tR9YFbYqbd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tR9YFbYqbd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tR9YFbYqbd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tR9YFbYqbd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tR9YFbYqbd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tR9YFbYqbd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tR9YFbYqbd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tR9YFbYqbd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tR9YFbYqbd .navbar-brand {
    margin-right: auto;
  }
  .cid-tR9YFbYqbd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.3) !important;
    background: rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tR9YFbYqbd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tR9YFbYqbd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tR9YFbYqbd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tR9YFbYqbd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tR9YFbYqbd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tR9YFbYqbd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tR9YFbYqbd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tR9YFbYqbd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tR9YFbYqbd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tR9YFbYqbd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDKxJnuXRh {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uDKxJnuXRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDKxJnuXRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uDKxJnuXRh .container {
    padding: 0 24px;
  }
}
.cid-uDKxJnuXRh .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #950c34;
}
@media (max-width: 992px) {
  .cid-uDKxJnuXRh .content-wrapper {
    padding: 24px;
  }
}
.cid-uDKxJnuXRh .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uDKxJnuXRh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDKxJnuXRh .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uDKxJnuXRh .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uDKxJnuXRh .mbr-section-title {
  color: #F9F6E0;
}
.cid-uDKxJnuXRh .mbr-text {
  color: #F9F6E0;
}
.cid-uDKxJnuXRh .mbr-section-title,
.cid-uDKxJnuXRh .mbr-section-btn {
  color: #950c34;
}
.cid-uDPP0nqL8y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDPP0nqL8y .image {
    display: none !important;
  }
}
.cid-uDPP0nqL8y .image img {
  height: 500px;
}
.cid-uDPP0nqL8y .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-uDPP0nqL8y .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uDPP0nqL8y .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-uDPP0nqL8y .block__products {
  padding-top: 10px;
}
.cid-uDPP0nqL8y .product__item {
  margin-top: 40px;
}
.cid-uDPP0nqL8y .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-uDPP0nqL8y .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-uDPP0nqL8y .image__item:hover {
  opacity: .8;
}
.cid-uDPP0nqL8y .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-uDPP0nqL8y .item__text {
    margin-top: 0;
  }
}
.cid-uDPP0nqL8y .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-uDPP0nqL8y .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-uDPP0nqL8y .item__price {
  font-weight: 500;
  color: #950c34;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-uDPP0nqL8y .item__descr {
  margin-top: 10px;
}
.cid-uDPP0nqL8y .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-uDPP0nqL8y .item__buttons {
  margin-top: 40px;
}
.cid-uDPP0nqL8y .mbr-section-btn {
  text-align: left;
}
.cid-uDPP0nqL8y .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-uDPP0nqL8y .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uDPP0nqL8y .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-uDPP0nqL8y .item__text {
    margin: 20px 0 0;
  }
  .cid-uDPP0nqL8y .mbr-text {
    text-align: center;
  }
}
.cid-uDPP0nqL8y .descr__text,
.cid-uDPP0nqL8y .mbr-section-btn {
  color: #01011b;
}
.cid-uDQ33941MW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDQ33941MW .image {
    display: none !important;
  }
}
.cid-uDQ33941MW .image img {
  height: 500px;
}
.cid-uDQ33941MW .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-uDQ33941MW .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uDQ33941MW .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-uDQ33941MW .block__products {
  padding-top: 10px;
}
.cid-uDQ33941MW .product__item {
  margin-top: 40px;
}
.cid-uDQ33941MW .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-uDQ33941MW .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-uDQ33941MW .image__item:hover {
  opacity: .8;
}
.cid-uDQ33941MW .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-uDQ33941MW .item__text {
    margin-top: 0;
  }
}
.cid-uDQ33941MW .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-uDQ33941MW .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-uDQ33941MW .item__price {
  font-weight: 500;
  color: #950c34;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-uDQ33941MW .item__descr {
  margin-top: 10px;
}
.cid-uDQ33941MW .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-uDQ33941MW .item__buttons {
  margin-top: 40px;
}
.cid-uDQ33941MW .mbr-section-btn {
  text-align: left;
}
.cid-uDQ33941MW .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-uDQ33941MW .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uDQ33941MW .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-uDQ33941MW .item__text {
    margin: 20px 0 0;
  }
  .cid-uDQ33941MW .mbr-text {
    text-align: center;
  }
}
.cid-uDQ33941MW .descr__text,
.cid-uDQ33941MW .mbr-section-btn {
  color: #01011b;
}
.cid-uDQav1q02d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDQav1q02d .image {
    display: none !important;
  }
}
.cid-uDQav1q02d .image img {
  height: 500px;
}
.cid-uDQav1q02d .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-uDQav1q02d .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uDQav1q02d .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-uDQav1q02d .block__products {
  padding-top: 10px;
}
.cid-uDQav1q02d .product__item {
  margin-top: 40px;
}
.cid-uDQav1q02d .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-uDQav1q02d .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-uDQav1q02d .image__item:hover {
  opacity: .8;
}
.cid-uDQav1q02d .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-uDQav1q02d .item__text {
    margin-top: 0;
  }
}
.cid-uDQav1q02d .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-uDQav1q02d .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-uDQav1q02d .item__price {
  font-weight: 500;
  color: #950c34;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-uDQav1q02d .item__descr {
  margin-top: 10px;
}
.cid-uDQav1q02d .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-uDQav1q02d .item__buttons {
  margin-top: 40px;
}
.cid-uDQav1q02d .mbr-section-btn {
  text-align: left;
}
.cid-uDQav1q02d .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-uDQav1q02d .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uDQav1q02d .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-uDQav1q02d .item__text {
    margin: 20px 0 0;
  }
  .cid-uDQav1q02d .mbr-text {
    text-align: center;
  }
}
.cid-uDQav1q02d .descr__text,
.cid-uDQav1q02d .mbr-section-btn {
  color: #01011b;
}
.cid-uDQm31XGBh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDQm31XGBh .image {
    display: none !important;
  }
}
.cid-uDQm31XGBh .image img {
  height: 500px;
}
.cid-uDQm31XGBh .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-uDQm31XGBh .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uDQm31XGBh .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-uDQm31XGBh .block__products {
  padding-top: 10px;
}
.cid-uDQm31XGBh .product__item {
  margin-top: 40px;
}
.cid-uDQm31XGBh .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-uDQm31XGBh .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-uDQm31XGBh .image__item:hover {
  opacity: .8;
}
.cid-uDQm31XGBh .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-uDQm31XGBh .item__text {
    margin-top: 0;
  }
}
.cid-uDQm31XGBh .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-uDQm31XGBh .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-uDQm31XGBh .item__price {
  font-weight: 500;
  color: #950c34;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-uDQm31XGBh .item__descr {
  margin-top: 10px;
}
.cid-uDQm31XGBh .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-uDQm31XGBh .item__buttons {
  margin-top: 40px;
}
.cid-uDQm31XGBh .mbr-section-btn {
  text-align: left;
}
.cid-uDQm31XGBh .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-uDQm31XGBh .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uDQm31XGBh .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-uDQm31XGBh .item__text {
    margin: 20px 0 0;
  }
  .cid-uDQm31XGBh .mbr-text {
    text-align: center;
  }
}
.cid-uDQm31XGBh .descr__text,
.cid-uDQm31XGBh .mbr-section-btn {
  color: #01011b;
}
.cid-uDQyFmT9rH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDQyFmT9rH .image {
    display: none !important;
  }
}
.cid-uDQyFmT9rH .image img {
  height: 500px;
}
.cid-uDQyFmT9rH .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-uDQyFmT9rH .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uDQyFmT9rH .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-uDQyFmT9rH .block__products {
  padding-top: 10px;
}
.cid-uDQyFmT9rH .product__item {
  margin-top: 40px;
}
.cid-uDQyFmT9rH .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-uDQyFmT9rH .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-uDQyFmT9rH .image__item:hover {
  opacity: .8;
}
.cid-uDQyFmT9rH .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-uDQyFmT9rH .item__text {
    margin-top: 0;
  }
}
.cid-uDQyFmT9rH .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-uDQyFmT9rH .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-uDQyFmT9rH .item__price {
  font-weight: 500;
  color: #950c34;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-uDQyFmT9rH .item__descr {
  margin-top: 10px;
}
.cid-uDQyFmT9rH .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-uDQyFmT9rH .item__buttons {
  margin-top: 40px;
}
.cid-uDQyFmT9rH .mbr-section-btn {
  text-align: left;
}
.cid-uDQyFmT9rH .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-uDQyFmT9rH .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uDQyFmT9rH .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-uDQyFmT9rH .item__text {
    margin: 20px 0 0;
  }
  .cid-uDQyFmT9rH .mbr-text {
    text-align: center;
  }
}
.cid-uDQyFmT9rH .descr__text,
.cid-uDQyFmT9rH .mbr-section-btn {
  color: #01011b;
}
.cid-uDUDUfL3ap {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDUDUfL3ap .image {
    display: none !important;
  }
}
.cid-uDUDUfL3ap .image img {
  height: 500px;
}
.cid-uDUDUfL3ap .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-uDUDUfL3ap .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uDUDUfL3ap .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-uDUDUfL3ap .block__products {
  padding-top: 10px;
}
.cid-uDUDUfL3ap .product__item {
  margin-top: 40px;
}
.cid-uDUDUfL3ap .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-uDUDUfL3ap .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-uDUDUfL3ap .image__item:hover {
  opacity: .8;
}
.cid-uDUDUfL3ap .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-uDUDUfL3ap .item__text {
    margin-top: 0;
  }
}
.cid-uDUDUfL3ap .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-uDUDUfL3ap .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-uDUDUfL3ap .item__price {
  font-weight: 500;
  color: #950c34;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-uDUDUfL3ap .item__descr {
  margin-top: 10px;
}
.cid-uDUDUfL3ap .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-uDUDUfL3ap .item__buttons {
  margin-top: 40px;
}
.cid-uDUDUfL3ap .mbr-section-btn {
  text-align: left;
}
.cid-uDUDUfL3ap .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-uDUDUfL3ap .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uDUDUfL3ap .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-uDUDUfL3ap .item__text {
    margin: 20px 0 0;
  }
  .cid-uDUDUfL3ap .mbr-text {
    text-align: center;
  }
}
.cid-uDUDUfL3ap .descr__text,
.cid-uDUDUfL3ap .mbr-section-btn {
  color: #01011b;
}
.cid-uDUF9ckdWv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDUF9ckdWv .image {
    display: none !important;
  }
}
.cid-uDUF9ckdWv .image img {
  height: 500px;
}
.cid-uDUF9ckdWv .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-uDUF9ckdWv .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uDUF9ckdWv .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-uDUF9ckdWv .block__products {
  padding-top: 10px;
}
.cid-uDUF9ckdWv .product__item {
  margin-top: 40px;
}
.cid-uDUF9ckdWv .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-uDUF9ckdWv .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-uDUF9ckdWv .image__item:hover {
  opacity: .8;
}
.cid-uDUF9ckdWv .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-uDUF9ckdWv .item__text {
    margin-top: 0;
  }
}
.cid-uDUF9ckdWv .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-uDUF9ckdWv .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-uDUF9ckdWv .item__price {
  font-weight: 500;
  color: #950c34;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-uDUF9ckdWv .item__descr {
  margin-top: 10px;
}
.cid-uDUF9ckdWv .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-uDUF9ckdWv .item__buttons {
  margin-top: 40px;
}
.cid-uDUF9ckdWv .mbr-section-btn {
  text-align: left;
}
.cid-uDUF9ckdWv .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-uDUF9ckdWv .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uDUF9ckdWv .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-uDUF9ckdWv .item__text {
    margin: 20px 0 0;
  }
  .cid-uDUF9ckdWv .mbr-text {
    text-align: center;
  }
}
.cid-uDUF9ckdWv .descr__text,
.cid-uDUF9ckdWv .mbr-section-btn {
  color: #01011b;
}
.cid-uDUFXVvCcx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDUFXVvCcx .image {
    display: none !important;
  }
}
.cid-uDUFXVvCcx .image img {
  height: 500px;
}
.cid-uDUFXVvCcx .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-uDUFXVvCcx .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uDUFXVvCcx .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-uDUFXVvCcx .block__products {
  padding-top: 10px;
}
.cid-uDUFXVvCcx .product__item {
  margin-top: 40px;
}
.cid-uDUFXVvCcx .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-uDUFXVvCcx .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-uDUFXVvCcx .image__item:hover {
  opacity: .8;
}
.cid-uDUFXVvCcx .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-uDUFXVvCcx .item__text {
    margin-top: 0;
  }
}
.cid-uDUFXVvCcx .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-uDUFXVvCcx .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-uDUFXVvCcx .item__price {
  font-weight: 500;
  color: #950c34;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-uDUFXVvCcx .item__descr {
  margin-top: 10px;
}
.cid-uDUFXVvCcx .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-uDUFXVvCcx .item__buttons {
  margin-top: 40px;
}
.cid-uDUFXVvCcx .mbr-section-btn {
  text-align: left;
}
.cid-uDUFXVvCcx .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-uDUFXVvCcx .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uDUFXVvCcx .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-uDUFXVvCcx .item__text {
    margin: 20px 0 0;
  }
  .cid-uDUFXVvCcx .mbr-text {
    text-align: center;
  }
}
.cid-uDUFXVvCcx .descr__text,
.cid-uDUFXVvCcx .mbr-section-btn {
  color: #01011b;
}
.cid-uDUKuunw7Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDUKuunw7Y .image {
    display: none !important;
  }
}
.cid-uDUKuunw7Y .image img {
  height: 500px;
}
.cid-uDUKuunw7Y .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-uDUKuunw7Y .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uDUKuunw7Y .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-uDUKuunw7Y .block__products {
  padding-top: 10px;
}
.cid-uDUKuunw7Y .product__item {
  margin-top: 40px;
}
.cid-uDUKuunw7Y .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-uDUKuunw7Y .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-uDUKuunw7Y .image__item:hover {
  opacity: .8;
}
.cid-uDUKuunw7Y .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-uDUKuunw7Y .item__text {
    margin-top: 0;
  }
}
.cid-uDUKuunw7Y .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-uDUKuunw7Y .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-uDUKuunw7Y .item__price {
  font-weight: 500;
  color: #950c34;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-uDUKuunw7Y .item__descr {
  margin-top: 10px;
}
.cid-uDUKuunw7Y .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-uDUKuunw7Y .item__buttons {
  margin-top: 40px;
}
.cid-uDUKuunw7Y .mbr-section-btn {
  text-align: left;
}
.cid-uDUKuunw7Y .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-uDUKuunw7Y .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uDUKuunw7Y .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-uDUKuunw7Y .item__text {
    margin: 20px 0 0;
  }
  .cid-uDUKuunw7Y .mbr-text {
    text-align: center;
  }
}
.cid-uDUKuunw7Y .descr__text,
.cid-uDUKuunw7Y .mbr-section-btn {
  color: #01011b;
}
.cid-uDULd8V5HK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDULd8V5HK .image {
    display: none !important;
  }
}
.cid-uDULd8V5HK .image img {
  height: 500px;
}
.cid-uDULd8V5HK .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-uDULd8V5HK .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uDULd8V5HK .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-uDULd8V5HK .block__products {
  padding-top: 10px;
}
.cid-uDULd8V5HK .product__item {
  margin-top: 40px;
}
.cid-uDULd8V5HK .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-uDULd8V5HK .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-uDULd8V5HK .image__item:hover {
  opacity: .8;
}
.cid-uDULd8V5HK .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-uDULd8V5HK .item__text {
    margin-top: 0;
  }
}
.cid-uDULd8V5HK .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-uDULd8V5HK .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-uDULd8V5HK .item__price {
  font-weight: 500;
  color: #950c34;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-uDULd8V5HK .item__descr {
  margin-top: 10px;
}
.cid-uDULd8V5HK .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-uDULd8V5HK .item__buttons {
  margin-top: 40px;
}
.cid-uDULd8V5HK .mbr-section-btn {
  text-align: left;
}
.cid-uDULd8V5HK .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-uDULd8V5HK .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uDULd8V5HK .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-uDULd8V5HK .item__text {
    margin: 20px 0 0;
  }
  .cid-uDULd8V5HK .mbr-text {
    text-align: center;
  }
}
.cid-uDULd8V5HK .descr__text,
.cid-uDULd8V5HK .mbr-section-btn {
  color: #01011b;
}
.cid-uDUNopmnI0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDUNopmnI0 .image {
    display: none !important;
  }
}
.cid-uDUNopmnI0 .image img {
  height: 500px;
}
.cid-uDUNopmnI0 .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-uDUNopmnI0 .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uDUNopmnI0 .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-uDUNopmnI0 .block__products {
  padding-top: 10px;
}
.cid-uDUNopmnI0 .product__item {
  margin-top: 40px;
}
.cid-uDUNopmnI0 .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-uDUNopmnI0 .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-uDUNopmnI0 .image__item:hover {
  opacity: .8;
}
.cid-uDUNopmnI0 .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-uDUNopmnI0 .item__text {
    margin-top: 0;
  }
}
.cid-uDUNopmnI0 .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-uDUNopmnI0 .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-uDUNopmnI0 .item__price {
  font-weight: 500;
  color: #950c34;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-uDUNopmnI0 .item__descr {
  margin-top: 10px;
}
.cid-uDUNopmnI0 .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-uDUNopmnI0 .item__buttons {
  margin-top: 40px;
}
.cid-uDUNopmnI0 .mbr-section-btn {
  text-align: left;
}
.cid-uDUNopmnI0 .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-uDUNopmnI0 .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uDUNopmnI0 .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-uDUNopmnI0 .item__text {
    margin: 20px 0 0;
  }
  .cid-uDUNopmnI0 .mbr-text {
    text-align: center;
  }
}
.cid-uDUNopmnI0 .descr__text,
.cid-uDUNopmnI0 .mbr-section-btn {
  color: #01011b;
}
.cid-uDUO5iIDA6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDUO5iIDA6 .image {
    display: none !important;
  }
}
.cid-uDUO5iIDA6 .image img {
  height: 500px;
}
.cid-uDUO5iIDA6 .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-uDUO5iIDA6 .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uDUO5iIDA6 .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-uDUO5iIDA6 .block__products {
  padding-top: 10px;
}
.cid-uDUO5iIDA6 .product__item {
  margin-top: 40px;
}
.cid-uDUO5iIDA6 .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-uDUO5iIDA6 .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-uDUO5iIDA6 .image__item:hover {
  opacity: .8;
}
.cid-uDUO5iIDA6 .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-uDUO5iIDA6 .item__text {
    margin-top: 0;
  }
}
.cid-uDUO5iIDA6 .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-uDUO5iIDA6 .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-uDUO5iIDA6 .item__price {
  font-weight: 500;
  color: #950c34;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-uDUO5iIDA6 .item__descr {
  margin-top: 10px;
}
.cid-uDUO5iIDA6 .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-uDUO5iIDA6 .item__buttons {
  margin-top: 40px;
}
.cid-uDUO5iIDA6 .mbr-section-btn {
  text-align: left;
}
.cid-uDUO5iIDA6 .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-uDUO5iIDA6 .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uDUO5iIDA6 .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-uDUO5iIDA6 .item__text {
    margin: 20px 0 0;
  }
  .cid-uDUO5iIDA6 .mbr-text {
    text-align: center;
  }
}
.cid-uDUO5iIDA6 .descr__text,
.cid-uDUO5iIDA6 .mbr-section-btn {
  color: #01011b;
}
.cid-uDUPi5eLWZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDUPi5eLWZ .image {
    display: none !important;
  }
}
.cid-uDUPi5eLWZ .image img {
  height: 500px;
}
.cid-uDUPi5eLWZ .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-uDUPi5eLWZ .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uDUPi5eLWZ .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-uDUPi5eLWZ .block__products {
  padding-top: 10px;
}
.cid-uDUPi5eLWZ .product__item {
  margin-top: 40px;
}
.cid-uDUPi5eLWZ .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-uDUPi5eLWZ .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-uDUPi5eLWZ .image__item:hover {
  opacity: .8;
}
.cid-uDUPi5eLWZ .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-uDUPi5eLWZ .item__text {
    margin-top: 0;
  }
}
.cid-uDUPi5eLWZ .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-uDUPi5eLWZ .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-uDUPi5eLWZ .item__price {
  font-weight: 500;
  color: #950c34;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-uDUPi5eLWZ .item__descr {
  margin-top: 10px;
}
.cid-uDUPi5eLWZ .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-uDUPi5eLWZ .item__buttons {
  margin-top: 40px;
}
.cid-uDUPi5eLWZ .mbr-section-btn {
  text-align: left;
}
.cid-uDUPi5eLWZ .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-uDUPi5eLWZ .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uDUPi5eLWZ .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-uDUPi5eLWZ .item__text {
    margin: 20px 0 0;
  }
  .cid-uDUPi5eLWZ .mbr-text {
    text-align: center;
  }
}
.cid-uDUPi5eLWZ .descr__text,
.cid-uDUPi5eLWZ .mbr-section-btn {
  color: #01011b;
}
.cid-uDUQdVChw5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDUQdVChw5 .image {
    display: none !important;
  }
}
.cid-uDUQdVChw5 .image img {
  height: 500px;
}
.cid-uDUQdVChw5 .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-uDUQdVChw5 .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uDUQdVChw5 .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-uDUQdVChw5 .block__products {
  padding-top: 10px;
}
.cid-uDUQdVChw5 .product__item {
  margin-top: 40px;
}
.cid-uDUQdVChw5 .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-uDUQdVChw5 .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-uDUQdVChw5 .image__item:hover {
  opacity: .8;
}
.cid-uDUQdVChw5 .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-uDUQdVChw5 .item__text {
    margin-top: 0;
  }
}
.cid-uDUQdVChw5 .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-uDUQdVChw5 .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-uDUQdVChw5 .item__price {
  font-weight: 500;
  color: #950c34;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-uDUQdVChw5 .item__descr {
  margin-top: 10px;
}
.cid-uDUQdVChw5 .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-uDUQdVChw5 .item__buttons {
  margin-top: 40px;
}
.cid-uDUQdVChw5 .mbr-section-btn {
  text-align: left;
}
.cid-uDUQdVChw5 .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-uDUQdVChw5 .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uDUQdVChw5 .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-uDUQdVChw5 .item__text {
    margin: 20px 0 0;
  }
  .cid-uDUQdVChw5 .mbr-text {
    text-align: center;
  }
}
.cid-uDUQdVChw5 .descr__text,
.cid-uDUQdVChw5 .mbr-section-btn {
  color: #01011b;
}
.cid-uDUQV7r7lv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDUQV7r7lv .image {
    display: none !important;
  }
}
.cid-uDUQV7r7lv .image img {
  height: 500px;
}
.cid-uDUQV7r7lv .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-uDUQV7r7lv .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uDUQV7r7lv .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-uDUQV7r7lv .block__products {
  padding-top: 10px;
}
.cid-uDUQV7r7lv .product__item {
  margin-top: 40px;
}
.cid-uDUQV7r7lv .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-uDUQV7r7lv .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-uDUQV7r7lv .image__item:hover {
  opacity: .8;
}
.cid-uDUQV7r7lv .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-uDUQV7r7lv .item__text {
    margin-top: 0;
  }
}
.cid-uDUQV7r7lv .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-uDUQV7r7lv .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-uDUQV7r7lv .item__price {
  font-weight: 500;
  color: #950c34;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-uDUQV7r7lv .item__descr {
  margin-top: 10px;
}
.cid-uDUQV7r7lv .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-uDUQV7r7lv .item__buttons {
  margin-top: 40px;
}
.cid-uDUQV7r7lv .mbr-section-btn {
  text-align: left;
}
.cid-uDUQV7r7lv .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-uDUQV7r7lv .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uDUQV7r7lv .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-uDUQV7r7lv .item__text {
    margin: 20px 0 0;
  }
  .cid-uDUQV7r7lv .mbr-text {
    text-align: center;
  }
}
.cid-uDUQV7r7lv .descr__text,
.cid-uDUQV7r7lv .mbr-section-btn {
  color: #01011b;
}
.cid-uDURNt5Xa6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDURNt5Xa6 .image {
    display: none !important;
  }
}
.cid-uDURNt5Xa6 .image img {
  height: 500px;
}
.cid-uDURNt5Xa6 .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-uDURNt5Xa6 .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uDURNt5Xa6 .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-uDURNt5Xa6 .block__products {
  padding-top: 10px;
}
.cid-uDURNt5Xa6 .product__item {
  margin-top: 40px;
}
.cid-uDURNt5Xa6 .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-uDURNt5Xa6 .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-uDURNt5Xa6 .image__item:hover {
  opacity: .8;
}
.cid-uDURNt5Xa6 .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-uDURNt5Xa6 .item__text {
    margin-top: 0;
  }
}
.cid-uDURNt5Xa6 .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-uDURNt5Xa6 .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-uDURNt5Xa6 .item__price {
  font-weight: 500;
  color: #950c34;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-uDURNt5Xa6 .item__descr {
  margin-top: 10px;
}
.cid-uDURNt5Xa6 .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-uDURNt5Xa6 .item__buttons {
  margin-top: 40px;
}
.cid-uDURNt5Xa6 .mbr-section-btn {
  text-align: left;
}
.cid-uDURNt5Xa6 .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-uDURNt5Xa6 .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uDURNt5Xa6 .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-uDURNt5Xa6 .item__text {
    margin: 20px 0 0;
  }
  .cid-uDURNt5Xa6 .mbr-text {
    text-align: center;
  }
}
.cid-uDURNt5Xa6 .descr__text,
.cid-uDURNt5Xa6 .mbr-section-btn {
  color: #01011b;
}
.cid-tRfS2ZdmSy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tRfS2ZdmSy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRfS2ZdmSy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRfS2ZdmSy .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tRfS2ZdmSy .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tRfS2ZdmSy .container {
    padding: 0 26px;
  }
}
.cid-tRfS2ZdmSy .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #5f0505;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-tRfS2ZdmSy .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-tRfS2ZdmSy .row {
    padding: 26px;
  }
}
.cid-tRfS2ZdmSy .title-wrapper {
  margin-bottom: 50px;
}
.cid-tRfS2ZdmSy .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tRfS2ZdmSy .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-tRfS2ZdmSy .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tRfS2ZdmSy .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-tRfS2ZdmSy .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-tRfS2ZdmSy .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-tRfS2ZdmSy .nav-wrapper {
  margin-bottom: 50px;
}
.cid-tRfS2ZdmSy .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tRfS2ZdmSy .nav-wrapper .list {
    display: block;
  }
}
.cid-tRfS2ZdmSy .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tRfS2ZdmSy .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-tRfS2ZdmSy .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tRfS2ZdmSy .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tRfS2ZdmSy .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tRfS2ZdmSy .soc-wrapper {
  margin-bottom: 50px;
}
.cid-tRfS2ZdmSy .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-tRfS2ZdmSy .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-tRfS2ZdmSy .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-tRfS2ZdmSy .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-tRfS2ZdmSy .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tRfS2ZdmSy .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tRfS2ZdmSy .mbr-section-title,
.cid-tRfS2ZdmSy .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tRfS2ZdmSy .list {
  color: #ffffff;
}
.cid-tRfS2ZdmSy .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-tRfS2ZdmSy .list,
.cid-tRfS2ZdmSy .nav-wrapper,
.cid-tRfS2ZdmSy .soc-wrapper {
  text-align: center;
}
