body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.26rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #7e1415 !important;
}
.bg-success {
  background-color: #7e1415 !important;
}
.bg-info {
  background-color: #7e1415 !important;
}
.bg-warning {
  background-color: #7e1415 !important;
}
.bg-danger {
  background-color: #7e1415 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7e1415 !important;
  border-color: #7e1415 !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: #330809 !important;
  border-color: #330809 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #330809 !important;
  border-color: #330809 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !important;
  color: #b08f00 !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: #594800 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #b08f00 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !important;
}
.btn-info,
.btn-info:active {
  background-color: #7e1415 !important;
  border-color: #7e1415 !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: #330809 !important;
  border-color: #330809 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #330809 !important;
  border-color: #330809 !important;
}
.btn-success,
.btn-success:active {
  background-color: #7e1415 !important;
  border-color: #7e1415 !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: #330809 !important;
  border-color: #330809 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #330809 !important;
  border-color: #330809 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #7e1415 !important;
  border-color: #7e1415 !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: #330809 !important;
  border-color: #330809 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #330809 !important;
  border-color: #330809 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #7e1415 !important;
  border-color: #7e1415 !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: #330809 !important;
  border-color: #330809 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #330809 !important;
  border-color: #330809 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7e1415;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #330809 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7e1415 !important;
  border-color: #7e1415 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff0b0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffe059 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #b08f00 !important;
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7e1415;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #330809 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7e1415 !important;
  border-color: #7e1415 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7e1415;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #330809 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7e1415 !important;
  border-color: #7e1415 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7e1415;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #330809 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #7e1415 !important;
  border-color: #7e1415 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7e1415;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #330809 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #7e1415 !important;
  border-color: #7e1415 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #7e1415 !important;
}
.text-secondary {
  color: #fff0b0 !important;
}
.text-success {
  color: #7e1415 !important;
}
.text-info {
  color: #7e1415 !important;
}
.text-warning {
  color: #7e1415 !important;
}
.text-danger {
  color: #7e1415 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #260606 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffdd4a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #260606 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #260606 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #260606 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #260606 !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: #7e1415;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7e1415;
}
.alert-warning {
  background-color: #7e1415;
}
.alert-danger {
  background-color: #7e1415;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7e1415;
  border-color: #7e1415;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #7e1415;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #df3335;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #df3335;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #df3335;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #df3335;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #df3335;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #7e1415 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #7e1415;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7e1415;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7e1415;
}
.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: #7e1415;
  border-bottom-color: #7e1415;
}
.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: #7e1415 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fff0b0 !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='%237e1415' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uOvFYn9wcg {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #7e1415;
}
@media (min-width: 991px) {
  .cid-uOvFYn9wcg {
    min-height: 170px !important;
  }
}
.cid-uOvFYn9wcg .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uOvFYn9wcg .empty_md {
    display: block;
  }
}
.cid-uOvFYn9wcg .container,
.cid-uOvFYn9wcg .container-fluid,
.cid-uOvFYn9wcg .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uOvFYn9wcg .container,
  .cid-uOvFYn9wcg .container-fluid,
  .cid-uOvFYn9wcg .empty_md {
    min-height: 170px !important;
  }
}
.cid-uOvFYn9wcg .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uOvFYn9wcg .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-uOvFYn9wcg .top_menu {
    min-height: 110px !important;
  }
}
.cid-uOvFYn9wcg .navbar-caption:hover {
  color: #fff0b0 !important;
}
.cid-uOvFYn9wcg .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uOvFYn9wcg .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uOvFYn9wcg .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #c06a6b;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uOvFYn9wcg .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uOvFYn9wcg .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uOvFYn9wcg .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uOvFYn9wcg .icons-menu .icons-wrapper:hover {
    background: #c06a6b;
  }
  .cid-uOvFYn9wcg .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uOvFYn9wcg .empty,
  .cid-uOvFYn9wcg .icons-menu {
    min-width: 265px;
  }
  .cid-uOvFYn9wcg .navbar-logo {
    margin: 0;
  }
  .cid-uOvFYn9wcg .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uOvFYn9wcg .btn {
    white-space: nowrap;
  }
  .cid-uOvFYn9wcg .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uOvFYn9wcg .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uOvFYn9wcg .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uOvFYn9wcg .dropdown-toggle::after,
  .cid-uOvFYn9wcg .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uOvFYn9wcg .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uOvFYn9wcg .dropdown-menu {
  box-shadow: 0 9px 20px -8px #7e1415, 0 0 1px #ffffff;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOvFYn9wcg .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uOvFYn9wcg .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOvFYn9wcg .dropdown-menu .dropdown-item:hover {
  color: #7e1415 !important;
  background-color: #520d0e;
}
.cid-uOvFYn9wcg .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uOvFYn9wcg .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uOvFYn9wcg .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uOvFYn9wcg .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uOvFYn9wcg .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uOvFYn9wcg .nav-item:focus,
.cid-uOvFYn9wcg .nav-link:focus {
  outline: none;
}
.cid-uOvFYn9wcg .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uOvFYn9wcg .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uOvFYn9wcg .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uOvFYn9wcg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOvFYn9wcg .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uOvFYn9wcg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOvFYn9wcg ul.navbar-nav li {
  margin: auto;
}
.cid-uOvFYn9wcg .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415;
}
.cid-uOvFYn9wcg .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415 !important;
}
.cid-uOvFYn9wcg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uOvFYn9wcg .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uOvFYn9wcg .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uOvFYn9wcg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOvFYn9wcg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOvFYn9wcg .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uOvFYn9wcg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.4rem - 1rem);
  }
}
.cid-uOvFYn9wcg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uOvFYn9wcg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOvFYn9wcg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uOvFYn9wcg .navbar .icons-menu,
  .cid-uOvFYn9wcg .navbar .empty {
    display: none;
  }
  .cid-uOvFYn9wcg .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uOvFYn9wcg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOvFYn9wcg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOvFYn9wcg .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uOvFYn9wcg .navbar .container-fluid,
  .cid-uOvFYn9wcg .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uOvFYn9wcg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uOvFYn9wcg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOvFYn9wcg .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uOvFYn9wcg .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uOvFYn9wcg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uOvFYn9wcg .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uOvFYn9wcg .navbar.navbar-short {
  background: #7e1415 !important;
  min-height: 90px;
}
.cid-uOvFYn9wcg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOvFYn9wcg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOvFYn9wcg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOvFYn9wcg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOvFYn9wcg .dropdown-item.active,
.cid-uOvFYn9wcg .dropdown-item:active {
  background-color: transparent;
}
.cid-uOvFYn9wcg .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOvFYn9wcg .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uOvFYn9wcg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e1415;
}
.cid-uOvFYn9wcg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uOvFYn9wcg .navbar-buttons {
  text-align: center;
}
.cid-uOvFYn9wcg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uOvFYn9wcg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOvFYn9wcg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOvFYn9wcg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOvFYn9wcg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOvFYn9wcg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOvFYn9wcg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOvFYn9wcg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOvFYn9wcg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOvFYn9wcg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOvFYn9wcg .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uOvFYn9wcg a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOvFYn9wcg a.nav-link:hover {
  color: #fff0b0 !important;
}
.is-builder .cid-uOvFYn9wcg .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOvFYn9wcg .navbar {
    height: 77px;
  }
  .cid-uOvFYn9wcg .navbar.opened {
    height: auto;
  }
  .cid-uOvFYn9wcg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVz1S1Tbk0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uVz1S1Tbk0 .mbr-section-subtitle {
  color: #232323;
}
.cid-uVz1S1Tbk0 H2 {
  color: #7e1415;
  text-align: center;
}
.cid-uVz1SIOy43 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uVz1SIOy43 .image-block {
  margin: auto;
}
.cid-uVz1SIOy43 figcaption {
  position: relative;
}
.cid-uVz1SIOy43 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uVz1SIOy43 .image-block {
    width: 100% !important;
  }
}
.cid-uVz1TkSPEk {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uVz1TkSPEk .mbr-section-subtitle {
  color: #232323;
}
.cid-uVz1TkSPEk H2 {
  color: #cfa39f;
}
.cid-uVz1TkSPEk .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uPlkeP8fdu {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uPlkeP8fdu .line {
  background-color: #858585;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uPlkeP8fdu .mbr-text {
  color: #7e1415;
}
.cid-uPkXAMk0kC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPkXAMk0kC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkXAMk0kC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkXAMk0kC .text-wrap {
  width: 100%;
}
.cid-uPkXAMk0kC .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
}
.cid-uPkXAMk0kC .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPkXAMk0kC .list-wrap {
  margin-top: 52px;
}
.cid-uPkXAMk0kC .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPkXAMk0kC .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPkXAMk0kC .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPkXAMk0kC .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPljjQpWPM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPljjQpWPM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPljjQpWPM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPljjQpWPM .text-wrap {
  width: 100%;
}
.cid-uPljjQpWPM .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
}
.cid-uPljjQpWPM .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPljjQpWPM .list-wrap {
  margin-top: 52px;
}
.cid-uPljjQpWPM .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPljjQpWPM .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPljjQpWPM .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPljjQpWPM .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPljkwqTYg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPljkwqTYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPljkwqTYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPljkwqTYg .text-wrap {
  width: 100%;
}
.cid-uPljkwqTYg .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
}
.cid-uPljkwqTYg .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPljkwqTYg .list-wrap {
  margin-top: 52px;
}
.cid-uPljkwqTYg .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPljkwqTYg .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPljkwqTYg .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPljkwqTYg .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPljmsjg0s {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPljmsjg0s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPljmsjg0s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPljmsjg0s .text-wrap {
  width: 100%;
}
.cid-uPljmsjg0s .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
}
.cid-uPljmsjg0s .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPljmsjg0s .list-wrap {
  margin-top: 52px;
}
.cid-uPljmsjg0s .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPljmsjg0s .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPljmsjg0s .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPljmsjg0s .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPljQetJR0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPljQetJR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPljQetJR0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPljQetJR0 .text-wrap {
  width: 100%;
}
.cid-uPljQetJR0 .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
}
.cid-uPljQetJR0 .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPljQetJR0 .list-wrap {
  margin-top: 52px;
}
.cid-uPljQetJR0 .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPljQetJR0 .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPljQetJR0 .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPljQetJR0 .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uOvqMom35B {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOvqMom35B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvqMom35B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvqMom35B .mbr-section-title {
  color: #7e1415;
}
.cid-uOGdQH2ObT {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uOGdQH2ObT img,
.cid-uOGdQH2ObT .item-img {
  width: 100%;
}
.cid-uOGdQH2ObT .item:focus,
.cid-uOGdQH2ObT span:focus {
  outline: none;
}
.cid-uOGdQH2ObT .item-wrapper {
  position: relative;
}
.cid-uOGdQH2ObT .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uOGdQH2ObT .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOGdQH2ObT .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uOGdQH2ObT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOGdQH2ObT .mbr-section-title {
  color: #232323;
}
.cid-uOGdQH2ObT .mbr-text,
.cid-uOGdQH2ObT .mbr-section-btn {
  text-align: left;
}
.cid-uOGdQH2ObT .item-title {
  text-align: left;
}
.cid-uOGdQH2ObT .item-subtitle {
  text-align: left;
}
.cid-uOGdQH2ObT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uOGdQH2ObT .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uOGdQH2ObT .embla__button--next,
.cid-uOGdQH2ObT .embla__button--prev {
  display: flex;
}
.cid-uOGdQH2ObT .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uOGdQH2ObT .embla__button {
    display: none;
  }
}
.cid-uOGdQH2ObT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOGdQH2ObT .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uOGdQH2ObT .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOGdQH2ObT .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOGdQH2ObT .embla__button {
    top: auto;
  }
}
.cid-uOGdQH2ObT .embla {
  position: relative;
  width: 100%;
}
.cid-uOGdQH2ObT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uOGdQH2ObT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOGdQH2ObT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOGdQH2ObT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOG80v7qjp {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uOG80v7qjp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG80v7qjp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOG80v7qjp .video-wrapper iframe {
  width: 100%;
}
.cid-uOG80v7qjp .mbr-section-title,
.cid-uOG80v7qjp .mbr-section-subtitle,
.cid-uOG80v7qjp .mbr-text {
  text-align: center;
}
.cid-uCxfYEbQcm {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCxfYEbQcm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCxfYEbQcm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCxfYEbQcm .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uCxfYEbQcm .bg-instagram:hover {
  background: #bd005c;
}
.cid-uCxfYEbQcm .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uCxfYEbQcm [class^="socicon-"]:before,
.cid-uCxfYEbQcm [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uCxfYEbQcm .mbr-section-title,
.cid-uCxfYEbQcm .social-list {
  color: #7e1415;
}
.cid-uCxgooSIHC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/charma-main-bg.jpg");
  overflow: hidden;
}
.cid-uCxgooSIHC .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uOGeQj9Uus {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #7e1415;
}
@media (min-width: 991px) {
  .cid-uOGeQj9Uus {
    min-height: 170px !important;
  }
}
.cid-uOGeQj9Uus .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uOGeQj9Uus .empty_md {
    display: block;
  }
}
.cid-uOGeQj9Uus .container,
.cid-uOGeQj9Uus .container-fluid,
.cid-uOGeQj9Uus .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uOGeQj9Uus .container,
  .cid-uOGeQj9Uus .container-fluid,
  .cid-uOGeQj9Uus .empty_md {
    min-height: 170px !important;
  }
}
.cid-uOGeQj9Uus .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uOGeQj9Uus .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-uOGeQj9Uus .top_menu {
    min-height: 110px !important;
  }
}
.cid-uOGeQj9Uus .navbar-caption:hover {
  color: #fff0b0 !important;
}
.cid-uOGeQj9Uus .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uOGeQj9Uus .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uOGeQj9Uus .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #c06a6b;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uOGeQj9Uus .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uOGeQj9Uus .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uOGeQj9Uus .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uOGeQj9Uus .icons-menu .icons-wrapper:hover {
    background: #c06a6b;
  }
  .cid-uOGeQj9Uus .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uOGeQj9Uus .empty,
  .cid-uOGeQj9Uus .icons-menu {
    min-width: 265px;
  }
  .cid-uOGeQj9Uus .navbar-logo {
    margin: 0;
  }
  .cid-uOGeQj9Uus .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uOGeQj9Uus .btn {
    white-space: nowrap;
  }
  .cid-uOGeQj9Uus .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uOGeQj9Uus .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uOGeQj9Uus .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uOGeQj9Uus .dropdown-toggle::after,
  .cid-uOGeQj9Uus .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uOGeQj9Uus .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uOGeQj9Uus .dropdown-menu {
  box-shadow: 0 9px 20px -8px #7e1415, 0 0 1px #ffffff;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOGeQj9Uus .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uOGeQj9Uus .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOGeQj9Uus .dropdown-menu .dropdown-item:hover {
  color: #7e1415 !important;
  background-color: #520d0e;
}
.cid-uOGeQj9Uus .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uOGeQj9Uus .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uOGeQj9Uus .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uOGeQj9Uus .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uOGeQj9Uus .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uOGeQj9Uus .nav-item:focus,
.cid-uOGeQj9Uus .nav-link:focus {
  outline: none;
}
.cid-uOGeQj9Uus .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uOGeQj9Uus .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uOGeQj9Uus .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uOGeQj9Uus .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOGeQj9Uus .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uOGeQj9Uus ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOGeQj9Uus ul.navbar-nav li {
  margin: auto;
}
.cid-uOGeQj9Uus .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415;
}
.cid-uOGeQj9Uus .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415 !important;
}
.cid-uOGeQj9Uus .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uOGeQj9Uus .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uOGeQj9Uus .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uOGeQj9Uus .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOGeQj9Uus .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOGeQj9Uus .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uOGeQj9Uus .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.4rem - 1rem);
  }
}
.cid-uOGeQj9Uus .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uOGeQj9Uus .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOGeQj9Uus .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uOGeQj9Uus .navbar .icons-menu,
  .cid-uOGeQj9Uus .navbar .empty {
    display: none;
  }
  .cid-uOGeQj9Uus .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uOGeQj9Uus .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOGeQj9Uus .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOGeQj9Uus .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uOGeQj9Uus .navbar .container-fluid,
  .cid-uOGeQj9Uus .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uOGeQj9Uus .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uOGeQj9Uus .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOGeQj9Uus .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uOGeQj9Uus .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uOGeQj9Uus .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uOGeQj9Uus .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uOGeQj9Uus .navbar.navbar-short {
  background: #7e1415 !important;
  min-height: 90px;
}
.cid-uOGeQj9Uus .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOGeQj9Uus .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOGeQj9Uus .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOGeQj9Uus .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOGeQj9Uus .dropdown-item.active,
.cid-uOGeQj9Uus .dropdown-item:active {
  background-color: transparent;
}
.cid-uOGeQj9Uus .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOGeQj9Uus .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uOGeQj9Uus .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e1415;
}
.cid-uOGeQj9Uus .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uOGeQj9Uus .navbar-buttons {
  text-align: center;
}
.cid-uOGeQj9Uus button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uOGeQj9Uus button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOGeQj9Uus button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOGeQj9Uus button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOGeQj9Uus button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOGeQj9Uus button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOGeQj9Uus nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOGeQj9Uus nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOGeQj9Uus nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOGeQj9Uus nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOGeQj9Uus .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uOGeQj9Uus a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOGeQj9Uus a.nav-link:hover {
  color: #fff0b0 !important;
}
.is-builder .cid-uOGeQj9Uus .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOGeQj9Uus .navbar {
    height: 77px;
  }
  .cid-uOGeQj9Uus .navbar.opened {
    height: auto;
  }
  .cid-uOGeQj9Uus .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP9nEJjeVU {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uP9nEJjeVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9nEJjeVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP9nEJjeVU .text-wrap {
  width: 100%;
}
.cid-uP9nEJjeVU .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
  text-align: center;
}
.cid-uP9nEJjeVU .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uP9nEJjeVU .list-wrap {
  margin-top: 52px;
}
.cid-uP9nEJjeVU .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uP9nEJjeVU .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uP9nEJjeVU .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uP9nEJjeVU .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uP9nT3V5KI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uP9nT3V5KI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9nT3V5KI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP9nT3V5KI .text-wrap {
  width: 100%;
}
.cid-uP9nT3V5KI .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
  text-align: center;
}
.cid-uP9nT3V5KI .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uP9nT3V5KI .list-wrap {
  margin-top: 52px;
}
.cid-uP9nT3V5KI .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uP9nT3V5KI .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uP9nT3V5KI .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uP9nT3V5KI .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uP9nVJfkeQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uP9nVJfkeQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9nVJfkeQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP9nVJfkeQ .text-wrap {
  width: 100%;
}
.cid-uP9nVJfkeQ .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
  text-align: center;
}
.cid-uP9nVJfkeQ .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uP9nVJfkeQ .list-wrap {
  margin-top: 52px;
}
.cid-uP9nVJfkeQ .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uP9nVJfkeQ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uP9nVJfkeQ .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uP9nVJfkeQ .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPt02CEJao {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPt02CEJao .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPt02CEJao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPt02CEJao .text-wrap {
  width: 100%;
}
.cid-uPt02CEJao .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
}
.cid-uPt02CEJao .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPt02CEJao .list-wrap {
  margin-top: 52px;
}
.cid-uPt02CEJao .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPt02CEJao .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPt02CEJao .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPt02CEJao .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPrJYxsFNM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPrJYxsFNM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPrJYxsFNM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPrJYxsFNM .text-wrap {
  width: 100%;
}
.cid-uPrJYxsFNM .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
  text-align: left;
}
.cid-uPrJYxsFNM .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPrJYxsFNM .list-wrap {
  margin-top: 52px;
}
.cid-uPrJYxsFNM .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPrJYxsFNM .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPrJYxsFNM .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPrJYxsFNM .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPrJZwZ9By {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPrJZwZ9By .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPrJZwZ9By .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPrJZwZ9By .text-wrap {
  width: 100%;
}
.cid-uPrJZwZ9By .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
  text-align: left;
}
.cid-uPrJZwZ9By .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPrJZwZ9By .list-wrap {
  margin-top: 52px;
}
.cid-uPrJZwZ9By .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPrJZwZ9By .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPrJZwZ9By .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPrJZwZ9By .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPrK1V2XiJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPrK1V2XiJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPrK1V2XiJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPrK1V2XiJ .text-wrap {
  width: 100%;
}
.cid-uPrK1V2XiJ .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
  text-align: left;
}
.cid-uPrK1V2XiJ .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPrK1V2XiJ .list-wrap {
  margin-top: 52px;
}
.cid-uPrK1V2XiJ .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPrK1V2XiJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPrK1V2XiJ .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPrK1V2XiJ .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPrK2FShic {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uPrK2FShic .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPrK2FShic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPrK2FShic .text-wrap {
  width: 100%;
}
.cid-uPrK2FShic .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
  text-align: left;
}
.cid-uPrK2FShic .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPrK2FShic .list-wrap {
  margin-top: 52px;
}
.cid-uPrK2FShic .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPrK2FShic .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPrK2FShic .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPrK2FShic .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
#custom-html-3q P {
  text-align: center;
}
.cid-uOGeQnxZoX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOGeQnxZoX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGeQnxZoX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGeQnxZoX .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uOGeQnxZoX .bg-instagram:hover {
  background: #bd005c;
}
.cid-uOGeQnxZoX .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uOGeQnxZoX [class^="socicon-"]:before,
.cid-uOGeQnxZoX [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uOGeQnxZoX .mbr-section-title,
.cid-uOGeQnxZoX .social-list {
  color: #7e1415;
}
.cid-uOGeQodfHa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/charma-main-bg.jpg");
  overflow: hidden;
}
.cid-uOGeQodfHa .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uOGLJaAWRP {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOGLJaAWRP .line {
  background-color: #858585;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uOGLJaAWRP .mbr-text {
  color: #7e1415;
}
.cid-uOGwxjkJV1 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #7e1415;
}
@media (min-width: 991px) {
  .cid-uOGwxjkJV1 {
    min-height: 170px !important;
  }
}
.cid-uOGwxjkJV1 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uOGwxjkJV1 .empty_md {
    display: block;
  }
}
.cid-uOGwxjkJV1 .container,
.cid-uOGwxjkJV1 .container-fluid,
.cid-uOGwxjkJV1 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uOGwxjkJV1 .container,
  .cid-uOGwxjkJV1 .container-fluid,
  .cid-uOGwxjkJV1 .empty_md {
    min-height: 170px !important;
  }
}
.cid-uOGwxjkJV1 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uOGwxjkJV1 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-uOGwxjkJV1 .top_menu {
    min-height: 110px !important;
  }
}
.cid-uOGwxjkJV1 .navbar-caption:hover {
  color: #fff0b0 !important;
}
.cid-uOGwxjkJV1 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uOGwxjkJV1 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uOGwxjkJV1 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #c06a6b;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uOGwxjkJV1 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uOGwxjkJV1 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uOGwxjkJV1 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uOGwxjkJV1 .icons-menu .icons-wrapper:hover {
    background: #c06a6b;
  }
  .cid-uOGwxjkJV1 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uOGwxjkJV1 .empty,
  .cid-uOGwxjkJV1 .icons-menu {
    min-width: 265px;
  }
  .cid-uOGwxjkJV1 .navbar-logo {
    margin: 0;
  }
  .cid-uOGwxjkJV1 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uOGwxjkJV1 .btn {
    white-space: nowrap;
  }
  .cid-uOGwxjkJV1 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uOGwxjkJV1 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uOGwxjkJV1 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uOGwxjkJV1 .dropdown-toggle::after,
  .cid-uOGwxjkJV1 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uOGwxjkJV1 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uOGwxjkJV1 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #7e1415, 0 0 1px #ffffff;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOGwxjkJV1 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uOGwxjkJV1 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOGwxjkJV1 .dropdown-menu .dropdown-item:hover {
  color: #7e1415 !important;
  background-color: #520d0e;
}
.cid-uOGwxjkJV1 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uOGwxjkJV1 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uOGwxjkJV1 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uOGwxjkJV1 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uOGwxjkJV1 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uOGwxjkJV1 .nav-item:focus,
.cid-uOGwxjkJV1 .nav-link:focus {
  outline: none;
}
.cid-uOGwxjkJV1 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uOGwxjkJV1 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uOGwxjkJV1 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uOGwxjkJV1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOGwxjkJV1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uOGwxjkJV1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOGwxjkJV1 ul.navbar-nav li {
  margin: auto;
}
.cid-uOGwxjkJV1 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415;
}
.cid-uOGwxjkJV1 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415 !important;
}
.cid-uOGwxjkJV1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uOGwxjkJV1 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uOGwxjkJV1 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uOGwxjkJV1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOGwxjkJV1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOGwxjkJV1 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uOGwxjkJV1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.4rem - 1rem);
  }
}
.cid-uOGwxjkJV1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uOGwxjkJV1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOGwxjkJV1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uOGwxjkJV1 .navbar .icons-menu,
  .cid-uOGwxjkJV1 .navbar .empty {
    display: none;
  }
  .cid-uOGwxjkJV1 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uOGwxjkJV1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOGwxjkJV1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOGwxjkJV1 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uOGwxjkJV1 .navbar .container-fluid,
  .cid-uOGwxjkJV1 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uOGwxjkJV1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uOGwxjkJV1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOGwxjkJV1 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uOGwxjkJV1 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uOGwxjkJV1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uOGwxjkJV1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uOGwxjkJV1 .navbar.navbar-short {
  background: #7e1415 !important;
  min-height: 90px;
}
.cid-uOGwxjkJV1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOGwxjkJV1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOGwxjkJV1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOGwxjkJV1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOGwxjkJV1 .dropdown-item.active,
.cid-uOGwxjkJV1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOGwxjkJV1 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOGwxjkJV1 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uOGwxjkJV1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e1415;
}
.cid-uOGwxjkJV1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uOGwxjkJV1 .navbar-buttons {
  text-align: center;
}
.cid-uOGwxjkJV1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uOGwxjkJV1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOGwxjkJV1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOGwxjkJV1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOGwxjkJV1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOGwxjkJV1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOGwxjkJV1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOGwxjkJV1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOGwxjkJV1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOGwxjkJV1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOGwxjkJV1 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uOGwxjkJV1 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOGwxjkJV1 a.nav-link:hover {
  color: #fff0b0 !important;
}
.is-builder .cid-uOGwxjkJV1 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOGwxjkJV1 .navbar {
    height: 77px;
  }
  .cid-uOGwxjkJV1 .navbar.opened {
    height: auto;
  }
  .cid-uOGwxjkJV1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOGwxkqzFl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOGwxkqzFl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGwxkqzFl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGwxkqzFl .mbr-section-subtitle {
  text-align: left;
}
.cid-uOGwxkqzFl .mbr-section-title {
  text-align: left;
  color: #7e1415;
}
.cid-uOGwxl0yx5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOGwxl0yx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGwxl0yx5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGwxl0yx5 .mbr-section-title {
  text-align: left;
  color: #7e1415;
}
.cid-uOGwxl0yx5 .mbr-section-subtitle {
  text-align: left;
}
.cid-uOGwxlWdRK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOGwxlWdRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGwxlWdRK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGwxlWdRK .text-wrap {
  width: 100%;
}
.cid-uOGwxlWdRK .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uOGwxlWdRK .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uOGwxlWdRK .list-wrap {
  margin-top: 52px;
}
.cid-uOGwxlWdRK .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uOGwxlWdRK .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uOGwxlWdRK .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uOGwxlWdRK .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uOGwxmnthf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOGwxmnthf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGwxmnthf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGwxmnthf .text-wrap {
  width: 100%;
}
.cid-uOGwxmnthf .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uOGwxmnthf .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uOGwxmnthf .list-wrap {
  margin-top: 52px;
}
.cid-uOGwxmnthf .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uOGwxmnthf .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uOGwxmnthf .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uOGwxmnthf .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uOGwxovVcX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOGwxovVcX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGwxovVcX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGwxovVcX .text-wrap {
  width: 100%;
}
.cid-uOGwxovVcX .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uOGwxovVcX .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uOGwxovVcX .list-wrap {
  margin-top: 52px;
}
.cid-uOGwxovVcX .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uOGwxovVcX .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-uOGwxovVcX .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uOGwxovVcX .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uOGMLnX6VL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOGMLnX6VL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGMLnX6VL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGMLnX6VL .text-wrap {
  width: 100%;
}
.cid-uOGMLnX6VL .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uOGMLnX6VL .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uOGMLnX6VL .list-wrap {
  margin-top: 52px;
}
.cid-uOGMLnX6VL .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uOGMLnX6VL .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uOGMLnX6VL .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uOGMLnX6VL .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uOGN4fCoxl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOGN4fCoxl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGN4fCoxl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGN4fCoxl .text-wrap {
  width: 100%;
}
.cid-uOGN4fCoxl .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uOGN4fCoxl .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uOGN4fCoxl .list-wrap {
  margin-top: 52px;
}
.cid-uOGN4fCoxl .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uOGN4fCoxl .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uOGN4fCoxl .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uOGN4fCoxl .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uOGP7IHtMg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOGP7IHtMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGP7IHtMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGP7IHtMg .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOGP7IHtMg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOGP7IHtMg .container {
    padding: 0;
  }
}
.cid-uOGP7IHtMg .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOGP7IHtMg .row {
    margin: 0;
  }
}
.cid-uOGP7IHtMg .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uOGP7IHtMg .card {
    padding: 0 16px;
  }
}
.cid-uOGP7IHtMg .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOGP7IHtMg .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uOGP7IHtMg .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #7e1415;
  bottom: 0;
  left: 0;
}
.cid-uOGP7IHtMg .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uOGP7IHtMg .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uOGP7IHtMg .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uOGP7IHtMg .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOGP7IHtMg .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uOGP7IHtMg .card .row.cards .image {
    padding: 0;
  }
}
.cid-uOGP7IHtMg .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uOGP7IHtMg .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOGP7IHtMg .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uOGP7IHtMg .mbr-section-title {
  color: #263652;
}
.cid-uOGP7IHtMg .mbr-text {
  color: #263652;
}
.cid-uOGRiOCipo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOGRiOCipo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGRiOCipo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGRiOCipo .text-wrap {
  width: 100%;
}
.cid-uOGRiOCipo .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
}
.cid-uOGRiOCipo .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uOGRiOCipo .list-wrap {
  margin-top: 52px;
}
.cid-uOGRiOCipo .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uOGRiOCipo .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uOGRiOCipo .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uOGRiOCipo .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uOGQjJOlmY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOGQjJOlmY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGQjJOlmY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGQjJOlmY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOGQjJOlmY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOGQjJOlmY .container {
    padding: 0;
  }
}
.cid-uOGQjJOlmY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOGQjJOlmY .row {
    margin: 0;
  }
}
.cid-uOGQjJOlmY .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uOGQjJOlmY .card {
    padding: 0 16px;
  }
}
.cid-uOGQjJOlmY .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOGQjJOlmY .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uOGQjJOlmY .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #7e1415;
  bottom: 0;
  left: 0;
}
.cid-uOGQjJOlmY .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uOGQjJOlmY .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uOGQjJOlmY .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uOGQjJOlmY .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOGQjJOlmY .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uOGQjJOlmY .card .row.cards .image {
    padding: 0;
  }
}
.cid-uOGQjJOlmY .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uOGQjJOlmY .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOGQjJOlmY .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uOGQjJOlmY .mbr-section-title {
  color: #263652;
}
.cid-uOGQjJOlmY .mbr-text {
  color: #263652;
}
.cid-uOGQSiDGHU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOGQSiDGHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGQSiDGHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGQSiDGHU .text-wrap {
  width: 100%;
}
.cid-uOGQSiDGHU .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
}
.cid-uOGQSiDGHU .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uOGQSiDGHU .list-wrap {
  margin-top: 52px;
}
.cid-uOGQSiDGHU .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uOGQSiDGHU .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uOGQSiDGHU .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uOGQSiDGHU .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uOGRy4jhAE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOGRy4jhAE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGRy4jhAE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGRy4jhAE .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOGRy4jhAE .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOGRy4jhAE .container {
    padding: 0;
  }
}
.cid-uOGRy4jhAE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOGRy4jhAE .row {
    margin: 0;
  }
}
.cid-uOGRy4jhAE .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uOGRy4jhAE .card {
    padding: 0 16px;
  }
}
.cid-uOGRy4jhAE .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOGRy4jhAE .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uOGRy4jhAE .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #7e1415;
  bottom: 0;
  left: 0;
}
.cid-uOGRy4jhAE .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uOGRy4jhAE .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uOGRy4jhAE .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uOGRy4jhAE .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOGRy4jhAE .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uOGRy4jhAE .card .row.cards .image {
    padding: 0;
  }
}
.cid-uOGRy4jhAE .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uOGRy4jhAE .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOGRy4jhAE .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uOGRy4jhAE .mbr-section-title {
  color: #263652;
}
.cid-uOGRy4jhAE .mbr-text {
  color: #263652;
}
.cid-uOGRzUE3Ki {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOGRzUE3Ki .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGRzUE3Ki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGRzUE3Ki .text-wrap {
  width: 100%;
}
.cid-uOGRzUE3Ki .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
}
.cid-uOGRzUE3Ki .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uOGRzUE3Ki .list-wrap {
  margin-top: 52px;
}
.cid-uOGRzUE3Ki .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uOGRzUE3Ki .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uOGRzUE3Ki .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uOGRzUE3Ki .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uOGRZcgDel {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOGRZcgDel .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGRZcgDel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGRZcgDel .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOGRZcgDel .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOGRZcgDel .container {
    padding: 0;
  }
}
.cid-uOGRZcgDel .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOGRZcgDel .row {
    margin: 0;
  }
}
.cid-uOGRZcgDel .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uOGRZcgDel .card {
    padding: 0 16px;
  }
}
.cid-uOGRZcgDel .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOGRZcgDel .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uOGRZcgDel .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #7e1415;
  bottom: 0;
  left: 0;
}
.cid-uOGRZcgDel .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uOGRZcgDel .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uOGRZcgDel .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uOGRZcgDel .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOGRZcgDel .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uOGRZcgDel .card .row.cards .image {
    padding: 0;
  }
}
.cid-uOGRZcgDel .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uOGRZcgDel .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOGRZcgDel .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uOGRZcgDel .mbr-section-title {
  color: #263652;
}
.cid-uOGRZcgDel .mbr-text {
  color: #263652;
}
.cid-uPsZPNZrYg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPsZPNZrYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPsZPNZrYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPsZPNZrYg .text-wrap {
  width: 100%;
}
.cid-uPsZPNZrYg .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
}
.cid-uPsZPNZrYg .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPsZPNZrYg .list-wrap {
  margin-top: 52px;
}
.cid-uPsZPNZrYg .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPsZPNZrYg .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPsZPNZrYg .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPsZPNZrYg .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPsYV5ko0b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPsYV5ko0b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPsYV5ko0b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPsYV5ko0b .text-wrap {
  width: 100%;
}
.cid-uPsYV5ko0b .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
}
.cid-uPsYV5ko0b .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPsYV5ko0b .list-wrap {
  margin-top: 52px;
}
.cid-uPsYV5ko0b .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPsYV5ko0b .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPsYV5ko0b .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPsYV5ko0b .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uOGSlQw7aD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOGSlQw7aD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGSlQw7aD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGSlQw7aD .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOGSlQw7aD .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOGSlQw7aD .container {
    padding: 0;
  }
}
.cid-uOGSlQw7aD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOGSlQw7aD .row {
    margin: 0;
  }
}
.cid-uOGSlQw7aD .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uOGSlQw7aD .card {
    padding: 0 16px;
  }
}
.cid-uOGSlQw7aD .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOGSlQw7aD .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uOGSlQw7aD .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #7e1415;
  bottom: 0;
  left: 0;
}
.cid-uOGSlQw7aD .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uOGSlQw7aD .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uOGSlQw7aD .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uOGSlQw7aD .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOGSlQw7aD .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uOGSlQw7aD .card .row.cards .image {
    padding: 0;
  }
}
.cid-uOGSlQw7aD .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uOGSlQw7aD .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOGSlQw7aD .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uOGSlQw7aD .mbr-section-title {
  color: #263652;
}
.cid-uOGSlQw7aD .mbr-text {
  color: #263652;
}
.cid-uOGSmox9nv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOGSmox9nv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGSmox9nv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGSmox9nv .text-wrap {
  width: 100%;
}
.cid-uOGSmox9nv .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
}
.cid-uOGSmox9nv .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uOGSmox9nv .list-wrap {
  margin-top: 52px;
}
.cid-uOGSmox9nv .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uOGSmox9nv .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uOGSmox9nv .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uOGSmox9nv .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uOGSHYcu7d {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOGSHYcu7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGSHYcu7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGSHYcu7d .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOGSHYcu7d .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOGSHYcu7d .container {
    padding: 0;
  }
}
.cid-uOGSHYcu7d .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOGSHYcu7d .row {
    margin: 0;
  }
}
.cid-uOGSHYcu7d .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uOGSHYcu7d .card {
    padding: 0 16px;
  }
}
.cid-uOGSHYcu7d .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOGSHYcu7d .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uOGSHYcu7d .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #7e1415;
  bottom: 0;
  left: 0;
}
.cid-uOGSHYcu7d .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uOGSHYcu7d .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uOGSHYcu7d .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uOGSHYcu7d .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOGSHYcu7d .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uOGSHYcu7d .card .row.cards .image {
    padding: 0;
  }
}
.cid-uOGSHYcu7d .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uOGSHYcu7d .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOGSHYcu7d .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uOGSHYcu7d .mbr-section-title {
  color: #263652;
}
.cid-uOGSHYcu7d .mbr-text {
  color: #263652;
}
.cid-uOGSIxAosf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOGSIxAosf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGSIxAosf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGSIxAosf .text-wrap {
  width: 100%;
}
.cid-uOGSIxAosf .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
}
.cid-uOGSIxAosf .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uOGSIxAosf .list-wrap {
  margin-top: 52px;
}
.cid-uOGSIxAosf .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uOGSIxAosf .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uOGSIxAosf .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uOGSIxAosf .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uOH2ZIOJTh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOH2ZIOJTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOH2ZIOJTh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOH2ZIOJTh .mbr-section-title {
  color: #7e1415;
}
.cid-uOGwxpxLd5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOGwxpxLd5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGwxpxLd5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGwxpxLd5 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uOGwxpxLd5 .bg-instagram:hover {
  background: #bd005c;
}
.cid-uOGwxpxLd5 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uOGwxpxLd5 [class^="socicon-"]:before,
.cid-uOGwxpxLd5 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uOGwxpxLd5 .mbr-section-title,
.cid-uOGwxpxLd5 .social-list {
  color: #7e1415;
}
.cid-uOGwxq2l0g {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/charma-main-bg.jpg");
  overflow: hidden;
}
.cid-uOGwxq2l0g .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uOGXqaiLrX {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #7e1415;
}
@media (min-width: 991px) {
  .cid-uOGXqaiLrX {
    min-height: 170px !important;
  }
}
.cid-uOGXqaiLrX .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uOGXqaiLrX .empty_md {
    display: block;
  }
}
.cid-uOGXqaiLrX .container,
.cid-uOGXqaiLrX .container-fluid,
.cid-uOGXqaiLrX .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uOGXqaiLrX .container,
  .cid-uOGXqaiLrX .container-fluid,
  .cid-uOGXqaiLrX .empty_md {
    min-height: 170px !important;
  }
}
.cid-uOGXqaiLrX .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uOGXqaiLrX .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-uOGXqaiLrX .top_menu {
    min-height: 110px !important;
  }
}
.cid-uOGXqaiLrX .navbar-caption:hover {
  color: #fff0b0 !important;
}
.cid-uOGXqaiLrX .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uOGXqaiLrX .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uOGXqaiLrX .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #c06a6b;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uOGXqaiLrX .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uOGXqaiLrX .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uOGXqaiLrX .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uOGXqaiLrX .icons-menu .icons-wrapper:hover {
    background: #c06a6b;
  }
  .cid-uOGXqaiLrX .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uOGXqaiLrX .empty,
  .cid-uOGXqaiLrX .icons-menu {
    min-width: 265px;
  }
  .cid-uOGXqaiLrX .navbar-logo {
    margin: 0;
  }
  .cid-uOGXqaiLrX .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uOGXqaiLrX .btn {
    white-space: nowrap;
  }
  .cid-uOGXqaiLrX .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uOGXqaiLrX .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uOGXqaiLrX .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uOGXqaiLrX .dropdown-toggle::after,
  .cid-uOGXqaiLrX .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uOGXqaiLrX .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uOGXqaiLrX .dropdown-menu {
  box-shadow: 0 9px 20px -8px #7e1415, 0 0 1px #ffffff;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOGXqaiLrX .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uOGXqaiLrX .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOGXqaiLrX .dropdown-menu .dropdown-item:hover {
  color: #7e1415 !important;
  background-color: #520d0e;
}
.cid-uOGXqaiLrX .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uOGXqaiLrX .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uOGXqaiLrX .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uOGXqaiLrX .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uOGXqaiLrX .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uOGXqaiLrX .nav-item:focus,
.cid-uOGXqaiLrX .nav-link:focus {
  outline: none;
}
.cid-uOGXqaiLrX .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uOGXqaiLrX .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uOGXqaiLrX .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uOGXqaiLrX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOGXqaiLrX .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uOGXqaiLrX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOGXqaiLrX ul.navbar-nav li {
  margin: auto;
}
.cid-uOGXqaiLrX .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415;
}
.cid-uOGXqaiLrX .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415 !important;
}
.cid-uOGXqaiLrX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uOGXqaiLrX .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uOGXqaiLrX .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uOGXqaiLrX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOGXqaiLrX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOGXqaiLrX .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uOGXqaiLrX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.4rem - 1rem);
  }
}
.cid-uOGXqaiLrX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uOGXqaiLrX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOGXqaiLrX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uOGXqaiLrX .navbar .icons-menu,
  .cid-uOGXqaiLrX .navbar .empty {
    display: none;
  }
  .cid-uOGXqaiLrX .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uOGXqaiLrX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOGXqaiLrX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOGXqaiLrX .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uOGXqaiLrX .navbar .container-fluid,
  .cid-uOGXqaiLrX .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uOGXqaiLrX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uOGXqaiLrX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOGXqaiLrX .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uOGXqaiLrX .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uOGXqaiLrX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uOGXqaiLrX .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uOGXqaiLrX .navbar.navbar-short {
  background: #7e1415 !important;
  min-height: 90px;
}
.cid-uOGXqaiLrX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOGXqaiLrX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOGXqaiLrX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOGXqaiLrX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOGXqaiLrX .dropdown-item.active,
.cid-uOGXqaiLrX .dropdown-item:active {
  background-color: transparent;
}
.cid-uOGXqaiLrX .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOGXqaiLrX .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uOGXqaiLrX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e1415;
}
.cid-uOGXqaiLrX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uOGXqaiLrX .navbar-buttons {
  text-align: center;
}
.cid-uOGXqaiLrX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uOGXqaiLrX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOGXqaiLrX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOGXqaiLrX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOGXqaiLrX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOGXqaiLrX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOGXqaiLrX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOGXqaiLrX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOGXqaiLrX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOGXqaiLrX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOGXqaiLrX .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uOGXqaiLrX a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOGXqaiLrX a.nav-link:hover {
  color: #fff0b0 !important;
}
.is-builder .cid-uOGXqaiLrX .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOGXqaiLrX .navbar {
    height: 77px;
  }
  .cid-uOGXqaiLrX .navbar.opened {
    height: auto;
  }
  .cid-uOGXqaiLrX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOGXqaZTta {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOGXqaZTta .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGXqaZTta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGXqaZTta .mbr-section-subtitle {
  text-align: left;
}
.cid-uOGXqaZTta .mbr-section-title {
  text-align: left;
  color: #7e1415;
}
.cid-uOGXqdLKvR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOGXqdLKvR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGXqdLKvR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGXqdLKvR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOGXqdLKvR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOGXqdLKvR .container {
    padding: 0;
  }
}
.cid-uOGXqdLKvR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOGXqdLKvR .row {
    margin: 0;
  }
}
.cid-uOGXqdLKvR .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uOGXqdLKvR .card {
    padding: 0 16px;
  }
}
.cid-uOGXqdLKvR .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOGXqdLKvR .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uOGXqdLKvR .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #7e1415;
  bottom: 0;
  left: 0;
}
.cid-uOGXqdLKvR .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uOGXqdLKvR .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uOGXqdLKvR .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uOGXqdLKvR .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOGXqdLKvR .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uOGXqdLKvR .card .row.cards .image {
    padding: 0;
  }
}
.cid-uOGXqdLKvR .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uOGXqdLKvR .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOGXqdLKvR .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uOGXqdLKvR .mbr-section-title {
  color: #263652;
}
.cid-uOGXqdLKvR .mbr-text {
  color: #263652;
}
.cid-uOGYXrdS16 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOGYXrdS16 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGYXrdS16 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGXqbiHW8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOGXqbiHW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGXqbiHW8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGXqbiHW8 .mbr-section-title {
  text-align: left;
  color: #7e1415;
}
.cid-uOGXqbiHW8 .mbr-section-subtitle {
  text-align: center;
}
.cid-uOGXqbiHW8 .mbr-section-subtitle P {
  text-align: center;
}
.cid-uOGXqh1G8q {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOGXqh1G8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGXqh1G8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGXqh1G8q .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uOGXqh1G8q .bg-instagram:hover {
  background: #bd005c;
}
.cid-uOGXqh1G8q .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uOGXqh1G8q [class^="socicon-"]:before,
.cid-uOGXqh1G8q [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uOGXqh1G8q .mbr-section-title,
.cid-uOGXqh1G8q .social-list {
  color: #7e1415;
}
.cid-uOGXqhsC6Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/charma-main-bg.jpg");
  overflow: hidden;
}
.cid-uOGXqhsC6Z .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uOH1v00Kk3 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #7e1415;
}
@media (min-width: 991px) {
  .cid-uOH1v00Kk3 {
    min-height: 170px !important;
  }
}
.cid-uOH1v00Kk3 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uOH1v00Kk3 .empty_md {
    display: block;
  }
}
.cid-uOH1v00Kk3 .container,
.cid-uOH1v00Kk3 .container-fluid,
.cid-uOH1v00Kk3 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uOH1v00Kk3 .container,
  .cid-uOH1v00Kk3 .container-fluid,
  .cid-uOH1v00Kk3 .empty_md {
    min-height: 170px !important;
  }
}
.cid-uOH1v00Kk3 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uOH1v00Kk3 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-uOH1v00Kk3 .top_menu {
    min-height: 110px !important;
  }
}
.cid-uOH1v00Kk3 .navbar-caption:hover {
  color: #fff0b0 !important;
}
.cid-uOH1v00Kk3 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uOH1v00Kk3 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uOH1v00Kk3 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #c06a6b;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uOH1v00Kk3 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uOH1v00Kk3 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uOH1v00Kk3 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uOH1v00Kk3 .icons-menu .icons-wrapper:hover {
    background: #c06a6b;
  }
  .cid-uOH1v00Kk3 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uOH1v00Kk3 .empty,
  .cid-uOH1v00Kk3 .icons-menu {
    min-width: 265px;
  }
  .cid-uOH1v00Kk3 .navbar-logo {
    margin: 0;
  }
  .cid-uOH1v00Kk3 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uOH1v00Kk3 .btn {
    white-space: nowrap;
  }
  .cid-uOH1v00Kk3 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uOH1v00Kk3 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uOH1v00Kk3 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uOH1v00Kk3 .dropdown-toggle::after,
  .cid-uOH1v00Kk3 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uOH1v00Kk3 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uOH1v00Kk3 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #7e1415, 0 0 1px #ffffff;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOH1v00Kk3 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uOH1v00Kk3 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOH1v00Kk3 .dropdown-menu .dropdown-item:hover {
  color: #7e1415 !important;
  background-color: #520d0e;
}
.cid-uOH1v00Kk3 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uOH1v00Kk3 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uOH1v00Kk3 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uOH1v00Kk3 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uOH1v00Kk3 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uOH1v00Kk3 .nav-item:focus,
.cid-uOH1v00Kk3 .nav-link:focus {
  outline: none;
}
.cid-uOH1v00Kk3 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uOH1v00Kk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uOH1v00Kk3 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uOH1v00Kk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOH1v00Kk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uOH1v00Kk3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOH1v00Kk3 ul.navbar-nav li {
  margin: auto;
}
.cid-uOH1v00Kk3 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415;
}
.cid-uOH1v00Kk3 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415 !important;
}
.cid-uOH1v00Kk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uOH1v00Kk3 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uOH1v00Kk3 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uOH1v00Kk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOH1v00Kk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOH1v00Kk3 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uOH1v00Kk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.4rem - 1rem);
  }
}
.cid-uOH1v00Kk3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uOH1v00Kk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOH1v00Kk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uOH1v00Kk3 .navbar .icons-menu,
  .cid-uOH1v00Kk3 .navbar .empty {
    display: none;
  }
  .cid-uOH1v00Kk3 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uOH1v00Kk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOH1v00Kk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOH1v00Kk3 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uOH1v00Kk3 .navbar .container-fluid,
  .cid-uOH1v00Kk3 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uOH1v00Kk3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uOH1v00Kk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOH1v00Kk3 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uOH1v00Kk3 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uOH1v00Kk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uOH1v00Kk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uOH1v00Kk3 .navbar.navbar-short {
  background: #7e1415 !important;
  min-height: 90px;
}
.cid-uOH1v00Kk3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOH1v00Kk3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOH1v00Kk3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOH1v00Kk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOH1v00Kk3 .dropdown-item.active,
.cid-uOH1v00Kk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOH1v00Kk3 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOH1v00Kk3 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uOH1v00Kk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e1415;
}
.cid-uOH1v00Kk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uOH1v00Kk3 .navbar-buttons {
  text-align: center;
}
.cid-uOH1v00Kk3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uOH1v00Kk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOH1v00Kk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOH1v00Kk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOH1v00Kk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOH1v00Kk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOH1v00Kk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOH1v00Kk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOH1v00Kk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOH1v00Kk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOH1v00Kk3 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uOH1v00Kk3 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOH1v00Kk3 a.nav-link:hover {
  color: #fff0b0 !important;
}
.is-builder .cid-uOH1v00Kk3 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOH1v00Kk3 .navbar {
    height: 77px;
  }
  .cid-uOH1v00Kk3 .navbar.opened {
    height: auto;
  }
  .cid-uOH1v00Kk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOH1RLN5BK {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOH1RLN5BK .line {
  background-color: #858585;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uOH1RLN5BK .mbr-text {
  color: #7e1415;
}
#custom-html-3r P {
  text-align: center;
}
.cid-uPloVRY8BE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPloVRY8BE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPloVRY8BE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPloVRY8BE .text-wrap {
  width: 100%;
}
.cid-uPloVRY8BE .mbr-title {
  margin-bottom: 0;
  color: #930000;
  text-align: center;
}
.cid-uPloVRY8BE .mbr-text {
  padding-top: 10px;
  color: #000000;
  text-align: center;
}
.cid-uPloVRY8BE .list-wrap {
  margin-top: 52px;
}
.cid-uPloVRY8BE .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPloVRY8BE .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPloVRY8BE .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPloVRY8BE .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPloL1GbZA {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-uPloL1GbZA .image-block {
  margin: auto;
}
.cid-uPloL1GbZA figcaption {
  position: relative;
}
.cid-uPloL1GbZA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPloL1GbZA .image-block {
    width: 100% !important;
  }
}
.cid-uPloUBhDv9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uPloUBhDv9 .mbr-text,
.cid-uPloUBhDv9 blockquote {
  color: #35323e;
}
.cid-uPloUBhDv9 .mbr-text,
.cid-uPloUBhDv9 blockquote P {
  text-align: center;
}
.cid-uPlpLFGJNt {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-uPlpLFGJNt .image-block {
  margin: auto;
}
.cid-uPlpLFGJNt figcaption {
  position: relative;
}
.cid-uPlpLFGJNt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPlpLFGJNt .image-block {
    width: 100% !important;
  }
}
.cid-uPloSyKhkm {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPloSyKhkm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPloSyKhkm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOH1v1ZJ8O {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOH1v1ZJ8O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOH1v1ZJ8O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOH1v1ZJ8O .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uOH1v1ZJ8O .bg-instagram:hover {
  background: #bd005c;
}
.cid-uOH1v1ZJ8O .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uOH1v1ZJ8O [class^="socicon-"]:before,
.cid-uOH1v1ZJ8O [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uOH1v1ZJ8O .mbr-section-title,
.cid-uOH1v1ZJ8O .social-list {
  color: #7e1415;
}
.cid-uOH1v2kRw5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/charma-main-bg.jpg");
  overflow: hidden;
}
.cid-uOH1v2kRw5 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uPmixfV0xb {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #7e1415;
}
@media (min-width: 991px) {
  .cid-uPmixfV0xb {
    min-height: 170px !important;
  }
}
.cid-uPmixfV0xb .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uPmixfV0xb .empty_md {
    display: block;
  }
}
.cid-uPmixfV0xb .container,
.cid-uPmixfV0xb .container-fluid,
.cid-uPmixfV0xb .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uPmixfV0xb .container,
  .cid-uPmixfV0xb .container-fluid,
  .cid-uPmixfV0xb .empty_md {
    min-height: 170px !important;
  }
}
.cid-uPmixfV0xb .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uPmixfV0xb .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-uPmixfV0xb .top_menu {
    min-height: 110px !important;
  }
}
.cid-uPmixfV0xb .navbar-caption:hover {
  color: #fff0b0 !important;
}
.cid-uPmixfV0xb .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uPmixfV0xb .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uPmixfV0xb .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #c06a6b;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uPmixfV0xb .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uPmixfV0xb .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uPmixfV0xb .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uPmixfV0xb .icons-menu .icons-wrapper:hover {
    background: #c06a6b;
  }
  .cid-uPmixfV0xb .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uPmixfV0xb .empty,
  .cid-uPmixfV0xb .icons-menu {
    min-width: 265px;
  }
  .cid-uPmixfV0xb .navbar-logo {
    margin: 0;
  }
  .cid-uPmixfV0xb .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uPmixfV0xb .btn {
    white-space: nowrap;
  }
  .cid-uPmixfV0xb .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uPmixfV0xb .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uPmixfV0xb .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uPmixfV0xb .dropdown-toggle::after,
  .cid-uPmixfV0xb .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uPmixfV0xb .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uPmixfV0xb .dropdown-menu {
  box-shadow: 0 9px 20px -8px #7e1415, 0 0 1px #ffffff;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uPmixfV0xb .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uPmixfV0xb .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uPmixfV0xb .dropdown-menu .dropdown-item:hover {
  color: #7e1415 !important;
  background-color: #520d0e;
}
.cid-uPmixfV0xb .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uPmixfV0xb .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uPmixfV0xb .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uPmixfV0xb .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uPmixfV0xb .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uPmixfV0xb .nav-item:focus,
.cid-uPmixfV0xb .nav-link:focus {
  outline: none;
}
.cid-uPmixfV0xb .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uPmixfV0xb .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uPmixfV0xb .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uPmixfV0xb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPmixfV0xb .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uPmixfV0xb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPmixfV0xb ul.navbar-nav li {
  margin: auto;
}
.cid-uPmixfV0xb .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415;
}
.cid-uPmixfV0xb .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415 !important;
}
.cid-uPmixfV0xb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uPmixfV0xb .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uPmixfV0xb .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uPmixfV0xb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPmixfV0xb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPmixfV0xb .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uPmixfV0xb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.4rem - 1rem);
  }
}
.cid-uPmixfV0xb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uPmixfV0xb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPmixfV0xb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPmixfV0xb .navbar .icons-menu,
  .cid-uPmixfV0xb .navbar .empty {
    display: none;
  }
  .cid-uPmixfV0xb .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uPmixfV0xb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPmixfV0xb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPmixfV0xb .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uPmixfV0xb .navbar .container-fluid,
  .cid-uPmixfV0xb .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uPmixfV0xb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uPmixfV0xb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPmixfV0xb .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uPmixfV0xb .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uPmixfV0xb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uPmixfV0xb .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uPmixfV0xb .navbar.navbar-short {
  background: #7e1415 !important;
  min-height: 90px;
}
.cid-uPmixfV0xb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPmixfV0xb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uPmixfV0xb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPmixfV0xb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPmixfV0xb .dropdown-item.active,
.cid-uPmixfV0xb .dropdown-item:active {
  background-color: transparent;
}
.cid-uPmixfV0xb .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPmixfV0xb .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uPmixfV0xb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e1415;
}
.cid-uPmixfV0xb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uPmixfV0xb .navbar-buttons {
  text-align: center;
}
.cid-uPmixfV0xb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uPmixfV0xb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPmixfV0xb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPmixfV0xb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPmixfV0xb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPmixfV0xb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPmixfV0xb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPmixfV0xb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPmixfV0xb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPmixfV0xb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPmixfV0xb .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uPmixfV0xb a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uPmixfV0xb a.nav-link:hover {
  color: #fff0b0 !important;
}
.is-builder .cid-uPmixfV0xb .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPmixfV0xb .navbar {
    height: 77px;
  }
  .cid-uPmixfV0xb .navbar.opened {
    height: auto;
  }
  .cid-uPmixfV0xb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPmiIV1F5H {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPmiIV1F5H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmiIV1F5H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmiIV1F5H .mbr-section-subtitle {
  text-align: left;
}
.cid-uPmiIV1F5H .mbr-section-title {
  text-align: center;
  color: #7e1415;
}
.cid-uPmiIV1F5H .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uPmixhcUNj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPmixhcUNj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmixhcUNj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmixhcUNj .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uPmixhcUNj .bg-instagram:hover {
  background: #bd005c;
}
.cid-uPmixhcUNj .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uPmixhcUNj [class^="socicon-"]:before,
.cid-uPmixhcUNj [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uPmixhcUNj .mbr-section-title,
.cid-uPmixhcUNj .social-list {
  color: #7e1415;
}
.cid-uPmixhvDgr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/charma-main-bg.jpg");
  overflow: hidden;
}
.cid-uPmixhvDgr .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uPmodVsOKz {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #7e1415;
}
@media (min-width: 991px) {
  .cid-uPmodVsOKz {
    min-height: 170px !important;
  }
}
.cid-uPmodVsOKz .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uPmodVsOKz .empty_md {
    display: block;
  }
}
.cid-uPmodVsOKz .container,
.cid-uPmodVsOKz .container-fluid,
.cid-uPmodVsOKz .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uPmodVsOKz .container,
  .cid-uPmodVsOKz .container-fluid,
  .cid-uPmodVsOKz .empty_md {
    min-height: 170px !important;
  }
}
.cid-uPmodVsOKz .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uPmodVsOKz .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-uPmodVsOKz .top_menu {
    min-height: 110px !important;
  }
}
.cid-uPmodVsOKz .navbar-caption:hover {
  color: #fff0b0 !important;
}
.cid-uPmodVsOKz .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uPmodVsOKz .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uPmodVsOKz .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #c06a6b;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uPmodVsOKz .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uPmodVsOKz .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uPmodVsOKz .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uPmodVsOKz .icons-menu .icons-wrapper:hover {
    background: #c06a6b;
  }
  .cid-uPmodVsOKz .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uPmodVsOKz .empty,
  .cid-uPmodVsOKz .icons-menu {
    min-width: 265px;
  }
  .cid-uPmodVsOKz .navbar-logo {
    margin: 0;
  }
  .cid-uPmodVsOKz .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uPmodVsOKz .btn {
    white-space: nowrap;
  }
  .cid-uPmodVsOKz .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uPmodVsOKz .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uPmodVsOKz .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uPmodVsOKz .dropdown-toggle::after,
  .cid-uPmodVsOKz .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uPmodVsOKz .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uPmodVsOKz .dropdown-menu {
  box-shadow: 0 9px 20px -8px #7e1415, 0 0 1px #ffffff;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uPmodVsOKz .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uPmodVsOKz .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uPmodVsOKz .dropdown-menu .dropdown-item:hover {
  color: #7e1415 !important;
  background-color: #520d0e;
}
.cid-uPmodVsOKz .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uPmodVsOKz .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uPmodVsOKz .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uPmodVsOKz .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uPmodVsOKz .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uPmodVsOKz .nav-item:focus,
.cid-uPmodVsOKz .nav-link:focus {
  outline: none;
}
.cid-uPmodVsOKz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uPmodVsOKz .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uPmodVsOKz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uPmodVsOKz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPmodVsOKz .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uPmodVsOKz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPmodVsOKz ul.navbar-nav li {
  margin: auto;
}
.cid-uPmodVsOKz .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415;
}
.cid-uPmodVsOKz .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415 !important;
}
.cid-uPmodVsOKz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uPmodVsOKz .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uPmodVsOKz .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uPmodVsOKz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPmodVsOKz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPmodVsOKz .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uPmodVsOKz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.4rem - 1rem);
  }
}
.cid-uPmodVsOKz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uPmodVsOKz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPmodVsOKz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPmodVsOKz .navbar .icons-menu,
  .cid-uPmodVsOKz .navbar .empty {
    display: none;
  }
  .cid-uPmodVsOKz .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uPmodVsOKz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPmodVsOKz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPmodVsOKz .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uPmodVsOKz .navbar .container-fluid,
  .cid-uPmodVsOKz .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uPmodVsOKz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uPmodVsOKz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPmodVsOKz .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uPmodVsOKz .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uPmodVsOKz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uPmodVsOKz .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uPmodVsOKz .navbar.navbar-short {
  background: #7e1415 !important;
  min-height: 90px;
}
.cid-uPmodVsOKz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPmodVsOKz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uPmodVsOKz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPmodVsOKz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPmodVsOKz .dropdown-item.active,
.cid-uPmodVsOKz .dropdown-item:active {
  background-color: transparent;
}
.cid-uPmodVsOKz .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPmodVsOKz .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uPmodVsOKz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e1415;
}
.cid-uPmodVsOKz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uPmodVsOKz .navbar-buttons {
  text-align: center;
}
.cid-uPmodVsOKz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uPmodVsOKz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPmodVsOKz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPmodVsOKz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPmodVsOKz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPmodVsOKz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPmodVsOKz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPmodVsOKz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPmodVsOKz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPmodVsOKz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPmodVsOKz .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uPmodVsOKz a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uPmodVsOKz a.nav-link:hover {
  color: #fff0b0 !important;
}
.is-builder .cid-uPmodVsOKz .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPmodVsOKz .navbar {
    height: 77px;
  }
  .cid-uPmodVsOKz .navbar.opened {
    height: auto;
  }
  .cid-uPmodVsOKz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPmomo5NWa {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uPmomo5NWa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmomo5NWa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmomo5NWa .mbr-section-subtitle {
  text-align: left;
}
.cid-uPmomo5NWa .mbr-section-title {
  text-align: center;
  color: #7e1415;
}
.cid-uPmomo5NWa .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uPmodVZJi0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPmodVZJi0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmodVZJi0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmodVZJi0 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uPmodVZJi0 .bg-instagram:hover {
  background: #bd005c;
}
.cid-uPmodVZJi0 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uPmodVZJi0 [class^="socicon-"]:before,
.cid-uPmodVZJi0 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uPmodVZJi0 .mbr-section-title,
.cid-uPmodVZJi0 .social-list {
  color: #7e1415;
}
.cid-uPmodWglaA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/charma-main-bg.jpg");
  overflow: hidden;
}
.cid-uPmodWglaA .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uPmlGZgykS {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPmlGZgykS .line {
  background-color: #858585;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uPmlGZgykS .mbr-text {
  color: #7e1415;
}
.cid-uPmlGZXaZN {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #7e1415;
}
@media (min-width: 991px) {
  .cid-uPmlGZXaZN {
    min-height: 170px !important;
  }
}
.cid-uPmlGZXaZN .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uPmlGZXaZN .empty_md {
    display: block;
  }
}
.cid-uPmlGZXaZN .container,
.cid-uPmlGZXaZN .container-fluid,
.cid-uPmlGZXaZN .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uPmlGZXaZN .container,
  .cid-uPmlGZXaZN .container-fluid,
  .cid-uPmlGZXaZN .empty_md {
    min-height: 170px !important;
  }
}
.cid-uPmlGZXaZN .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uPmlGZXaZN .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-uPmlGZXaZN .top_menu {
    min-height: 110px !important;
  }
}
.cid-uPmlGZXaZN .navbar-caption:hover {
  color: #fff0b0 !important;
}
.cid-uPmlGZXaZN .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uPmlGZXaZN .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uPmlGZXaZN .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #c06a6b;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uPmlGZXaZN .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uPmlGZXaZN .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uPmlGZXaZN .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uPmlGZXaZN .icons-menu .icons-wrapper:hover {
    background: #c06a6b;
  }
  .cid-uPmlGZXaZN .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uPmlGZXaZN .empty,
  .cid-uPmlGZXaZN .icons-menu {
    min-width: 265px;
  }
  .cid-uPmlGZXaZN .navbar-logo {
    margin: 0;
  }
  .cid-uPmlGZXaZN .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uPmlGZXaZN .btn {
    white-space: nowrap;
  }
  .cid-uPmlGZXaZN .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uPmlGZXaZN .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uPmlGZXaZN .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uPmlGZXaZN .dropdown-toggle::after,
  .cid-uPmlGZXaZN .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uPmlGZXaZN .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uPmlGZXaZN .dropdown-menu {
  box-shadow: 0 9px 20px -8px #7e1415, 0 0 1px #ffffff;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uPmlGZXaZN .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uPmlGZXaZN .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uPmlGZXaZN .dropdown-menu .dropdown-item:hover {
  color: #7e1415 !important;
  background-color: #520d0e;
}
.cid-uPmlGZXaZN .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uPmlGZXaZN .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uPmlGZXaZN .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uPmlGZXaZN .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uPmlGZXaZN .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uPmlGZXaZN .nav-item:focus,
.cid-uPmlGZXaZN .nav-link:focus {
  outline: none;
}
.cid-uPmlGZXaZN .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uPmlGZXaZN .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uPmlGZXaZN .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uPmlGZXaZN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPmlGZXaZN .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uPmlGZXaZN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPmlGZXaZN ul.navbar-nav li {
  margin: auto;
}
.cid-uPmlGZXaZN .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415;
}
.cid-uPmlGZXaZN .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #7e1415 !important;
}
.cid-uPmlGZXaZN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uPmlGZXaZN .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uPmlGZXaZN .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uPmlGZXaZN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPmlGZXaZN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPmlGZXaZN .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uPmlGZXaZN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.4rem - 1rem);
  }
}
.cid-uPmlGZXaZN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uPmlGZXaZN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPmlGZXaZN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPmlGZXaZN .navbar .icons-menu,
  .cid-uPmlGZXaZN .navbar .empty {
    display: none;
  }
  .cid-uPmlGZXaZN .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uPmlGZXaZN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPmlGZXaZN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPmlGZXaZN .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uPmlGZXaZN .navbar .container-fluid,
  .cid-uPmlGZXaZN .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uPmlGZXaZN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uPmlGZXaZN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPmlGZXaZN .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uPmlGZXaZN .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uPmlGZXaZN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uPmlGZXaZN .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uPmlGZXaZN .navbar.navbar-short {
  background: #7e1415 !important;
  min-height: 90px;
}
.cid-uPmlGZXaZN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPmlGZXaZN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uPmlGZXaZN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPmlGZXaZN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPmlGZXaZN .dropdown-item.active,
.cid-uPmlGZXaZN .dropdown-item:active {
  background-color: transparent;
}
.cid-uPmlGZXaZN .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPmlGZXaZN .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uPmlGZXaZN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e1415;
}
.cid-uPmlGZXaZN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uPmlGZXaZN .navbar-buttons {
  text-align: center;
}
.cid-uPmlGZXaZN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uPmlGZXaZN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPmlGZXaZN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPmlGZXaZN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPmlGZXaZN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPmlGZXaZN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPmlGZXaZN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPmlGZXaZN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPmlGZXaZN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPmlGZXaZN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPmlGZXaZN .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uPmlGZXaZN a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uPmlGZXaZN a.nav-link:hover {
  color: #fff0b0 !important;
}
.is-builder .cid-uPmlGZXaZN .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPmlGZXaZN .navbar {
    height: 77px;
  }
  .cid-uPmlGZXaZN .navbar.opened {
    height: auto;
  }
  .cid-uPmlGZXaZN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPmlH0L0p5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPmlH0L0p5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmlH0L0p5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmlH0L0p5 .mbr-section-title {
  text-align: left;
  color: #7e1415;
}
.cid-uPmlH0L0p5 .mbr-section-subtitle {
  text-align: left;
}
.cid-uPmlH1127J {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPmlH1127J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmlH1127J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmlH1127J .text-wrap {
  width: 100%;
}
.cid-uPmlH1127J .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uPmlH1127J .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPmlH1127J .list-wrap {
  margin-top: 52px;
}
.cid-uPmlH1127J .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPmlH1127J .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPmlH1127J .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPmlH1127J .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPmlH1hqH4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPmlH1hqH4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmlH1hqH4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmlH1hqH4 .text-wrap {
  width: 100%;
}
.cid-uPmlH1hqH4 .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uPmlH1hqH4 .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPmlH1hqH4 .list-wrap {
  margin-top: 52px;
}
.cid-uPmlH1hqH4 .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPmlH1hqH4 .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPmlH1hqH4 .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPmlH1hqH4 .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPmlH1wdpS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPmlH1wdpS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmlH1wdpS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmlH1wdpS .text-wrap {
  width: 100%;
}
.cid-uPmlH1wdpS .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uPmlH1wdpS .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPmlH1wdpS .list-wrap {
  margin-top: 52px;
}
.cid-uPmlH1wdpS .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPmlH1wdpS .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-uPmlH1wdpS .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPmlH1wdpS .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPmlH1RZ2r {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPmlH1RZ2r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmlH1RZ2r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmlH1RZ2r .text-wrap {
  width: 100%;
}
.cid-uPmlH1RZ2r .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uPmlH1RZ2r .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPmlH1RZ2r .list-wrap {
  margin-top: 52px;
}
.cid-uPmlH1RZ2r .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPmlH1RZ2r .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPmlH1RZ2r .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPmlH1RZ2r .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPmlH26PAb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPmlH26PAb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmlH26PAb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmlH26PAb .text-wrap {
  width: 100%;
}
.cid-uPmlH26PAb .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uPmlH26PAb .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPmlH26PAb .list-wrap {
  margin-top: 52px;
}
.cid-uPmlH26PAb .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPmlH26PAb .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPmlH26PAb .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPmlH26PAb .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPmlH2XG76 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uPmlH2XG76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmlH2XG76 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmlH2XG76 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPmlH2XG76 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPmlH2XG76 .container {
    padding: 0;
  }
}
.cid-uPmlH2XG76 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPmlH2XG76 .row {
    margin: 0;
  }
}
.cid-uPmlH2XG76 .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uPmlH2XG76 .card {
    padding: 0 16px;
  }
}
.cid-uPmlH2XG76 .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPmlH2XG76 .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uPmlH2XG76 .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #7e1415;
  bottom: 0;
  left: 0;
}
.cid-uPmlH2XG76 .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uPmlH2XG76 .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uPmlH2XG76 .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPmlH2XG76 .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPmlH2XG76 .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uPmlH2XG76 .card .row.cards .image {
    padding: 0;
  }
}
.cid-uPmlH2XG76 .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uPmlH2XG76 .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPmlH2XG76 .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uPmlH2XG76 .mbr-section-title {
  color: #263652;
}
.cid-uPmlH2XG76 .mbr-text {
  color: #263652;
}
.cid-uPmlH3fbNW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPmlH3fbNW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmlH3fbNW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmlH3fbNW .text-wrap {
  width: 100%;
}
.cid-uPmlH3fbNW .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
}
.cid-uPmlH3fbNW .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPmlH3fbNW .list-wrap {
  margin-top: 52px;
}
.cid-uPmlH3fbNW .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPmlH3fbNW .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPmlH3fbNW .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPmlH3fbNW .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPmlH3yXHF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uPmlH3yXHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmlH3yXHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmlH3yXHF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPmlH3yXHF .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPmlH3yXHF .container {
    padding: 0;
  }
}
.cid-uPmlH3yXHF .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPmlH3yXHF .row {
    margin: 0;
  }
}
.cid-uPmlH3yXHF .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uPmlH3yXHF .card {
    padding: 0 16px;
  }
}
.cid-uPmlH3yXHF .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPmlH3yXHF .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uPmlH3yXHF .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #7e1415;
  bottom: 0;
  left: 0;
}
.cid-uPmlH3yXHF .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uPmlH3yXHF .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uPmlH3yXHF .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPmlH3yXHF .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPmlH3yXHF .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uPmlH3yXHF .card .row.cards .image {
    padding: 0;
  }
}
.cid-uPmlH3yXHF .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uPmlH3yXHF .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPmlH3yXHF .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uPmlH3yXHF .mbr-section-title {
  color: #263652;
}
.cid-uPmlH3yXHF .mbr-text {
  color: #263652;
}
.cid-uPmlH4wS3o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPmlH4wS3o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmlH4wS3o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmlH4wS3o .text-wrap {
  width: 100%;
}
.cid-uPmlH4wS3o .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
}
.cid-uPmlH4wS3o .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPmlH4wS3o .list-wrap {
  margin-top: 52px;
}
.cid-uPmlH4wS3o .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPmlH4wS3o .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPmlH4wS3o .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPmlH4wS3o .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPmlH5u9bK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uPmlH5u9bK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmlH5u9bK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmlH5u9bK .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPmlH5u9bK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPmlH5u9bK .container {
    padding: 0;
  }
}
.cid-uPmlH5u9bK .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPmlH5u9bK .row {
    margin: 0;
  }
}
.cid-uPmlH5u9bK .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uPmlH5u9bK .card {
    padding: 0 16px;
  }
}
.cid-uPmlH5u9bK .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPmlH5u9bK .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uPmlH5u9bK .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #7e1415;
  bottom: 0;
  left: 0;
}
.cid-uPmlH5u9bK .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uPmlH5u9bK .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uPmlH5u9bK .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPmlH5u9bK .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPmlH5u9bK .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uPmlH5u9bK .card .row.cards .image {
    padding: 0;
  }
}
.cid-uPmlH5u9bK .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uPmlH5u9bK .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPmlH5u9bK .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uPmlH5u9bK .mbr-section-title {
  color: #263652;
}
.cid-uPmlH5u9bK .mbr-text {
  color: #263652;
}
.cid-uPmlH2G1nZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPmlH2G1nZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmlH2G1nZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmlH2G1nZ .text-wrap {
  width: 100%;
}
.cid-uPmlH2G1nZ .mbr-title {
  margin-bottom: 0;
  color: #7e1415;
}
.cid-uPmlH2G1nZ .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uPmlH2G1nZ .list-wrap {
  margin-top: 52px;
}
.cid-uPmlH2G1nZ .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uPmlH2G1nZ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uPmlH2G1nZ .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uPmlH2G1nZ .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uSrDwafBZb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSrDwafBZb .mbr-section-subtitle {
  color: #232323;
}
.cid-uSrDwafBZb H2 {
  color: #7e1415;
  text-align: center;
}
.cid-uSrDFwBMm3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSrDFwBMm3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrDFwBMm3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrDFwBMm3 .text-wrap {
  width: 100%;
}
.cid-uSrDFwBMm3 .mbr-title {
  margin-bottom: 0;
  color: #930000;
  text-align: center;
}
.cid-uSrDFwBMm3 .mbr-text {
  padding-top: 10px;
  color: #000000;
  text-align: center;
}
.cid-uSrDFwBMm3 .list-wrap {
  margin-top: 52px;
}
.cid-uSrDFwBMm3 .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uSrDFwBMm3 .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uSrDFwBMm3 .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uSrDFwBMm3 .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uSrDxBtJoP {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-uSrDxBtJoP .image-block {
  margin: auto;
}
.cid-uSrDxBtJoP figcaption {
  position: relative;
}
.cid-uSrDxBtJoP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSrDxBtJoP .image-block {
    width: 100% !important;
  }
}
.cid-uSrDzQfSLu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSrDzQfSLu .mbr-text,
.cid-uSrDzQfSLu blockquote {
  color: #35323e;
}
.cid-uSrDzQfSLu .mbr-text,
.cid-uSrDzQfSLu blockquote P {
  text-align: center;
}
.cid-uSrDAusag4 {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-uSrDAusag4 .image-block {
  margin: auto;
}
.cid-uSrDAusag4 figcaption {
  position: relative;
}
.cid-uSrDAusag4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSrDAusag4 .image-block {
    width: 100% !important;
  }
}
.cid-uSrDBhGDer {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSrDBhGDer .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrDBhGDer .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmlH4PYz2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uPmlH4PYz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmlH4PYz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmlH4PYz2 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPmlH4PYz2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPmlH4PYz2 .container {
    padding: 0;
  }
}
.cid-uPmlH4PYz2 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPmlH4PYz2 .row {
    margin: 0;
  }
}
.cid-uPmlH4PYz2 .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uPmlH4PYz2 .card {
    padding: 0 16px;
  }
}
.cid-uPmlH4PYz2 .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPmlH4PYz2 .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uPmlH4PYz2 .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #7e1415;
  bottom: 0;
  left: 0;
}
.cid-uPmlH4PYz2 .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uPmlH4PYz2 .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uPmlH4PYz2 .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPmlH4PYz2 .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPmlH4PYz2 .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uPmlH4PYz2 .card .row.cards .image {
    padding: 0;
  }
}
.cid-uPmlH4PYz2 .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uPmlH4PYz2 .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPmlH4PYz2 .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uPmlH4PYz2 .mbr-section-title {
  color: #263652;
}
.cid-uPmlH4PYz2 .mbr-text {
  color: #263652;
}
.cid-uSrDIM2w9j {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSrDIM2w9j .mbr-section-subtitle {
  color: #232323;
}
.cid-uSrDIM2w9j H2 {
  color: #7e1415;
  text-align: center;
}
.cid-uSrDGU6S4K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSrDGU6S4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrDGU6S4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrDGU6S4K .text-wrap {
  width: 100%;
}
.cid-uSrDGU6S4K .mbr-title {
  margin-bottom: 0;
  color: #930000;
  text-align: center;
}
.cid-uSrDGU6S4K .mbr-text {
  padding-top: 10px;
  color: #000000;
  text-align: center;
}
.cid-uSrDGU6S4K .list-wrap {
  margin-top: 52px;
}
.cid-uSrDGU6S4K .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uSrDGU6S4K .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uSrDGU6S4K .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uSrDGU6S4K .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uSrDJLrK4J {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-uSrDJLrK4J .image-block {
  margin: auto;
}
.cid-uSrDJLrK4J figcaption {
  position: relative;
}
.cid-uSrDJLrK4J figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSrDJLrK4J .image-block {
    width: 100% !important;
  }
}
.cid-uSrDKseZMy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSrDKseZMy .mbr-text,
.cid-uSrDKseZMy blockquote {
  color: #35323e;
}
.cid-uSrDKseZMy .mbr-text,
.cid-uSrDKseZMy blockquote P {
  text-align: center;
}
.cid-uSrDKXShRD {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-uSrDKXShRD .image-block {
  margin: auto;
}
.cid-uSrDKXShRD figcaption {
  position: relative;
}
.cid-uSrDKXShRD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSrDKXShRD .image-block {
    width: 100% !important;
  }
}
.cid-uSrDLGzfmU {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSrDLGzfmU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrDLGzfmU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmlH6yE4T {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPmlH6yE4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmlH6yE4T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmlH6yE4T .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uPmlH6yE4T .bg-instagram:hover {
  background: #bd005c;
}
.cid-uPmlH6yE4T .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uPmlH6yE4T [class^="socicon-"]:before,
.cid-uPmlH6yE4T [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uPmlH6yE4T .mbr-section-title,
.cid-uPmlH6yE4T .social-list {
  color: #7e1415;
}
.cid-uPmlH6WDww {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/charma-main-bg.jpg");
  overflow: hidden;
}
.cid-uPmlH6WDww .media-container-row .mbr-text {
  color: #ffffff;
}
