.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'EB Garamond', serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'EB Garamond', serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #9c0003 !important;
}
.bg-success {
  background-color: #d7a169 !important;
}
.bg-info {
  background-color: #7f6841 !important;
}
.bg-warning {
  background-color: #0c0c0c !important;
}
.bg-danger {
  background-color: #ddc499 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9c0003 !important;
  border-color: #9c0003 !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: #450001 !important;
  border-color: #450001 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #450001 !important;
  border-color: #450001 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #910204 !important;
  border-color: #910204 !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: #3b0102 !important;
  border-color: #3b0102 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3b0102 !important;
  border-color: #3b0102 !important;
}
.btn-info,
.btn-info:active {
  background-color: #7f6841 !important;
  border-color: #7f6841 !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: #463924 !important;
  border-color: #463924 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #463924 !important;
  border-color: #463924 !important;
}
.btn-success,
.btn-success:active {
  background-color: #d7a169 !important;
  border-color: #d7a169 !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: #b87631 !important;
  border-color: #b87631 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b87631 !important;
  border-color: #b87631 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0c0c0c !important;
  border-color: #0c0c0c !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: #ddc499 !important;
  border-color: #ddc499 !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: #c79e58 !important;
  border-color: #c79e58 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c79e58 !important;
  border-color: #c79e58 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9c0003;
  color: #9c0003;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #450001 !important;
  background-color: transparent!important;
  border-color: #450001 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9c0003 !important;
  border-color: #9c0003 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #910204;
  color: #910204;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3b0102 !important;
  background-color: transparent!important;
  border-color: #3b0102 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #910204 !important;
  border-color: #910204 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #7f6841;
  color: #7f6841;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #463924 !important;
  background-color: transparent!important;
  border-color: #463924 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7f6841 !important;
  border-color: #7f6841 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #d7a169;
  color: #d7a169;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b87631 !important;
  background-color: transparent!important;
  border-color: #b87631 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d7a169 !important;
  border-color: #d7a169 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0c0c0c;
  color: #0c0c0c;
}
.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: #000000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0c0c0c !important;
  border-color: #0c0c0c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ddc499;
  color: #ddc499;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c79e58 !important;
  background-color: transparent!important;
  border-color: #c79e58 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ddc499 !important;
  border-color: #ddc499 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9c0003 !important;
}
.text-secondary {
  color: #910204 !important;
}
.text-success {
  color: #d7a169 !important;
}
.text-info {
  color: #7f6841 !important;
}
.text-warning {
  color: #0c0c0c !important;
}
.text-danger {
  color: #ddc499 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #360001 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2c0101 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ac6e2e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3c311e !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: #c4984d !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9c0003;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7f6841;
}
.alert-warning {
  background-color: #0c0c0c;
}
.alert-danger {
  background-color: #ddc499;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9c0003;
  border-color: #9c0003;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #9c0003;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ff1d21;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bfa881;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #bfbfbf;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'EB Garamond', serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #9c0003 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'EB Garamond', serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #9c0003;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9c0003;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9c0003;
}
.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: #9c0003;
  border-bottom-color: #9c0003;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #9c0003 !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: #910204 !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='%239c0003' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vraxyjQOGw {
  z-index: 1000;
  width: 100%;
}
.cid-vraxyjQOGw nav.navbar {
  position: fixed;
}
.cid-vraxyjQOGw .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-vraxyjQOGw .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vraxyjQOGw .dropdown-item {
  border: none !important;
  background: #262626 !important;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vraxyjQOGw .dropdown-item:hover,
.cid-vraxyjQOGw .dropdown-item:focus {
  background: #262626 !important;
  color: #ffffff !important;
}
.cid-vraxyjQOGw .dropdown-item:hover span {
  color: white;
}
.cid-vraxyjQOGw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vraxyjQOGw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vraxyjQOGw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vraxyjQOGw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vraxyjQOGw .nav-link {
  position: relative;
}
.cid-vraxyjQOGw .container {
  display: flex;
  margin: 0 auto;
  max-width: 1318px;
}
@media (min-width: 992px) {
  .cid-vraxyjQOGw .container {
    flex-wrap: nowrap;
  }
}
.cid-vraxyjQOGw .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vraxyjQOGw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vraxyjQOGw .dropdown-menu,
.cid-vraxyjQOGw .navbar.opened {
  background: #262626 !important;
}
.cid-vraxyjQOGw .nav-item:focus,
.cid-vraxyjQOGw .nav-link:focus {
  outline: none;
}
.cid-vraxyjQOGw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vraxyjQOGw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vraxyjQOGw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vraxyjQOGw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vraxyjQOGw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vraxyjQOGw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vraxyjQOGw .navbar {
  min-height: 60px;
  transition: all 0.3s;
  background: rgba(38, 38, 38, 0.8);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}
.cid-vraxyjQOGw .navbar.opened {
  transition: all 0.3s;
}
.cid-vraxyjQOGw .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 8px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vraxyjQOGw .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vraxyjQOGw .navbar .navbar-logo img {
  width: auto;
}
.cid-vraxyjQOGw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vraxyjQOGw .navbar.collapsed {
  justify-content: center;
}
.cid-vraxyjQOGw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vraxyjQOGw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vraxyjQOGw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vraxyjQOGw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vraxyjQOGw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vraxyjQOGw .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-vraxyjQOGw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vraxyjQOGw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vraxyjQOGw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-vraxyjQOGw .navbar .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vraxyjQOGw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vraxyjQOGw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vraxyjQOGw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vraxyjQOGw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vraxyjQOGw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vraxyjQOGw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vraxyjQOGw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vraxyjQOGw .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 0 !important;
  }
  .cid-vraxyjQOGw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vraxyjQOGw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vraxyjQOGw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vraxyjQOGw .navbar.navbar-short {
  min-height: 60px;
}
.cid-vraxyjQOGw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-vraxyjQOGw .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vraxyjQOGw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vraxyjQOGw .navbar-brand .navbar-caption:hover,
.cid-vraxyjQOGw .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vraxyjQOGw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vraxyjQOGw .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vraxyjQOGw .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vraxyjQOGw .dropdown-item.active,
.cid-vraxyjQOGw .dropdown-item:active {
  background-color: transparent;
}
.cid-vraxyjQOGw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vraxyjQOGw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vraxyjQOGw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vraxyjQOGw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #262626;
  top: 2.1rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vraxyjQOGw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vraxyjQOGw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vraxyjQOGw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vraxyjQOGw ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vraxyjQOGw ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vraxyjQOGw .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vraxyjQOGw .navbar-buttons {
    text-align: left;
  }
}
.cid-vraxyjQOGw .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 19px 32px;
  clip-path: none;
}
@media (max-width: 575px) {
  .cid-vraxyjQOGw .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vraxyjQOGw button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #262626 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f0e7da;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vraxyjQOGw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraxyjQOGw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vraxyjQOGw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vraxyjQOGw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraxyjQOGw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vraxyjQOGw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vraxyjQOGw .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-vraxyjQOGw .navbar {
    height: 60px;
  }
  .cid-vraxyjQOGw .navbar.opened {
    height: auto;
  }
  .cid-vraxyjQOGw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vraxyjQOGw .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-vraxyjQOGw .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vraxyjQOGw .nav-item .nav-link {
  padding: 6px 20px 5px !important;
  margin: 0 5px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  z-index: 1;
}
.cid-vraxyjQOGw .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vraxyjQOGw .nav-item .nav-link:hover,
.cid-vraxyjQOGw .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vraxyjQOGw .nav-item .nav-link:hover::after,
.cid-vraxyjQOGw .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vraxyjQOGw .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vraxyjQOGw .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vraxyjQOGw .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vraxyjQOGw .navbar {
    justify-content: flex-start !important;
  }
  .cid-vraxyjQOGw .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vraxyjQOGw .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vraxyjQOGw .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vraxyjQOGw .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vraxyjQOGw .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vraxyjQOGw .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vraxyjQOGw .content-wrap {
  min-height: 60px;
}
.cid-vraxyjQOGw .navbar.navbar-dropdown {
  border-bottom: 1px solid #524e46 !important;
}
.cid-vpXPU1VJe7 {
  padding-bottom: 5rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/moda-feminina-2-1065x1477.jpg");
  position: relative;
}
.cid-vpXPU1VJe7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpXPU1VJe7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpXPU1VJe7::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  border: 8px solid #0f0e0e;
  background-image: linear-gradient(45deg, #0f0e0e -15%, transparent 50%, #0f0e0e 115%);
}
.cid-vpXPU1VJe7 .desc-wrapper {
  position: relative;
  z-index: 2;
}
.cid-vpXPU1VJe7 .desc-wrapper .desc-wrap {
  display: inline-block;
  width: 15%;
  margin-bottom: 24px;
}
@media (max-width: 1840px) {
  .cid-vpXPU1VJe7 .desc-wrapper .desc-wrap {
    width: 20%;
  }
}
@media (max-width: 1640px) {
  .cid-vpXPU1VJe7 .desc-wrapper .desc-wrap {
    width: 30%;
  }
}
@media (max-width: 1440px) {
  .cid-vpXPU1VJe7 .desc-wrapper .desc-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vpXPU1VJe7 .desc-wrapper .desc-wrap {
    width: auto;
  }
}
.cid-vpXPU1VJe7 .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vpXPU1VJe7 .title-wrapper {
  position: relative;
  z-index: 3;
}
.cid-vpXPU1VJe7 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vpXPU1VJe7 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vpXPU1VJe7 .title-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vpXPU1VJe7 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpXPU1VJe7 .title-wrapper .mbr-section-btn {
  margin-top: 6px;
}
.cid-vpXPU1VJe7 .mbr-label {
  position: relative;
  z-index: 2;
  font-size: 270px;
  line-height: 1;
  margin-bottom: 2px;
  color: #ffedd6;
  text-align: center;
}
@media (max-width: 1840px) {
  .cid-vpXPU1VJe7 .mbr-label {
    font-size: 220px;
  }
}
@media (max-width: 1640px) {
  .cid-vpXPU1VJe7 .mbr-label {
    font-size: 200px;
  }
}
@media (max-width: 1440px) {
  .cid-vpXPU1VJe7 .mbr-label {
    font-size: 160px;
  }
}
@media (max-width: 1280px) {
  .cid-vpXPU1VJe7 .mbr-label {
    font-size: 100px;
    line-height: 1.1;
  }
}
@media (max-width: 992px) {
  .cid-vpXPU1VJe7 .mbr-label {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .cid-vpXPU1VJe7 .mbr-label {
    font-size: 50px;
  }
}
.cid-vpXPU1VJe7 .mbr-section-title {
  color: #ffedd6;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.cid-vpXPU1VJe7 .mbr-text,
.cid-vpXPU1VJe7 .text-wrapper {
  color: #ffedd6;
  text-align: right;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
.cid-vpXPU1VJe7 .mbr-desc {
  color: #ffedd6;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
.cid-vpXPU1VJe7 .mbr-section-title,
.cid-vpXPU1VJe7 .mbr-section-btn {
  text-align: right;
}
.cid-vpXQ2zdPeC {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #171410;
}
.cid-vpXQ2zdPeC .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-vpXQ2zdPeC .mbr-section-title {
  color: #d4ad6a;
  text-align: left;
  width: 90%;
}
.cid-vpXQ2zdPeC .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-vpXQ2zdPeC .mbr-section-btn {
  width: 90%;
}
.cid-vpXQ2zdPeC img {
  object-fit: cover;
  height: 100%;
  height: 100vh;
}
.cid-vpXQ2zdPeC section {
  position: relative;
}
.cid-vpXQ2zdPeC .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-vpXQ2zdPeC .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-vpXQ2zdPeC .mbr-section-subtitle,
  .cid-vpXQ2zdPeC .mbr-section-btn,
  .cid-vpXQ2zdPeC .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-vpXQ2zdPeC .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-vpXQ2zdPeC .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-vpXQ2zdPeC .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-vpXQ2zdPeC .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-vpXQ2zdPeC .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-vpXQ2zdPeC .btn:hover .effectHover::before {
  border-top: 1px solid #9c0003;
  border-left: 1px solid #9c0003;
  transform: scale3d(1, 1, 1);
}
.cid-vpXQ2zdPeC .btn:hover .effectHover::after {
  border-bottom: 1px solid #9c0003;
  border-right: 1px solid #9c0003;
  transform: scale3d(1, 1, 1);
}
.cid-vpXTkjUhnt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vpXTkjUhnt .item {
  margin-right: 25px !imporant;
  margin-left: 25px !imporant;
}
.cid-vpXTkjUhnt img,
.cid-vpXTkjUhnt .item-img {
  transition: all 0.5s;
  width: 100%;
}
.cid-vpXTkjUhnt .item-img {
  height: 100%;
}
.cid-vpXTkjUhnt .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-vpXTkjUhnt .item:focus,
.cid-vpXTkjUhnt span:focus {
  outline: none;
}
.cid-vpXTkjUhnt .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vpXTkjUhnt .title-block {
  z-index: 99999;
  min-width: 200px;
  text-align: center;
  top: 90%;
  left: 50%;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-vpXTkjUhnt .mbr-text {
  color: #977741;
}
.cid-vpXTkjUhnt .mbr-section-subtitle {
  color: #9a948d;
}
.cid-vpXTkjUhnt .item-wrapper:hover .title-block {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-vpXTkjUhnt .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.9;
}
.cid-vpXTkjUhnt .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vpXTkjUhnt .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 38%;
  max-width: 38%;
  position: relative;
}
@media (max-width: 768px) {
  .cid-vpXTkjUhnt .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vpXTkjUhnt .embla__button--next,
.cid-vpXTkjUhnt .embla__button--prev {
  display: flex;
}
.cid-vpXTkjUhnt .embla__button {
  color: #f2efef;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 38px;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
}
.cid-vpXTkjUhnt .embla__button:hover {
  color: #fff;
  opacity: 1;
}
.cid-vpXTkjUhnt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vpXTkjUhnt .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 768px) {
  .cid-vpXTkjUhnt .embla__button.embla__button--prev {
    margin-left: 0.5rem;
  }
}
.cid-vpXTkjUhnt .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-vpXTkjUhnt .embla__button.embla__button--next {
    margin-right: 0.5rem;
  }
}
.cid-vpXTkjUhnt .embla {
  position: relative;
  width: 100%;
}
.cid-vpXTkjUhnt .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vpXTkjUhnt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vpXTkjUhnt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vpXTkjUhnt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vpXQnKXYOM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vpXQnKXYOM h1,
.cid-vpXQnKXYOM h2,
.cid-vpXQnKXYOM h3,
.cid-vpXQnKXYOM h4,
.cid-vpXQnKXYOM h5,
.cid-vpXQnKXYOM h6,
.cid-vpXQnKXYOM p {
  margin: 0;
}
.cid-vpXQnKXYOM img {
  width: 100%;
  height: auto;
}
.cid-vpXQnKXYOM .text-elements-wrap {
  width: 88.5%;
}
@media (max-width: 767px) {
  .cid-vpXQnKXYOM .text-elements-wrap {
    width: 100%;
  }
}
.cid-vpXQnKXYOM .text-elements {
  padding-left: 12%;
}
@media (max-width: 1024px) {
  .cid-vpXQnKXYOM .text-elements {
    padding-top: 12%;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .cid-vpXQnKXYOM .col-md-7,
  .cid-vpXQnKXYOM .col-md-5 {
    width: 100%;
  }
}
.cid-vpXQnKXYOM .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
}
.cid-vpXQnKXYOM .mbr-section-subtitle {
  margin-bottom: 6px;
}
.cid-vpXQnKXYOM .mbr-text {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #121212;
}
.cid-vpXQnKXYOM .link-wrap {
  padding-top: 25px;
}
.cid-vpXQnKXYOM .link {
  font-weight: 600;
  position: relative;
}
.cid-vpXQnKXYOM .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-vq5bslId4N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/moda-feminina-chic-1672x941.jpg");
}
.cid-vq5bslId4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq5bslId4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq5bslId4N .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vq5bslId4N .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vq5bslId4N .container {
    padding: 0 20px;
  }
}
.cid-vq5bslId4N .row {
  justify-content: space-between;
  height: 920px;
}
@media (max-width: 992px) {
  .cid-vq5bslId4N .row {
    height: 400px;
  }
}
.cid-vpZkPQWcVg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #303030;
  overflow: hidden;
}
.cid-vpZkPQWcVg .quote {
  left: 0%;
  bottom: 0;
}
.cid-vpZkPQWcVg .colored-text {
  color: #a68462 !important;
}
@media (min-width: 768px) {
  .cid-vpZkPQWcVg .quote {
    left: -10%;
  }
}
.cid-vpZkPQWcVg .img__container {
  height: min-content;
  width: 60vw;
}
@media (max-width: 767.98px) {
  .cid-vpZkPQWcVg .img__container {
    width: 100vw;
  }
}
.cid-vpZkPQWcVg .img__container img {
  max-height: 550px;
  object-fit: cover;
  object-position: center;
}
.cid-vpZkPQWcVg .item-wrap {
  list-style-position: inside;
}
.cid-vpZkPQWcVg .mbr-section-title {
  color: #ffffff;
}
.cid-vpZkPQWcVg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vpZkPQWcVg .mbr-text {
  color: #ffffff;
}
.cid-vpZlHhYvS8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #121212;
}
.cid-vpZlHhYvS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpZlHhYvS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpZlHhYvS8 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vpZlHhYvS8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vpZlHhYvS8 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vpZlHhYvS8 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vpZlHhYvS8 .mbr-label {
  color: #a8a8a8;
}
.cid-vpZlHhYvS8 .mbr-text {
  color: #ffffff;
}
.cid-vq19jlZMIj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vq19jlZMIj .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-vq19jlZMIj .card-box {
  padding: 0rem;
  padding-top: 2rem;
}
.cid-vq19jlZMIj .mbr-text {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #1c1c1c;
}
.cid-vq19jlZMIj .card-title {
  margin-bottom: 0;
  letter-spacing: 1px;
  color: #767676;
}
.cid-vq19jlZMIj p {
  text-align: left;
}
.cid-vq19jlZMIj .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vq19jlZMIj .card-wrapper:hover .mbr-text {
  background-size: 100% 100%;
}
.cid-vq19jlZMIj .card {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vq19jlZMIj .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-vq19jlZMIj .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-vq19jlZMIj .card-columns {
    column-gap: 4rem;
  }
}
.cid-vq19jlZMIj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq19jlZMIj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 576px) {
  .cid-vq19jlZMIj .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
}
.cid-vpXTrYr9fV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg2-1536x1024.jpg");
}
@media (min-width: 992px) {
  .cid-vpXTrYr9fV .text-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-vpXTrYr9fV .wrapper {
    padding: 0 6rem;
  }
}
.cid-vpXTrYr9fV .mbr-text {
  color: #9a948d;
}
.cid-vpXTrYr9fV .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-vpXTrYr9fV .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-vpXTrYr9fV .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-vpXTrYr9fV .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-vpXTrYr9fV .btn:hover .effectHover::before {
  border-top: 1px solid #9c0003;
  border-left: 1px solid #9c0003;
  transform: scale3d(1, 1, 1);
}
.cid-vpXTrYr9fV .btn:hover .effectHover::after {
  border-bottom: 1px solid #9c0003;
  border-right: 1px solid #9c0003;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-vpXTrYr9fV .right {
    padding-right: 60px;
  }
}
.cid-vpXTrYr9fV .mbr-section-title {
  color: #d7a169;
}
.cid-vpXTrYr9fV .mbr-text,
.cid-vpXTrYr9fV .mbr-section-btn {
  color: #ffffff;
}
.cid-vq4X1M6MNY {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fcfcfc;
}
.cid-vq4X1M6MNY .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-vq4X1M6MNY .mbr-section-title {
  color: #000000;
  text-align: left;
  width: 90%;
}
.cid-vq4X1M6MNY .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-vq4X1M6MNY .mbr-section-btn {
  width: 90%;
}
.cid-vq4X1M6MNY img {
  object-fit: cover;
  height: 100%;
  height: 100vh;
}
.cid-vq4X1M6MNY section {
  position: relative;
}
.cid-vq4X1M6MNY .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-vq4X1M6MNY .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-vq4X1M6MNY .mbr-section-subtitle,
  .cid-vq4X1M6MNY .mbr-section-btn,
  .cid-vq4X1M6MNY .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-vq4X1M6MNY .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-vq4X1M6MNY .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-vq4X1M6MNY .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-vq4X1M6MNY .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-vq4X1M6MNY .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-vq4X1M6MNY .btn:hover .effectHover::before {
  border-top: 1px solid #9c0003;
  border-left: 1px solid #9c0003;
  transform: scale3d(1, 1, 1);
}
.cid-vq4X1M6MNY .btn:hover .effectHover::after {
  border-bottom: 1px solid #9c0003;
  border-right: 1px solid #9c0003;
  transform: scale3d(1, 1, 1);
}
.cid-vq4X1M6MNY .mbr-section-subtitle,
.cid-vq4X1M6MNY .mbr-section-btn {
  color: #121212;
}
.cid-vq50nvapni {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vq50nvapni .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq50nvapni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq50nvapni .card-wrapper {
  display: flex;
  background-color: #171410;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vq50nvapni .card-wrapper {
    display: block;
  }
}
.cid-vq50nvapni .card-wrapper .image-wrapper {
  position: relative;
  width: 55%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vq50nvapni .card-wrapper .image-wrapper {
    width: 100%;
    height: 300px;
  }
}
.cid-vq50nvapni .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-vq50nvapni .card-wrapper .content-wrapper {
  width: 45%;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-vq50nvapni .card-wrapper .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-vq50nvapni .card-wrapper .content-wrapper {
    padding: 24px 16px 16px 16px;
    width: 100%;
  }
}
.cid-vq50nvapni .card-wrapper .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vq50nvapni .card-wrapper .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vq50nvapni .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vq50nvapni .card-wrapper .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vq50nvapni .card-wrapper .content-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vq50nvapni .card-wrapper .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-vq50nvapni .card-wrapper .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vq50nvapni .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vq50nvapni .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vq50nvapni .mbr-section-title {
  color: #ffffff;
}
.cid-vq50nvapni .mbr-section-subtitle {
  color: #cda158;
}
.cid-vq50nvapni .list {
  color: #ffffff;
}
.cid-vrb6LpOZv0 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #eeeae5;
}
.cid-vrb6LpOZv0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrb6LpOZv0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrb6LpOZv0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vrb6LpOZv0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vrb6LpOZv0 .embla__slide .slide-content {
  width: 100%;
}
.cid-vrb6LpOZv0 .embla__slide .slide-content .item-wrapper .rating-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vrb6LpOZv0 .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.cid-vrb6LpOZv0 .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
}
.cid-vrb6LpOZv0 .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vrb6LpOZv0 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vrb6LpOZv0 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vrb6LpOZv0 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vrb6LpOZv0 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vrb6LpOZv0 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vrb6LpOZv0 .embla__button--next,
.cid-vrb6LpOZv0 .embla__button--prev {
  display: flex;
}
.cid-vrb6LpOZv0 .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #2b2b2b !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vrb6LpOZv0 .embla__button {
    bottom: 0;
  }
}
.cid-vrb6LpOZv0 .embla__button:hover {
  background-color: #a96f1e !important;
  color: #ffffff !important;
}
.cid-vrb6LpOZv0 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #2b2b2b !important;
  color: #ffffff !important;
}
.cid-vrb6LpOZv0 .embla__button.embla__button--prev {
  left: 0;
}
.cid-vrb6LpOZv0 .embla__button.embla__button--next {
  right: 0;
}
.cid-vrb6LpOZv0 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-vrb6LpOZv0 .embla {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.cid-vrb6LpOZv0 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vrb6LpOZv0 .embla__viewport {
    padding: 0;
  }
}
.cid-vrb6LpOZv0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vrb6LpOZv0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vrb6LpOZv0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vrb6LpOZv0 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vrb6LpOZv0 .item-text {
  color: #000000;
}
.cid-vrb6LpOZv0 .item-name {
  color: #ffffff;
}
.cid-vrb6LpOZv0 .item-role {
  color: #1f1f1f;
}
.cid-vrb6LpOZv0 .mbr-star {
  color: #f5b614;
}
.cid-vrb6LpOZv0 .item-name,
.cid-vrb6LpOZv0 .person-wrapper {
  color: #000000;
}
.cid-vpXQwBHFDs {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vpXQwBHFDs section {
  position: relative;
}
.cid-vpXQwBHFDs h4 {
  margin: 0;
}
.cid-vpXQwBHFDs img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vpXQwBHFDs a {
  font-weight: 300;
}
.cid-vpXQwBHFDs .img1 {
  color: #977741;
}
.cid-vpXQwBHFDs .img2 {
  color: #977741;
}
.cid-vpXQwBHFDs .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #977741;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vpXQwBHFDs .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vpXQwBHFDs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vpXQwBHFDs .item,
.cid-vpXQwBHFDs .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vpXQwBHFDs .item h4,
.cid-vpXQwBHFDs .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vpXQwBHFDs .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vpXQwBHFDs .item {
    justify-content: center;
  }
}
.cid-vpXQwBHFDs .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-vpXQwBHFDs .text1 {
  text-align: left;
}
.cid-vpXQwBHFDs .link-title {
  text-align: left;
}
.cid-vpXTnLDOeV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vpXTnLDOeV .mbr-text {
  color: #f6f6ef;
}
.cid-vraxyjQOGw {
  z-index: 1000;
  width: 100%;
}
.cid-vraxyjQOGw nav.navbar {
  position: fixed;
}
.cid-vraxyjQOGw .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-vraxyjQOGw .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vraxyjQOGw .dropdown-item {
  border: none !important;
  background: #262626 !important;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vraxyjQOGw .dropdown-item:hover,
.cid-vraxyjQOGw .dropdown-item:focus {
  background: #262626 !important;
  color: #ffffff !important;
}
.cid-vraxyjQOGw .dropdown-item:hover span {
  color: white;
}
.cid-vraxyjQOGw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vraxyjQOGw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vraxyjQOGw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vraxyjQOGw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vraxyjQOGw .nav-link {
  position: relative;
}
.cid-vraxyjQOGw .container {
  display: flex;
  margin: 0 auto;
  max-width: 1318px;
}
@media (min-width: 992px) {
  .cid-vraxyjQOGw .container {
    flex-wrap: nowrap;
  }
}
.cid-vraxyjQOGw .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vraxyjQOGw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vraxyjQOGw .dropdown-menu,
.cid-vraxyjQOGw .navbar.opened {
  background: #262626 !important;
}
.cid-vraxyjQOGw .nav-item:focus,
.cid-vraxyjQOGw .nav-link:focus {
  outline: none;
}
.cid-vraxyjQOGw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vraxyjQOGw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vraxyjQOGw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vraxyjQOGw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vraxyjQOGw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vraxyjQOGw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vraxyjQOGw .navbar {
  min-height: 60px;
  transition: all 0.3s;
  background: rgba(38, 38, 38, 0.8);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}
.cid-vraxyjQOGw .navbar.opened {
  transition: all 0.3s;
}
.cid-vraxyjQOGw .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 8px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vraxyjQOGw .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vraxyjQOGw .navbar .navbar-logo img {
  width: auto;
}
.cid-vraxyjQOGw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vraxyjQOGw .navbar.collapsed {
  justify-content: center;
}
.cid-vraxyjQOGw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vraxyjQOGw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vraxyjQOGw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vraxyjQOGw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vraxyjQOGw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vraxyjQOGw .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-vraxyjQOGw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vraxyjQOGw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vraxyjQOGw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-vraxyjQOGw .navbar .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vraxyjQOGw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vraxyjQOGw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vraxyjQOGw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vraxyjQOGw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vraxyjQOGw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vraxyjQOGw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vraxyjQOGw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vraxyjQOGw .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 0 !important;
  }
  .cid-vraxyjQOGw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vraxyjQOGw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vraxyjQOGw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vraxyjQOGw .navbar.navbar-short {
  min-height: 60px;
}
.cid-vraxyjQOGw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-vraxyjQOGw .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vraxyjQOGw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vraxyjQOGw .navbar-brand .navbar-caption:hover,
.cid-vraxyjQOGw .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vraxyjQOGw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vraxyjQOGw .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vraxyjQOGw .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vraxyjQOGw .dropdown-item.active,
.cid-vraxyjQOGw .dropdown-item:active {
  background-color: transparent;
}
.cid-vraxyjQOGw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vraxyjQOGw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vraxyjQOGw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vraxyjQOGw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #262626;
  top: 2.1rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vraxyjQOGw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vraxyjQOGw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vraxyjQOGw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vraxyjQOGw ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vraxyjQOGw ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vraxyjQOGw .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vraxyjQOGw .navbar-buttons {
    text-align: left;
  }
}
.cid-vraxyjQOGw .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 19px 32px;
  clip-path: none;
}
@media (max-width: 575px) {
  .cid-vraxyjQOGw .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vraxyjQOGw button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #262626 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f0e7da;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vraxyjQOGw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraxyjQOGw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vraxyjQOGw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vraxyjQOGw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraxyjQOGw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vraxyjQOGw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vraxyjQOGw .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-vraxyjQOGw .navbar {
    height: 60px;
  }
  .cid-vraxyjQOGw .navbar.opened {
    height: auto;
  }
  .cid-vraxyjQOGw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vraxyjQOGw .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-vraxyjQOGw .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vraxyjQOGw .nav-item .nav-link {
  padding: 6px 20px 5px !important;
  margin: 0 5px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  z-index: 1;
}
.cid-vraxyjQOGw .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vraxyjQOGw .nav-item .nav-link:hover,
.cid-vraxyjQOGw .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vraxyjQOGw .nav-item .nav-link:hover::after,
.cid-vraxyjQOGw .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vraxyjQOGw .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vraxyjQOGw .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vraxyjQOGw .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vraxyjQOGw .navbar {
    justify-content: flex-start !important;
  }
  .cid-vraxyjQOGw .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vraxyjQOGw .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vraxyjQOGw .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vraxyjQOGw .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vraxyjQOGw .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vraxyjQOGw .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vraxyjQOGw .content-wrap {
  min-height: 60px;
}
.cid-vraxyjQOGw .navbar.navbar-dropdown {
  border-bottom: 1px solid #524e46 !important;
}
.cid-vrazZnGRbh {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #5b090a;
}
.cid-vrazZnGRbh .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-vrazZnGRbh .mbr-section-title {
  color: #d4ad6a;
  text-align: left;
  width: 90%;
}
.cid-vrazZnGRbh .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-vrazZnGRbh .mbr-section-btn {
  width: 90%;
}
.cid-vrazZnGRbh img {
  object-fit: cover;
  height: 100%;
  height: 100vh;
}
.cid-vrazZnGRbh section {
  position: relative;
}
.cid-vrazZnGRbh .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-vrazZnGRbh .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-vrazZnGRbh .mbr-section-subtitle,
  .cid-vrazZnGRbh .mbr-section-btn,
  .cid-vrazZnGRbh .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-vrazZnGRbh .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-vrazZnGRbh .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-vrazZnGRbh .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-vrazZnGRbh .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-vrazZnGRbh .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-vrazZnGRbh .btn:hover .effectHover::before {
  border-top: 1px solid #9c0003;
  border-left: 1px solid #9c0003;
  transform: scale3d(1, 1, 1);
}
.cid-vrazZnGRbh .btn:hover .effectHover::after {
  border-bottom: 1px solid #9c0003;
  border-right: 1px solid #9c0003;
  transform: scale3d(1, 1, 1);
}
.cid-vraAVrUz2B {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vraAVrUz2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vraAVrUz2B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vraAVrUz2B .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vraAVrUz2B .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vraAVrUz2B .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vraAVrUz2B .card-wrapper {
    padding: 4rem;
  }
}
.cid-vraAVrUz2B .mbr-text,
.cid-vraAVrUz2B .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vraAVrUz2B .card-title,
.cid-vraAVrUz2B .card-box {
  text-align: left;
  color: #000000;
}
.cid-vpYamqwt7E {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #171410;
}
.cid-vpYamqwt7E h1,
.cid-vpYamqwt7E h2,
.cid-vpYamqwt7E h3,
.cid-vpYamqwt7E h4,
.cid-vpYamqwt7E h5,
.cid-vpYamqwt7E h6,
.cid-vpYamqwt7E p {
  margin: 0;
}
.cid-vpYamqwt7E img {
  width: 100%;
  height: auto;
}
.cid-vpYamqwt7E .text-elements-wrap {
  width: 88.5%;
}
@media (max-width: 767px) {
  .cid-vpYamqwt7E .text-elements-wrap {
    width: 100%;
  }
}
.cid-vpYamqwt7E .text-elements {
  padding-left: 12%;
}
@media (max-width: 1024px) {
  .cid-vpYamqwt7E .text-elements {
    padding-top: 12%;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .cid-vpYamqwt7E .col-md-7,
  .cid-vpYamqwt7E .col-md-5 {
    width: 100%;
  }
}
.cid-vpYamqwt7E .mbr-section-title {
  color: #d7a169;
  margin-bottom: 20px;
}
.cid-vpYamqwt7E .mbr-section-subtitle {
  margin-bottom: 6px;
  color: #ddc499;
}
.cid-vpYamqwt7E .mbr-text {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #bbbbbb;
}
.cid-vpYamqwt7E .link-wrap {
  padding-top: 25px;
}
.cid-vpYamqwt7E .link {
  font-weight: 600;
  position: relative;
}
.cid-vpYamqwt7E .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-vpYamrlYxj {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vpYamrlYxj section {
  position: relative;
}
.cid-vpYamrlYxj h4 {
  margin: 0;
}
.cid-vpYamrlYxj img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vpYamrlYxj a {
  font-weight: 300;
}
.cid-vpYamrlYxj .img1 {
  color: #977741;
}
.cid-vpYamrlYxj .img2 {
  color: #977741;
}
.cid-vpYamrlYxj .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #977741;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vpYamrlYxj .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vpYamrlYxj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vpYamrlYxj .item,
.cid-vpYamrlYxj .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vpYamrlYxj .item h4,
.cid-vpYamrlYxj .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vpYamrlYxj .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vpYamrlYxj .item {
    justify-content: center;
  }
}
.cid-vpYamrlYxj .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-vpYamrlYxj .text1 {
  text-align: left;
}
.cid-vpYamrlYxj .link-title {
  text-align: left;
}
.cid-vpYams0PGL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vpYams0PGL .mbr-text {
  color: #f6f6ef;
}
.cid-vraxyjQOGw {
  z-index: 1000;
  width: 100%;
}
.cid-vraxyjQOGw nav.navbar {
  position: fixed;
}
.cid-vraxyjQOGw .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-vraxyjQOGw .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vraxyjQOGw .dropdown-item {
  border: none !important;
  background: #262626 !important;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vraxyjQOGw .dropdown-item:hover,
.cid-vraxyjQOGw .dropdown-item:focus {
  background: #262626 !important;
  color: #ffffff !important;
}
.cid-vraxyjQOGw .dropdown-item:hover span {
  color: white;
}
.cid-vraxyjQOGw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vraxyjQOGw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vraxyjQOGw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vraxyjQOGw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vraxyjQOGw .nav-link {
  position: relative;
}
.cid-vraxyjQOGw .container {
  display: flex;
  margin: 0 auto;
  max-width: 1318px;
}
@media (min-width: 992px) {
  .cid-vraxyjQOGw .container {
    flex-wrap: nowrap;
  }
}
.cid-vraxyjQOGw .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vraxyjQOGw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vraxyjQOGw .dropdown-menu,
.cid-vraxyjQOGw .navbar.opened {
  background: #262626 !important;
}
.cid-vraxyjQOGw .nav-item:focus,
.cid-vraxyjQOGw .nav-link:focus {
  outline: none;
}
.cid-vraxyjQOGw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vraxyjQOGw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vraxyjQOGw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vraxyjQOGw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vraxyjQOGw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vraxyjQOGw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vraxyjQOGw .navbar {
  min-height: 60px;
  transition: all 0.3s;
  background: rgba(38, 38, 38, 0.8);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}
.cid-vraxyjQOGw .navbar.opened {
  transition: all 0.3s;
}
.cid-vraxyjQOGw .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 8px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vraxyjQOGw .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vraxyjQOGw .navbar .navbar-logo img {
  width: auto;
}
.cid-vraxyjQOGw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vraxyjQOGw .navbar.collapsed {
  justify-content: center;
}
.cid-vraxyjQOGw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vraxyjQOGw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vraxyjQOGw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vraxyjQOGw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vraxyjQOGw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vraxyjQOGw .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-vraxyjQOGw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vraxyjQOGw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vraxyjQOGw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-vraxyjQOGw .navbar .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vraxyjQOGw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vraxyjQOGw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vraxyjQOGw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vraxyjQOGw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vraxyjQOGw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vraxyjQOGw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vraxyjQOGw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vraxyjQOGw .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 0 !important;
  }
  .cid-vraxyjQOGw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vraxyjQOGw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vraxyjQOGw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vraxyjQOGw .navbar.navbar-short {
  min-height: 60px;
}
.cid-vraxyjQOGw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-vraxyjQOGw .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vraxyjQOGw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vraxyjQOGw .navbar-brand .navbar-caption:hover,
.cid-vraxyjQOGw .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vraxyjQOGw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vraxyjQOGw .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vraxyjQOGw .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vraxyjQOGw .dropdown-item.active,
.cid-vraxyjQOGw .dropdown-item:active {
  background-color: transparent;
}
.cid-vraxyjQOGw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vraxyjQOGw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vraxyjQOGw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vraxyjQOGw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #262626;
  top: 2.1rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vraxyjQOGw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vraxyjQOGw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vraxyjQOGw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vraxyjQOGw ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vraxyjQOGw ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vraxyjQOGw .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vraxyjQOGw .navbar-buttons {
    text-align: left;
  }
}
.cid-vraxyjQOGw .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 19px 32px;
  clip-path: none;
}
@media (max-width: 575px) {
  .cid-vraxyjQOGw .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vraxyjQOGw button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #262626 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f0e7da;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vraxyjQOGw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraxyjQOGw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vraxyjQOGw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vraxyjQOGw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraxyjQOGw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vraxyjQOGw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vraxyjQOGw .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-vraxyjQOGw .navbar {
    height: 60px;
  }
  .cid-vraxyjQOGw .navbar.opened {
    height: auto;
  }
  .cid-vraxyjQOGw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vraxyjQOGw .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-vraxyjQOGw .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vraxyjQOGw .nav-item .nav-link {
  padding: 6px 20px 5px !important;
  margin: 0 5px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  z-index: 1;
}
.cid-vraxyjQOGw .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vraxyjQOGw .nav-item .nav-link:hover,
.cid-vraxyjQOGw .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vraxyjQOGw .nav-item .nav-link:hover::after,
.cid-vraxyjQOGw .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vraxyjQOGw .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vraxyjQOGw .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vraxyjQOGw .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vraxyjQOGw .navbar {
    justify-content: flex-start !important;
  }
  .cid-vraxyjQOGw .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vraxyjQOGw .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vraxyjQOGw .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vraxyjQOGw .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vraxyjQOGw .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vraxyjQOGw .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vraxyjQOGw .content-wrap {
  min-height: 60px;
}
.cid-vraxyjQOGw .navbar.navbar-dropdown {
  border-bottom: 1px solid #524e46 !important;
}
.cid-vraFzreGNH {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-vraFzreGNH h1,
.cid-vraFzreGNH h2,
.cid-vraFzreGNH h3,
.cid-vraFzreGNH h4,
.cid-vraFzreGNH h5,
.cid-vraFzreGNH h6,
.cid-vraFzreGNH p {
  margin: 0;
}
.cid-vraFzreGNH img {
  width: 100%;
  height: auto;
}
.cid-vraFzreGNH .text-elements-wrap {
  width: 88.5%;
}
@media (max-width: 767px) {
  .cid-vraFzreGNH .text-elements-wrap {
    width: 100%;
  }
}
.cid-vraFzreGNH .text-elements {
  padding-left: 12%;
}
@media (max-width: 1024px) {
  .cid-vraFzreGNH .text-elements {
    padding-top: 12%;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .cid-vraFzreGNH .col-md-7,
  .cid-vraFzreGNH .col-md-5 {
    width: 100%;
  }
}
.cid-vraFzreGNH .mbr-section-title {
  color: #d7a169;
  margin-bottom: 20px;
}
.cid-vraFzreGNH .mbr-section-subtitle {
  margin-bottom: 6px;
  color: #ddc499;
}
.cid-vraFzreGNH .mbr-text {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #eeeae5;
}
.cid-vraFzreGNH .link-wrap {
  padding-top: 25px;
}
.cid-vraFzreGNH .link {
  font-weight: 600;
  position: relative;
}
.cid-vraFzreGNH .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-vpYaEnawTA {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #eeeae5;
}
@media (min-width: 992px) {
  .cid-vpYaEnawTA .text-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-vpYaEnawTA .wrapper {
    padding: 0 6rem;
  }
}
.cid-vpYaEnawTA .mbr-text {
  color: #9a948d;
}
.cid-vpYaEnawTA .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-vpYaEnawTA .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-vpYaEnawTA .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-vpYaEnawTA .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-vpYaEnawTA .btn:hover .effectHover::before {
  border-top: 1px solid #9c0003;
  border-left: 1px solid #9c0003;
  transform: scale3d(1, 1, 1);
}
.cid-vpYaEnawTA .btn:hover .effectHover::after {
  border-bottom: 1px solid #9c0003;
  border-right: 1px solid #9c0003;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-vpYaEnawTA .right {
    padding-right: 60px;
  }
}
.cid-vpYaEnawTA .mbr-section-title {
  color: #000000;
}
.cid-vpYaEnawTA .mbr-text,
.cid-vpYaEnawTA .mbr-section-btn {
  color: #0b0a08;
}
.cid-vraR7kqT33 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #eeeae5;
}
@media (min-width: 992px) {
  .cid-vraR7kqT33 .text-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-vraR7kqT33 .wrapper {
    padding: 0 6rem;
  }
}
.cid-vraR7kqT33 .mbr-text {
  color: #9a948d;
}
.cid-vraR7kqT33 .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-vraR7kqT33 .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-vraR7kqT33 .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-vraR7kqT33 .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-vraR7kqT33 .btn:hover .effectHover::before {
  border-top: 1px solid #9c0003;
  border-left: 1px solid #9c0003;
  transform: scale3d(1, 1, 1);
}
.cid-vraR7kqT33 .btn:hover .effectHover::after {
  border-bottom: 1px solid #9c0003;
  border-right: 1px solid #9c0003;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-vraR7kqT33 .right {
    padding-right: 60px;
  }
}
.cid-vraR7kqT33 .mbr-section-title {
  color: #000000;
}
.cid-vraR7kqT33 .mbr-text,
.cid-vraR7kqT33 .mbr-section-btn {
  color: #0b0a08;
}
.cid-vraRbFPwYF {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #eeeae5;
}
@media (min-width: 992px) {
  .cid-vraRbFPwYF .text-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-vraRbFPwYF .wrapper {
    padding: 0 6rem;
  }
}
.cid-vraRbFPwYF .mbr-text {
  color: #9a948d;
}
.cid-vraRbFPwYF .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-vraRbFPwYF .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-vraRbFPwYF .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-vraRbFPwYF .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-vraRbFPwYF .btn:hover .effectHover::before {
  border-top: 1px solid #9c0003;
  border-left: 1px solid #9c0003;
  transform: scale3d(1, 1, 1);
}
.cid-vraRbFPwYF .btn:hover .effectHover::after {
  border-bottom: 1px solid #9c0003;
  border-right: 1px solid #9c0003;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-vraRbFPwYF .right {
    padding-right: 60px;
  }
}
.cid-vraRbFPwYF .mbr-section-title {
  color: #000000;
}
.cid-vraRbFPwYF .mbr-text,
.cid-vraRbFPwYF .mbr-section-btn {
  color: #0b0a08;
}
.cid-vraJAEus8P {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #eeeae5;
}
@media (min-width: 992px) {
  .cid-vraJAEus8P .text-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-vraJAEus8P .wrapper {
    padding: 0 6rem;
  }
}
.cid-vraJAEus8P .mbr-text {
  color: #9a948d;
}
.cid-vraJAEus8P .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-vraJAEus8P .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-vraJAEus8P .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-vraJAEus8P .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-vraJAEus8P .btn:hover .effectHover::before {
  border-top: 1px solid #9c0003;
  border-left: 1px solid #9c0003;
  transform: scale3d(1, 1, 1);
}
.cid-vraJAEus8P .btn:hover .effectHover::after {
  border-bottom: 1px solid #9c0003;
  border-right: 1px solid #9c0003;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-vraJAEus8P .right {
    padding-right: 60px;
  }
}
.cid-vraJAEus8P .mbr-section-title {
  color: #000000;
}
.cid-vraJAEus8P .mbr-text,
.cid-vraJAEus8P .mbr-section-btn {
  color: #0b0a08;
}
.cid-vraMlOCmT0 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #eeeae5;
}
@media (min-width: 992px) {
  .cid-vraMlOCmT0 .text-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-vraMlOCmT0 .wrapper {
    padding: 0 6rem;
  }
}
.cid-vraMlOCmT0 .mbr-text {
  color: #9a948d;
}
.cid-vraMlOCmT0 .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-vraMlOCmT0 .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-vraMlOCmT0 .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-vraMlOCmT0 .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-vraMlOCmT0 .btn:hover .effectHover::before {
  border-top: 1px solid #9c0003;
  border-left: 1px solid #9c0003;
  transform: scale3d(1, 1, 1);
}
.cid-vraMlOCmT0 .btn:hover .effectHover::after {
  border-bottom: 1px solid #9c0003;
  border-right: 1px solid #9c0003;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-vraMlOCmT0 .right {
    padding-right: 60px;
  }
}
.cid-vraMlOCmT0 .mbr-section-title {
  color: #000000;
}
.cid-vraMlOCmT0 .mbr-text,
.cid-vraMlOCmT0 .mbr-section-btn {
  color: #0b0a08;
}
.cid-vrb2M90hRy {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #5b090a;
}
.cid-vrb2M90hRy .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-vrb2M90hRy .mbr-section-title {
  color: #d4ad6a;
  text-align: left;
  width: 90%;
}
.cid-vrb2M90hRy .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-vrb2M90hRy .mbr-section-btn {
  width: 90%;
}
.cid-vrb2M90hRy img {
  object-fit: cover;
  height: 100%;
  height: 100vh;
}
.cid-vrb2M90hRy section {
  position: relative;
}
.cid-vrb2M90hRy .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-vrb2M90hRy .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-vrb2M90hRy .mbr-section-subtitle,
  .cid-vrb2M90hRy .mbr-section-btn,
  .cid-vrb2M90hRy .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-vrb2M90hRy .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-vrb2M90hRy .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-vrb2M90hRy .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-vrb2M90hRy .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-vrb2M90hRy .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-vrb2M90hRy .btn:hover .effectHover::before {
  border-top: 1px solid #9c0003;
  border-left: 1px solid #9c0003;
  transform: scale3d(1, 1, 1);
}
.cid-vrb2M90hRy .btn:hover .effectHover::after {
  border-bottom: 1px solid #9c0003;
  border-right: 1px solid #9c0003;
  transform: scale3d(1, 1, 1);
}
.cid-vpYaEnzNKg {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vpYaEnzNKg section {
  position: relative;
}
.cid-vpYaEnzNKg h4 {
  margin: 0;
}
.cid-vpYaEnzNKg img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vpYaEnzNKg a {
  font-weight: 300;
}
.cid-vpYaEnzNKg .img1 {
  color: #977741;
}
.cid-vpYaEnzNKg .img2 {
  color: #977741;
}
.cid-vpYaEnzNKg .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #977741;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vpYaEnzNKg .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vpYaEnzNKg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vpYaEnzNKg .item,
.cid-vpYaEnzNKg .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vpYaEnzNKg .item h4,
.cid-vpYaEnzNKg .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vpYaEnzNKg .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vpYaEnzNKg .item {
    justify-content: center;
  }
}
.cid-vpYaEnzNKg .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-vpYaEnzNKg .text1 {
  text-align: left;
}
.cid-vpYaEnzNKg .link-title {
  text-align: left;
}
.cid-vpYaEocJSA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vpYaEocJSA .mbr-text {
  color: #f6f6ef;
}
.cid-vraxyjQOGw {
  z-index: 1000;
  width: 100%;
}
.cid-vraxyjQOGw nav.navbar {
  position: fixed;
}
.cid-vraxyjQOGw .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-vraxyjQOGw .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vraxyjQOGw .dropdown-item {
  border: none !important;
  background: #262626 !important;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vraxyjQOGw .dropdown-item:hover,
.cid-vraxyjQOGw .dropdown-item:focus {
  background: #262626 !important;
  color: #ffffff !important;
}
.cid-vraxyjQOGw .dropdown-item:hover span {
  color: white;
}
.cid-vraxyjQOGw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vraxyjQOGw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vraxyjQOGw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vraxyjQOGw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vraxyjQOGw .nav-link {
  position: relative;
}
.cid-vraxyjQOGw .container {
  display: flex;
  margin: 0 auto;
  max-width: 1318px;
}
@media (min-width: 992px) {
  .cid-vraxyjQOGw .container {
    flex-wrap: nowrap;
  }
}
.cid-vraxyjQOGw .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vraxyjQOGw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vraxyjQOGw .dropdown-menu,
.cid-vraxyjQOGw .navbar.opened {
  background: #262626 !important;
}
.cid-vraxyjQOGw .nav-item:focus,
.cid-vraxyjQOGw .nav-link:focus {
  outline: none;
}
.cid-vraxyjQOGw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vraxyjQOGw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vraxyjQOGw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vraxyjQOGw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vraxyjQOGw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vraxyjQOGw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vraxyjQOGw .navbar {
  min-height: 60px;
  transition: all 0.3s;
  background: rgba(38, 38, 38, 0.8);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}
.cid-vraxyjQOGw .navbar.opened {
  transition: all 0.3s;
}
.cid-vraxyjQOGw .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 8px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vraxyjQOGw .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vraxyjQOGw .navbar .navbar-logo img {
  width: auto;
}
.cid-vraxyjQOGw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vraxyjQOGw .navbar.collapsed {
  justify-content: center;
}
.cid-vraxyjQOGw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vraxyjQOGw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vraxyjQOGw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vraxyjQOGw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vraxyjQOGw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vraxyjQOGw .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-vraxyjQOGw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vraxyjQOGw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vraxyjQOGw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-vraxyjQOGw .navbar .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vraxyjQOGw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vraxyjQOGw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vraxyjQOGw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vraxyjQOGw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vraxyjQOGw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vraxyjQOGw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vraxyjQOGw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vraxyjQOGw .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 0 !important;
  }
  .cid-vraxyjQOGw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vraxyjQOGw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vraxyjQOGw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vraxyjQOGw .navbar.navbar-short {
  min-height: 60px;
}
.cid-vraxyjQOGw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-vraxyjQOGw .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vraxyjQOGw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vraxyjQOGw .navbar-brand .navbar-caption:hover,
.cid-vraxyjQOGw .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vraxyjQOGw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vraxyjQOGw .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vraxyjQOGw .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vraxyjQOGw .dropdown-item.active,
.cid-vraxyjQOGw .dropdown-item:active {
  background-color: transparent;
}
.cid-vraxyjQOGw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vraxyjQOGw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vraxyjQOGw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vraxyjQOGw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #262626;
  top: 2.1rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vraxyjQOGw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vraxyjQOGw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vraxyjQOGw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vraxyjQOGw ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vraxyjQOGw ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vraxyjQOGw .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vraxyjQOGw .navbar-buttons {
    text-align: left;
  }
}
.cid-vraxyjQOGw .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 19px 32px;
  clip-path: none;
}
@media (max-width: 575px) {
  .cid-vraxyjQOGw .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vraxyjQOGw button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #262626 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f0e7da;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vraxyjQOGw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraxyjQOGw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vraxyjQOGw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vraxyjQOGw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraxyjQOGw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vraxyjQOGw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vraxyjQOGw .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-vraxyjQOGw .navbar {
    height: 60px;
  }
  .cid-vraxyjQOGw .navbar.opened {
    height: auto;
  }
  .cid-vraxyjQOGw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vraxyjQOGw .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-vraxyjQOGw .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vraxyjQOGw .nav-item .nav-link {
  padding: 6px 20px 5px !important;
  margin: 0 5px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  z-index: 1;
}
.cid-vraxyjQOGw .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vraxyjQOGw .nav-item .nav-link:hover,
.cid-vraxyjQOGw .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vraxyjQOGw .nav-item .nav-link:hover::after,
.cid-vraxyjQOGw .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vraxyjQOGw .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vraxyjQOGw .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vraxyjQOGw .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vraxyjQOGw .navbar {
    justify-content: flex-start !important;
  }
  .cid-vraxyjQOGw .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vraxyjQOGw .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vraxyjQOGw .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vraxyjQOGw .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vraxyjQOGw .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vraxyjQOGw .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vraxyjQOGw .content-wrap {
  min-height: 60px;
}
.cid-vraxyjQOGw .navbar.navbar-dropdown {
  border-bottom: 1px solid #524e46 !important;
}
.cid-vpYaWEL9LD {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-vpYaWEL9LD .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-vpYaWEL9LD .mbr-section-title {
  color: #d4ad6a;
  text-align: left;
  width: 90%;
}
.cid-vpYaWEL9LD .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-vpYaWEL9LD .mbr-section-btn {
  width: 90%;
}
.cid-vpYaWEL9LD img {
  object-fit: cover;
  height: 100%;
}
.cid-vpYaWEL9LD section {
  position: relative;
}
.cid-vpYaWEL9LD .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-vpYaWEL9LD .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-vpYaWEL9LD .mbr-section-subtitle,
  .cid-vpYaWEL9LD .mbr-section-btn,
  .cid-vpYaWEL9LD .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-vpYaWEL9LD .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-vpYaWEL9LD .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-vpYaWEL9LD .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-vpYaWEL9LD .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-vpYaWEL9LD .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-vpYaWEL9LD .btn:hover .effectHover::before {
  border-top: 1px solid #9c0003;
  border-left: 1px solid #9c0003;
  transform: scale3d(1, 1, 1);
}
.cid-vpYaWEL9LD .btn:hover .effectHover::after {
  border-bottom: 1px solid #9c0003;
  border-right: 1px solid #9c0003;
  transform: scale3d(1, 1, 1);
}
.cid-vraxXNpvC9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vraxXNpvC9 .item {
  margin-right: 25px !imporant;
  margin-left: 25px !imporant;
}
.cid-vraxXNpvC9 img,
.cid-vraxXNpvC9 .item-img {
  transition: all 0.5s;
  width: 100%;
}
.cid-vraxXNpvC9 .item-img {
  height: 100%;
}
.cid-vraxXNpvC9 .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-vraxXNpvC9 .item:focus,
.cid-vraxXNpvC9 span:focus {
  outline: none;
}
.cid-vraxXNpvC9 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vraxXNpvC9 .title-block {
  z-index: 99999;
  min-width: 200px;
  text-align: center;
  top: 90%;
  left: 50%;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-vraxXNpvC9 .mbr-text {
  color: #977741;
}
.cid-vraxXNpvC9 .mbr-section-subtitle {
  color: #9a948d;
}
.cid-vraxXNpvC9 .item-wrapper:hover .title-block {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-vraxXNpvC9 .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.9;
}
.cid-vraxXNpvC9 .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vraxXNpvC9 .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 38%;
  max-width: 38%;
  position: relative;
}
@media (max-width: 768px) {
  .cid-vraxXNpvC9 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vraxXNpvC9 .embla__button--next,
.cid-vraxXNpvC9 .embla__button--prev {
  display: flex;
}
.cid-vraxXNpvC9 .embla__button {
  color: #f2efef;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 38px;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
}
.cid-vraxXNpvC9 .embla__button:hover {
  color: #fff;
  opacity: 1;
}
.cid-vraxXNpvC9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vraxXNpvC9 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 768px) {
  .cid-vraxXNpvC9 .embla__button.embla__button--prev {
    margin-left: 0.5rem;
  }
}
.cid-vraxXNpvC9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-vraxXNpvC9 .embla__button.embla__button--next {
    margin-right: 0.5rem;
  }
}
.cid-vraxXNpvC9 .embla {
  position: relative;
  width: 100%;
}
.cid-vraxXNpvC9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vraxXNpvC9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vraxXNpvC9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vraxXNpvC9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vpYaWHRZzn {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vpYaWHRZzn section {
  position: relative;
}
.cid-vpYaWHRZzn h4 {
  margin: 0;
}
.cid-vpYaWHRZzn img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vpYaWHRZzn a {
  font-weight: 300;
}
.cid-vpYaWHRZzn .img1 {
  color: #977741;
}
.cid-vpYaWHRZzn .img2 {
  color: #977741;
}
.cid-vpYaWHRZzn .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #977741;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vpYaWHRZzn .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vpYaWHRZzn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vpYaWHRZzn .item,
.cid-vpYaWHRZzn .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vpYaWHRZzn .item h4,
.cid-vpYaWHRZzn .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vpYaWHRZzn .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vpYaWHRZzn .item {
    justify-content: center;
  }
}
.cid-vpYaWHRZzn .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-vpYaWHRZzn .text1 {
  text-align: left;
}
.cid-vpYaWHRZzn .link-title {
  text-align: left;
}
.cid-vpYaWIoSYV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vpYaWIoSYV .mbr-text {
  color: #f6f6ef;
}
.cid-vraxyjQOGw {
  z-index: 1000;
  width: 100%;
}
.cid-vraxyjQOGw nav.navbar {
  position: fixed;
}
.cid-vraxyjQOGw .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-vraxyjQOGw .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vraxyjQOGw .dropdown-item {
  border: none !important;
  background: #262626 !important;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vraxyjQOGw .dropdown-item:hover,
.cid-vraxyjQOGw .dropdown-item:focus {
  background: #262626 !important;
  color: #ffffff !important;
}
.cid-vraxyjQOGw .dropdown-item:hover span {
  color: white;
}
.cid-vraxyjQOGw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vraxyjQOGw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vraxyjQOGw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vraxyjQOGw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vraxyjQOGw .nav-link {
  position: relative;
}
.cid-vraxyjQOGw .container {
  display: flex;
  margin: 0 auto;
  max-width: 1318px;
}
@media (min-width: 992px) {
  .cid-vraxyjQOGw .container {
    flex-wrap: nowrap;
  }
}
.cid-vraxyjQOGw .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vraxyjQOGw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vraxyjQOGw .dropdown-menu,
.cid-vraxyjQOGw .navbar.opened {
  background: #262626 !important;
}
.cid-vraxyjQOGw .nav-item:focus,
.cid-vraxyjQOGw .nav-link:focus {
  outline: none;
}
.cid-vraxyjQOGw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vraxyjQOGw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vraxyjQOGw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vraxyjQOGw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vraxyjQOGw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vraxyjQOGw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vraxyjQOGw .navbar {
  min-height: 60px;
  transition: all 0.3s;
  background: rgba(38, 38, 38, 0.8);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}
.cid-vraxyjQOGw .navbar.opened {
  transition: all 0.3s;
}
.cid-vraxyjQOGw .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 8px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vraxyjQOGw .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vraxyjQOGw .navbar .navbar-logo img {
  width: auto;
}
.cid-vraxyjQOGw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vraxyjQOGw .navbar.collapsed {
  justify-content: center;
}
.cid-vraxyjQOGw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vraxyjQOGw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vraxyjQOGw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vraxyjQOGw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vraxyjQOGw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vraxyjQOGw .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-vraxyjQOGw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vraxyjQOGw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vraxyjQOGw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-vraxyjQOGw .navbar .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vraxyjQOGw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vraxyjQOGw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vraxyjQOGw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vraxyjQOGw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vraxyjQOGw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vraxyjQOGw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vraxyjQOGw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vraxyjQOGw .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 0 !important;
  }
  .cid-vraxyjQOGw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vraxyjQOGw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vraxyjQOGw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vraxyjQOGw .navbar.navbar-short {
  min-height: 60px;
}
.cid-vraxyjQOGw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-vraxyjQOGw .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vraxyjQOGw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vraxyjQOGw .navbar-brand .navbar-caption:hover,
.cid-vraxyjQOGw .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vraxyjQOGw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vraxyjQOGw .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vraxyjQOGw .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vraxyjQOGw .dropdown-item.active,
.cid-vraxyjQOGw .dropdown-item:active {
  background-color: transparent;
}
.cid-vraxyjQOGw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vraxyjQOGw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vraxyjQOGw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vraxyjQOGw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #262626;
  top: 2.1rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vraxyjQOGw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vraxyjQOGw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vraxyjQOGw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vraxyjQOGw ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vraxyjQOGw ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vraxyjQOGw .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vraxyjQOGw .navbar-buttons {
    text-align: left;
  }
}
.cid-vraxyjQOGw .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 19px 32px;
  clip-path: none;
}
@media (max-width: 575px) {
  .cid-vraxyjQOGw .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vraxyjQOGw button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #262626 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f0e7da;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vraxyjQOGw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraxyjQOGw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vraxyjQOGw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vraxyjQOGw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraxyjQOGw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vraxyjQOGw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vraxyjQOGw .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-vraxyjQOGw .navbar {
    height: 60px;
  }
  .cid-vraxyjQOGw .navbar.opened {
    height: auto;
  }
  .cid-vraxyjQOGw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vraxyjQOGw .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-vraxyjQOGw .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vraxyjQOGw .nav-item .nav-link {
  padding: 6px 20px 5px !important;
  margin: 0 5px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  z-index: 1;
}
.cid-vraxyjQOGw .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vraxyjQOGw .nav-item .nav-link:hover,
.cid-vraxyjQOGw .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vraxyjQOGw .nav-item .nav-link:hover::after,
.cid-vraxyjQOGw .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vraxyjQOGw .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vraxyjQOGw .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vraxyjQOGw .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vraxyjQOGw .navbar {
    justify-content: flex-start !important;
  }
  .cid-vraxyjQOGw .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vraxyjQOGw .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vraxyjQOGw .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vraxyjQOGw .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vraxyjQOGw .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vraxyjQOGw .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vraxyjQOGw .content-wrap {
  min-height: 60px;
}
.cid-vraxyjQOGw .navbar.navbar-dropdown {
  border-bottom: 1px solid #524e46 !important;
}
.cid-vq6FWjlgPb {
  padding-top: 8rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-vq6FWjlgPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq6FWjlgPb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vq6FWjlgPb .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vq6FWjlgPb .container {
    padding: 0 12px;
  }
}
.cid-vq6FWjlgPb .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-vq6FWjlgPb .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-vq6FWjlgPb .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-vq6FWjlgPb .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-vq6FWjlgPb .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-vq6FWjlgPb .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-vq6FWjlgPb .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-vq6FWjlgPb .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #ed8a33;
  border-color: #ed8a33;
}
.cid-vq6FWjlgPb .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vq6FWjlgPb .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vq6FWjlgPb .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vq6FWjlgPb .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-vq6FWjlgPb .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vq6FWjlgPb .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vq6FWjlgPb .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-vq6FWjlgPb .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vq6FWjlgPb .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vq6FWjlgPb .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-vq6FWjlgPb .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #fdfde1;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #232323 !important;
  background-color: #fafafa;
  transition: all 300ms ease;
}
.cid-vq6FWjlgPb .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vq6FWjlgPb .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #c1a219 !important;
  box-shadow: none;
}
.cid-vq6FWjlgPb .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #232323;
}
.cid-vq6FWjlgPb .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-vq6FWjlgPb .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-vq6FWjlgPb .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #232323;
  border-color: #232323;
}
.cid-vq6FWjlgPb .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-vq6FWjlgPb .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-vq6FWjlgPb .mbr-form .form-conrol {
  color: #fdfde1;
}
.cid-vq6FWjlgPb .mbr-section-title {
  color: #ffffff;
}
.cid-vq6FWjlgPb .mbr-text {
  color: #232323;
}
.cid-vq6FWjlgPb label {
  color: #ffffff;
}
.cid-vq6FWjlgPb .mbr-section-title,
.cid-vq6FWjlgPb .mbr-section-btn {
  color: #000000;
}
.cid-vq6FWjlgPb .card-contacts {
  color: #000000;
}
.cid-vq6FWEoEtH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eeeded;
}
.cid-vq6FWEoEtH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq6FWEoEtH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq6FWEoEtH .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-vq6FWEoEtH .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-vq6FWEoEtH .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vq6FWEoEtH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vq6FWEoEtH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vq6FWEoEtH .content-head {
  max-width: 800px;
}
.cid-vq6FWEoEtH .mbr-section-title {
  color: #000000;
}
.cid-vq6FWEoEtH .mbr-section-subtitle {
  color: #232323;
}
.cid-vpYbGM1WIp {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vpYbGM1WIp section {
  position: relative;
}
.cid-vpYbGM1WIp h4 {
  margin: 0;
}
.cid-vpYbGM1WIp img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vpYbGM1WIp a {
  font-weight: 300;
}
.cid-vpYbGM1WIp .img1 {
  color: #977741;
}
.cid-vpYbGM1WIp .img2 {
  color: #977741;
}
.cid-vpYbGM1WIp .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #977741;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vpYbGM1WIp .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vpYbGM1WIp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vpYbGM1WIp .item,
.cid-vpYbGM1WIp .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vpYbGM1WIp .item h4,
.cid-vpYbGM1WIp .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vpYbGM1WIp .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vpYbGM1WIp .item {
    justify-content: center;
  }
}
.cid-vpYbGM1WIp .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-vpYbGM1WIp .text1 {
  text-align: left;
}
.cid-vpYbGM1WIp .link-title {
  text-align: left;
}
.cid-vpYbGMzYwh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vpYbGMzYwh .mbr-text {
  color: #f6f6ef;
}
.cid-vraxyjQOGw {
  z-index: 1000;
  width: 100%;
}
.cid-vraxyjQOGw nav.navbar {
  position: fixed;
}
.cid-vraxyjQOGw .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-vraxyjQOGw .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vraxyjQOGw .dropdown-item {
  border: none !important;
  background: #262626 !important;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vraxyjQOGw .dropdown-item:hover,
.cid-vraxyjQOGw .dropdown-item:focus {
  background: #262626 !important;
  color: #ffffff !important;
}
.cid-vraxyjQOGw .dropdown-item:hover span {
  color: white;
}
.cid-vraxyjQOGw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vraxyjQOGw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vraxyjQOGw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vraxyjQOGw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vraxyjQOGw .nav-link {
  position: relative;
}
.cid-vraxyjQOGw .container {
  display: flex;
  margin: 0 auto;
  max-width: 1318px;
}
@media (min-width: 992px) {
  .cid-vraxyjQOGw .container {
    flex-wrap: nowrap;
  }
}
.cid-vraxyjQOGw .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vraxyjQOGw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vraxyjQOGw .dropdown-menu,
.cid-vraxyjQOGw .navbar.opened {
  background: #262626 !important;
}
.cid-vraxyjQOGw .nav-item:focus,
.cid-vraxyjQOGw .nav-link:focus {
  outline: none;
}
.cid-vraxyjQOGw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vraxyjQOGw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vraxyjQOGw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vraxyjQOGw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vraxyjQOGw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vraxyjQOGw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vraxyjQOGw .navbar {
  min-height: 60px;
  transition: all 0.3s;
  background: rgba(38, 38, 38, 0.8);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}
.cid-vraxyjQOGw .navbar.opened {
  transition: all 0.3s;
}
.cid-vraxyjQOGw .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 8px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vraxyjQOGw .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vraxyjQOGw .navbar .navbar-logo img {
  width: auto;
}
.cid-vraxyjQOGw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vraxyjQOGw .navbar.collapsed {
  justify-content: center;
}
.cid-vraxyjQOGw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vraxyjQOGw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vraxyjQOGw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vraxyjQOGw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vraxyjQOGw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vraxyjQOGw .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-vraxyjQOGw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vraxyjQOGw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vraxyjQOGw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-vraxyjQOGw .navbar .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vraxyjQOGw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vraxyjQOGw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vraxyjQOGw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vraxyjQOGw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vraxyjQOGw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vraxyjQOGw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vraxyjQOGw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vraxyjQOGw .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 0 !important;
  }
  .cid-vraxyjQOGw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vraxyjQOGw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vraxyjQOGw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vraxyjQOGw .navbar.navbar-short {
  min-height: 60px;
}
.cid-vraxyjQOGw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-vraxyjQOGw .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vraxyjQOGw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vraxyjQOGw .navbar-brand .navbar-caption:hover,
.cid-vraxyjQOGw .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vraxyjQOGw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vraxyjQOGw .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vraxyjQOGw .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vraxyjQOGw .dropdown-item.active,
.cid-vraxyjQOGw .dropdown-item:active {
  background-color: transparent;
}
.cid-vraxyjQOGw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vraxyjQOGw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vraxyjQOGw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vraxyjQOGw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #262626;
  top: 2.1rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vraxyjQOGw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vraxyjQOGw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vraxyjQOGw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vraxyjQOGw ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vraxyjQOGw ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vraxyjQOGw .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vraxyjQOGw .navbar-buttons {
    text-align: left;
  }
}
.cid-vraxyjQOGw .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 19px 32px;
  clip-path: none;
}
@media (max-width: 575px) {
  .cid-vraxyjQOGw .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vraxyjQOGw button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #262626 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f0e7da;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vraxyjQOGw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraxyjQOGw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vraxyjQOGw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vraxyjQOGw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraxyjQOGw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vraxyjQOGw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vraxyjQOGw .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-vraxyjQOGw .navbar {
    height: 60px;
  }
  .cid-vraxyjQOGw .navbar.opened {
    height: auto;
  }
  .cid-vraxyjQOGw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vraxyjQOGw .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-vraxyjQOGw .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vraxyjQOGw .nav-item .nav-link {
  padding: 6px 20px 5px !important;
  margin: 0 5px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  z-index: 1;
}
.cid-vraxyjQOGw .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vraxyjQOGw .nav-item .nav-link:hover,
.cid-vraxyjQOGw .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vraxyjQOGw .nav-item .nav-link:hover::after,
.cid-vraxyjQOGw .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vraxyjQOGw .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vraxyjQOGw .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vraxyjQOGw .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vraxyjQOGw .navbar {
    justify-content: flex-start !important;
  }
  .cid-vraxyjQOGw .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vraxyjQOGw .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vraxyjQOGw .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vraxyjQOGw .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vraxyjQOGw .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vraxyjQOGw .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vraxyjQOGw .content-wrap {
  min-height: 60px;
}
.cid-vraxyjQOGw .navbar.navbar-dropdown {
  border-bottom: 1px solid #524e46 !important;
}
.cid-vq6ZycCPP0 {
  overflow: hidden;
  background-image: url("../../../assets/images/bg01-1536x1024.jpg");
}
.cid-vq6ZycCPP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq6ZycCPP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq6ZycCPP0 .card-wrapper {
  display: flex;
  background-color: #171410;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vq6ZycCPP0 .card-wrapper {
    display: block;
  }
}
.cid-vq6ZycCPP0 .card-wrapper .image-wrapper {
  position: relative;
  width: 55%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vq6ZycCPP0 .card-wrapper .image-wrapper {
    width: 100%;
    height: 300px;
  }
}
.cid-vq6ZycCPP0 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-vq6ZycCPP0 .card-wrapper .content-wrapper {
  width: 45%;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-vq6ZycCPP0 .card-wrapper .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-vq6ZycCPP0 .card-wrapper .content-wrapper {
    padding: 24px 16px 16px 16px;
    width: 100%;
  }
}
.cid-vq6ZycCPP0 .card-wrapper .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vq6ZycCPP0 .card-wrapper .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vq6ZycCPP0 .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vq6ZycCPP0 .card-wrapper .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vq6ZycCPP0 .card-wrapper .content-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vq6ZycCPP0 .card-wrapper .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-vq6ZycCPP0 .card-wrapper .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vq6ZycCPP0 .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vq6ZycCPP0 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vq6ZycCPP0 .mbr-section-title {
  color: #ffffff;
}
.cid-vq6ZycCPP0 .mbr-section-subtitle {
  color: #cda158;
}
.cid-vq6ZycCPP0 .list {
  color: #ffffff;
}
.cid-vq6Xkwpvew {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #eeeded;
}
.cid-vq6Xkwpvew .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq6Xkwpvew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq6Xkwpvew .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-vq6Xkwpvew .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-vq6Xkwpvew .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vq6Xkwpvew .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vq6Xkwpvew .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vq6Xkwpvew .content-head {
  max-width: 800px;
}
.cid-vq6Xkwpvew .mbr-section-title {
  color: #000000;
}
.cid-vq6Xkwpvew .mbr-section-subtitle {
  color: #232323;
}
.cid-vq6Xkx5fYv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vq6Xkx5fYv section {
  position: relative;
}
.cid-vq6Xkx5fYv h4 {
  margin: 0;
}
.cid-vq6Xkx5fYv img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vq6Xkx5fYv a {
  font-weight: 300;
}
.cid-vq6Xkx5fYv .img1 {
  color: #977741;
}
.cid-vq6Xkx5fYv .img2 {
  color: #977741;
}
.cid-vq6Xkx5fYv .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #977741;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vq6Xkx5fYv .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vq6Xkx5fYv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vq6Xkx5fYv .item,
.cid-vq6Xkx5fYv .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vq6Xkx5fYv .item h4,
.cid-vq6Xkx5fYv .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vq6Xkx5fYv .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vq6Xkx5fYv .item {
    justify-content: center;
  }
}
.cid-vq6Xkx5fYv .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-vq6Xkx5fYv .text1 {
  text-align: left;
}
.cid-vq6Xkx5fYv .link-title {
  text-align: left;
}
.cid-vq6XkybENo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vq6XkybENo .mbr-text {
  color: #f6f6ef;
}
.cid-vraxyjQOGw {
  z-index: 1000;
  width: 100%;
}
.cid-vraxyjQOGw nav.navbar {
  position: fixed;
}
.cid-vraxyjQOGw .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-vraxyjQOGw .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vraxyjQOGw .dropdown-item {
  border: none !important;
  background: #262626 !important;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vraxyjQOGw .dropdown-item:hover,
.cid-vraxyjQOGw .dropdown-item:focus {
  background: #262626 !important;
  color: #ffffff !important;
}
.cid-vraxyjQOGw .dropdown-item:hover span {
  color: white;
}
.cid-vraxyjQOGw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vraxyjQOGw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vraxyjQOGw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vraxyjQOGw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vraxyjQOGw .nav-link {
  position: relative;
}
.cid-vraxyjQOGw .container {
  display: flex;
  margin: 0 auto;
  max-width: 1318px;
}
@media (min-width: 992px) {
  .cid-vraxyjQOGw .container {
    flex-wrap: nowrap;
  }
}
.cid-vraxyjQOGw .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vraxyjQOGw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vraxyjQOGw .dropdown-menu,
.cid-vraxyjQOGw .navbar.opened {
  background: #262626 !important;
}
.cid-vraxyjQOGw .nav-item:focus,
.cid-vraxyjQOGw .nav-link:focus {
  outline: none;
}
.cid-vraxyjQOGw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vraxyjQOGw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vraxyjQOGw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vraxyjQOGw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vraxyjQOGw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vraxyjQOGw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vraxyjQOGw .navbar {
  min-height: 60px;
  transition: all 0.3s;
  background: rgba(38, 38, 38, 0.8);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}
.cid-vraxyjQOGw .navbar.opened {
  transition: all 0.3s;
}
.cid-vraxyjQOGw .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 8px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vraxyjQOGw .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vraxyjQOGw .navbar .navbar-logo img {
  width: auto;
}
.cid-vraxyjQOGw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vraxyjQOGw .navbar.collapsed {
  justify-content: center;
}
.cid-vraxyjQOGw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vraxyjQOGw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vraxyjQOGw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vraxyjQOGw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vraxyjQOGw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vraxyjQOGw .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-vraxyjQOGw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vraxyjQOGw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vraxyjQOGw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-vraxyjQOGw .navbar .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vraxyjQOGw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vraxyjQOGw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vraxyjQOGw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vraxyjQOGw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vraxyjQOGw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vraxyjQOGw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vraxyjQOGw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vraxyjQOGw .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 0 !important;
  }
  .cid-vraxyjQOGw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vraxyjQOGw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vraxyjQOGw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vraxyjQOGw .navbar.navbar-short {
  min-height: 60px;
}
.cid-vraxyjQOGw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-vraxyjQOGw .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vraxyjQOGw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vraxyjQOGw .navbar-brand .navbar-caption:hover,
.cid-vraxyjQOGw .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vraxyjQOGw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vraxyjQOGw .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vraxyjQOGw .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vraxyjQOGw .dropdown-item.active,
.cid-vraxyjQOGw .dropdown-item:active {
  background-color: transparent;
}
.cid-vraxyjQOGw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vraxyjQOGw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vraxyjQOGw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vraxyjQOGw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #262626;
  top: 2.1rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vraxyjQOGw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vraxyjQOGw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vraxyjQOGw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vraxyjQOGw ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vraxyjQOGw ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vraxyjQOGw .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vraxyjQOGw .navbar-buttons {
    text-align: left;
  }
}
.cid-vraxyjQOGw .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 19px 32px;
  clip-path: none;
}
@media (max-width: 575px) {
  .cid-vraxyjQOGw .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vraxyjQOGw button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #262626 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f0e7da;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vraxyjQOGw button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vraxyjQOGw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraxyjQOGw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vraxyjQOGw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vraxyjQOGw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vraxyjQOGw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vraxyjQOGw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vraxyjQOGw .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-vraxyjQOGw .navbar {
    height: 60px;
  }
  .cid-vraxyjQOGw .navbar.opened {
    height: auto;
  }
  .cid-vraxyjQOGw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vraxyjQOGw .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-vraxyjQOGw .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vraxyjQOGw .nav-item .nav-link {
  padding: 6px 20px 5px !important;
  margin: 0 5px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  z-index: 1;
}
.cid-vraxyjQOGw .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vraxyjQOGw .nav-item .nav-link:hover,
.cid-vraxyjQOGw .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vraxyjQOGw .nav-item .nav-link:hover::after,
.cid-vraxyjQOGw .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vraxyjQOGw .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vraxyjQOGw .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vraxyjQOGw .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vraxyjQOGw .navbar {
    justify-content: flex-start !important;
  }
  .cid-vraxyjQOGw .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vraxyjQOGw .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vraxyjQOGw .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vraxyjQOGw .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vraxyjQOGw .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vraxyjQOGw .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vraxyjQOGw .content-wrap {
  min-height: 60px;
}
.cid-vraxyjQOGw .navbar.navbar-dropdown {
  border-bottom: 1px solid #524e46 !important;
}
.cid-vr6sZATo2w {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-vr6sZATo2w .mbr-section-subtitle {
  color: #000000;
}
.cid-vr6sUWF4JJ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vr6sUWF4JJ section {
  position: relative;
}
.cid-vr6sUWF4JJ h4 {
  margin: 0;
}
.cid-vr6sUWF4JJ img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vr6sUWF4JJ a {
  font-weight: 300;
}
.cid-vr6sUWF4JJ .img1 {
  color: #977741;
}
.cid-vr6sUWF4JJ .img2 {
  color: #977741;
}
.cid-vr6sUWF4JJ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #977741;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vr6sUWF4JJ .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vr6sUWF4JJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vr6sUWF4JJ .item,
.cid-vr6sUWF4JJ .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vr6sUWF4JJ .item h4,
.cid-vr6sUWF4JJ .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vr6sUWF4JJ .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vr6sUWF4JJ .item {
    justify-content: center;
  }
}
.cid-vr6sUWF4JJ .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-vr6sUWF4JJ .text1 {
  text-align: left;
}
.cid-vr6sUWF4JJ .link-title {
  text-align: left;
}
.cid-vr6sUYf08V {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vr6sUYf08V .mbr-text {
  color: #f6f6ef;
}
