body {
  font-family: 'Inter', sans-serif;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'edwardian-script-itc-bold';
  font-size: 3rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #999999 !important;
}
.bg-success {
  background-color: #3a0000 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #3a0000 !important;
}
.bg-danger {
  background-color: #3a0000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #6e6e6e !important;
  border-color: #6e6e6e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6e6e6e !important;
  border-color: #6e6e6e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3a0000 !important;
  border-color: #3a0000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a0000 !important;
  border-color: #3a0000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #3a0000 !important;
  border-color: #3a0000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #3a0000 !important;
  border-color: #3a0000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
  color: #95785a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #5f4c39 !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #95785a !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #999999;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6e6e6e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3a0000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3a0000 !important;
  border-color: #3a0000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3a0000;
}
.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: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a0000 !important;
  border-color: #3a0000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3a0000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #3a0000 !important;
  border-color: #3a0000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3a0000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #3a0000 !important;
  border-color: #3a0000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #222222;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f9f7f5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d8ccbf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #95785a !important;
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
}
.text-primary {
  color: #999999 !important;
}
.text-secondary {
  color: #3a0000 !important;
}
.text-success {
  color: #3a0000 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #3a0000 !important;
}
.text-danger {
  color: #3a0000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #666666 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !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: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #d3c4b5 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #999999;
}
.nav-tabs .nav-link:not(.active) {
  color: #222222;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #3a0000;
}
.alert-danger {
  background-color: #3a0000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #999999;
  border-color: #999999;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #999999;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d9d9d9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ff2121;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ff2121;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff2121;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #999999 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #999999;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #999999;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #999999;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #999999 !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: #3a0000 !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='%23999999' %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;
}
.container {
  max-width: 1302px;
}
.btn {
  padding: 12px 24px;
  border-radius: 0;
  letter-spacing: 3px;
}
.btn-big {
  padding: 20px 40px !important;
}
.btn-scale {
  transition: 0.3s all;
}
.btn-scale:hover {
  transform: scale(0.9);
}
.cid-sSNhDUiDje {
  z-index: 1000;
  width: 100%;
}
.cid-sSNhDUiDje nav.navbar {
  position: fixed;
}
.cid-sSNhDUiDje .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sSNhDUiDje .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSNhDUiDje .dropdown-item:hover,
.cid-sSNhDUiDje .dropdown-item:focus {
  background: #999999 !important;
  color: white !important;
}
.cid-sSNhDUiDje .dropdown-item:hover span {
  color: white;
}
.cid-sSNhDUiDje .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sSNhDUiDje .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sSNhDUiDje .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSNhDUiDje .nav-link {
  position: relative;
}
.cid-sSNhDUiDje .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .container {
    flex-wrap: nowrap;
  }
}
.cid-sSNhDUiDje .iconfont-wrapper {
  color: #3a0000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSNhDUiDje .dropdown-menu,
.cid-sSNhDUiDje .navbar.opened {
  background: #ffffff !important;
}
.cid-sSNhDUiDje .nav-item:focus,
.cid-sSNhDUiDje .nav-link:focus {
  outline: none;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSNhDUiDje .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSNhDUiDje .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sSNhDUiDje .navbar.opened {
  transition: all 0.3s;
}
.cid-sSNhDUiDje .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sSNhDUiDje .navbar .navbar-logo img {
  width: auto;
}
.cid-sSNhDUiDje .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSNhDUiDje .navbar.collapsed {
  justify-content: center;
}
.cid-sSNhDUiDje .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSNhDUiDje .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 15rem);
  }
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSNhDUiDje .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-sSNhDUiDje .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSNhDUiDje .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSNhDUiDje .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSNhDUiDje .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSNhDUiDje .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-sSNhDUiDje .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSNhDUiDje .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSNhDUiDje .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSNhDUiDje .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSNhDUiDje .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSNhDUiDje .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSNhDUiDje .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSNhDUiDje .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSNhDUiDje .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSNhDUiDje .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSNhDUiDje .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sSNhDUiDje .dropdown-item.active,
.cid-sSNhDUiDje .dropdown-item:active {
  background-color: transparent;
}
.cid-sSNhDUiDje .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSNhDUiDje .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSNhDUiDje .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSNhDUiDje .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSNhDUiDje ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSNhDUiDje .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSNhDUiDje button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a0000;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhDUiDje .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-sSNhDUiDje .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sSNhDUiDje a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSNhDUiDje .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSNhDUiDje .navbar {
    height: 70px;
  }
  .cid-sSNhDUiDje .navbar.opened {
    height: auto;
  }
  .cid-sSNhDUiDje .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSNhDUiDje .container,
.cid-sSNhDUiDje .container-fluid {
  flex-wrap: wrap;
}
.cid-sSNhDUiDje .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sSNhDUiDje .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sSNhDUiDje .contacts-menu .mbr-iconfont {
  color: #3a0000;
}
@media (max-width: 991px) {
  .cid-sSNhDUiDje .contacts-menu {
    display: none;
  }
}
.cid-sSNhDUiDje .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sSNhDUiDje .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #999999;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sSNhDUiDje .icon-box:hover {
  transform: scale(1.1);
}
.cid-sSNhDUiDje .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sSNhDUiDje .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sSNhDUiDje .navbar-collapse .mbr-section-btn .btn-black {
  color: #999999 !important;
}
@media (max-width: 577px) {
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sSNhDUiDje .navbar-collapse .nav-link:hover {
  color: #999999 !important;
}
.cid-sSNhDUiDje .card-title {
  text-align: right;
  color: #3a0000;
}
.cid-sSNhDUiDje .card-text {
  text-align: right;
  color: #3a0000;
}
.cid-sSvVb6UeVY {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2022-02-24-at-08.37.33-1077x771.jpg");
}
.cid-sSvVb6UeVY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sSvVb6UeVY .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sSvVb6UeVY .col-text {
    padding: 30px;
  }
}
.cid-sSvVb6UeVY .col-form {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sSvVb6UeVY .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sSvVb6UeVY .col-form {
    padding: 30px;
    min-height: 540px;
  }
}
@media (min-width: 768px) {
  .cid-sSvVb6UeVY .col-form {
    max-height: 440px;
  }
}
.cid-sSvVb6UeVY .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-sSvVb6UeVY .text-wrapper {
    text-align: center !important;
  }
}
.cid-sSvVb6UeVY .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .cid-sSvVb6UeVY .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sSvVb6UeVY .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sSvVb6UeVY .mbr-text {
    text-align: center !important;
  }
}
.cid-sSvVb6UeVY .text-user {
  width: 100%;
  margin-top: 20px;
}
.cid-sSvVb6UeVY .name-text {
  color: #3a0000;
  width: 100%;
}
.cid-sSvVb6UeVY .prof-text {
  color: #555555;
  width: 100%;
}
.cid-sSvVb6UeVY .btn-container {
  width: 100%;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .cid-sSvVb6UeVY .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-sSvVb6UeVY .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSvVb6UeVY .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sYLDs8rERc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sYLDs8rERc .row {
  flex-direction: row-reverse;
}
.cid-sYLDs8rERc .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sYLDs8rERc .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sYLDs8rERc .image-wrapper {
    padding: 30px;
    padding-right: 3rem;
  }
}
.cid-sYLDs8rERc .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-sYLDs8rERc .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-sYLDs8rERc .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-sYLDs8rERc .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-sYLDs8rERc .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-sYLDs8rERc .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sYLDs8rERc .col-text {
    padding: 30px;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sYLDs8rERc .col-text {
    text-align: center;
  }
}
.cid-sYLDs8rERc .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sYLDs8rERc .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sYLDs8rERc .label-text {
    text-align: justify !important;
  }
}
.cid-sYLDs8rERc .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-sYLDs8rERc .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-sYLDs8rERc .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-sYLDs8rERc .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sYLDs8rERc .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sYLDs8rERc .mbr-section-title,
.cid-sYLDs8rERc .mbr-section-btn {
  color: #555555;
  text-align: left;
}
.cid-sYLDyETtOT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2022-02-24-at-08.37.35-1080x812.jpg");
}
.cid-sYLDyETtOT .row {
  align-items: center;
  justify-content: center;
}
.cid-sYLDyETtOT .col-text {
  text-align: center;
  padding: 0;
}
.cid-sYLDyETtOT .lists-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sYLDyETtOT .lists-container {
    flex-wrap: wrap;
  }
}
.cid-sYLDyETtOT .card {
  width: 100%;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .cid-sYLDyETtOT .card {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .cid-sYLDyETtOT .card {
    width: 20%;
  }
}
.cid-sYLDyETtOT .card-wrapper {
  padding: 30px;
}
@media (max-width: 767px) {
  .cid-sYLDyETtOT .card-wrapper {
    padding: 30px 12px;
  }
}
.cid-sYLDyETtOT .card-box {
  display: flex;
  flex-direction: column;
}
.cid-sYLDyETtOT .card-number {
  color: #555555;
  width: 100%;
}
.cid-sYLDyETtOT .card-text {
  color: #3a0000;
  width: 100%;
}
.cid-sYLDvOXJyt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sYLDvOXJyt .row {
  justify-content: center;
}
.cid-sYLDvOXJyt img,
.cid-sYLDvOXJyt .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sYLDvOXJyt .item:focus,
.cid-sYLDvOXJyt span:focus {
  outline: none;
}
.cid-sYLDvOXJyt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sYLDvOXJyt .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  min-height: 370px;
  padding: 35px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-sYLDvOXJyt .item-wrapper {
    min-height: 463px;
  }
}
.cid-sYLDvOXJyt .item-wrapper .btn {
  padding: 10px 12px;
}
.cid-sYLDvOXJyt .item-wrapper .btn span {
  color: #222222;
  margin: 0 8px;
}
.cid-sYLDvOXJyt .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-sYLDvOXJyt .item-wrapper .btn-primary:hover span {
  color: #999999 !important;
}
@media (min-width: 768px) {
  .cid-sYLDvOXJyt .item-wrapper:hover img {
    transform: scale(1);
  }
}
.cid-sYLDvOXJyt .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-sYLDvOXJyt .item-img img {
  width: 100%;
  transform: scale(1.2);
  transform-style: preserve-3d;
  transition: 2s;
}
.cid-sYLDvOXJyt .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  pointer-events: none;
}
.cid-sYLDvOXJyt .item-content {
  position: relative;
  z-index: 3;
  padding: 0;
}
.cid-sYLDvOXJyt .mbr-section-title {
  color: #555555;
  width: 100%;
}
.cid-sYLDvOXJyt .mbr-text {
  color: #ffffff;
}
.cid-sYLDvOXJyt .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-sYLDvOXJyt .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sYLDvOXJyt .icon-wrapper {
  margin-bottom: 1rem;
}
.cid-sYLDvOXJyt .icon-wrapper .mbr-iconfont {
  font-size: 33px;
  color: #ffffff;
}
.cid-sYLDvOXJyt .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .cid-sYLDvOXJyt .mbr-section-head {
    padding-left: 30px;
    padding-right: 6rem;
    margin-bottom: 2rem;
  }
}
.cid-sYLDvOXJyt .mbr-section-subtitle {
  color: #3a0000;
}
.cid-sYLDCqpvCc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sYLDCqpvCc .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sYLDCqpvCc .content-panel {
  padding: 3rem;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .cid-sYLDCqpvCc .text-block {
    padding-right: 0;
    padding-left: 0;
  }
}
.cid-sYLDCqpvCc .google-map {
  width: 100%;
  height: 30rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-sYLDCqpvCc .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sYLDCqpvCc .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-sYLDCqpvCc .google-map .place-card {
  margin-left: 40px !important;
}
.cid-sYLDCqpvCc .adress-block {
  color: #3a0000;
}
.cid-sYLDCqpvCc .mbr-section-subtitle {
  color: #1c1c1c;
}
.cid-sYLDCqpvCc .mbr-section-title {
  color: #1c1c1c;
}
.cid-sSvVUmKt8A {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sYKZTfxxRw {
  z-index: 1000;
  width: 100%;
}
.cid-sYKZTfxxRw nav.navbar {
  position: fixed;
}
.cid-sYKZTfxxRw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYKZTfxxRw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sYKZTfxxRw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sYKZTfxxRw .dropdown-item:hover,
.cid-sYKZTfxxRw .dropdown-item:focus {
  background: #999999 !important;
  color: white !important;
}
.cid-sYKZTfxxRw .dropdown-item:hover span {
  color: white;
}
.cid-sYKZTfxxRw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sYKZTfxxRw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sYKZTfxxRw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sYKZTfxxRw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYKZTfxxRw .nav-link {
  position: relative;
}
.cid-sYKZTfxxRw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sYKZTfxxRw .container {
    flex-wrap: nowrap;
  }
}
.cid-sYKZTfxxRw .iconfont-wrapper {
  color: #3a0000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sYKZTfxxRw .dropdown-menu,
.cid-sYKZTfxxRw .navbar.opened {
  background: #ffffff !important;
}
.cid-sYKZTfxxRw .nav-item:focus,
.cid-sYKZTfxxRw .nav-link:focus {
  outline: none;
}
.cid-sYKZTfxxRw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sYKZTfxxRw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYKZTfxxRw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sYKZTfxxRw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYKZTfxxRw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYKZTfxxRw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYKZTfxxRw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sYKZTfxxRw .navbar.opened {
  transition: all 0.3s;
}
.cid-sYKZTfxxRw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sYKZTfxxRw .navbar .navbar-logo img {
  width: auto;
}
.cid-sYKZTfxxRw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYKZTfxxRw .navbar.collapsed {
  justify-content: center;
}
.cid-sYKZTfxxRw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYKZTfxxRw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sYKZTfxxRw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 15rem);
  }
}
.cid-sYKZTfxxRw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYKZTfxxRw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYKZTfxxRw .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-sYKZTfxxRw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYKZTfxxRw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sYKZTfxxRw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sYKZTfxxRw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYKZTfxxRw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYKZTfxxRw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYKZTfxxRw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYKZTfxxRw .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-sYKZTfxxRw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sYKZTfxxRw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYKZTfxxRw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYKZTfxxRw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYKZTfxxRw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYKZTfxxRw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sYKZTfxxRw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sYKZTfxxRw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sYKZTfxxRw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sYKZTfxxRw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYKZTfxxRw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYKZTfxxRw .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sYKZTfxxRw .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sYKZTfxxRw .dropdown-item.active,
.cid-sYKZTfxxRw .dropdown-item:active {
  background-color: transparent;
}
.cid-sYKZTfxxRw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYKZTfxxRw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYKZTfxxRw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYKZTfxxRw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sYKZTfxxRw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYKZTfxxRw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYKZTfxxRw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sYKZTfxxRw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYKZTfxxRw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sYKZTfxxRw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a0000;
}
.cid-sYKZTfxxRw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYKZTfxxRw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYKZTfxxRw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYKZTfxxRw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYKZTfxxRw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYKZTfxxRw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYKZTfxxRw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYKZTfxxRw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYKZTfxxRw .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-sYKZTfxxRw .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sYKZTfxxRw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sYKZTfxxRw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sYKZTfxxRw .navbar {
    height: 70px;
  }
  .cid-sYKZTfxxRw .navbar.opened {
    height: auto;
  }
  .cid-sYKZTfxxRw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYKZTfxxRw .container,
.cid-sYKZTfxxRw .container-fluid {
  flex-wrap: wrap;
}
.cid-sYKZTfxxRw .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sYKZTfxxRw .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sYKZTfxxRw .contacts-menu .mbr-iconfont {
  color: #3a0000;
}
@media (max-width: 991px) {
  .cid-sYKZTfxxRw .contacts-menu {
    display: none;
  }
}
.cid-sYKZTfxxRw .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sYKZTfxxRw .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #999999;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sYKZTfxxRw .icon-box:hover {
  transform: scale(1.1);
}
.cid-sYKZTfxxRw .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sYKZTfxxRw .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sYKZTfxxRw .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sYKZTfxxRw .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sYKZTfxxRw .navbar-collapse .mbr-section-btn .btn-black {
  color: #999999 !important;
}
@media (max-width: 577px) {
  .cid-sYKZTfxxRw .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sYKZTfxxRw .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sYKZTfxxRw .navbar-collapse .nav-link:hover {
  color: #999999 !important;
}
.cid-sYKZTfxxRw .card-title {
  text-align: right;
  color: #3a0000;
}
.cid-sYKZTfxxRw .card-text {
  text-align: right;
  color: #3a0000;
}
.cid-sYKZTlm2cw {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sYKZTlm2cw .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sYKZTlm2cw .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-sYKZTlm2cw .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sYKZTlm2cw .label-text {
    text-align: center !important;
  }
}
.cid-sYKZTlm2cw .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sYKZTlm2cw .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sYKZTlm2cw .mbr-section-title,
.cid-sYKZTlm2cw .mbr-section-btn {
  color: #555555;
  text-align: center;
}
.cid-sYKZTm1UDs {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sYKZTm1UDs .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sYKZTm1UDs .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYKZTm1UDs .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible !important;
}
.cid-sYKZTm1UDs .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sYKZTm1UDs .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sYKZTm1UDs .row > .row {
  display: block;
}
.cid-sYKZTm1UDs .mbr-gallery-item {
  width: 100%;
}
.cid-sYKZTm1UDs .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #999999;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sYKZTm1UDs .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sYKZTm1UDs .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sYKZTm1UDs .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sYKZTm1UDs .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-sYKZTm1UDs .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #999999 !important;
  opacity: 0.3;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sYKZTm1UDs .container {
  max-width: 400px;
  padding: 0.7rem;
}
.cid-sYKZTm1UDs .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sYKZTm1UDs {
    padding-top: 35px;
    padding-bottom: 10px;
  }
  .cid-sYKZTm1UDs .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-sYKZTozQtJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3a0000;
  overflow: hidden;
}
.cid-sYLhajI4D2 {
  z-index: 1000;
  width: 100%;
}
.cid-sYLhajI4D2 nav.navbar {
  position: fixed;
}
.cid-sYLhajI4D2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYLhajI4D2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sYLhajI4D2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sYLhajI4D2 .dropdown-item:hover,
.cid-sYLhajI4D2 .dropdown-item:focus {
  background: #999999 !important;
  color: white !important;
}
.cid-sYLhajI4D2 .dropdown-item:hover span {
  color: white;
}
.cid-sYLhajI4D2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sYLhajI4D2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sYLhajI4D2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sYLhajI4D2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYLhajI4D2 .nav-link {
  position: relative;
}
.cid-sYLhajI4D2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sYLhajI4D2 .container {
    flex-wrap: nowrap;
  }
}
.cid-sYLhajI4D2 .iconfont-wrapper {
  color: #3a0000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sYLhajI4D2 .dropdown-menu,
.cid-sYLhajI4D2 .navbar.opened {
  background: #ffffff !important;
}
.cid-sYLhajI4D2 .nav-item:focus,
.cid-sYLhajI4D2 .nav-link:focus {
  outline: none;
}
.cid-sYLhajI4D2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sYLhajI4D2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYLhajI4D2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sYLhajI4D2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYLhajI4D2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYLhajI4D2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYLhajI4D2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sYLhajI4D2 .navbar.opened {
  transition: all 0.3s;
}
.cid-sYLhajI4D2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sYLhajI4D2 .navbar .navbar-logo img {
  width: auto;
}
.cid-sYLhajI4D2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYLhajI4D2 .navbar.collapsed {
  justify-content: center;
}
.cid-sYLhajI4D2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYLhajI4D2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sYLhajI4D2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 15rem);
  }
}
.cid-sYLhajI4D2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYLhajI4D2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYLhajI4D2 .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-sYLhajI4D2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYLhajI4D2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sYLhajI4D2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sYLhajI4D2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYLhajI4D2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYLhajI4D2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYLhajI4D2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYLhajI4D2 .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-sYLhajI4D2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sYLhajI4D2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYLhajI4D2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYLhajI4D2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYLhajI4D2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYLhajI4D2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sYLhajI4D2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sYLhajI4D2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sYLhajI4D2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sYLhajI4D2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYLhajI4D2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYLhajI4D2 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sYLhajI4D2 .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sYLhajI4D2 .dropdown-item.active,
.cid-sYLhajI4D2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sYLhajI4D2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYLhajI4D2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYLhajI4D2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYLhajI4D2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sYLhajI4D2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYLhajI4D2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYLhajI4D2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sYLhajI4D2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYLhajI4D2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sYLhajI4D2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a0000;
}
.cid-sYLhajI4D2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYLhajI4D2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYLhajI4D2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYLhajI4D2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYLhajI4D2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYLhajI4D2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYLhajI4D2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYLhajI4D2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYLhajI4D2 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-sYLhajI4D2 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sYLhajI4D2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sYLhajI4D2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sYLhajI4D2 .navbar {
    height: 70px;
  }
  .cid-sYLhajI4D2 .navbar.opened {
    height: auto;
  }
  .cid-sYLhajI4D2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYLhajI4D2 .container,
.cid-sYLhajI4D2 .container-fluid {
  flex-wrap: wrap;
}
.cid-sYLhajI4D2 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sYLhajI4D2 .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sYLhajI4D2 .contacts-menu .mbr-iconfont {
  color: #3a0000;
}
@media (max-width: 991px) {
  .cid-sYLhajI4D2 .contacts-menu {
    display: none;
  }
}
.cid-sYLhajI4D2 .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sYLhajI4D2 .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #999999;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sYLhajI4D2 .icon-box:hover {
  transform: scale(1.1);
}
.cid-sYLhajI4D2 .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sYLhajI4D2 .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sYLhajI4D2 .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sYLhajI4D2 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sYLhajI4D2 .navbar-collapse .mbr-section-btn .btn-black {
  color: #999999 !important;
}
@media (max-width: 577px) {
  .cid-sYLhajI4D2 .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sYLhajI4D2 .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sYLhajI4D2 .navbar-collapse .nav-link:hover {
  color: #999999 !important;
}
.cid-sYLhajI4D2 .card-title {
  text-align: right;
  color: #3a0000;
}
.cid-sYLhajI4D2 .card-text {
  text-align: right;
  color: #3a0000;
}
.cid-sYLhakWId7 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2022-02-25-at-08.23.26-4-1200x1600.jpg");
}
.cid-sYLhakWId7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sYLhakWId7 .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sYLhakWId7 .col-text {
    padding: 30px;
  }
}
.cid-sYLhakWId7 .col-form {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sYLhakWId7 .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sYLhakWId7 .col-form {
    padding: 30px;
    min-height: 540px;
  }
}
@media (min-width: 768px) {
  .cid-sYLhakWId7 .col-form {
    max-height: 440px;
  }
}
.cid-sYLhakWId7 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-sYLhakWId7 .text-wrapper {
    text-align: center !important;
  }
}
.cid-sYLhakWId7 .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .cid-sYLhakWId7 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sYLhakWId7 .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sYLhakWId7 .mbr-text {
    text-align: center !important;
  }
}
.cid-sYLhakWId7 .text-user {
  width: 100%;
  margin-top: 20px;
}
.cid-sYLhakWId7 .name-text {
  color: #c79553;
  width: 100%;
}
.cid-sYLhakWId7 .prof-text {
  color: #555555;
  width: 100%;
}
.cid-sYLhakWId7 .btn-container {
  width: 100%;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .cid-sYLhakWId7 .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-sYLhakWId7 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sYLhakWId7 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sYLi0HsDdh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sYLi0HsDdh .item {
  padding-bottom: 2rem;
}
.cid-sYLi0HsDdh .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sYLi0HsDdh .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sYLi0HsDdh .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sYLi0HsDdh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sYLi0HsDdh .carousel-control,
.cid-sYLi0HsDdh .close {
  background: #1b1b1b;
}
.cid-sYLi0HsDdh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sYLi0HsDdh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sYLi0HsDdh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sYLi0HsDdh .carousel-control-next span {
  margin-left: 5px;
}
.cid-sYLi0HsDdh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sYLi0HsDdh .close::before {
  content: '\e91a';
}
.cid-sYLi0HsDdh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sYLi0HsDdh .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sYLi0HsDdh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYLi0HsDdh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sYLi0HsDdh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sYLi0HsDdh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sYLi0HsDdh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sYLi0HsDdh .carousel-indicators li.active,
.cid-sYLi0HsDdh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sYLi0HsDdh .carousel-indicators li::after,
.cid-sYLi0HsDdh .carousel-indicators li::before {
  content: none;
}
.cid-sYLi0HsDdh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sYLi0HsDdh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sYLi0HsDdh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sYLi0HsDdh .carousel-indicators {
    display: none;
  }
}
.cid-sYLi0HsDdh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sYLi0HsDdh .carousel-inner > .active {
  display: block;
}
.cid-sYLi0HsDdh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYLi0HsDdh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sYLi0HsDdh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sYLi0HsDdh .carousel-control,
  .cid-sYLi0HsDdh .carousel-indicators,
  .cid-sYLi0HsDdh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sYLi0HsDdh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sYLi0HsDdh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sYLi0HsDdh .carousel-indicators .active,
.cid-sYLi0HsDdh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sYLi0HsDdh .carousel-indicators .active {
  background: #fff;
}
.cid-sYLi0HsDdh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sYLi0HsDdh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sYLi0HsDdh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sYLi0HsDdh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sYLi0HsDdh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sYLi0HsDdh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sYLi0HsDdh .carousel {
  width: 100%;
}
.cid-sYLi0HsDdh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sYLi0HsDdh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sYLi0HsDdh .modal.fade .modal-dialog,
.cid-sYLi0HsDdh .modal.in .modal-dialog {
  transform: none;
}
.cid-sYLi0HsDdh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sYLi0HsDdh H6 {
  text-align: center;
}
.cid-sYLhatcRfh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sYLhcsi40b {
  z-index: 1000;
  width: 100%;
}
.cid-sYLhcsi40b nav.navbar {
  position: fixed;
}
.cid-sYLhcsi40b .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYLhcsi40b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sYLhcsi40b .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sYLhcsi40b .dropdown-item:hover,
.cid-sYLhcsi40b .dropdown-item:focus {
  background: #999999 !important;
  color: white !important;
}
.cid-sYLhcsi40b .dropdown-item:hover span {
  color: white;
}
.cid-sYLhcsi40b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sYLhcsi40b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sYLhcsi40b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sYLhcsi40b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYLhcsi40b .nav-link {
  position: relative;
}
.cid-sYLhcsi40b .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sYLhcsi40b .container {
    flex-wrap: nowrap;
  }
}
.cid-sYLhcsi40b .iconfont-wrapper {
  color: #3a0000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sYLhcsi40b .dropdown-menu,
.cid-sYLhcsi40b .navbar.opened {
  background: #ffffff !important;
}
.cid-sYLhcsi40b .nav-item:focus,
.cid-sYLhcsi40b .nav-link:focus {
  outline: none;
}
.cid-sYLhcsi40b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sYLhcsi40b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYLhcsi40b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sYLhcsi40b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYLhcsi40b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYLhcsi40b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYLhcsi40b .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sYLhcsi40b .navbar.opened {
  transition: all 0.3s;
}
.cid-sYLhcsi40b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sYLhcsi40b .navbar .navbar-logo img {
  width: auto;
}
.cid-sYLhcsi40b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYLhcsi40b .navbar.collapsed {
  justify-content: center;
}
.cid-sYLhcsi40b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYLhcsi40b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sYLhcsi40b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 15rem);
  }
}
.cid-sYLhcsi40b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYLhcsi40b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYLhcsi40b .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-sYLhcsi40b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYLhcsi40b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sYLhcsi40b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sYLhcsi40b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYLhcsi40b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYLhcsi40b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYLhcsi40b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYLhcsi40b .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-sYLhcsi40b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sYLhcsi40b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYLhcsi40b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYLhcsi40b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYLhcsi40b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYLhcsi40b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sYLhcsi40b .navbar.navbar-short {
  min-height: 60px;
}
.cid-sYLhcsi40b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sYLhcsi40b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sYLhcsi40b .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYLhcsi40b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYLhcsi40b .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sYLhcsi40b .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sYLhcsi40b .dropdown-item.active,
.cid-sYLhcsi40b .dropdown-item:active {
  background-color: transparent;
}
.cid-sYLhcsi40b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYLhcsi40b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYLhcsi40b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYLhcsi40b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sYLhcsi40b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYLhcsi40b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYLhcsi40b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sYLhcsi40b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYLhcsi40b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sYLhcsi40b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a0000;
}
.cid-sYLhcsi40b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYLhcsi40b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYLhcsi40b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYLhcsi40b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYLhcsi40b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYLhcsi40b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYLhcsi40b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYLhcsi40b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYLhcsi40b .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-sYLhcsi40b .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sYLhcsi40b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sYLhcsi40b .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sYLhcsi40b .navbar {
    height: 70px;
  }
  .cid-sYLhcsi40b .navbar.opened {
    height: auto;
  }
  .cid-sYLhcsi40b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYLhcsi40b .container,
.cid-sYLhcsi40b .container-fluid {
  flex-wrap: wrap;
}
.cid-sYLhcsi40b .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sYLhcsi40b .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sYLhcsi40b .contacts-menu .mbr-iconfont {
  color: #3a0000;
}
@media (max-width: 991px) {
  .cid-sYLhcsi40b .contacts-menu {
    display: none;
  }
}
.cid-sYLhcsi40b .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sYLhcsi40b .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #999999;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sYLhcsi40b .icon-box:hover {
  transform: scale(1.1);
}
.cid-sYLhcsi40b .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sYLhcsi40b .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sYLhcsi40b .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sYLhcsi40b .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sYLhcsi40b .navbar-collapse .mbr-section-btn .btn-black {
  color: #999999 !important;
}
@media (max-width: 577px) {
  .cid-sYLhcsi40b .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sYLhcsi40b .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sYLhcsi40b .navbar-collapse .nav-link:hover {
  color: #999999 !important;
}
.cid-sYLhcsi40b .card-title {
  text-align: right;
  color: #3a0000;
}
.cid-sYLhcsi40b .card-text {
  text-align: right;
  color: #3a0000;
}
.cid-sYLhctf6XS {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2022-02-25-at-08.28.46-1-899x1599.jpg");
}
.cid-sYLhctf6XS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sYLhctf6XS .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sYLhctf6XS .col-text {
    padding: 30px;
  }
}
.cid-sYLhctf6XS .col-form {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sYLhctf6XS .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sYLhctf6XS .col-form {
    padding: 30px;
    min-height: 540px;
  }
}
@media (min-width: 768px) {
  .cid-sYLhctf6XS .col-form {
    max-height: 440px;
  }
}
.cid-sYLhctf6XS .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-sYLhctf6XS .text-wrapper {
    text-align: center !important;
  }
}
.cid-sYLhctf6XS .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .cid-sYLhctf6XS .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sYLhctf6XS .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sYLhctf6XS .mbr-text {
    text-align: center !important;
  }
}
.cid-sYLhctf6XS .text-user {
  width: 100%;
  margin-top: 20px;
}
.cid-sYLhctf6XS .name-text {
  color: #c79553;
  width: 100%;
}
.cid-sYLhctf6XS .prof-text {
  color: #555555;
  width: 100%;
}
.cid-sYLhctf6XS .btn-container {
  width: 100%;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .cid-sYLhctf6XS .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-sYLhctf6XS .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sYLhctf6XS .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sYLkAhEMdw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sYLkAhEMdw .item {
  padding-bottom: 2rem;
}
.cid-sYLkAhEMdw .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sYLkAhEMdw .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sYLkAhEMdw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sYLkAhEMdw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sYLkAhEMdw .carousel-control,
.cid-sYLkAhEMdw .close {
  background: #1b1b1b;
}
.cid-sYLkAhEMdw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sYLkAhEMdw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sYLkAhEMdw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sYLkAhEMdw .carousel-control-next span {
  margin-left: 5px;
}
.cid-sYLkAhEMdw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sYLkAhEMdw .close::before {
  content: '\e91a';
}
.cid-sYLkAhEMdw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sYLkAhEMdw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sYLkAhEMdw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYLkAhEMdw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sYLkAhEMdw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sYLkAhEMdw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sYLkAhEMdw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sYLkAhEMdw .carousel-indicators li.active,
.cid-sYLkAhEMdw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sYLkAhEMdw .carousel-indicators li::after,
.cid-sYLkAhEMdw .carousel-indicators li::before {
  content: none;
}
.cid-sYLkAhEMdw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sYLkAhEMdw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sYLkAhEMdw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sYLkAhEMdw .carousel-indicators {
    display: none;
  }
}
.cid-sYLkAhEMdw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sYLkAhEMdw .carousel-inner > .active {
  display: block;
}
.cid-sYLkAhEMdw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYLkAhEMdw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sYLkAhEMdw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sYLkAhEMdw .carousel-control,
  .cid-sYLkAhEMdw .carousel-indicators,
  .cid-sYLkAhEMdw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sYLkAhEMdw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sYLkAhEMdw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sYLkAhEMdw .carousel-indicators .active,
.cid-sYLkAhEMdw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sYLkAhEMdw .carousel-indicators .active {
  background: #fff;
}
.cid-sYLkAhEMdw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sYLkAhEMdw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sYLkAhEMdw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sYLkAhEMdw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sYLkAhEMdw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sYLkAhEMdw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sYLkAhEMdw .carousel {
  width: 100%;
}
.cid-sYLkAhEMdw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sYLkAhEMdw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sYLkAhEMdw .modal.fade .modal-dialog,
.cid-sYLkAhEMdw .modal.in .modal-dialog {
  transform: none;
}
.cid-sYLkAhEMdw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sYLkAhEMdw H6 {
  text-align: center;
}
.cid-sYLhcykq3n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sYLhdwHMKU {
  z-index: 1000;
  width: 100%;
}
.cid-sYLhdwHMKU nav.navbar {
  position: fixed;
}
.cid-sYLhdwHMKU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYLhdwHMKU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sYLhdwHMKU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sYLhdwHMKU .dropdown-item:hover,
.cid-sYLhdwHMKU .dropdown-item:focus {
  background: #999999 !important;
  color: white !important;
}
.cid-sYLhdwHMKU .dropdown-item:hover span {
  color: white;
}
.cid-sYLhdwHMKU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sYLhdwHMKU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sYLhdwHMKU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sYLhdwHMKU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYLhdwHMKU .nav-link {
  position: relative;
}
.cid-sYLhdwHMKU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sYLhdwHMKU .container {
    flex-wrap: nowrap;
  }
}
.cid-sYLhdwHMKU .iconfont-wrapper {
  color: #3a0000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sYLhdwHMKU .dropdown-menu,
.cid-sYLhdwHMKU .navbar.opened {
  background: #ffffff !important;
}
.cid-sYLhdwHMKU .nav-item:focus,
.cid-sYLhdwHMKU .nav-link:focus {
  outline: none;
}
.cid-sYLhdwHMKU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sYLhdwHMKU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYLhdwHMKU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sYLhdwHMKU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYLhdwHMKU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYLhdwHMKU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYLhdwHMKU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sYLhdwHMKU .navbar.opened {
  transition: all 0.3s;
}
.cid-sYLhdwHMKU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sYLhdwHMKU .navbar .navbar-logo img {
  width: auto;
}
.cid-sYLhdwHMKU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYLhdwHMKU .navbar.collapsed {
  justify-content: center;
}
.cid-sYLhdwHMKU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYLhdwHMKU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sYLhdwHMKU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 15rem);
  }
}
.cid-sYLhdwHMKU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYLhdwHMKU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYLhdwHMKU .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-sYLhdwHMKU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYLhdwHMKU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sYLhdwHMKU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sYLhdwHMKU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYLhdwHMKU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYLhdwHMKU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYLhdwHMKU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYLhdwHMKU .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-sYLhdwHMKU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sYLhdwHMKU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYLhdwHMKU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYLhdwHMKU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYLhdwHMKU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYLhdwHMKU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sYLhdwHMKU .navbar.navbar-short {
  min-height: 60px;
}
.cid-sYLhdwHMKU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sYLhdwHMKU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sYLhdwHMKU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYLhdwHMKU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYLhdwHMKU .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sYLhdwHMKU .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sYLhdwHMKU .dropdown-item.active,
.cid-sYLhdwHMKU .dropdown-item:active {
  background-color: transparent;
}
.cid-sYLhdwHMKU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYLhdwHMKU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYLhdwHMKU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYLhdwHMKU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sYLhdwHMKU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYLhdwHMKU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYLhdwHMKU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sYLhdwHMKU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYLhdwHMKU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sYLhdwHMKU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a0000;
}
.cid-sYLhdwHMKU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYLhdwHMKU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYLhdwHMKU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYLhdwHMKU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYLhdwHMKU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYLhdwHMKU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYLhdwHMKU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYLhdwHMKU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYLhdwHMKU .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-sYLhdwHMKU .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sYLhdwHMKU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sYLhdwHMKU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sYLhdwHMKU .navbar {
    height: 70px;
  }
  .cid-sYLhdwHMKU .navbar.opened {
    height: auto;
  }
  .cid-sYLhdwHMKU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYLhdwHMKU .container,
.cid-sYLhdwHMKU .container-fluid {
  flex-wrap: wrap;
}
.cid-sYLhdwHMKU .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sYLhdwHMKU .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sYLhdwHMKU .contacts-menu .mbr-iconfont {
  color: #3a0000;
}
@media (max-width: 991px) {
  .cid-sYLhdwHMKU .contacts-menu {
    display: none;
  }
}
.cid-sYLhdwHMKU .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sYLhdwHMKU .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #999999;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sYLhdwHMKU .icon-box:hover {
  transform: scale(1.1);
}
.cid-sYLhdwHMKU .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sYLhdwHMKU .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sYLhdwHMKU .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sYLhdwHMKU .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sYLhdwHMKU .navbar-collapse .mbr-section-btn .btn-black {
  color: #999999 !important;
}
@media (max-width: 577px) {
  .cid-sYLhdwHMKU .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sYLhdwHMKU .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sYLhdwHMKU .navbar-collapse .nav-link:hover {
  color: #999999 !important;
}
.cid-sYLhdwHMKU .card-title {
  text-align: right;
  color: #3a0000;
}
.cid-sYLhdwHMKU .card-text {
  text-align: right;
  color: #3a0000;
}
.cid-sYLhdxEIom {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2022-02-22-at-08.25.172-1200x1600.jpg");
}
.cid-sYLhdxEIom .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sYLhdxEIom .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sYLhdxEIom .col-text {
    padding: 30px;
  }
}
.cid-sYLhdxEIom .col-form {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sYLhdxEIom .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sYLhdxEIom .col-form {
    padding: 30px;
    min-height: 540px;
  }
}
@media (min-width: 768px) {
  .cid-sYLhdxEIom .col-form {
    max-height: 440px;
  }
}
.cid-sYLhdxEIom .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-sYLhdxEIom .text-wrapper {
    text-align: center !important;
  }
}
.cid-sYLhdxEIom .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .cid-sYLhdxEIom .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sYLhdxEIom .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sYLhdxEIom .mbr-text {
    text-align: center !important;
  }
}
.cid-sYLhdxEIom .text-user {
  width: 100%;
  margin-top: 20px;
}
.cid-sYLhdxEIom .name-text {
  color: #c79553;
  width: 100%;
}
.cid-sYLhdxEIom .prof-text {
  color: #555555;
  width: 100%;
}
.cid-sYLhdxEIom .btn-container {
  width: 100%;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .cid-sYLhdxEIom .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-sYLhdxEIom .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sYLhdxEIom .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sYLlA12Ll3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sYLlA12Ll3 .item {
  padding-bottom: 2rem;
}
.cid-sYLlA12Ll3 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sYLlA12Ll3 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sYLlA12Ll3 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sYLlA12Ll3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sYLlA12Ll3 .carousel-control,
.cid-sYLlA12Ll3 .close {
  background: #1b1b1b;
}
.cid-sYLlA12Ll3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sYLlA12Ll3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sYLlA12Ll3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sYLlA12Ll3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sYLlA12Ll3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sYLlA12Ll3 .close::before {
  content: '\e91a';
}
.cid-sYLlA12Ll3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sYLlA12Ll3 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sYLlA12Ll3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYLlA12Ll3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sYLlA12Ll3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sYLlA12Ll3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sYLlA12Ll3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sYLlA12Ll3 .carousel-indicators li.active,
.cid-sYLlA12Ll3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sYLlA12Ll3 .carousel-indicators li::after,
.cid-sYLlA12Ll3 .carousel-indicators li::before {
  content: none;
}
.cid-sYLlA12Ll3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sYLlA12Ll3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sYLlA12Ll3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sYLlA12Ll3 .carousel-indicators {
    display: none;
  }
}
.cid-sYLlA12Ll3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sYLlA12Ll3 .carousel-inner > .active {
  display: block;
}
.cid-sYLlA12Ll3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYLlA12Ll3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sYLlA12Ll3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sYLlA12Ll3 .carousel-control,
  .cid-sYLlA12Ll3 .carousel-indicators,
  .cid-sYLlA12Ll3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sYLlA12Ll3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sYLlA12Ll3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sYLlA12Ll3 .carousel-indicators .active,
.cid-sYLlA12Ll3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sYLlA12Ll3 .carousel-indicators .active {
  background: #fff;
}
.cid-sYLlA12Ll3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sYLlA12Ll3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sYLlA12Ll3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sYLlA12Ll3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sYLlA12Ll3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sYLlA12Ll3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sYLlA12Ll3 .carousel {
  width: 100%;
}
.cid-sYLlA12Ll3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sYLlA12Ll3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sYLlA12Ll3 .modal.fade .modal-dialog,
.cid-sYLlA12Ll3 .modal.in .modal-dialog {
  transform: none;
}
.cid-sYLlA12Ll3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sYLlA12Ll3 H6 {
  text-align: center;
}
.cid-sYLhdCyw0d {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3a0000;
  overflow: hidden;
}
.cid-sYLhhgxQn4 {
  z-index: 1000;
  width: 100%;
}
.cid-sYLhhgxQn4 nav.navbar {
  position: fixed;
}
.cid-sYLhhgxQn4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYLhhgxQn4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sYLhhgxQn4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sYLhhgxQn4 .dropdown-item:hover,
.cid-sYLhhgxQn4 .dropdown-item:focus {
  background: #999999 !important;
  color: white !important;
}
.cid-sYLhhgxQn4 .dropdown-item:hover span {
  color: white;
}
.cid-sYLhhgxQn4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sYLhhgxQn4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sYLhhgxQn4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sYLhhgxQn4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYLhhgxQn4 .nav-link {
  position: relative;
}
.cid-sYLhhgxQn4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sYLhhgxQn4 .container {
    flex-wrap: nowrap;
  }
}
.cid-sYLhhgxQn4 .iconfont-wrapper {
  color: #3a0000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sYLhhgxQn4 .dropdown-menu,
.cid-sYLhhgxQn4 .navbar.opened {
  background: #ffffff !important;
}
.cid-sYLhhgxQn4 .nav-item:focus,
.cid-sYLhhgxQn4 .nav-link:focus {
  outline: none;
}
.cid-sYLhhgxQn4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sYLhhgxQn4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYLhhgxQn4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sYLhhgxQn4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYLhhgxQn4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYLhhgxQn4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYLhhgxQn4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sYLhhgxQn4 .navbar.opened {
  transition: all 0.3s;
}
.cid-sYLhhgxQn4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sYLhhgxQn4 .navbar .navbar-logo img {
  width: auto;
}
.cid-sYLhhgxQn4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYLhhgxQn4 .navbar.collapsed {
  justify-content: center;
}
.cid-sYLhhgxQn4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYLhhgxQn4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sYLhhgxQn4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 15rem);
  }
}
.cid-sYLhhgxQn4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYLhhgxQn4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYLhhgxQn4 .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-sYLhhgxQn4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYLhhgxQn4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sYLhhgxQn4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sYLhhgxQn4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYLhhgxQn4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYLhhgxQn4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYLhhgxQn4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYLhhgxQn4 .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-sYLhhgxQn4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sYLhhgxQn4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYLhhgxQn4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYLhhgxQn4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYLhhgxQn4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYLhhgxQn4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sYLhhgxQn4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sYLhhgxQn4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sYLhhgxQn4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sYLhhgxQn4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYLhhgxQn4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYLhhgxQn4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sYLhhgxQn4 .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sYLhhgxQn4 .dropdown-item.active,
.cid-sYLhhgxQn4 .dropdown-item:active {
  background-color: transparent;
}
.cid-sYLhhgxQn4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYLhhgxQn4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYLhhgxQn4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYLhhgxQn4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sYLhhgxQn4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYLhhgxQn4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYLhhgxQn4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sYLhhgxQn4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYLhhgxQn4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sYLhhgxQn4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a0000;
}
.cid-sYLhhgxQn4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYLhhgxQn4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYLhhgxQn4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYLhhgxQn4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYLhhgxQn4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYLhhgxQn4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYLhhgxQn4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYLhhgxQn4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYLhhgxQn4 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-sYLhhgxQn4 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sYLhhgxQn4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sYLhhgxQn4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sYLhhgxQn4 .navbar {
    height: 70px;
  }
  .cid-sYLhhgxQn4 .navbar.opened {
    height: auto;
  }
  .cid-sYLhhgxQn4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYLhhgxQn4 .container,
.cid-sYLhhgxQn4 .container-fluid {
  flex-wrap: wrap;
}
.cid-sYLhhgxQn4 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sYLhhgxQn4 .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sYLhhgxQn4 .contacts-menu .mbr-iconfont {
  color: #3a0000;
}
@media (max-width: 991px) {
  .cid-sYLhhgxQn4 .contacts-menu {
    display: none;
  }
}
.cid-sYLhhgxQn4 .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sYLhhgxQn4 .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #999999;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sYLhhgxQn4 .icon-box:hover {
  transform: scale(1.1);
}
.cid-sYLhhgxQn4 .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sYLhhgxQn4 .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sYLhhgxQn4 .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sYLhhgxQn4 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sYLhhgxQn4 .navbar-collapse .mbr-section-btn .btn-black {
  color: #999999 !important;
}
@media (max-width: 577px) {
  .cid-sYLhhgxQn4 .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sYLhhgxQn4 .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sYLhhgxQn4 .navbar-collapse .nav-link:hover {
  color: #999999 !important;
}
.cid-sYLhhgxQn4 .card-title {
  text-align: right;
  color: #3a0000;
}
.cid-sYLhhgxQn4 .card-text {
  text-align: right;
  color: #3a0000;
}
.cid-sYLhhhtsh7 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2022-02-22-at-08.06.05-1072x1440.jpg");
}
.cid-sYLhhhtsh7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sYLhhhtsh7 .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sYLhhhtsh7 .col-text {
    padding: 30px;
  }
}
.cid-sYLhhhtsh7 .col-form {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sYLhhhtsh7 .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sYLhhhtsh7 .col-form {
    padding: 30px;
    min-height: 540px;
  }
}
@media (min-width: 768px) {
  .cid-sYLhhhtsh7 .col-form {
    max-height: 440px;
  }
}
.cid-sYLhhhtsh7 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-sYLhhhtsh7 .text-wrapper {
    text-align: center !important;
  }
}
.cid-sYLhhhtsh7 .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .cid-sYLhhhtsh7 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sYLhhhtsh7 .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sYLhhhtsh7 .mbr-text {
    text-align: center !important;
  }
}
.cid-sYLhhhtsh7 .text-user {
  width: 100%;
  margin-top: 20px;
}
.cid-sYLhhhtsh7 .name-text {
  color: #c79553;
  width: 100%;
}
.cid-sYLhhhtsh7 .prof-text {
  color: #555555;
  width: 100%;
}
.cid-sYLhhhtsh7 .btn-container {
  width: 100%;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .cid-sYLhhhtsh7 .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-sYLhhhtsh7 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sYLhhhtsh7 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sYLmKtXCL8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sYLmKtXCL8 .item {
  padding-bottom: 2rem;
}
.cid-sYLmKtXCL8 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sYLmKtXCL8 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sYLmKtXCL8 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sYLmKtXCL8 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sYLmKtXCL8 .carousel-control,
.cid-sYLmKtXCL8 .close {
  background: #1b1b1b;
}
.cid-sYLmKtXCL8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sYLmKtXCL8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sYLmKtXCL8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sYLmKtXCL8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sYLmKtXCL8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sYLmKtXCL8 .close::before {
  content: '\e91a';
}
.cid-sYLmKtXCL8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sYLmKtXCL8 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sYLmKtXCL8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYLmKtXCL8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sYLmKtXCL8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sYLmKtXCL8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sYLmKtXCL8 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sYLmKtXCL8 .carousel-indicators li.active,
.cid-sYLmKtXCL8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sYLmKtXCL8 .carousel-indicators li::after,
.cid-sYLmKtXCL8 .carousel-indicators li::before {
  content: none;
}
.cid-sYLmKtXCL8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sYLmKtXCL8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sYLmKtXCL8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sYLmKtXCL8 .carousel-indicators {
    display: none;
  }
}
.cid-sYLmKtXCL8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sYLmKtXCL8 .carousel-inner > .active {
  display: block;
}
.cid-sYLmKtXCL8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYLmKtXCL8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sYLmKtXCL8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sYLmKtXCL8 .carousel-control,
  .cid-sYLmKtXCL8 .carousel-indicators,
  .cid-sYLmKtXCL8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sYLmKtXCL8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sYLmKtXCL8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sYLmKtXCL8 .carousel-indicators .active,
.cid-sYLmKtXCL8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sYLmKtXCL8 .carousel-indicators .active {
  background: #fff;
}
.cid-sYLmKtXCL8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sYLmKtXCL8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sYLmKtXCL8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sYLmKtXCL8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sYLmKtXCL8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sYLmKtXCL8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sYLmKtXCL8 .carousel {
  width: 100%;
}
.cid-sYLmKtXCL8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sYLmKtXCL8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sYLmKtXCL8 .modal.fade .modal-dialog,
.cid-sYLmKtXCL8 .modal.in .modal-dialog {
  transform: none;
}
.cid-sYLmKtXCL8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sYLmKtXCL8 H6 {
  text-align: center;
}
.cid-sYLhhmmNKP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3a0000;
  overflow: hidden;
}
.cid-sYLhiwTg29 {
  z-index: 1000;
  width: 100%;
}
.cid-sYLhiwTg29 nav.navbar {
  position: fixed;
}
.cid-sYLhiwTg29 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYLhiwTg29 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sYLhiwTg29 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sYLhiwTg29 .dropdown-item:hover,
.cid-sYLhiwTg29 .dropdown-item:focus {
  background: #999999 !important;
  color: white !important;
}
.cid-sYLhiwTg29 .dropdown-item:hover span {
  color: white;
}
.cid-sYLhiwTg29 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sYLhiwTg29 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sYLhiwTg29 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sYLhiwTg29 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYLhiwTg29 .nav-link {
  position: relative;
}
.cid-sYLhiwTg29 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sYLhiwTg29 .container {
    flex-wrap: nowrap;
  }
}
.cid-sYLhiwTg29 .iconfont-wrapper {
  color: #3a0000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sYLhiwTg29 .dropdown-menu,
.cid-sYLhiwTg29 .navbar.opened {
  background: #ffffff !important;
}
.cid-sYLhiwTg29 .nav-item:focus,
.cid-sYLhiwTg29 .nav-link:focus {
  outline: none;
}
.cid-sYLhiwTg29 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sYLhiwTg29 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYLhiwTg29 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sYLhiwTg29 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYLhiwTg29 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYLhiwTg29 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYLhiwTg29 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sYLhiwTg29 .navbar.opened {
  transition: all 0.3s;
}
.cid-sYLhiwTg29 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sYLhiwTg29 .navbar .navbar-logo img {
  width: auto;
}
.cid-sYLhiwTg29 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYLhiwTg29 .navbar.collapsed {
  justify-content: center;
}
.cid-sYLhiwTg29 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYLhiwTg29 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sYLhiwTg29 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 15rem);
  }
}
.cid-sYLhiwTg29 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYLhiwTg29 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYLhiwTg29 .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-sYLhiwTg29 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYLhiwTg29 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sYLhiwTg29 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sYLhiwTg29 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYLhiwTg29 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYLhiwTg29 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYLhiwTg29 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYLhiwTg29 .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-sYLhiwTg29 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sYLhiwTg29 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYLhiwTg29 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYLhiwTg29 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYLhiwTg29 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYLhiwTg29 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sYLhiwTg29 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sYLhiwTg29 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sYLhiwTg29 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sYLhiwTg29 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYLhiwTg29 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYLhiwTg29 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sYLhiwTg29 .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sYLhiwTg29 .dropdown-item.active,
.cid-sYLhiwTg29 .dropdown-item:active {
  background-color: transparent;
}
.cid-sYLhiwTg29 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYLhiwTg29 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYLhiwTg29 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYLhiwTg29 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sYLhiwTg29 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYLhiwTg29 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYLhiwTg29 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sYLhiwTg29 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYLhiwTg29 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sYLhiwTg29 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a0000;
}
.cid-sYLhiwTg29 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYLhiwTg29 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYLhiwTg29 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYLhiwTg29 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYLhiwTg29 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYLhiwTg29 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYLhiwTg29 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYLhiwTg29 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYLhiwTg29 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-sYLhiwTg29 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sYLhiwTg29 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sYLhiwTg29 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sYLhiwTg29 .navbar {
    height: 70px;
  }
  .cid-sYLhiwTg29 .navbar.opened {
    height: auto;
  }
  .cid-sYLhiwTg29 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYLhiwTg29 .container,
.cid-sYLhiwTg29 .container-fluid {
  flex-wrap: wrap;
}
.cid-sYLhiwTg29 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sYLhiwTg29 .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sYLhiwTg29 .contacts-menu .mbr-iconfont {
  color: #3a0000;
}
@media (max-width: 991px) {
  .cid-sYLhiwTg29 .contacts-menu {
    display: none;
  }
}
.cid-sYLhiwTg29 .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sYLhiwTg29 .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #999999;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sYLhiwTg29 .icon-box:hover {
  transform: scale(1.1);
}
.cid-sYLhiwTg29 .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sYLhiwTg29 .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sYLhiwTg29 .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sYLhiwTg29 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sYLhiwTg29 .navbar-collapse .mbr-section-btn .btn-black {
  color: #999999 !important;
}
@media (max-width: 577px) {
  .cid-sYLhiwTg29 .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sYLhiwTg29 .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sYLhiwTg29 .navbar-collapse .nav-link:hover {
  color: #999999 !important;
}
.cid-sYLhiwTg29 .card-title {
  text-align: right;
  color: #3a0000;
}
.cid-sYLhiwTg29 .card-text {
  text-align: right;
  color: #3a0000;
}
.cid-sYLhixSaYd {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2022-02-25-at-08.33.24-4-1200x1600.jpg");
}
.cid-sYLhixSaYd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sYLhixSaYd .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sYLhixSaYd .col-text {
    padding: 30px;
  }
}
.cid-sYLhixSaYd .col-form {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sYLhixSaYd .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sYLhixSaYd .col-form {
    padding: 30px;
    min-height: 540px;
  }
}
@media (min-width: 768px) {
  .cid-sYLhixSaYd .col-form {
    max-height: 440px;
  }
}
.cid-sYLhixSaYd .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-sYLhixSaYd .text-wrapper {
    text-align: center !important;
  }
}
.cid-sYLhixSaYd .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .cid-sYLhixSaYd .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sYLhixSaYd .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sYLhixSaYd .mbr-text {
    text-align: center !important;
  }
}
.cid-sYLhixSaYd .text-user {
  width: 100%;
  margin-top: 20px;
}
.cid-sYLhixSaYd .name-text {
  color: #c79553;
  width: 100%;
}
.cid-sYLhixSaYd .prof-text {
  color: #555555;
  width: 100%;
}
.cid-sYLhixSaYd .btn-container {
  width: 100%;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .cid-sYLhixSaYd .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-sYLhixSaYd .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sYLhixSaYd .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sYLo3rG365 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sYLo3rG365 .item {
  padding-bottom: 2rem;
}
.cid-sYLo3rG365 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sYLo3rG365 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sYLo3rG365 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sYLo3rG365 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sYLo3rG365 .carousel-control,
.cid-sYLo3rG365 .close {
  background: #1b1b1b;
}
.cid-sYLo3rG365 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sYLo3rG365 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sYLo3rG365 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sYLo3rG365 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sYLo3rG365 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sYLo3rG365 .close::before {
  content: '\e91a';
}
.cid-sYLo3rG365 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sYLo3rG365 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sYLo3rG365 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYLo3rG365 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sYLo3rG365 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sYLo3rG365 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sYLo3rG365 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sYLo3rG365 .carousel-indicators li.active,
.cid-sYLo3rG365 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sYLo3rG365 .carousel-indicators li::after,
.cid-sYLo3rG365 .carousel-indicators li::before {
  content: none;
}
.cid-sYLo3rG365 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sYLo3rG365 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sYLo3rG365 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sYLo3rG365 .carousel-indicators {
    display: none;
  }
}
.cid-sYLo3rG365 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sYLo3rG365 .carousel-inner > .active {
  display: block;
}
.cid-sYLo3rG365 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYLo3rG365 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sYLo3rG365 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sYLo3rG365 .carousel-control,
  .cid-sYLo3rG365 .carousel-indicators,
  .cid-sYLo3rG365 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sYLo3rG365 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sYLo3rG365 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sYLo3rG365 .carousel-indicators .active,
.cid-sYLo3rG365 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sYLo3rG365 .carousel-indicators .active {
  background: #fff;
}
.cid-sYLo3rG365 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sYLo3rG365 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sYLo3rG365 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sYLo3rG365 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sYLo3rG365 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sYLo3rG365 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sYLo3rG365 .carousel {
  width: 100%;
}
.cid-sYLo3rG365 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sYLo3rG365 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sYLo3rG365 .modal.fade .modal-dialog,
.cid-sYLo3rG365 .modal.in .modal-dialog {
  transform: none;
}
.cid-sYLo3rG365 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sYLo3rG365 H6 {
  text-align: center;
}
.cid-sYLhiDEzDS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3a0000;
  overflow: hidden;
}
.cid-sYLhk3O5rF {
  z-index: 1000;
  width: 100%;
}
.cid-sYLhk3O5rF nav.navbar {
  position: fixed;
}
.cid-sYLhk3O5rF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYLhk3O5rF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sYLhk3O5rF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sYLhk3O5rF .dropdown-item:hover,
.cid-sYLhk3O5rF .dropdown-item:focus {
  background: #999999 !important;
  color: white !important;
}
.cid-sYLhk3O5rF .dropdown-item:hover span {
  color: white;
}
.cid-sYLhk3O5rF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sYLhk3O5rF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sYLhk3O5rF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sYLhk3O5rF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYLhk3O5rF .nav-link {
  position: relative;
}
.cid-sYLhk3O5rF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sYLhk3O5rF .container {
    flex-wrap: nowrap;
  }
}
.cid-sYLhk3O5rF .iconfont-wrapper {
  color: #3a0000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sYLhk3O5rF .dropdown-menu,
.cid-sYLhk3O5rF .navbar.opened {
  background: #ffffff !important;
}
.cid-sYLhk3O5rF .nav-item:focus,
.cid-sYLhk3O5rF .nav-link:focus {
  outline: none;
}
.cid-sYLhk3O5rF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sYLhk3O5rF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYLhk3O5rF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sYLhk3O5rF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYLhk3O5rF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYLhk3O5rF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYLhk3O5rF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sYLhk3O5rF .navbar.opened {
  transition: all 0.3s;
}
.cid-sYLhk3O5rF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sYLhk3O5rF .navbar .navbar-logo img {
  width: auto;
}
.cid-sYLhk3O5rF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYLhk3O5rF .navbar.collapsed {
  justify-content: center;
}
.cid-sYLhk3O5rF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYLhk3O5rF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sYLhk3O5rF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 15rem);
  }
}
.cid-sYLhk3O5rF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYLhk3O5rF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYLhk3O5rF .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-sYLhk3O5rF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYLhk3O5rF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sYLhk3O5rF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sYLhk3O5rF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYLhk3O5rF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYLhk3O5rF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYLhk3O5rF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYLhk3O5rF .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-sYLhk3O5rF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sYLhk3O5rF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYLhk3O5rF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYLhk3O5rF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYLhk3O5rF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYLhk3O5rF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sYLhk3O5rF .navbar.navbar-short {
  min-height: 60px;
}
.cid-sYLhk3O5rF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sYLhk3O5rF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sYLhk3O5rF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYLhk3O5rF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYLhk3O5rF .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sYLhk3O5rF .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sYLhk3O5rF .dropdown-item.active,
.cid-sYLhk3O5rF .dropdown-item:active {
  background-color: transparent;
}
.cid-sYLhk3O5rF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYLhk3O5rF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYLhk3O5rF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYLhk3O5rF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sYLhk3O5rF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYLhk3O5rF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYLhk3O5rF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sYLhk3O5rF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYLhk3O5rF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sYLhk3O5rF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a0000;
}
.cid-sYLhk3O5rF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYLhk3O5rF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYLhk3O5rF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYLhk3O5rF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYLhk3O5rF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYLhk3O5rF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYLhk3O5rF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYLhk3O5rF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYLhk3O5rF .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-sYLhk3O5rF .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sYLhk3O5rF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sYLhk3O5rF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sYLhk3O5rF .navbar {
    height: 70px;
  }
  .cid-sYLhk3O5rF .navbar.opened {
    height: auto;
  }
  .cid-sYLhk3O5rF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYLhk3O5rF .container,
.cid-sYLhk3O5rF .container-fluid {
  flex-wrap: wrap;
}
.cid-sYLhk3O5rF .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sYLhk3O5rF .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sYLhk3O5rF .contacts-menu .mbr-iconfont {
  color: #3a0000;
}
@media (max-width: 991px) {
  .cid-sYLhk3O5rF .contacts-menu {
    display: none;
  }
}
.cid-sYLhk3O5rF .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sYLhk3O5rF .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #999999;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sYLhk3O5rF .icon-box:hover {
  transform: scale(1.1);
}
.cid-sYLhk3O5rF .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sYLhk3O5rF .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sYLhk3O5rF .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sYLhk3O5rF .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sYLhk3O5rF .navbar-collapse .mbr-section-btn .btn-black {
  color: #999999 !important;
}
@media (max-width: 577px) {
  .cid-sYLhk3O5rF .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sYLhk3O5rF .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sYLhk3O5rF .navbar-collapse .nav-link:hover {
  color: #999999 !important;
}
.cid-sYLhk3O5rF .card-title {
  text-align: right;
  color: #3a0000;
}
.cid-sYLhk3O5rF .card-text {
  text-align: right;
  color: #3a0000;
}
.cid-sYLhk4PF68 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2022-02-23-at-08.09.09-2-1200x1599.jpg");
}
.cid-sYLhk4PF68 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sYLhk4PF68 .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sYLhk4PF68 .col-text {
    padding: 30px;
  }
}
.cid-sYLhk4PF68 .col-form {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sYLhk4PF68 .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sYLhk4PF68 .col-form {
    padding: 30px;
    min-height: 540px;
  }
}
@media (min-width: 768px) {
  .cid-sYLhk4PF68 .col-form {
    max-height: 440px;
  }
}
.cid-sYLhk4PF68 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-sYLhk4PF68 .text-wrapper {
    text-align: center !important;
  }
}
.cid-sYLhk4PF68 .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .cid-sYLhk4PF68 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sYLhk4PF68 .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sYLhk4PF68 .mbr-text {
    text-align: center !important;
  }
}
.cid-sYLhk4PF68 .text-user {
  width: 100%;
  margin-top: 20px;
}
.cid-sYLhk4PF68 .name-text {
  color: #c79553;
  width: 100%;
}
.cid-sYLhk4PF68 .prof-text {
  color: #555555;
  width: 100%;
}
.cid-sYLhk4PF68 .btn-container {
  width: 100%;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .cid-sYLhk4PF68 .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-sYLhk4PF68 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sYLhk4PF68 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sYLtL7gczR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sYLtL7gczR .item {
  padding-bottom: 2rem;
}
.cid-sYLtL7gczR .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sYLtL7gczR .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sYLtL7gczR .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sYLtL7gczR .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sYLtL7gczR .carousel-control,
.cid-sYLtL7gczR .close {
  background: #1b1b1b;
}
.cid-sYLtL7gczR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sYLtL7gczR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sYLtL7gczR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sYLtL7gczR .carousel-control-next span {
  margin-left: 5px;
}
.cid-sYLtL7gczR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sYLtL7gczR .close::before {
  content: '\e91a';
}
.cid-sYLtL7gczR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sYLtL7gczR .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sYLtL7gczR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYLtL7gczR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sYLtL7gczR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sYLtL7gczR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sYLtL7gczR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sYLtL7gczR .carousel-indicators li.active,
.cid-sYLtL7gczR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sYLtL7gczR .carousel-indicators li::after,
.cid-sYLtL7gczR .carousel-indicators li::before {
  content: none;
}
.cid-sYLtL7gczR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sYLtL7gczR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sYLtL7gczR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sYLtL7gczR .carousel-indicators {
    display: none;
  }
}
.cid-sYLtL7gczR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sYLtL7gczR .carousel-inner > .active {
  display: block;
}
.cid-sYLtL7gczR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYLtL7gczR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sYLtL7gczR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sYLtL7gczR .carousel-control,
  .cid-sYLtL7gczR .carousel-indicators,
  .cid-sYLtL7gczR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sYLtL7gczR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sYLtL7gczR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sYLtL7gczR .carousel-indicators .active,
.cid-sYLtL7gczR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sYLtL7gczR .carousel-indicators .active {
  background: #fff;
}
.cid-sYLtL7gczR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sYLtL7gczR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sYLtL7gczR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sYLtL7gczR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sYLtL7gczR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sYLtL7gczR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sYLtL7gczR .carousel {
  width: 100%;
}
.cid-sYLtL7gczR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sYLtL7gczR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sYLtL7gczR .modal.fade .modal-dialog,
.cid-sYLtL7gczR .modal.in .modal-dialog {
  transform: none;
}
.cid-sYLtL7gczR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sYLtL7gczR H6 {
  text-align: center;
}
.cid-sYLhk9zqSI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3a0000;
  overflow: hidden;
}
.cid-sYLw4BCPIJ {
  z-index: 1000;
  width: 100%;
}
.cid-sYLw4BCPIJ nav.navbar {
  position: fixed;
}
.cid-sYLw4BCPIJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYLw4BCPIJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sYLw4BCPIJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sYLw4BCPIJ .dropdown-item:hover,
.cid-sYLw4BCPIJ .dropdown-item:focus {
  background: #999999 !important;
  color: white !important;
}
.cid-sYLw4BCPIJ .dropdown-item:hover span {
  color: white;
}
.cid-sYLw4BCPIJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sYLw4BCPIJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sYLw4BCPIJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sYLw4BCPIJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYLw4BCPIJ .nav-link {
  position: relative;
}
.cid-sYLw4BCPIJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sYLw4BCPIJ .container {
    flex-wrap: nowrap;
  }
}
.cid-sYLw4BCPIJ .iconfont-wrapper {
  color: #3a0000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sYLw4BCPIJ .dropdown-menu,
.cid-sYLw4BCPIJ .navbar.opened {
  background: #ffffff !important;
}
.cid-sYLw4BCPIJ .nav-item:focus,
.cid-sYLw4BCPIJ .nav-link:focus {
  outline: none;
}
.cid-sYLw4BCPIJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sYLw4BCPIJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYLw4BCPIJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sYLw4BCPIJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYLw4BCPIJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYLw4BCPIJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYLw4BCPIJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sYLw4BCPIJ .navbar.opened {
  transition: all 0.3s;
}
.cid-sYLw4BCPIJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sYLw4BCPIJ .navbar .navbar-logo img {
  width: auto;
}
.cid-sYLw4BCPIJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYLw4BCPIJ .navbar.collapsed {
  justify-content: center;
}
.cid-sYLw4BCPIJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYLw4BCPIJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sYLw4BCPIJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 15rem);
  }
}
.cid-sYLw4BCPIJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYLw4BCPIJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYLw4BCPIJ .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-sYLw4BCPIJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYLw4BCPIJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sYLw4BCPIJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sYLw4BCPIJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYLw4BCPIJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYLw4BCPIJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYLw4BCPIJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYLw4BCPIJ .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-sYLw4BCPIJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sYLw4BCPIJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYLw4BCPIJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYLw4BCPIJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYLw4BCPIJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYLw4BCPIJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sYLw4BCPIJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sYLw4BCPIJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sYLw4BCPIJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sYLw4BCPIJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYLw4BCPIJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYLw4BCPIJ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sYLw4BCPIJ .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sYLw4BCPIJ .dropdown-item.active,
.cid-sYLw4BCPIJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sYLw4BCPIJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYLw4BCPIJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYLw4BCPIJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYLw4BCPIJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sYLw4BCPIJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYLw4BCPIJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYLw4BCPIJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sYLw4BCPIJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYLw4BCPIJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sYLw4BCPIJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a0000;
}
.cid-sYLw4BCPIJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYLw4BCPIJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYLw4BCPIJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYLw4BCPIJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYLw4BCPIJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYLw4BCPIJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYLw4BCPIJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYLw4BCPIJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYLw4BCPIJ .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-sYLw4BCPIJ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sYLw4BCPIJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sYLw4BCPIJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sYLw4BCPIJ .navbar {
    height: 70px;
  }
  .cid-sYLw4BCPIJ .navbar.opened {
    height: auto;
  }
  .cid-sYLw4BCPIJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYLw4BCPIJ .container,
.cid-sYLw4BCPIJ .container-fluid {
  flex-wrap: wrap;
}
.cid-sYLw4BCPIJ .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sYLw4BCPIJ .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sYLw4BCPIJ .contacts-menu .mbr-iconfont {
  color: #3a0000;
}
@media (max-width: 991px) {
  .cid-sYLw4BCPIJ .contacts-menu {
    display: none;
  }
}
.cid-sYLw4BCPIJ .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sYLw4BCPIJ .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #999999;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sYLw4BCPIJ .icon-box:hover {
  transform: scale(1.1);
}
.cid-sYLw4BCPIJ .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sYLw4BCPIJ .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sYLw4BCPIJ .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sYLw4BCPIJ .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sYLw4BCPIJ .navbar-collapse .mbr-section-btn .btn-black {
  color: #999999 !important;
}
@media (max-width: 577px) {
  .cid-sYLw4BCPIJ .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sYLw4BCPIJ .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sYLw4BCPIJ .navbar-collapse .nav-link:hover {
  color: #999999 !important;
}
.cid-sYLw4BCPIJ .card-title {
  text-align: right;
  color: #3a0000;
}
.cid-sYLw4BCPIJ .card-text {
  text-align: right;
  color: #3a0000;
}
.cid-sYLw4CRxBH {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2022-02-24-at-08.37.39-1200x1599.jpg");
}
.cid-sYLw4CRxBH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sYLw4CRxBH .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sYLw4CRxBH .col-text {
    padding: 30px;
  }
}
.cid-sYLw4CRxBH .col-form {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sYLw4CRxBH .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sYLw4CRxBH .col-form {
    padding: 30px;
    min-height: 540px;
  }
}
@media (min-width: 768px) {
  .cid-sYLw4CRxBH .col-form {
    max-height: 440px;
  }
}
.cid-sYLw4CRxBH .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-sYLw4CRxBH .text-wrapper {
    text-align: center !important;
  }
}
.cid-sYLw4CRxBH .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .cid-sYLw4CRxBH .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sYLw4CRxBH .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sYLw4CRxBH .mbr-text {
    text-align: center !important;
  }
}
.cid-sYLw4CRxBH .text-user {
  width: 100%;
  margin-top: 20px;
}
.cid-sYLw4CRxBH .name-text {
  color: #c79553;
  width: 100%;
}
.cid-sYLw4CRxBH .prof-text {
  color: #555555;
  width: 100%;
}
.cid-sYLw4CRxBH .btn-container {
  width: 100%;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .cid-sYLw4CRxBH .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-sYLw4CRxBH .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sYLw4CRxBH .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sYLw4DJ2YV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sYLw4DJ2YV .item {
  padding-bottom: 2rem;
}
.cid-sYLw4DJ2YV .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sYLw4DJ2YV .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sYLw4DJ2YV .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sYLw4DJ2YV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sYLw4DJ2YV .carousel-control,
.cid-sYLw4DJ2YV .close {
  background: #1b1b1b;
}
.cid-sYLw4DJ2YV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sYLw4DJ2YV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sYLw4DJ2YV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sYLw4DJ2YV .carousel-control-next span {
  margin-left: 5px;
}
.cid-sYLw4DJ2YV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sYLw4DJ2YV .close::before {
  content: '\e91a';
}
.cid-sYLw4DJ2YV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sYLw4DJ2YV .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sYLw4DJ2YV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYLw4DJ2YV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sYLw4DJ2YV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sYLw4DJ2YV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sYLw4DJ2YV .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sYLw4DJ2YV .carousel-indicators li.active,
.cid-sYLw4DJ2YV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sYLw4DJ2YV .carousel-indicators li::after,
.cid-sYLw4DJ2YV .carousel-indicators li::before {
  content: none;
}
.cid-sYLw4DJ2YV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sYLw4DJ2YV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sYLw4DJ2YV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sYLw4DJ2YV .carousel-indicators {
    display: none;
  }
}
.cid-sYLw4DJ2YV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sYLw4DJ2YV .carousel-inner > .active {
  display: block;
}
.cid-sYLw4DJ2YV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYLw4DJ2YV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sYLw4DJ2YV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sYLw4DJ2YV .carousel-control,
  .cid-sYLw4DJ2YV .carousel-indicators,
  .cid-sYLw4DJ2YV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sYLw4DJ2YV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sYLw4DJ2YV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sYLw4DJ2YV .carousel-indicators .active,
.cid-sYLw4DJ2YV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sYLw4DJ2YV .carousel-indicators .active {
  background: #fff;
}
.cid-sYLw4DJ2YV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sYLw4DJ2YV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sYLw4DJ2YV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sYLw4DJ2YV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sYLw4DJ2YV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sYLw4DJ2YV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sYLw4DJ2YV .carousel {
  width: 100%;
}
.cid-sYLw4DJ2YV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sYLw4DJ2YV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sYLw4DJ2YV .modal.fade .modal-dialog,
.cid-sYLw4DJ2YV .modal.in .modal-dialog {
  transform: none;
}
.cid-sYLw4DJ2YV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sYLw4DJ2YV H6 {
  text-align: center;
}
.cid-sYLw4HxZQa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3a0000;
  overflow: hidden;
}
.cid-sYLxkxI1Ai {
  z-index: 1000;
  width: 100%;
}
.cid-sYLxkxI1Ai nav.navbar {
  position: fixed;
}
.cid-sYLxkxI1Ai .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYLxkxI1Ai .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sYLxkxI1Ai .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sYLxkxI1Ai .dropdown-item:hover,
.cid-sYLxkxI1Ai .dropdown-item:focus {
  background: #999999 !important;
  color: white !important;
}
.cid-sYLxkxI1Ai .dropdown-item:hover span {
  color: white;
}
.cid-sYLxkxI1Ai .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sYLxkxI1Ai .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sYLxkxI1Ai .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sYLxkxI1Ai .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYLxkxI1Ai .nav-link {
  position: relative;
}
.cid-sYLxkxI1Ai .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sYLxkxI1Ai .container {
    flex-wrap: nowrap;
  }
}
.cid-sYLxkxI1Ai .iconfont-wrapper {
  color: #3a0000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sYLxkxI1Ai .dropdown-menu,
.cid-sYLxkxI1Ai .navbar.opened {
  background: #ffffff !important;
}
.cid-sYLxkxI1Ai .nav-item:focus,
.cid-sYLxkxI1Ai .nav-link:focus {
  outline: none;
}
.cid-sYLxkxI1Ai .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sYLxkxI1Ai .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYLxkxI1Ai .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sYLxkxI1Ai .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYLxkxI1Ai .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYLxkxI1Ai .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYLxkxI1Ai .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sYLxkxI1Ai .navbar.opened {
  transition: all 0.3s;
}
.cid-sYLxkxI1Ai .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sYLxkxI1Ai .navbar .navbar-logo img {
  width: auto;
}
.cid-sYLxkxI1Ai .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYLxkxI1Ai .navbar.collapsed {
  justify-content: center;
}
.cid-sYLxkxI1Ai .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYLxkxI1Ai .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sYLxkxI1Ai .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 15rem);
  }
}
.cid-sYLxkxI1Ai .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYLxkxI1Ai .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYLxkxI1Ai .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-sYLxkxI1Ai .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYLxkxI1Ai .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sYLxkxI1Ai .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sYLxkxI1Ai .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYLxkxI1Ai .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYLxkxI1Ai .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYLxkxI1Ai .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYLxkxI1Ai .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-sYLxkxI1Ai .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sYLxkxI1Ai .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYLxkxI1Ai .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYLxkxI1Ai .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYLxkxI1Ai .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYLxkxI1Ai .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sYLxkxI1Ai .navbar.navbar-short {
  min-height: 60px;
}
.cid-sYLxkxI1Ai .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sYLxkxI1Ai .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sYLxkxI1Ai .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYLxkxI1Ai .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYLxkxI1Ai .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sYLxkxI1Ai .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sYLxkxI1Ai .dropdown-item.active,
.cid-sYLxkxI1Ai .dropdown-item:active {
  background-color: transparent;
}
.cid-sYLxkxI1Ai .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYLxkxI1Ai .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYLxkxI1Ai .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYLxkxI1Ai .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sYLxkxI1Ai .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYLxkxI1Ai .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYLxkxI1Ai ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sYLxkxI1Ai .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYLxkxI1Ai button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sYLxkxI1Ai button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a0000;
}
.cid-sYLxkxI1Ai button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYLxkxI1Ai button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYLxkxI1Ai button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYLxkxI1Ai button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYLxkxI1Ai nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYLxkxI1Ai nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYLxkxI1Ai nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYLxkxI1Ai nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYLxkxI1Ai .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-sYLxkxI1Ai .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sYLxkxI1Ai a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sYLxkxI1Ai .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sYLxkxI1Ai .navbar {
    height: 70px;
  }
  .cid-sYLxkxI1Ai .navbar.opened {
    height: auto;
  }
  .cid-sYLxkxI1Ai .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYLxkxI1Ai .container,
.cid-sYLxkxI1Ai .container-fluid {
  flex-wrap: wrap;
}
.cid-sYLxkxI1Ai .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sYLxkxI1Ai .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sYLxkxI1Ai .contacts-menu .mbr-iconfont {
  color: #3a0000;
}
@media (max-width: 991px) {
  .cid-sYLxkxI1Ai .contacts-menu {
    display: none;
  }
}
.cid-sYLxkxI1Ai .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sYLxkxI1Ai .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #999999;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sYLxkxI1Ai .icon-box:hover {
  transform: scale(1.1);
}
.cid-sYLxkxI1Ai .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sYLxkxI1Ai .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sYLxkxI1Ai .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sYLxkxI1Ai .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sYLxkxI1Ai .navbar-collapse .mbr-section-btn .btn-black {
  color: #999999 !important;
}
@media (max-width: 577px) {
  .cid-sYLxkxI1Ai .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sYLxkxI1Ai .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sYLxkxI1Ai .navbar-collapse .nav-link:hover {
  color: #999999 !important;
}
.cid-sYLxkxI1Ai .card-title {
  text-align: right;
  color: #3a0000;
}
.cid-sYLxkxI1Ai .card-text {
  text-align: right;
  color: #3a0000;
}
.cid-sYLDgXTMtm {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2022-02-24-at-08.37.39-1200x1599.jpg");
}
.cid-sYLDgXTMtm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sYLDgXTMtm .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sYLDgXTMtm .col-text {
    padding: 30px;
  }
}
.cid-sYLDgXTMtm .col-form {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sYLDgXTMtm .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sYLDgXTMtm .col-form {
    padding: 30px;
    min-height: 540px;
  }
}
@media (min-width: 768px) {
  .cid-sYLDgXTMtm .col-form {
    max-height: 440px;
  }
}
.cid-sYLDgXTMtm .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-sYLDgXTMtm .text-wrapper {
    text-align: center !important;
  }
}
.cid-sYLDgXTMtm .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .cid-sYLDgXTMtm .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sYLDgXTMtm .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sYLDgXTMtm .mbr-text {
    text-align: center !important;
  }
}
.cid-sYLDgXTMtm .text-user {
  width: 100%;
  margin-top: 20px;
}
.cid-sYLDgXTMtm .name-text {
  color: #c79553;
  width: 100%;
}
.cid-sYLDgXTMtm .prof-text {
  color: #555555;
  width: 100%;
}
.cid-sYLDgXTMtm .btn-container {
  width: 100%;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .cid-sYLDgXTMtm .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-sYLDgXTMtm .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sYLDgXTMtm .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sYLD7ymdZm {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sYLxkA8Mal {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3a0000;
  overflow: hidden;
}
.cid-sZ6JO6q1xE {
  z-index: 1000;
  width: 100%;
}
.cid-sZ6JO6q1xE nav.navbar {
  position: fixed;
}
.cid-sZ6JO6q1xE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZ6JO6q1xE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sZ6JO6q1xE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sZ6JO6q1xE .dropdown-item:hover,
.cid-sZ6JO6q1xE .dropdown-item:focus {
  background: #999999 !important;
  color: white !important;
}
.cid-sZ6JO6q1xE .dropdown-item:hover span {
  color: white;
}
.cid-sZ6JO6q1xE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sZ6JO6q1xE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sZ6JO6q1xE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sZ6JO6q1xE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sZ6JO6q1xE .nav-link {
  position: relative;
}
.cid-sZ6JO6q1xE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sZ6JO6q1xE .container {
    flex-wrap: nowrap;
  }
}
.cid-sZ6JO6q1xE .iconfont-wrapper {
  color: #3a0000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sZ6JO6q1xE .dropdown-menu,
.cid-sZ6JO6q1xE .navbar.opened {
  background: #ffffff !important;
}
.cid-sZ6JO6q1xE .nav-item:focus,
.cid-sZ6JO6q1xE .nav-link:focus {
  outline: none;
}
.cid-sZ6JO6q1xE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sZ6JO6q1xE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sZ6JO6q1xE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sZ6JO6q1xE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZ6JO6q1xE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sZ6JO6q1xE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sZ6JO6q1xE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sZ6JO6q1xE .navbar.opened {
  transition: all 0.3s;
}
.cid-sZ6JO6q1xE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sZ6JO6q1xE .navbar .navbar-logo img {
  width: auto;
}
.cid-sZ6JO6q1xE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sZ6JO6q1xE .navbar.collapsed {
  justify-content: center;
}
.cid-sZ6JO6q1xE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sZ6JO6q1xE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sZ6JO6q1xE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 15rem);
  }
}
.cid-sZ6JO6q1xE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sZ6JO6q1xE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sZ6JO6q1xE .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-sZ6JO6q1xE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sZ6JO6q1xE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sZ6JO6q1xE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sZ6JO6q1xE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sZ6JO6q1xE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sZ6JO6q1xE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sZ6JO6q1xE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sZ6JO6q1xE .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-sZ6JO6q1xE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sZ6JO6q1xE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sZ6JO6q1xE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sZ6JO6q1xE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sZ6JO6q1xE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sZ6JO6q1xE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sZ6JO6q1xE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sZ6JO6q1xE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sZ6JO6q1xE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sZ6JO6q1xE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sZ6JO6q1xE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sZ6JO6q1xE .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sZ6JO6q1xE .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sZ6JO6q1xE .dropdown-item.active,
.cid-sZ6JO6q1xE .dropdown-item:active {
  background-color: transparent;
}
.cid-sZ6JO6q1xE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sZ6JO6q1xE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sZ6JO6q1xE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sZ6JO6q1xE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sZ6JO6q1xE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sZ6JO6q1xE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sZ6JO6q1xE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sZ6JO6q1xE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sZ6JO6q1xE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sZ6JO6q1xE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a0000;
}
.cid-sZ6JO6q1xE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sZ6JO6q1xE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZ6JO6q1xE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZ6JO6q1xE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sZ6JO6q1xE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZ6JO6q1xE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sZ6JO6q1xE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sZ6JO6q1xE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZ6JO6q1xE .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-sZ6JO6q1xE .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sZ6JO6q1xE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sZ6JO6q1xE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sZ6JO6q1xE .navbar {
    height: 70px;
  }
  .cid-sZ6JO6q1xE .navbar.opened {
    height: auto;
  }
  .cid-sZ6JO6q1xE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sZ6JO6q1xE .container,
.cid-sZ6JO6q1xE .container-fluid {
  flex-wrap: wrap;
}
.cid-sZ6JO6q1xE .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sZ6JO6q1xE .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sZ6JO6q1xE .contacts-menu .mbr-iconfont {
  color: #3a0000;
}
@media (max-width: 991px) {
  .cid-sZ6JO6q1xE .contacts-menu {
    display: none;
  }
}
.cid-sZ6JO6q1xE .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sZ6JO6q1xE .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #999999;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sZ6JO6q1xE .icon-box:hover {
  transform: scale(1.1);
}
.cid-sZ6JO6q1xE .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sZ6JO6q1xE .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sZ6JO6q1xE .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sZ6JO6q1xE .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sZ6JO6q1xE .navbar-collapse .mbr-section-btn .btn-black {
  color: #999999 !important;
}
@media (max-width: 577px) {
  .cid-sZ6JO6q1xE .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sZ6JO6q1xE .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sZ6JO6q1xE .navbar-collapse .nav-link:hover {
  color: #999999 !important;
}
.cid-sZ6JO6q1xE .card-title {
  text-align: right;
  color: #3a0000;
}
.cid-sZ6JO6q1xE .card-text {
  text-align: right;
  color: #3a0000;
}
.cid-sZ6JObOKtg {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2022-03-03-at-18.19.36-2000x1125.jpg");
}
.cid-sZ6JObOKtg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sZ6JObOKtg .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sZ6JObOKtg .col-text {
    padding: 30px;
  }
}
.cid-sZ6JObOKtg .col-form {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sZ6JObOKtg .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sZ6JObOKtg .col-form {
    padding: 30px;
    min-height: 540px;
  }
}
@media (min-width: 768px) {
  .cid-sZ6JObOKtg .col-form {
    max-height: 440px;
  }
}
.cid-sZ6JObOKtg .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-sZ6JObOKtg .text-wrapper {
    text-align: center !important;
  }
}
.cid-sZ6JObOKtg .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .cid-sZ6JObOKtg .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sZ6JObOKtg .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sZ6JObOKtg .mbr-text {
    text-align: center !important;
  }
}
.cid-sZ6JObOKtg .text-user {
  width: 100%;
  margin-top: 20px;
}
.cid-sZ6JObOKtg .name-text {
  color: #c79553;
  width: 100%;
}
.cid-sZ6JObOKtg .prof-text {
  color: #555555;
  width: 100%;
}
.cid-sZ6JObOKtg .btn-container {
  width: 100%;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .cid-sZ6JObOKtg .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-sZ6JObOKtg .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sZ6JObOKtg .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sZ6JOdpgr1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sZ6JOdpgr1 .item {
  padding-bottom: 2rem;
}
.cid-sZ6JOdpgr1 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sZ6JOdpgr1 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sZ6JOdpgr1 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sZ6JOdpgr1 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sZ6JOdpgr1 .carousel-control,
.cid-sZ6JOdpgr1 .close {
  background: #1b1b1b;
}
.cid-sZ6JOdpgr1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sZ6JOdpgr1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sZ6JOdpgr1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sZ6JOdpgr1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sZ6JOdpgr1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sZ6JOdpgr1 .close::before {
  content: '\e91a';
}
.cid-sZ6JOdpgr1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sZ6JOdpgr1 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sZ6JOdpgr1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZ6JOdpgr1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sZ6JOdpgr1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sZ6JOdpgr1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sZ6JOdpgr1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sZ6JOdpgr1 .carousel-indicators li.active,
.cid-sZ6JOdpgr1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sZ6JOdpgr1 .carousel-indicators li::after,
.cid-sZ6JOdpgr1 .carousel-indicators li::before {
  content: none;
}
.cid-sZ6JOdpgr1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sZ6JOdpgr1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sZ6JOdpgr1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sZ6JOdpgr1 .carousel-indicators {
    display: none;
  }
}
.cid-sZ6JOdpgr1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sZ6JOdpgr1 .carousel-inner > .active {
  display: block;
}
.cid-sZ6JOdpgr1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZ6JOdpgr1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sZ6JOdpgr1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sZ6JOdpgr1 .carousel-control,
  .cid-sZ6JOdpgr1 .carousel-indicators,
  .cid-sZ6JOdpgr1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sZ6JOdpgr1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sZ6JOdpgr1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sZ6JOdpgr1 .carousel-indicators .active,
.cid-sZ6JOdpgr1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sZ6JOdpgr1 .carousel-indicators .active {
  background: #fff;
}
.cid-sZ6JOdpgr1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sZ6JOdpgr1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sZ6JOdpgr1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sZ6JOdpgr1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sZ6JOdpgr1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sZ6JOdpgr1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sZ6JOdpgr1 .carousel {
  width: 100%;
}
.cid-sZ6JOdpgr1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sZ6JOdpgr1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sZ6JOdpgr1 .modal.fade .modal-dialog,
.cid-sZ6JOdpgr1 .modal.in .modal-dialog {
  transform: none;
}
.cid-sZ6JOdpgr1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sZ6JOdpgr1 H6 {
  text-align: center;
}
.cid-sZ6JOhNFRt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3a0000;
  overflow: hidden;
}
.cid-sZ6M2wf74j {
  z-index: 1000;
  width: 100%;
}
.cid-sZ6M2wf74j nav.navbar {
  position: fixed;
}
.cid-sZ6M2wf74j .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZ6M2wf74j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sZ6M2wf74j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sZ6M2wf74j .dropdown-item:hover,
.cid-sZ6M2wf74j .dropdown-item:focus {
  background: #999999 !important;
  color: white !important;
}
.cid-sZ6M2wf74j .dropdown-item:hover span {
  color: white;
}
.cid-sZ6M2wf74j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sZ6M2wf74j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sZ6M2wf74j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sZ6M2wf74j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sZ6M2wf74j .nav-link {
  position: relative;
}
.cid-sZ6M2wf74j .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sZ6M2wf74j .container {
    flex-wrap: nowrap;
  }
}
.cid-sZ6M2wf74j .iconfont-wrapper {
  color: #3a0000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sZ6M2wf74j .dropdown-menu,
.cid-sZ6M2wf74j .navbar.opened {
  background: #ffffff !important;
}
.cid-sZ6M2wf74j .nav-item:focus,
.cid-sZ6M2wf74j .nav-link:focus {
  outline: none;
}
.cid-sZ6M2wf74j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sZ6M2wf74j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sZ6M2wf74j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sZ6M2wf74j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZ6M2wf74j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sZ6M2wf74j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sZ6M2wf74j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sZ6M2wf74j .navbar.opened {
  transition: all 0.3s;
}
.cid-sZ6M2wf74j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sZ6M2wf74j .navbar .navbar-logo img {
  width: auto;
}
.cid-sZ6M2wf74j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sZ6M2wf74j .navbar.collapsed {
  justify-content: center;
}
.cid-sZ6M2wf74j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sZ6M2wf74j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sZ6M2wf74j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 15rem);
  }
}
.cid-sZ6M2wf74j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sZ6M2wf74j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sZ6M2wf74j .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-sZ6M2wf74j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sZ6M2wf74j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sZ6M2wf74j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sZ6M2wf74j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sZ6M2wf74j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sZ6M2wf74j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sZ6M2wf74j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sZ6M2wf74j .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-sZ6M2wf74j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sZ6M2wf74j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sZ6M2wf74j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sZ6M2wf74j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sZ6M2wf74j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sZ6M2wf74j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sZ6M2wf74j .navbar.navbar-short {
  min-height: 60px;
}
.cid-sZ6M2wf74j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sZ6M2wf74j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sZ6M2wf74j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sZ6M2wf74j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sZ6M2wf74j .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sZ6M2wf74j .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sZ6M2wf74j .dropdown-item.active,
.cid-sZ6M2wf74j .dropdown-item:active {
  background-color: transparent;
}
.cid-sZ6M2wf74j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sZ6M2wf74j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sZ6M2wf74j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sZ6M2wf74j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sZ6M2wf74j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sZ6M2wf74j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sZ6M2wf74j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sZ6M2wf74j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sZ6M2wf74j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sZ6M2wf74j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a0000;
}
.cid-sZ6M2wf74j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sZ6M2wf74j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZ6M2wf74j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZ6M2wf74j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sZ6M2wf74j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZ6M2wf74j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sZ6M2wf74j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sZ6M2wf74j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZ6M2wf74j .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-sZ6M2wf74j .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sZ6M2wf74j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sZ6M2wf74j .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sZ6M2wf74j .navbar {
    height: 70px;
  }
  .cid-sZ6M2wf74j .navbar.opened {
    height: auto;
  }
  .cid-sZ6M2wf74j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sZ6M2wf74j .container,
.cid-sZ6M2wf74j .container-fluid {
  flex-wrap: wrap;
}
.cid-sZ6M2wf74j .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sZ6M2wf74j .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sZ6M2wf74j .contacts-menu .mbr-iconfont {
  color: #3a0000;
}
@media (max-width: 991px) {
  .cid-sZ6M2wf74j .contacts-menu {
    display: none;
  }
}
.cid-sZ6M2wf74j .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sZ6M2wf74j .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #999999;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sZ6M2wf74j .icon-box:hover {
  transform: scale(1.1);
}
.cid-sZ6M2wf74j .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sZ6M2wf74j .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sZ6M2wf74j .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sZ6M2wf74j .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sZ6M2wf74j .navbar-collapse .mbr-section-btn .btn-black {
  color: #999999 !important;
}
@media (max-width: 577px) {
  .cid-sZ6M2wf74j .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sZ6M2wf74j .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sZ6M2wf74j .navbar-collapse .nav-link:hover {
  color: #999999 !important;
}
.cid-sZ6M2wf74j .card-title {
  text-align: right;
  color: #3a0000;
}
.cid-sZ6M2wf74j .card-text {
  text-align: right;
  color: #3a0000;
}
.cid-sZ6M2xCWkz {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2022-03-03-at-15.54.58-2-1512x2016.jpg");
}
.cid-sZ6M2xCWkz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sZ6M2xCWkz .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sZ6M2xCWkz .col-text {
    padding: 30px;
  }
}
.cid-sZ6M2xCWkz .col-form {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sZ6M2xCWkz .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sZ6M2xCWkz .col-form {
    padding: 30px;
    min-height: 540px;
  }
}
@media (min-width: 768px) {
  .cid-sZ6M2xCWkz .col-form {
    max-height: 440px;
  }
}
.cid-sZ6M2xCWkz .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-sZ6M2xCWkz .text-wrapper {
    text-align: center !important;
  }
}
.cid-sZ6M2xCWkz .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .cid-sZ6M2xCWkz .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sZ6M2xCWkz .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sZ6M2xCWkz .mbr-text {
    text-align: center !important;
  }
}
.cid-sZ6M2xCWkz .text-user {
  width: 100%;
  margin-top: 20px;
}
.cid-sZ6M2xCWkz .name-text {
  color: #c79553;
  width: 100%;
}
.cid-sZ6M2xCWkz .prof-text {
  color: #555555;
  width: 100%;
}
.cid-sZ6M2xCWkz .btn-container {
  width: 100%;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .cid-sZ6M2xCWkz .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-sZ6M2xCWkz .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sZ6M2xCWkz .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sZ6M2yaDGT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sZ6M2yaDGT .item {
  padding-bottom: 2rem;
}
.cid-sZ6M2yaDGT .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sZ6M2yaDGT .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sZ6M2yaDGT .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sZ6M2yaDGT .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sZ6M2yaDGT .carousel-control,
.cid-sZ6M2yaDGT .close {
  background: #1b1b1b;
}
.cid-sZ6M2yaDGT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sZ6M2yaDGT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sZ6M2yaDGT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sZ6M2yaDGT .carousel-control-next span {
  margin-left: 5px;
}
.cid-sZ6M2yaDGT .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sZ6M2yaDGT .close::before {
  content: '\e91a';
}
.cid-sZ6M2yaDGT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sZ6M2yaDGT .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sZ6M2yaDGT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZ6M2yaDGT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sZ6M2yaDGT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sZ6M2yaDGT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sZ6M2yaDGT .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sZ6M2yaDGT .carousel-indicators li.active,
.cid-sZ6M2yaDGT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sZ6M2yaDGT .carousel-indicators li::after,
.cid-sZ6M2yaDGT .carousel-indicators li::before {
  content: none;
}
.cid-sZ6M2yaDGT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sZ6M2yaDGT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sZ6M2yaDGT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sZ6M2yaDGT .carousel-indicators {
    display: none;
  }
}
.cid-sZ6M2yaDGT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sZ6M2yaDGT .carousel-inner > .active {
  display: block;
}
.cid-sZ6M2yaDGT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZ6M2yaDGT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sZ6M2yaDGT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sZ6M2yaDGT .carousel-control,
  .cid-sZ6M2yaDGT .carousel-indicators,
  .cid-sZ6M2yaDGT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sZ6M2yaDGT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sZ6M2yaDGT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sZ6M2yaDGT .carousel-indicators .active,
.cid-sZ6M2yaDGT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sZ6M2yaDGT .carousel-indicators .active {
  background: #fff;
}
.cid-sZ6M2yaDGT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sZ6M2yaDGT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sZ6M2yaDGT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sZ6M2yaDGT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sZ6M2yaDGT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sZ6M2yaDGT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sZ6M2yaDGT .carousel {
  width: 100%;
}
.cid-sZ6M2yaDGT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sZ6M2yaDGT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sZ6M2yaDGT .modal.fade .modal-dialog,
.cid-sZ6M2yaDGT .modal.in .modal-dialog {
  transform: none;
}
.cid-sZ6M2yaDGT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sZ6M2yaDGT H6 {
  text-align: center;
}
.cid-sZ6M2zTg4H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3a0000;
  overflow: hidden;
}
.cid-sZ6N5Tu3yU {
  z-index: 1000;
  width: 100%;
}
.cid-sZ6N5Tu3yU nav.navbar {
  position: fixed;
}
.cid-sZ6N5Tu3yU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZ6N5Tu3yU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sZ6N5Tu3yU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sZ6N5Tu3yU .dropdown-item:hover,
.cid-sZ6N5Tu3yU .dropdown-item:focus {
  background: #999999 !important;
  color: white !important;
}
.cid-sZ6N5Tu3yU .dropdown-item:hover span {
  color: white;
}
.cid-sZ6N5Tu3yU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sZ6N5Tu3yU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sZ6N5Tu3yU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sZ6N5Tu3yU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sZ6N5Tu3yU .nav-link {
  position: relative;
}
.cid-sZ6N5Tu3yU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sZ6N5Tu3yU .container {
    flex-wrap: nowrap;
  }
}
.cid-sZ6N5Tu3yU .iconfont-wrapper {
  color: #3a0000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sZ6N5Tu3yU .dropdown-menu,
.cid-sZ6N5Tu3yU .navbar.opened {
  background: #ffffff !important;
}
.cid-sZ6N5Tu3yU .nav-item:focus,
.cid-sZ6N5Tu3yU .nav-link:focus {
  outline: none;
}
.cid-sZ6N5Tu3yU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sZ6N5Tu3yU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sZ6N5Tu3yU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sZ6N5Tu3yU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZ6N5Tu3yU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sZ6N5Tu3yU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sZ6N5Tu3yU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sZ6N5Tu3yU .navbar.opened {
  transition: all 0.3s;
}
.cid-sZ6N5Tu3yU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sZ6N5Tu3yU .navbar .navbar-logo img {
  width: auto;
}
.cid-sZ6N5Tu3yU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sZ6N5Tu3yU .navbar.collapsed {
  justify-content: center;
}
.cid-sZ6N5Tu3yU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sZ6N5Tu3yU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sZ6N5Tu3yU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 15rem);
  }
}
.cid-sZ6N5Tu3yU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sZ6N5Tu3yU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sZ6N5Tu3yU .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-sZ6N5Tu3yU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sZ6N5Tu3yU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sZ6N5Tu3yU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sZ6N5Tu3yU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sZ6N5Tu3yU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sZ6N5Tu3yU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sZ6N5Tu3yU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sZ6N5Tu3yU .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-sZ6N5Tu3yU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sZ6N5Tu3yU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sZ6N5Tu3yU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sZ6N5Tu3yU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sZ6N5Tu3yU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sZ6N5Tu3yU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sZ6N5Tu3yU .navbar.navbar-short {
  min-height: 60px;
}
.cid-sZ6N5Tu3yU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sZ6N5Tu3yU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sZ6N5Tu3yU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sZ6N5Tu3yU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sZ6N5Tu3yU .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sZ6N5Tu3yU .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sZ6N5Tu3yU .dropdown-item.active,
.cid-sZ6N5Tu3yU .dropdown-item:active {
  background-color: transparent;
}
.cid-sZ6N5Tu3yU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sZ6N5Tu3yU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sZ6N5Tu3yU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sZ6N5Tu3yU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sZ6N5Tu3yU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sZ6N5Tu3yU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sZ6N5Tu3yU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sZ6N5Tu3yU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sZ6N5Tu3yU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sZ6N5Tu3yU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a0000;
}
.cid-sZ6N5Tu3yU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sZ6N5Tu3yU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZ6N5Tu3yU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZ6N5Tu3yU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sZ6N5Tu3yU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZ6N5Tu3yU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sZ6N5Tu3yU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sZ6N5Tu3yU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZ6N5Tu3yU .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-sZ6N5Tu3yU .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sZ6N5Tu3yU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sZ6N5Tu3yU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sZ6N5Tu3yU .navbar {
    height: 70px;
  }
  .cid-sZ6N5Tu3yU .navbar.opened {
    height: auto;
  }
  .cid-sZ6N5Tu3yU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sZ6N5Tu3yU .container,
.cid-sZ6N5Tu3yU .container-fluid {
  flex-wrap: wrap;
}
.cid-sZ6N5Tu3yU .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sZ6N5Tu3yU .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sZ6N5Tu3yU .contacts-menu .mbr-iconfont {
  color: #3a0000;
}
@media (max-width: 991px) {
  .cid-sZ6N5Tu3yU .contacts-menu {
    display: none;
  }
}
.cid-sZ6N5Tu3yU .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sZ6N5Tu3yU .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #999999;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sZ6N5Tu3yU .icon-box:hover {
  transform: scale(1.1);
}
.cid-sZ6N5Tu3yU .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sZ6N5Tu3yU .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sZ6N5Tu3yU .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sZ6N5Tu3yU .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sZ6N5Tu3yU .navbar-collapse .mbr-section-btn .btn-black {
  color: #999999 !important;
}
@media (max-width: 577px) {
  .cid-sZ6N5Tu3yU .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sZ6N5Tu3yU .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sZ6N5Tu3yU .navbar-collapse .nav-link:hover {
  color: #999999 !important;
}
.cid-sZ6N5Tu3yU .card-title {
  text-align: right;
  color: #3a0000;
}
.cid-sZ6N5Tu3yU .card-text {
  text-align: right;
  color: #3a0000;
}
.cid-sZ6N5V9vAQ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2022-03-03-at-15.58.40-2000x1125.jpg");
}
.cid-sZ6N5V9vAQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sZ6N5V9vAQ .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sZ6N5V9vAQ .col-text {
    padding: 30px;
  }
}
.cid-sZ6N5V9vAQ .col-form {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sZ6N5V9vAQ .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sZ6N5V9vAQ .col-form {
    padding: 30px;
    min-height: 540px;
  }
}
@media (min-width: 768px) {
  .cid-sZ6N5V9vAQ .col-form {
    max-height: 440px;
  }
}
.cid-sZ6N5V9vAQ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-sZ6N5V9vAQ .text-wrapper {
    text-align: center !important;
  }
}
.cid-sZ6N5V9vAQ .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .cid-sZ6N5V9vAQ .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sZ6N5V9vAQ .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sZ6N5V9vAQ .mbr-text {
    text-align: center !important;
  }
}
.cid-sZ6N5V9vAQ .text-user {
  width: 100%;
  margin-top: 20px;
}
.cid-sZ6N5V9vAQ .name-text {
  color: #c79553;
  width: 100%;
}
.cid-sZ6N5V9vAQ .prof-text {
  color: #555555;
  width: 100%;
}
.cid-sZ6N5V9vAQ .btn-container {
  width: 100%;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .cid-sZ6N5V9vAQ .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-sZ6N5V9vAQ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sZ6N5V9vAQ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sZ6N5W9pNQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sZ6N5W9pNQ .item {
  padding-bottom: 2rem;
}
.cid-sZ6N5W9pNQ .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sZ6N5W9pNQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sZ6N5W9pNQ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sZ6N5W9pNQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sZ6N5W9pNQ .carousel-control,
.cid-sZ6N5W9pNQ .close {
  background: #1b1b1b;
}
.cid-sZ6N5W9pNQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sZ6N5W9pNQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sZ6N5W9pNQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sZ6N5W9pNQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-sZ6N5W9pNQ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sZ6N5W9pNQ .close::before {
  content: '\e91a';
}
.cid-sZ6N5W9pNQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sZ6N5W9pNQ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sZ6N5W9pNQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZ6N5W9pNQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sZ6N5W9pNQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sZ6N5W9pNQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sZ6N5W9pNQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sZ6N5W9pNQ .carousel-indicators li.active,
.cid-sZ6N5W9pNQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sZ6N5W9pNQ .carousel-indicators li::after,
.cid-sZ6N5W9pNQ .carousel-indicators li::before {
  content: none;
}
.cid-sZ6N5W9pNQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sZ6N5W9pNQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sZ6N5W9pNQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sZ6N5W9pNQ .carousel-indicators {
    display: none;
  }
}
.cid-sZ6N5W9pNQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sZ6N5W9pNQ .carousel-inner > .active {
  display: block;
}
.cid-sZ6N5W9pNQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZ6N5W9pNQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sZ6N5W9pNQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sZ6N5W9pNQ .carousel-control,
  .cid-sZ6N5W9pNQ .carousel-indicators,
  .cid-sZ6N5W9pNQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sZ6N5W9pNQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sZ6N5W9pNQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sZ6N5W9pNQ .carousel-indicators .active,
.cid-sZ6N5W9pNQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sZ6N5W9pNQ .carousel-indicators .active {
  background: #fff;
}
.cid-sZ6N5W9pNQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sZ6N5W9pNQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sZ6N5W9pNQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sZ6N5W9pNQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sZ6N5W9pNQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sZ6N5W9pNQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sZ6N5W9pNQ .carousel {
  width: 100%;
}
.cid-sZ6N5W9pNQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sZ6N5W9pNQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sZ6N5W9pNQ .modal.fade .modal-dialog,
.cid-sZ6N5W9pNQ .modal.in .modal-dialog {
  transform: none;
}
.cid-sZ6N5W9pNQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sZ6N5W9pNQ H6 {
  text-align: center;
}
.cid-sZ6N5XCzZn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3a0000;
  overflow: hidden;
}
.cid-sZ6Qtcfokt {
  z-index: 1000;
  width: 100%;
}
.cid-sZ6Qtcfokt nav.navbar {
  position: fixed;
}
.cid-sZ6Qtcfokt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZ6Qtcfokt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sZ6Qtcfokt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sZ6Qtcfokt .dropdown-item:hover,
.cid-sZ6Qtcfokt .dropdown-item:focus {
  background: #999999 !important;
  color: white !important;
}
.cid-sZ6Qtcfokt .dropdown-item:hover span {
  color: white;
}
.cid-sZ6Qtcfokt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sZ6Qtcfokt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sZ6Qtcfokt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sZ6Qtcfokt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sZ6Qtcfokt .nav-link {
  position: relative;
}
.cid-sZ6Qtcfokt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sZ6Qtcfokt .container {
    flex-wrap: nowrap;
  }
}
.cid-sZ6Qtcfokt .iconfont-wrapper {
  color: #3a0000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sZ6Qtcfokt .dropdown-menu,
.cid-sZ6Qtcfokt .navbar.opened {
  background: #ffffff !important;
}
.cid-sZ6Qtcfokt .nav-item:focus,
.cid-sZ6Qtcfokt .nav-link:focus {
  outline: none;
}
.cid-sZ6Qtcfokt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sZ6Qtcfokt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sZ6Qtcfokt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sZ6Qtcfokt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZ6Qtcfokt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sZ6Qtcfokt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sZ6Qtcfokt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sZ6Qtcfokt .navbar.opened {
  transition: all 0.3s;
}
.cid-sZ6Qtcfokt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sZ6Qtcfokt .navbar .navbar-logo img {
  width: auto;
}
.cid-sZ6Qtcfokt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sZ6Qtcfokt .navbar.collapsed {
  justify-content: center;
}
.cid-sZ6Qtcfokt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sZ6Qtcfokt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sZ6Qtcfokt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 15rem);
  }
}
.cid-sZ6Qtcfokt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sZ6Qtcfokt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sZ6Qtcfokt .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-sZ6Qtcfokt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sZ6Qtcfokt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sZ6Qtcfokt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sZ6Qtcfokt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sZ6Qtcfokt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sZ6Qtcfokt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sZ6Qtcfokt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sZ6Qtcfokt .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-sZ6Qtcfokt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sZ6Qtcfokt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sZ6Qtcfokt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sZ6Qtcfokt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sZ6Qtcfokt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sZ6Qtcfokt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sZ6Qtcfokt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sZ6Qtcfokt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sZ6Qtcfokt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sZ6Qtcfokt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sZ6Qtcfokt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sZ6Qtcfokt .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sZ6Qtcfokt .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sZ6Qtcfokt .dropdown-item.active,
.cid-sZ6Qtcfokt .dropdown-item:active {
  background-color: transparent;
}
.cid-sZ6Qtcfokt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sZ6Qtcfokt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sZ6Qtcfokt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sZ6Qtcfokt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sZ6Qtcfokt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sZ6Qtcfokt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sZ6Qtcfokt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sZ6Qtcfokt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sZ6Qtcfokt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sZ6Qtcfokt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a0000;
}
.cid-sZ6Qtcfokt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sZ6Qtcfokt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZ6Qtcfokt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZ6Qtcfokt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sZ6Qtcfokt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZ6Qtcfokt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sZ6Qtcfokt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sZ6Qtcfokt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZ6Qtcfokt .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-sZ6Qtcfokt .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sZ6Qtcfokt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sZ6Qtcfokt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sZ6Qtcfokt .navbar {
    height: 70px;
  }
  .cid-sZ6Qtcfokt .navbar.opened {
    height: auto;
  }
  .cid-sZ6Qtcfokt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sZ6Qtcfokt .container,
.cid-sZ6Qtcfokt .container-fluid {
  flex-wrap: wrap;
}
.cid-sZ6Qtcfokt .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sZ6Qtcfokt .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sZ6Qtcfokt .contacts-menu .mbr-iconfont {
  color: #3a0000;
}
@media (max-width: 991px) {
  .cid-sZ6Qtcfokt .contacts-menu {
    display: none;
  }
}
.cid-sZ6Qtcfokt .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sZ6Qtcfokt .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #999999;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sZ6Qtcfokt .icon-box:hover {
  transform: scale(1.1);
}
.cid-sZ6Qtcfokt .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sZ6Qtcfokt .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sZ6Qtcfokt .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sZ6Qtcfokt .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sZ6Qtcfokt .navbar-collapse .mbr-section-btn .btn-black {
  color: #999999 !important;
}
@media (max-width: 577px) {
  .cid-sZ6Qtcfokt .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sZ6Qtcfokt .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sZ6Qtcfokt .navbar-collapse .nav-link:hover {
  color: #999999 !important;
}
.cid-sZ6Qtcfokt .card-title {
  text-align: right;
  color: #3a0000;
}
.cid-sZ6Qtcfokt .card-text {
  text-align: right;
  color: #3a0000;
}
.cid-sZ6QtdwRP3 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2022-03-03-at-18.14.211-kopija-2-1200x1600.jpg");
}
.cid-sZ6QtdwRP3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sZ6QtdwRP3 .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sZ6QtdwRP3 .col-text {
    padding: 30px;
  }
}
.cid-sZ6QtdwRP3 .col-form {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sZ6QtdwRP3 .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sZ6QtdwRP3 .col-form {
    padding: 30px;
    min-height: 540px;
  }
}
@media (min-width: 768px) {
  .cid-sZ6QtdwRP3 .col-form {
    max-height: 440px;
  }
}
.cid-sZ6QtdwRP3 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-sZ6QtdwRP3 .text-wrapper {
    text-align: center !important;
  }
}
.cid-sZ6QtdwRP3 .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .cid-sZ6QtdwRP3 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sZ6QtdwRP3 .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sZ6QtdwRP3 .mbr-text {
    text-align: center !important;
  }
}
.cid-sZ6QtdwRP3 .text-user {
  width: 100%;
  margin-top: 20px;
}
.cid-sZ6QtdwRP3 .name-text {
  color: #c79553;
  width: 100%;
}
.cid-sZ6QtdwRP3 .prof-text {
  color: #555555;
  width: 100%;
}
.cid-sZ6QtdwRP3 .btn-container {
  width: 100%;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .cid-sZ6QtdwRP3 .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-sZ6QtdwRP3 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sZ6QtdwRP3 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sZ6Qtefx4v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sZ6Qtefx4v .item {
  padding-bottom: 2rem;
}
.cid-sZ6Qtefx4v .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sZ6Qtefx4v .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sZ6Qtefx4v .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sZ6Qtefx4v .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sZ6Qtefx4v .carousel-control,
.cid-sZ6Qtefx4v .close {
  background: #1b1b1b;
}
.cid-sZ6Qtefx4v .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sZ6Qtefx4v .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sZ6Qtefx4v .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sZ6Qtefx4v .carousel-control-next span {
  margin-left: 5px;
}
.cid-sZ6Qtefx4v .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sZ6Qtefx4v .close::before {
  content: '\e91a';
}
.cid-sZ6Qtefx4v .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sZ6Qtefx4v .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sZ6Qtefx4v .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZ6Qtefx4v .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sZ6Qtefx4v .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sZ6Qtefx4v .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sZ6Qtefx4v .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sZ6Qtefx4v .carousel-indicators li.active,
.cid-sZ6Qtefx4v .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sZ6Qtefx4v .carousel-indicators li::after,
.cid-sZ6Qtefx4v .carousel-indicators li::before {
  content: none;
}
.cid-sZ6Qtefx4v .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sZ6Qtefx4v .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sZ6Qtefx4v .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sZ6Qtefx4v .carousel-indicators {
    display: none;
  }
}
.cid-sZ6Qtefx4v .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sZ6Qtefx4v .carousel-inner > .active {
  display: block;
}
.cid-sZ6Qtefx4v .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZ6Qtefx4v .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sZ6Qtefx4v .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sZ6Qtefx4v .carousel-control,
  .cid-sZ6Qtefx4v .carousel-indicators,
  .cid-sZ6Qtefx4v .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sZ6Qtefx4v .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sZ6Qtefx4v .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sZ6Qtefx4v .carousel-indicators .active,
.cid-sZ6Qtefx4v .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sZ6Qtefx4v .carousel-indicators .active {
  background: #fff;
}
.cid-sZ6Qtefx4v .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sZ6Qtefx4v .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sZ6Qtefx4v .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sZ6Qtefx4v .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sZ6Qtefx4v .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sZ6Qtefx4v .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sZ6Qtefx4v .carousel {
  width: 100%;
}
.cid-sZ6Qtefx4v .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sZ6Qtefx4v .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sZ6Qtefx4v .modal.fade .modal-dialog,
.cid-sZ6Qtefx4v .modal.in .modal-dialog {
  transform: none;
}
.cid-sZ6Qtefx4v .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sZ6Qtefx4v H6 {
  text-align: center;
}
.cid-sZ6QtfWiKX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3a0000;
  overflow: hidden;
}
