@import url(https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,500,600,700,300i,400i,500i,600i,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Be+Vietnam&display=swap);





body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 11.2rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Be Vietnam';
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-7 {
  font-family: 'Be Vietnam';
  font-size: 1.1rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.81rem !important;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1.2rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #d9b7ab !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #4b9b86 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d9b7ab !important;
  border-color: #d9b7ab !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c18a76 !important;
  border-color: #c18a76 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c18a76 !important;
  border-color: #c18a76 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4b9b86 !important;
  border-color: #4b9b86 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #326759 !important;
  border-color: #326759 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #326759 !important;
  border-color: #326759 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #d9b7ab;
  color: #d9b7ab;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #d9b7ab;
  border-color: #d9b7ab;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d9b7ab !important;
  border-color: #d9b7ab !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #7f1933;
  color: #7f1933;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #7f1933;
  border-color: #7f1933;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f7ed4a;
  color: #f7ed4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4b9b86;
  color: #4b9b86;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #4b9b86;
  border-color: #4b9b86;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4b9b86 !important;
  border-color: #4b9b86 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.text-primary {
  color: #d9b7ab !important;
}
.text-secondary {
  color: #7f1933 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #4b9b86 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f9f3f1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #d42a55 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #87c5b5 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #4b9b86;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d9b7ab;
  border-color: #d9b7ab;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d9b7ab;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #98cdbf;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #d9b7ab;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d9b7ab;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d9b7ab;
  border-bottom-color: #d9b7ab;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #d9b7ab !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #7f1933 !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='%23d9b7ab' %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-uPTKEC9mOK .modal-body .close {
  background: #1b1b1b;
}
.cid-uPTKEC9mOK .modal-body .close span {
  font-style: normal;
}
.cid-uPTKEC9mOK .carousel-inner > .active,
.cid-uPTKEC9mOK .carousel-inner > .next,
.cid-uPTKEC9mOK .carousel-inner > .prev {
  display: table;
}
.cid-uPTKEC9mOK .carousel-control .icon-next,
.cid-uPTKEC9mOK .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uPTKEC9mOK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPTKEC9mOK .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uPTKEC9mOK .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uPTKEC9mOK .boxed-slider > div {
  position: relative;
}
.cid-uPTKEC9mOK .container img {
  width: 100%;
}
.cid-uPTKEC9mOK .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uPTKEC9mOK .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uPTKEC9mOK .mbr-table-cell {
  padding: 0;
}
.cid-uPTKEC9mOK .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uPTKEC9mOK .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uPTKEC9mOK .mbr-overlay {
  z-index: 1;
}
.cid-uPTKEC9mOK .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uPTKEC9mOK .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  height: 100%;
}
@media (max-width: 576px) {
  .cid-uPTKEC9mOK .carousel-item .container {
    width: 100%;
  }
}
.cid-uPTKEC9mOK .carousel-item-next.carousel-item-left,
.cid-uPTKEC9mOK .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uPTKEC9mOK .active.carousel-item-right,
.cid-uPTKEC9mOK .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-uPTKEC9mOK .active.carousel-item-left,
.cid-uPTKEC9mOK .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-uPTKEC9mOK .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-uPTKEC9mOK .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPTKEC9mOK .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uPTKEC9mOK .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uPTKEC9mOK .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPTKEC9mOK .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uPTKEC9mOK .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uPTKEC9mOK .mbr-slider .carousel-indicators li.active,
.cid-uPTKEC9mOK .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uPTKEC9mOK .mbr-slider .carousel-indicators li::after,
.cid-uPTKEC9mOK .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uPTKEC9mOK .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uPTKEC9mOK .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uPTKEC9mOK .mbr-slider > .container img {
  width: 100%;
}
.cid-uPTKEC9mOK .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uPTKEC9mOK .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uPTKEC9mOK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uPTKEC9mOK .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uPTKEC9mOK .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uPTKEC9mOK .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uPTKEC9mOK .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uPTKEC9mOK .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uPTKEC9mOK .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uPTKEC9mOK .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uPTKEC9mOK .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uPTKEC9mOK .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uPTKEC9mOK .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uPTKEC9mOK .container-slide.container,
.cid-uPTKEC9mOK .carousel-item .container.container-slide {
  width: 100%;
  height: 400px;
  min-height: unset;
  padding: 0;
  position: relative;
}
.cid-uPTKEC9mOK .full-screen .carousel-item .container.container-slide,
.cid-uPTKEC9mOK .full-screen .slider-fullscreen-image {
  min-height: unset;
  height: 400px;
}
.cid-uPTKEC9mOK .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .cid-uPTKEC9mOK .container-slide.container,
  .cid-uPTKEC9mOK .carousel-item .container.container-slide,
  .cid-uPTKEC9mOK .full-screen .carousel-item .container.container-slide,
  .cid-uPTKEC9mOK .full-screen .slider-fullscreen-image {
    height: 600px;
  }
}
.cid-uPTKEC9mOK H2 {
  color: #eceae4;
  text-align: center;
}
.cid-uOFapt2D8M {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uOFapt2D8M .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uOFapt2D8M .items-col {
  background: #eceae4;
  padding: 5rem;
  height: 100%;
}
.cid-uOFapt2D8M .container {
  max-width: 1800px;
}
@media (max-width: 1400px) {
  .cid-uOFapt2D8M .items-col {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOFapt2D8M .items-col {
    padding: 3rem 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uOFapt2D8M .col-md-12 {
    padding-bottom: 2rem;
  }
}
.cid-uOFapt2D8M img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  min-height: 300px;
}
.cid-uOFapt2D8M .link-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.cid-uOFapt2D8M .link {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding: 0.2rem 1.5rem;
  margin-bottom: 0.5rem;
}
.cid-uOFapt2D8M .link:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: '\e908';
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.8rem;
}
.cid-uOFapt2D8M .link,
.cid-uOFapt2D8M .link-wrap {
  color: #111111;
  text-align: left;
}
.cid-uOFapt2D8M H3 {
  color: #111111;
}
.cid-uOFapt2D8M H4 {
  color: #333333;
}
.cid-rT67sgjwJ7 {
  padding-top: 105px;
  padding-bottom: 120px;
  position: relative;
  background-color: #eceae4;
}
.cid-rT67sgjwJ7 .card-header {
  background: transparent;
}
.cid-rT67sgjwJ7 .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rT67sgjwJ7 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rT67sgjwJ7 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rT67sgjwJ7 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rT67sgjwJ7 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rT67sgjwJ7 .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-rT67sgjwJ7 .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-rT67sgjwJ7 h5 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #ffffff;
  padding: 1rem 1rem;
}
@media (max-width: 992px) {
  .cid-rT67sgjwJ7 .md-pb {
    margin-bottom: 2rem;
  }
  .cid-rT67sgjwJ7 .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rT67sgjwJ7 .wrapper {
    padding: 2rem 1rem;
  }
  .cid-rT67sgjwJ7 h5 {
    padding: 1rem 0rem;
  }
}
.cid-rT67sgjwJ7 .mbr-text,
.cid-rT67sgjwJ7 .mbr-section-btn {
  color: #333333;
}
.cid-rT67sgjwJ7 .panel-text {
  color: #735009;
  text-align: left;
}
.cid-rT67sgjwJ7 H4 {
  color: #735009;
}
.cid-rT67sgjwJ7 H5 {
  color: #333333;
}
.cid-rT67sgjwJ7 H3 {
  color: #000000;
}
.cid-rT67w21aTf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rT67w21aTf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rT67w21aTf input,
.cid-rT67w21aTf textarea,
.cid-rT67w21aTf .jqselect {
  font-weight: 300!important;
}
.cid-rT67w21aTf .form-col {
  background: #f6f3ee;
  padding: 2rem 3rem;
}
.cid-rT67w21aTf ul {
  line-height: 2.5;
  padding: 0;
}
.cid-rT67w21aTf li {
  list-style: none;
}
.cid-rT67w21aTf li:before {
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.8rem;
  padding-right: 12px;
}
@media (max-width: 992px) {
  .cid-rT67w21aTf .form-col {
    padding: 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rT67w21aTf .form-col {
    padding: 2rem 1rem;
  }
}
.cid-rT67w21aTf textarea {
  min-height: 130px!important;
}
.cid-rT67w21aTf .btn {
  width: 100%;
}
.cid-rT67w21aTf .jq-selectbox__select-text {
  color: #a15547;
}
.cid-rT67w21aTf .jq-selectbox__select {
  padding: 0.65em 1em;
}
.cid-rT67w21aTf .jq-selectbox li {
  padding: 0.8em 1.4em!important;
  color: #a15547 !important;
}
.cid-rT67w21aTf .form-control,
.cid-rT67w21aTf .field-input {
  padding: 2rem 1.5rem;
  min-height: auto;
  background-color: #eceae4;
  border-color: #f6f3ee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rT67w21aTf .form-control::-webkit-input-placeholder,
.cid-rT67w21aTf .field-input::-webkit-input-placeholder,
.cid-rT67w21aTf .form-control::-webkit-input-placeholder,
.cid-rT67w21aTf .field-input::-webkit-input-placeholder {
  color: #a15547;
}
.cid-rT67w21aTf .form-control:-moz-placeholder,
.cid-rT67w21aTf .field-input:-moz-placeholder,
.cid-rT67w21aTf .form-control:-moz-placeholder,
.cid-rT67w21aTf .field-input:-moz-placeholder {
  color: #a15547;
}
.cid-rT67w21aTf .form-control:hover,
.cid-rT67w21aTf .field-input:hover,
.cid-rT67w21aTf .form-control:focus,
.cid-rT67w21aTf .field-input:focus {
  background-color: #eceae4;
  border-color: #f6f3ee;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rT67w21aTf .form-control:hover::-webkit-input-placeholder,
.cid-rT67w21aTf .field-input:hover::-webkit-input-placeholder,
.cid-rT67w21aTf .form-control:focus::-webkit-input-placeholder,
.cid-rT67w21aTf .field-input:focus::-webkit-input-placeholder,
.cid-rT67w21aTf .form-control:hover::-webkit-input-placeholder,
.cid-rT67w21aTf .field-input:hover::-webkit-input-placeholder,
.cid-rT67w21aTf .form-control:focus::-webkit-input-placeholder,
.cid-rT67w21aTf .field-input:focus::-webkit-input-placeholder {
  color: #a15547;
}
.cid-rT67w21aTf .form-control:hover:-moz-placeholder,
.cid-rT67w21aTf .field-input:hover:-moz-placeholder,
.cid-rT67w21aTf .form-control:focus:-moz-placeholder,
.cid-rT67w21aTf .field-input:focus:-moz-placeholder,
.cid-rT67w21aTf .form-control:hover:-moz-placeholder,
.cid-rT67w21aTf .field-input:hover:-moz-placeholder,
.cid-rT67w21aTf .form-control:focus:-moz-placeholder,
.cid-rT67w21aTf .field-input:focus:-moz-placeholder {
  color: #a15547;
}
.cid-rT67w21aTf textarea {
  padding-top: 1rem!important;
}
.cid-rT67w21aTf .jq-number__spin:hover,
.cid-rT67w21aTf .jq-number__spin:focus {
  background-color: #eceae4;
  border-color: #f6f3ee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rT67w21aTf .jq-number__spin {
  background-color: #eceae4;
  border-color: #f6f3ee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rT67w21aTf .jq-selectbox li,
.cid-rT67w21aTf .jq-selectbox li {
  background-color: #eceae4;
  color: #000000;
}
.cid-rT67w21aTf .jq-selectbox li:hover,
.cid-rT67w21aTf .jq-selectbox li.selected {
  background-color: #eceae4;
  color: #000000;
}
.cid-rT67w21aTf .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rT67w21aTf .jq-number__spin.minus:hover:after,
.cid-rT67w21aTf .jq-number__spin.plus:hover:after {
  border-top-color: #eceae4;
  border-bottom-color: #eceae4;
}
.cid-rT67w21aTf .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rT67w21aTf .jq-number__spin.minus:after,
.cid-rT67w21aTf .jq-number__spin.plus:after {
  border-top-color: #eceae4;
  border-bottom-color: #eceae4;
}
.cid-rT67w21aTf .jq-selectbox__trigger-arrow {
  border-top-color: #a15547 !important;
  border-bottom-color: #a15547 !important;
}
.cid-rT67w21aTf input::-webkit-clear-button {
  display: none;
}
.cid-rT67w21aTf input::-webkit-inner-spin-button {
  display: none;
}
.cid-rT67w21aTf input::-webkit-outer-spin-button {
  display: none;
}
.cid-rT67w21aTf input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rT67w21aTf .list {
  color: #111111;
}
.cid-rT67w21aTf .mbr-text {
  color: #000000;
}
.cid-rT67w21aTf H2 {
  color: #295853;
}
.cid-rT67w21aTf H3 {
  color: #735009;
}
.cid-rT67w21aTf H5 {
  color: #295853;
  text-align: center;
}
.cid-rT67w21aTf H6 {
  color: #333333;
  text-align: center;
}
.cid-uOJfmrR49k {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f6f3ee;
}
.cid-uOJfmrR49k .box {
  background-image: url("../../../assets/images/alesta-advanced-skin-care-cuttack-reception-hall-1-1024x576.jpg");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOJfmrR49k .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background: #d58f76;
  width: 130px;
  height: 130px;
  cursor: pointer;
}
.cid-uOJfmrR49k .icon-wrap:hover {
  background: #cc2952;
}
.cid-uOJfmrR49k .icon-wrap:hover span {
  transform: scale(1.04);
}
.cid-uOJfmrR49k .icon-wrap span {
  padding-left: 4px;
}
.cid-uOJfmrR49k .mbr-media span {
  font-size: 1.4rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uOJfmrR49k .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uOJfmrR49k .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uOJfmrR49k .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uOJfmrR49k .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uOJfmrR49k a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uOJfmrR49k a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uOJfmrR49k .box {
    height: 250px;
  }
}
.cid-uOJfmrR49k .mbr-section-title {
  color: #735009;
}
.cid-uOJfmrR49k H4 {
  color: #000000;
}
.cid-uOJ4EdFmS1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uOJ4EdFmS1 H4 {
  color: #735009;
}
.cid-uOJ4EdFmS1 H3 {
  color: #b98d5f;
}
.cid-rT67wJ8Ptb {
  background-color: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-rT67wJ8Ptb .google-map {
  height: 30rem;
  position: relative;
}
.cid-rT67wJ8Ptb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rT67wJ8Ptb .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rT67wJ8Ptb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rT67wJ8Ptb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rT67xH53tv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f6f3ee;
}
.cid-rT67xH53tv .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-rT67xH53tv li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-rT67xH53tv .time {
  line-height: 2;
  color: #7f1933;
  text-align: left;
}
.cid-rT67xH53tv .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-rT67xH53tv .text-wrap {
  width: 100%;
}
.cid-rT67xH53tv .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-rT67xH53tv .item-wrap span,
.cid-rT67xH53tv .item-wrap p {
  transition: all 0.3s;
}
.cid-rT67xH53tv .item-wrap:hover span,
.cid-rT67xH53tv .item-wrap:hover p {
  color: #735009 !important;
}
.cid-rT67xH53tv .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rT67xH53tv .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a15547 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-rT67xH53tv .socicon-wrap .mbr-iconfont:hover {
  color: #735009 !important;
}
.cid-rT67xH53tv .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-rT67xH53tv .mbr-iconfont {
  font-size: 1.2rem;
  color: #000000 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-rT67xH53tv .socicon-wrap {
    margin: auto;
  }
  .cid-rT67xH53tv .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-rT67xH53tv .title {
  color: #000000;
  text-align: left;
}
.cid-rT67xH53tv .mbr-text {
  color: #999999;
}
.cid-rT67xH53tv .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-rT67xH53tv .icon-title,
.cid-rT67xH53tv .align-wrap {
  color: #111111;
}
.cid-rT67xH53tv .mbr-text,
.cid-rT67xH53tv .mbr-section-btn {
  color: #111111;
}
.cid-uPTHEVCBTx .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPTHEVCBTx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPTHEVCBTx a {
  font-style: normal;
}
.cid-uPTHEVCBTx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPTHEVCBTx .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPTHEVCBTx .nav-item:focus,
.cid-uPTHEVCBTx .nav-link:focus {
  outline: none;
}
.cid-uPTHEVCBTx .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPTHEVCBTx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPTHEVCBTx .menu-logo {
  margin-right: auto;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPTHEVCBTx .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPTHEVCBTx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPTHEVCBTx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPTHEVCBTx button.navbar-toggler:focus {
  outline: none;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #32076c;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPTHEVCBTx .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPTHEVCBTx .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPTHEVCBTx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uPTHEVCBTx .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPTHEVCBTx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPTHEVCBTx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPTHEVCBTx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPTHEVCBTx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPTHEVCBTx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPTHEVCBTx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPTHEVCBTx.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPTHEVCBTx img {
    height: 3.8rem !important;
  }
  .cid-uPTHEVCBTx .btn {
    display: -webkit-flex;
  }
  .cid-uPTHEVCBTx button.navbar-toggler {
    display: block;
  }
  .cid-uPTHEVCBTx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPTHEVCBTx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPTHEVCBTx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing,
  .cid-uPTHEVCBTx .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-nav,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPTHEVCBTx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPTHEVCBTx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPTHEVCBTx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPTHEVCBTx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPTHEVCBTx .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPTHEVCBTx .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPTHEVCBTx .nav-link:hover,
.cid-uPTHEVCBTx .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-uOFR0lyGsq {
  padding-top: 225px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1-1875x625.jpg");
}
.cid-uOFR0lyGsq H4 {
  color: #ffffff;
}
.cid-uOFRu4vI7T {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uOFRu4vI7T .card-header {
  background: transparent;
}
.cid-uOFRu4vI7T .mbr-iconfont {
  font-size: 1.4rem !important;
}
.cid-uOFRu4vI7T .wrapper {
  background: #f6f3ee;
  padding: 5rem;
}
.cid-uOFRu4vI7T .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uOFRu4vI7T .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uOFRu4vI7T .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uOFRu4vI7T .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uOFRu4vI7T .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-uOFRu4vI7T .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-uOFRu4vI7T h5 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #ebd8d1;
  padding: 1rem 1rem;
}
@media (max-width: 992px) {
  .cid-uOFRu4vI7T .md-pb {
    margin-bottom: 2rem;
  }
  .cid-uOFRu4vI7T .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOFRu4vI7T .wrapper {
    padding: 2rem 1rem;
  }
  .cid-uOFRu4vI7T h5 {
    padding: 1rem 0rem;
  }
}
.cid-uOFRu4vI7T .mbr-text,
.cid-uOFRu4vI7T .mbr-section-btn {
  color: #000000;
}
.cid-uOFRu4vI7T H3 {
  color: #200960;
}
.cid-uOFRu4vI7T H4 {
  color: #787324;
}
.cid-uOFRu4vI7T H5 {
  color: #735009;
}
.cid-uOFRu4vI7T .panel-text {
  color: #000000;
}
.cid-uOJjs5SPT1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/alesta-skin-care-cuttack-1670x839.jpg");
}
.cid-uOJjs5SPT1 .container-fluid {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.cid-uOJjs5SPT1 .badge_wrap {
  width: 100%;
}
.cid-uOJjs5SPT1 .badge_wrap .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #404040;
  background-color: rgba(255, 255, 255, 0.85);
  margin-bottom: 26px;
}
.cid-uOJjs5SPT1 .badge_wrap .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uOJjs5SPT1 .mbr-section-title {
  width: 100%;
}
.cid-uOJjs5SPT1 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uOJjs5SPT1 .mbr-section-subtitle {
  width: 100%;
}
.cid-uOJjs5SPT1 .box {
  min-height: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-uOJjs5SPT1 .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uOJjs5SPT1 .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #000000 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-uOJjs5SPT1 .mbr-media span:hover {
  opacity: 1;
  color: #000000 !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
}
.cid-uOJjs5SPT1 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uOJjs5SPT1 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uOJjs5SPT1 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uOJjs5SPT1 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uOJjs5SPT1 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uOJjs5SPT1 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uOJjs5SPT1 .box {
    height: 250px;
  }
}
.cid-uOJjs5SPT1 .play {
  width: 70px;
  height: 70px;
  line-height: 3.5rem !important;
  text-align: center;
  border-radius: 100%;
  background: #ffffff;
  display: inline-block;
  transition: all 200ms ease-in-out;
  margin: 0 auto;
  cursor: pointer;
}
.cid-uOJjs5SPT1 .play:before {
  font-family: FontAwesome !important;
  content: "\f04b";
  font-size: 1.4rem;
  padding: 7px 0 0 2px;
  display: block;
}
.cid-uPXZgcJCND {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uPXZgcJCND .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uPXZgcJCND .mbr-shop .row {
  margin: 0;
}
.cid-uPXZgcJCND .container,
.cid-uPXZgcJCND .mbr-shop__row {
  padding: 0;
}
.cid-uPXZgcJCND .item-title {
  font-size: 1.8rem;
  color: #000000;
}
.cid-uPXZgcJCND .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uPXZgcJCND .shop-item-price,
.cid-uPXZgcJCND .oldprice {
  font-family: Be Vietnam !important;
  font-size: 1.1rem;
  font-weight: 300 !important;
  letter-spacing: 3px !important;
}
.cid-uPXZgcJCND .mbr-shop .galleryItem .sidebar_wraper {
  text-align: left !important;
}
.cid-uPXZgcJCND .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uPXZgcJCND .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uPXZgcJCND .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uPXZgcJCND .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uPXZgcJCND .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uPXZgcJCND .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-uPXZgcJCND .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uPXZgcJCND .mbr-shop .hide-modal {
  display: none;
}
.cid-uPXZgcJCND .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uPXZgcJCND .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uPXZgcJCND .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uPXZgcJCND .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uPXZgcJCND .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uPXZgcJCND .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uPXZgcJCND .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uPXZgcJCND .mbr-shop .filter-by-pu,
.cid-uPXZgcJCND .mbr-shop .filter-by-pd,
.cid-uPXZgcJCND .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uPXZgcJCND .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uPXZgcJCND .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uPXZgcJCND .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uPXZgcJCND .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uPXZgcJCND .mbr-shop .galleryItem h4,
.cid-uPXZgcJCND .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uPXZgcJCND .mbr-shop .galleryItem h5,
.cid-uPXZgcJCND .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-uPXZgcJCND .mbr-shop .galleryItem p,
.cid-uPXZgcJCND .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-uPXZgcJCND .mbr-shop .item-button {
  text-align: center;
}
.cid-uPXZgcJCND .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uPXZgcJCND .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uPXZgcJCND .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uPXZgcJCND .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uPXZgcJCND .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.08);
  top: -20px;
  right: 3px;
}
.cid-uPXZgcJCND .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uPXZgcJCND .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uPXZgcJCND .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uPXZgcJCND .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uPXZgcJCND .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uPXZgcJCND .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uPXZgcJCND .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uPXZgcJCND .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uPXZgcJCND .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uPXZgcJCND .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uPXZgcJCND .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uPXZgcJCND .mbr-shop .onsale {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #d58f76;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uPXZgcJCND .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uPXZgcJCND .mbr-shop .mbr-gallery-item__hided h4,
.cid-uPXZgcJCND .mbr-shop .mbr-gallery-item__hided h5,
.cid-uPXZgcJCND .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uPXZgcJCND .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uPXZgcJCND .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uPXZgcJCND .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uPXZgcJCND .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uPXZgcJCND .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uPXZgcJCND .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uPXZgcJCND .mbr-shop .mbr-gallery-filter ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-uPXZgcJCND .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-uPXZgcJCND .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uPXZgcJCND .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uPXZgcJCND .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uPXZgcJCND .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-uPXZgcJCND .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uPXZgcJCND .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-uPXZgcJCND .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uPXZgcJCND .mbr-shop .range-controls {
  position: relative;
}
.cid-uPXZgcJCND .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uPXZgcJCND .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-uPXZgcJCND .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-uPXZgcJCND .mbr-shop .toggle:hover,
.cid-uPXZgcJCND .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uPXZgcJCND .mbr-shop .min-toggle {
  left: 0;
}
.cid-uPXZgcJCND .mbr-shop .max-toggle {
  right: 0;
}
.cid-uPXZgcJCND .mbr-shop .hided-by-price {
  display: none;
}
.cid-uPXZgcJCND .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uPXZgcJCND .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uPXZgcJCND .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uPXZgcJCND .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uPXZgcJCND .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uPXZgcJCND .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uPXZgcJCND .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uPXZgcJCND .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uPXZgcJCND .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uPXZgcJCND .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uPXZgcJCND .mbr-shop .close-modal-wrapper:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uPXZgcJCND .mbr-shop .close-modal-wrapper:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uPXZgcJCND .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uPXZgcJCND .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uPXZgcJCND .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uPXZgcJCND .mbr-shop .shop-items .onsale,
.cid-uPXZgcJCND .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uPXZgcJCND .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uPXZgcJCND .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uPXZgcJCND .mbr-shop .price-range {
  display: inline-block;
}
.cid-uPXZgcJCND .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uPXZgcJCND .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uPXZgcJCND .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uPXZgcJCND .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uPXZgcJCND .mbr-shop .categories:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uPXZgcJCND .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uPXZgcJCND .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uPXZgcJCND .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uPXZgcJCND .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uPXZgcJCND .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uPXZgcJCND .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uPXZgcJCND .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uPXZgcJCND .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uPXZgcJCND .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uPXZgcJCND .clearfix:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPXZgcJCND .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uPXZgcJCND .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uPXZgcJCND .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uPXZgcJCND .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uPXZgcJCND .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uPXZgcJCND .wrapper-shop-items {
    order: 1;
  }
  .cid-uPXZgcJCND .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uPXZgcJCND .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uPXZgcJCND .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uPXZgcJCND .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uPXZgcJCND .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uPXZgcJCND .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uPXZgcJCND .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uPXZgcJCND .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uPXZgcJCND .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uPXZgcJCND .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uPXZgcJCND .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uPXZgcJCND .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uPXZgcJCND .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uPXZgcJCND .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uPXZgcJCND .oldprice {
  padding-left: 0.8rem !important;
  text-decoration: line-through;
  color: #767676;
}
.cid-uPXZgcJCND .mbr-gallery-item .sidebar_wraper {
  position: relative;
  background: #ffffff;
}
.cid-uPXZgcJCND .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  position: absolute;
  width: 100%;
  top: -4rem;
  opacity: 0;
  transiton: opacity 0.5s, top 0.5s;
}
.cid-uPXZgcJCND .mbr-gallery-item .sidebar_wraper .price-block {
  padding-bottom: 10px;
}
.cid-uPXZgcJCND .mbr-gallery-item:hover .sidebar_wraper .mbr-section-btn {
  top: -5rem;
  opacity: 1;
  transition: opacity 0.5s, top 0.5s;
}
.cid-uPXZgcJCND .sidebar .mbr-gallery-item {
  background: transparent;
}
.cid-uPXZgcJCND .sidebar .mbr-gallery-item .sidebar_wrapper {
  background: transparent;
}
.cid-uPXZgcJCND .sidebar .galleryItem {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: transparent;
}
.cid-uPXZgcJCND .sidebar .galleryItem .sidebar_wraper {
  background: transparent !important;
}
.cid-uPXZgcJCND .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPXZgcJCND .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uPXZgcJCND .shop-item-price,
.cid-uPXZgcJCND .price-block {
  color: #cccccc;
}
.cid-uPXZgcJCND .shop-item-price,
.cid-uPXZgcJCND .price-block {
  color: #a15547;
}
.cid-uOFVA85S3T {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uOFVA85S3T .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-uOFVA85S3T .mbr-iconfont {
  font-size: 1.3rem;
  color: #295853;
}
.cid-uOFVA85S3T .icon-wrapper {
  margin-right: 1.5rem;
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #f6f3ee;
}
.cid-uOFVA85S3T h4 {
  margin: 0;
}
.cid-uOFVA85S3T .card-text {
  color: #000000;
}
.cid-uOFVA85S3T .mbr-text {
  color: #7f1933;
}
.cid-uOFVA85S3T .card-title {
  color: #7f1933;
}
@media (min-width: 1200px) {
  .cid-uOFVA85S3T .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 1400px) {
  .cid-uOFVA85S3T .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-uOFVA85S3T .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOFVA85S3T .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-uOFVBjqi4M {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f6f3ee;
}
@media (min-width: 1500px) {
  .cid-uOFVBjqi4M .container {
    max-width: 1400px;
  }
}
.cid-uOFVBjqi4M .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uOFVBjqi4M .mbr-text,
.cid-uOFVBjqi4M .link-wrap {
  color: #000000;
}
.cid-uOFVBjqi4M .card-title,
.cid-uOFVBjqi4M .card-box {
  color: #a15547;
}
.cid-uOFVBjqi4M .card-sub-title {
  color: #d58f76;
}
.cid-uOFVBjqi4M .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uOFVBjqi4M .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uOFVBjqi4M .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #d58f76;
}
.cid-uOFVBjqi4M .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-uOFVBjqi4M .link:hover:before {
  animation: 2s line;
}
.cid-uOFXRTuK3b {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uOFXRTuK3b .container {
    max-width: 1400px;
  }
}
.cid-uOFXRTuK3b .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uOFXRTuK3b .mbr-text,
.cid-uOFXRTuK3b .link-wrap {
  color: #000000;
}
.cid-uOFXRTuK3b .card-title,
.cid-uOFXRTuK3b .card-box {
  color: #a15547;
}
.cid-uOFXRTuK3b .card-sub-title {
  color: #d58f76;
}
.cid-uOFXRTuK3b .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uOFXRTuK3b .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uOFXRTuK3b .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #d58f76;
}
.cid-uOFXRTuK3b .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-uOFXRTuK3b .link:hover:before {
  animation: 2s line;
}
.cid-rT67xH53tv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f6f3ee;
}
.cid-rT67xH53tv .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-rT67xH53tv li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-rT67xH53tv .time {
  line-height: 2;
  color: #7f1933;
  text-align: left;
}
.cid-rT67xH53tv .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-rT67xH53tv .text-wrap {
  width: 100%;
}
.cid-rT67xH53tv .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-rT67xH53tv .item-wrap span,
.cid-rT67xH53tv .item-wrap p {
  transition: all 0.3s;
}
.cid-rT67xH53tv .item-wrap:hover span,
.cid-rT67xH53tv .item-wrap:hover p {
  color: #735009 !important;
}
.cid-rT67xH53tv .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rT67xH53tv .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a15547 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-rT67xH53tv .socicon-wrap .mbr-iconfont:hover {
  color: #735009 !important;
}
.cid-rT67xH53tv .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-rT67xH53tv .mbr-iconfont {
  font-size: 1.2rem;
  color: #000000 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-rT67xH53tv .socicon-wrap {
    margin: auto;
  }
  .cid-rT67xH53tv .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-rT67xH53tv .title {
  color: #000000;
  text-align: left;
}
.cid-rT67xH53tv .mbr-text {
  color: #999999;
}
.cid-rT67xH53tv .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-rT67xH53tv .icon-title,
.cid-rT67xH53tv .align-wrap {
  color: #111111;
}
.cid-rT67xH53tv .mbr-text,
.cid-rT67xH53tv .mbr-section-btn {
  color: #111111;
}
.cid-uPTHEVCBTx .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPTHEVCBTx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPTHEVCBTx a {
  font-style: normal;
}
.cid-uPTHEVCBTx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPTHEVCBTx .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPTHEVCBTx .nav-item:focus,
.cid-uPTHEVCBTx .nav-link:focus {
  outline: none;
}
.cid-uPTHEVCBTx .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPTHEVCBTx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPTHEVCBTx .menu-logo {
  margin-right: auto;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPTHEVCBTx .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPTHEVCBTx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPTHEVCBTx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPTHEVCBTx button.navbar-toggler:focus {
  outline: none;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #32076c;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPTHEVCBTx .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPTHEVCBTx .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPTHEVCBTx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uPTHEVCBTx .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPTHEVCBTx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPTHEVCBTx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPTHEVCBTx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPTHEVCBTx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPTHEVCBTx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPTHEVCBTx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPTHEVCBTx.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPTHEVCBTx img {
    height: 3.8rem !important;
  }
  .cid-uPTHEVCBTx .btn {
    display: -webkit-flex;
  }
  .cid-uPTHEVCBTx button.navbar-toggler {
    display: block;
  }
  .cid-uPTHEVCBTx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPTHEVCBTx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPTHEVCBTx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing,
  .cid-uPTHEVCBTx .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-nav,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPTHEVCBTx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPTHEVCBTx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPTHEVCBTx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPTHEVCBTx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPTHEVCBTx .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPTHEVCBTx .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPTHEVCBTx .nav-link:hover,
.cid-uPTHEVCBTx .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-uOGaT7UENS {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-uOGaT7UENS H4 {
  color: #ffffff;
}
.cid-uOGaT7UENS .mbr-text,
.cid-uOGaT7UENS .mbr-section-btn {
  color: #000000;
}
.cid-uOGaT7UENS H3 {
  color: #000000;
}
.cid-uOG2dSQY0U {
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uOG2dSQY0U .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uOG2dSQY0U .mbr-section-title,
.cid-uOG2dSQY0U .mbr-section-subtitle,
.cid-uOG2dSQY0U .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uOG2dSQY0U .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uOG2dSQY0U .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOG2dSQY0U .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOG2dSQY0U .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uOG2dSQY0U .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-uOG2dSQY0U .icon-focus {
  display: none;
}
.cid-uOG2dSQY0U .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uOG2dSQY0U ul {
  font-size: 0;
}
.cid-uOG2dSQY0U .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uOG2dSQY0U .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uOG2dSQY0U .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uOG2dSQY0U .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uOG2dSQY0U .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uOG2dSQY0U .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uOG2dSQY0U .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uOG2dSQY0U .btn:hover {
  background: transparent !important;
}
.cid-uOG2dSQY0U .btn:hover:before {
  background: transparent !important;
}
.cid-uOG2dSQY0U .btn:before {
  background-color: transparent !important;
}
.cid-uOG2dSQY0U .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uOG6ks7m3b {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uOG6ks7m3b .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uOG6ks7m3b .mbr-section-title,
.cid-uOG6ks7m3b .mbr-section-subtitle,
.cid-uOG6ks7m3b .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uOG6ks7m3b .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uOG6ks7m3b .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOG6ks7m3b .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOG6ks7m3b .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uOG6ks7m3b .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-uOG6ks7m3b .icon-focus {
  display: none;
}
.cid-uOG6ks7m3b .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uOG6ks7m3b ul {
  font-size: 0;
}
.cid-uOG6ks7m3b .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uOG6ks7m3b .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uOG6ks7m3b .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uOG6ks7m3b .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uOG6ks7m3b .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uOG6ks7m3b .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uOG6ks7m3b .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uOG6ks7m3b .btn:hover {
  background: transparent !important;
}
.cid-uOG6ks7m3b .btn:hover:before {
  background: transparent !important;
}
.cid-uOG6ks7m3b .btn:before {
  background-color: transparent !important;
}
.cid-uOG6ks7m3b .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-rT67xH53tv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f6f3ee;
}
.cid-rT67xH53tv .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-rT67xH53tv li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-rT67xH53tv .time {
  line-height: 2;
  color: #7f1933;
  text-align: left;
}
.cid-rT67xH53tv .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-rT67xH53tv .text-wrap {
  width: 100%;
}
.cid-rT67xH53tv .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-rT67xH53tv .item-wrap span,
.cid-rT67xH53tv .item-wrap p {
  transition: all 0.3s;
}
.cid-rT67xH53tv .item-wrap:hover span,
.cid-rT67xH53tv .item-wrap:hover p {
  color: #735009 !important;
}
.cid-rT67xH53tv .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rT67xH53tv .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a15547 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-rT67xH53tv .socicon-wrap .mbr-iconfont:hover {
  color: #735009 !important;
}
.cid-rT67xH53tv .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-rT67xH53tv .mbr-iconfont {
  font-size: 1.2rem;
  color: #000000 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-rT67xH53tv .socicon-wrap {
    margin: auto;
  }
  .cid-rT67xH53tv .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-rT67xH53tv .title {
  color: #000000;
  text-align: left;
}
.cid-rT67xH53tv .mbr-text {
  color: #999999;
}
.cid-rT67xH53tv .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-rT67xH53tv .icon-title,
.cid-rT67xH53tv .align-wrap {
  color: #111111;
}
.cid-rT67xH53tv .mbr-text,
.cid-rT67xH53tv .mbr-section-btn {
  color: #111111;
}
.cid-uPTHEVCBTx .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPTHEVCBTx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPTHEVCBTx a {
  font-style: normal;
}
.cid-uPTHEVCBTx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPTHEVCBTx .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPTHEVCBTx .nav-item:focus,
.cid-uPTHEVCBTx .nav-link:focus {
  outline: none;
}
.cid-uPTHEVCBTx .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPTHEVCBTx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPTHEVCBTx .menu-logo {
  margin-right: auto;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPTHEVCBTx .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPTHEVCBTx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPTHEVCBTx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPTHEVCBTx button.navbar-toggler:focus {
  outline: none;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #32076c;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPTHEVCBTx .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPTHEVCBTx .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPTHEVCBTx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uPTHEVCBTx .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPTHEVCBTx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPTHEVCBTx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPTHEVCBTx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPTHEVCBTx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPTHEVCBTx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPTHEVCBTx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPTHEVCBTx.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPTHEVCBTx img {
    height: 3.8rem !important;
  }
  .cid-uPTHEVCBTx .btn {
    display: -webkit-flex;
  }
  .cid-uPTHEVCBTx button.navbar-toggler {
    display: block;
  }
  .cid-uPTHEVCBTx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPTHEVCBTx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPTHEVCBTx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing,
  .cid-uPTHEVCBTx .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-nav,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPTHEVCBTx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPTHEVCBTx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPTHEVCBTx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPTHEVCBTx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPTHEVCBTx .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPTHEVCBTx .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPTHEVCBTx .nav-link:hover,
.cid-uPTHEVCBTx .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-uOIODx8Fmt {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOIODx8Fmt H3 {
  color: #200960;
}
.cid-uOIODx8Fmt H4 {
  color: #000000;
}
.cid-uOIODx8Fmt img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uOIR7GgWnX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f6f3ee;
}
.cid-uOIR7GgWnX .box {
  background-image: url("../../../assets/images/alesta-facilities3-1645x861.jpg");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOIR7GgWnX .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background: #a15547;
  width: 130px;
  height: 130px;
  cursor: pointer;
}
.cid-uOIR7GgWnX .icon-wrap:hover {
  background: #cc2952;
}
.cid-uOIR7GgWnX .icon-wrap:hover span {
  transform: scale(1.04);
}
.cid-uOIR7GgWnX .icon-wrap span {
  padding-left: 4px;
}
.cid-uOIR7GgWnX .mbr-media span {
  font-size: 1.4rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uOIR7GgWnX .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uOIR7GgWnX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uOIR7GgWnX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uOIR7GgWnX .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uOIR7GgWnX a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uOIR7GgWnX a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uOIR7GgWnX .box {
    height: 250px;
  }
}
.cid-uOIR7GgWnX .mbr-section-title {
  color: #200960;
}
.cid-uOIR7GgWnX H4 {
  color: #000000;
}
.cid-uOIPqN3NYC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f6f3ee;
}
.cid-uOIPqN3NYC .mbr-iconfont {
  font-size: 3rem;
  color: #d58f76;
  margin-right: 1.5rem;
  width: 100px;
  height: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffffff;
  margin: auto;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-uOIPqN3NYC .card-wrapper {
    padding: 0 3rem;
  }
}
.cid-uOIPqN3NYC .card-title {
  color: #333333;
}
.cid-uOIPqN3NYC .card {
  border-radius: 0;
  width: 100%;
}
.cid-uOIPqN3NYC .card2 {
  border-right: 1px solid #ffffff;
}
.cid-uOIPqN3NYC .card1 {
  border-right: 1px solid #ffffff;
}
.cid-uOIPqN3NYC h4 {
  margin: 0;
}
.cid-uOIPqN3NYC .card-text {
  color: #000000;
}
.cid-uOIPqN3NYC .mbr-text {
  color: #200960;
}
@media (max-width: 991px) {
  .cid-uOIPqN3NYC .card {
    border: 0px;
    margin-bottom: 2rem;
  }
}
.cid-uOIS7FIcVS {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-uOIS7FIcVS H4 {
  color: #ffffff;
}
.cid-uOIS7FIcVS H3 {
  color: #111111;
}
.cid-uOIS7FIcVS .mbr-text,
.cid-uOIS7FIcVS .mbr-section-btn {
  color: #000000;
}
.cid-rT67xH53tv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f6f3ee;
}
.cid-rT67xH53tv .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-rT67xH53tv li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-rT67xH53tv .time {
  line-height: 2;
  color: #7f1933;
  text-align: left;
}
.cid-rT67xH53tv .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-rT67xH53tv .text-wrap {
  width: 100%;
}
.cid-rT67xH53tv .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-rT67xH53tv .item-wrap span,
.cid-rT67xH53tv .item-wrap p {
  transition: all 0.3s;
}
.cid-rT67xH53tv .item-wrap:hover span,
.cid-rT67xH53tv .item-wrap:hover p {
  color: #735009 !important;
}
.cid-rT67xH53tv .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rT67xH53tv .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a15547 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-rT67xH53tv .socicon-wrap .mbr-iconfont:hover {
  color: #735009 !important;
}
.cid-rT67xH53tv .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-rT67xH53tv .mbr-iconfont {
  font-size: 1.2rem;
  color: #000000 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-rT67xH53tv .socicon-wrap {
    margin: auto;
  }
  .cid-rT67xH53tv .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-rT67xH53tv .title {
  color: #000000;
  text-align: left;
}
.cid-rT67xH53tv .mbr-text {
  color: #999999;
}
.cid-rT67xH53tv .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-rT67xH53tv .icon-title,
.cid-rT67xH53tv .align-wrap {
  color: #111111;
}
.cid-rT67xH53tv .mbr-text,
.cid-rT67xH53tv .mbr-section-btn {
  color: #111111;
}
.cid-uPTHEVCBTx .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPTHEVCBTx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPTHEVCBTx a {
  font-style: normal;
}
.cid-uPTHEVCBTx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPTHEVCBTx .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPTHEVCBTx .nav-item:focus,
.cid-uPTHEVCBTx .nav-link:focus {
  outline: none;
}
.cid-uPTHEVCBTx .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPTHEVCBTx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPTHEVCBTx .menu-logo {
  margin-right: auto;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPTHEVCBTx .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPTHEVCBTx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPTHEVCBTx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPTHEVCBTx button.navbar-toggler:focus {
  outline: none;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #32076c;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPTHEVCBTx .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPTHEVCBTx .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPTHEVCBTx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uPTHEVCBTx .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPTHEVCBTx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPTHEVCBTx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPTHEVCBTx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPTHEVCBTx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPTHEVCBTx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPTHEVCBTx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPTHEVCBTx.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPTHEVCBTx img {
    height: 3.8rem !important;
  }
  .cid-uPTHEVCBTx .btn {
    display: -webkit-flex;
  }
  .cid-uPTHEVCBTx button.navbar-toggler {
    display: block;
  }
  .cid-uPTHEVCBTx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPTHEVCBTx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPTHEVCBTx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing,
  .cid-uPTHEVCBTx .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-nav,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPTHEVCBTx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPTHEVCBTx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPTHEVCBTx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPTHEVCBTx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPTHEVCBTx .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPTHEVCBTx .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPTHEVCBTx .nav-link:hover,
.cid-uPTHEVCBTx .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-uPUvGaTJVF {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uPUvGaTJVF .container {
    max-width: 1400px;
  }
}
.cid-uPUvGaTJVF img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-uPUvGaTJVF .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uPUvGaTJVF .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #d58f76;
}
.cid-uPUvGaTJVF .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-uPUvGaTJVF .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-uPUvGaTJVF .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uPUvGaTJVF .mbr-text,
.cid-uPUvGaTJVF .link-align {
  color: #735009;
}
.cid-uPUvGaTJVF .card-title,
.cid-uPUvGaTJVF .card-box {
  color: #d58f76;
}
.cid-uPUvGaTJVF .mbr-section-subtitle,
.cid-uPUvGaTJVF .card-box {
  color: #d58f76;
}
.cid-uOIEHBH9e3 {
  padding-top: 0px;
  padding-bottom: 45px;
  position: relative;
  background-color: #fafafa;
}
.cid-uOIEHBH9e3 .card-header {
  background: transparent;
}
.cid-uOIEHBH9e3 .mbr-iconfont {
  font-size: 1.4rem !important;
}
.cid-uOIEHBH9e3 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uOIEHBH9e3 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uOIEHBH9e3 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uOIEHBH9e3 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uOIEHBH9e3 .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-uOIEHBH9e3 .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-uOIEHBH9e3 h5 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #ffffff;
  padding: 1rem 1rem;
}
@media (max-width: 992px) {
  .cid-uOIEHBH9e3 .md-pb {
    margin-bottom: 2rem;
  }
  .cid-uOIEHBH9e3 .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOIEHBH9e3 .wrapper {
    padding: 2rem 1rem;
  }
  .cid-uOIEHBH9e3 h5 {
    padding: 1rem 0rem;
  }
}
.cid-uOIEHBH9e3 .mbr-text,
.cid-uOIEHBH9e3 .mbr-section-btn {
  color: #000000;
}
.cid-uOIEHBH9e3 .panel-text {
  color: #555555;
}
.cid-uOIEHBH9e3 H4 {
  color: #ffffff;
}
.cid-uOIEHBH9e3 H5 {
  color: #465052;
}
.cid-uOIEHBH9e3 H3 {
  color: #333333;
}
.cid-rT67xH53tv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f6f3ee;
}
.cid-rT67xH53tv .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-rT67xH53tv li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-rT67xH53tv .time {
  line-height: 2;
  color: #7f1933;
  text-align: left;
}
.cid-rT67xH53tv .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-rT67xH53tv .text-wrap {
  width: 100%;
}
.cid-rT67xH53tv .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-rT67xH53tv .item-wrap span,
.cid-rT67xH53tv .item-wrap p {
  transition: all 0.3s;
}
.cid-rT67xH53tv .item-wrap:hover span,
.cid-rT67xH53tv .item-wrap:hover p {
  color: #735009 !important;
}
.cid-rT67xH53tv .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rT67xH53tv .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a15547 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-rT67xH53tv .socicon-wrap .mbr-iconfont:hover {
  color: #735009 !important;
}
.cid-rT67xH53tv .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-rT67xH53tv .mbr-iconfont {
  font-size: 1.2rem;
  color: #000000 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-rT67xH53tv .socicon-wrap {
    margin: auto;
  }
  .cid-rT67xH53tv .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-rT67xH53tv .title {
  color: #000000;
  text-align: left;
}
.cid-rT67xH53tv .mbr-text {
  color: #999999;
}
.cid-rT67xH53tv .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-rT67xH53tv .icon-title,
.cid-rT67xH53tv .align-wrap {
  color: #111111;
}
.cid-rT67xH53tv .mbr-text,
.cid-rT67xH53tv .mbr-section-btn {
  color: #111111;
}
.cid-uPTHEVCBTx .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPTHEVCBTx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPTHEVCBTx a {
  font-style: normal;
}
.cid-uPTHEVCBTx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPTHEVCBTx .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPTHEVCBTx .nav-item:focus,
.cid-uPTHEVCBTx .nav-link:focus {
  outline: none;
}
.cid-uPTHEVCBTx .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPTHEVCBTx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPTHEVCBTx .menu-logo {
  margin-right: auto;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPTHEVCBTx .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPTHEVCBTx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPTHEVCBTx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPTHEVCBTx button.navbar-toggler:focus {
  outline: none;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #32076c;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPTHEVCBTx .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPTHEVCBTx .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPTHEVCBTx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uPTHEVCBTx .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPTHEVCBTx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPTHEVCBTx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPTHEVCBTx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPTHEVCBTx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPTHEVCBTx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPTHEVCBTx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPTHEVCBTx.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPTHEVCBTx img {
    height: 3.8rem !important;
  }
  .cid-uPTHEVCBTx .btn {
    display: -webkit-flex;
  }
  .cid-uPTHEVCBTx button.navbar-toggler {
    display: block;
  }
  .cid-uPTHEVCBTx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPTHEVCBTx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPTHEVCBTx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing,
  .cid-uPTHEVCBTx .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-nav,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPTHEVCBTx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPTHEVCBTx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPTHEVCBTx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPTHEVCBTx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPTHEVCBTx .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPTHEVCBTx .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPTHEVCBTx .nav-link:hover,
.cid-uPTHEVCBTx .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-uOIuJ7JbzC {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-uOIuJ7JbzC H4 {
  color: #ffffff;
}
.cid-uOIuJ7JbzC H3 {
  color: #000000;
}
.cid-uOIuJ7JbzC .mbr-text,
.cid-uOIuJ7JbzC .mbr-section-btn {
  color: #555555;
}
.cid-uOIJjFiuzc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f3ee;
}
.cid-uOIJjFiuzc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOIJjFiuzc .card {
  border-radius: 0;
}
.cid-uOIJjFiuzc .img {
  width: 80px;
  margin-right: 1rem;
}
.cid-uOIJjFiuzc .img-wrap {
  display: flex;
}
.cid-uOIJjFiuzc .link-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.cid-uOIJjFiuzc .link {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding: 0 1.5rem;
  margin-bottom: 0.5rem;
}
.cid-uOIJjFiuzc .link:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: '\e908';
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.8rem;
}
.cid-uOIJjFiuzc .link,
.cid-uOIJjFiuzc .link-wrap {
  color: #000000;
}
.cid-uOIJjFiuzc .wrapper {
  padding: 6rem 12rem;
}
@media (max-width: 1500px) {
  .cid-uOIJjFiuzc .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-uOIJjFiuzc .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #999999;
}
.cid-uOIJjFiuzc .card-phone:hover {
  color: #d9b7ab;
}
.cid-uOIJjFiuzc .img-col {
  padding: 0;
}
.cid-uOIJjFiuzc .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uOIJjFiuzc .wrapper {
    padding: 2rem 0rem;
  }
  .cid-uOIJjFiuzc .img-wrap {
    flex-direction: column;
    align-items: center;
  }
  .cid-uOIJjFiuzc .img {
    margin: 0;
    margin-bottom: 1rem;
  }
}
.cid-uOIJjFiuzc .mbr-text,
.cid-uOIJjFiuzc .mbr-section-btn {
  color: #999999;
}
.cid-uOIJjFiuzc .mbr-section-subtitle {
  color: #000000;
}
.cid-uOIJjFiuzc .card-title,
.cid-uOIJjFiuzc .card-box {
  color: #735009;
}
.cid-uPUIHfbOjQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uPUIHfbOjQ .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-uPUIHfbOjQ .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uPUIHfbOjQ .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uPUIHfbOjQ .card-title {
  color: #735009;
  margin: 0;
  text-align: left;
}
.cid-uPUIHfbOjQ .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-uPUIHfbOjQ .card-box {
  padding: 1rem;
}
.cid-uPUIHfbOjQ .mbr-section-title,
.cid-uPUIHfbOjQ .line-wrap {
  text-align: center;
}
.cid-uPUIHfbOjQ .card-box > p,
.cid-uPUIHfbOjQ .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-rT67xH53tv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f6f3ee;
}
.cid-rT67xH53tv .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-rT67xH53tv li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-rT67xH53tv .time {
  line-height: 2;
  color: #7f1933;
  text-align: left;
}
.cid-rT67xH53tv .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-rT67xH53tv .text-wrap {
  width: 100%;
}
.cid-rT67xH53tv .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-rT67xH53tv .item-wrap span,
.cid-rT67xH53tv .item-wrap p {
  transition: all 0.3s;
}
.cid-rT67xH53tv .item-wrap:hover span,
.cid-rT67xH53tv .item-wrap:hover p {
  color: #735009 !important;
}
.cid-rT67xH53tv .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rT67xH53tv .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a15547 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-rT67xH53tv .socicon-wrap .mbr-iconfont:hover {
  color: #735009 !important;
}
.cid-rT67xH53tv .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-rT67xH53tv .mbr-iconfont {
  font-size: 1.2rem;
  color: #000000 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-rT67xH53tv .socicon-wrap {
    margin: auto;
  }
  .cid-rT67xH53tv .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-rT67xH53tv .title {
  color: #000000;
  text-align: left;
}
.cid-rT67xH53tv .mbr-text {
  color: #999999;
}
.cid-rT67xH53tv .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-rT67xH53tv .icon-title,
.cid-rT67xH53tv .align-wrap {
  color: #111111;
}
.cid-rT67xH53tv .mbr-text,
.cid-rT67xH53tv .mbr-section-btn {
  color: #111111;
}
.cid-uPTHEVCBTx .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPTHEVCBTx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPTHEVCBTx a {
  font-style: normal;
}
.cid-uPTHEVCBTx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPTHEVCBTx .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPTHEVCBTx .nav-item:focus,
.cid-uPTHEVCBTx .nav-link:focus {
  outline: none;
}
.cid-uPTHEVCBTx .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPTHEVCBTx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPTHEVCBTx .menu-logo {
  margin-right: auto;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPTHEVCBTx .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPTHEVCBTx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPTHEVCBTx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPTHEVCBTx button.navbar-toggler:focus {
  outline: none;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #32076c;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPTHEVCBTx .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPTHEVCBTx .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPTHEVCBTx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uPTHEVCBTx .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPTHEVCBTx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPTHEVCBTx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPTHEVCBTx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPTHEVCBTx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPTHEVCBTx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPTHEVCBTx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPTHEVCBTx.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPTHEVCBTx img {
    height: 3.8rem !important;
  }
  .cid-uPTHEVCBTx .btn {
    display: -webkit-flex;
  }
  .cid-uPTHEVCBTx button.navbar-toggler {
    display: block;
  }
  .cid-uPTHEVCBTx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPTHEVCBTx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPTHEVCBTx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing,
  .cid-uPTHEVCBTx .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-nav,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPTHEVCBTx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPTHEVCBTx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPTHEVCBTx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPTHEVCBTx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPTHEVCBTx .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPTHEVCBTx .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPTHEVCBTx .nav-link:hover,
.cid-uPTHEVCBTx .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-uPYM6H3roH {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uPYM6H3roH H3 {
  color: #200960;
}
.cid-uPYM6H3roH H4 {
  color: #d58f76;
}
.cid-uPYM6H3roH img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uOIVc3lnPn {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/carrers-alesta-2-1125x375.jpg");
}
.cid-uOIVc3lnPn H2 {
  color: #fafafa;
}
.cid-uOIZ6UuaRY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uOIZ6UuaRY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uOIZ6UuaRY input,
.cid-uOIZ6UuaRY textarea,
.cid-uOIZ6UuaRY .jqselect {
  font-weight: 300 !important;
}
.cid-uOIZ6UuaRY .col-wrap1 {
  background: #cebfaf;
  padding: 5rem;
  height: 100%;
}
.cid-uOIZ6UuaRY .col-wrap3 {
  background: #f5e0ca;
  padding: 5rem;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-uOIZ6UuaRY .col-wrap1,
  .cid-uOIZ6UuaRY .col-wrap3 {
    padding: 3rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uOIZ6UuaRY .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOIZ6UuaRY .col-wrap1,
  .cid-uOIZ6UuaRY .col-wrap3 {
    padding: 3rem 1rem;
  }
}
.cid-uOIZ6UuaRY .container {
  max-width: 1800px;
}
.cid-uOIZ6UuaRY img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  min-height: 300px;
}
.cid-uOIZ6UuaRY textarea {
  min-height: 150px !important;
}
.cid-uOIZ6UuaRY form .btn {
  width: 100%;
}
.cid-uOIZ6UuaRY .jq-selectbox__select-text {
  color: #d58f76;
}
.cid-uOIZ6UuaRY .jq-selectbox__select {
  padding: 0.65em 1em;
}
.cid-uOIZ6UuaRY .jq-selectbox li {
  padding: 0.8em 1.4em !important;
  color: #d58f76 !important;
}
.cid-uOIZ6UuaRY .form-control,
.cid-uOIZ6UuaRY .field-input {
  padding: 1.1rem 1.5rem;
  height: auto;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uOIZ6UuaRY .form-control::-webkit-input-placeholder,
.cid-uOIZ6UuaRY .field-input::-webkit-input-placeholder,
.cid-uOIZ6UuaRY .form-control::-webkit-input-placeholder,
.cid-uOIZ6UuaRY .field-input::-webkit-input-placeholder {
  color: #d58f76;
}
.cid-uOIZ6UuaRY .form-control:-moz-placeholder,
.cid-uOIZ6UuaRY .field-input:-moz-placeholder,
.cid-uOIZ6UuaRY .form-control:-moz-placeholder,
.cid-uOIZ6UuaRY .field-input:-moz-placeholder {
  color: #d58f76;
}
.cid-uOIZ6UuaRY .form-control:hover,
.cid-uOIZ6UuaRY .field-input:hover,
.cid-uOIZ6UuaRY .form-control:focus,
.cid-uOIZ6UuaRY .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uOIZ6UuaRY .form-control:hover::-webkit-input-placeholder,
.cid-uOIZ6UuaRY .field-input:hover::-webkit-input-placeholder,
.cid-uOIZ6UuaRY .form-control:focus::-webkit-input-placeholder,
.cid-uOIZ6UuaRY .field-input:focus::-webkit-input-placeholder,
.cid-uOIZ6UuaRY .form-control:hover::-webkit-input-placeholder,
.cid-uOIZ6UuaRY .field-input:hover::-webkit-input-placeholder,
.cid-uOIZ6UuaRY .form-control:focus::-webkit-input-placeholder,
.cid-uOIZ6UuaRY .field-input:focus::-webkit-input-placeholder {
  color: #d58f76;
}
.cid-uOIZ6UuaRY .form-control:hover:-moz-placeholder,
.cid-uOIZ6UuaRY .field-input:hover:-moz-placeholder,
.cid-uOIZ6UuaRY .form-control:focus:-moz-placeholder,
.cid-uOIZ6UuaRY .field-input:focus:-moz-placeholder,
.cid-uOIZ6UuaRY .form-control:hover:-moz-placeholder,
.cid-uOIZ6UuaRY .field-input:hover:-moz-placeholder,
.cid-uOIZ6UuaRY .form-control:focus:-moz-placeholder,
.cid-uOIZ6UuaRY .field-input:focus:-moz-placeholder {
  color: #d58f76;
}
.cid-uOIZ6UuaRY textarea {
  padding-top: 1rem !important;
}
.cid-uOIZ6UuaRY .jq-number__spin:hover,
.cid-uOIZ6UuaRY .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uOIZ6UuaRY .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uOIZ6UuaRY .jq-selectbox li,
.cid-uOIZ6UuaRY .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uOIZ6UuaRY .jq-selectbox li:hover,
.cid-uOIZ6UuaRY .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uOIZ6UuaRY .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uOIZ6UuaRY .jq-number__spin.minus:hover:after,
.cid-uOIZ6UuaRY .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uOIZ6UuaRY .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uOIZ6UuaRY .jq-number__spin.minus:after,
.cid-uOIZ6UuaRY .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uOIZ6UuaRY .jq-selectbox__trigger-arrow {
  border-top-color: #d58f76 !important;
  border-bottom-color: #d58f76 !important;
}
.cid-uOIZ6UuaRY input::-webkit-clear-button {
  display: none;
}
.cid-uOIZ6UuaRY input::-webkit-inner-spin-button {
  display: none;
}
.cid-uOIZ6UuaRY input::-webkit-outer-spin-button {
  display: none;
}
.cid-uOIZ6UuaRY input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uOIZ6UuaRY H5 {
  text-align: center;
  color: #000000;
}
.cid-uOIZ6UuaRY h6 {
  color: #d58f76;
}
.cid-uOIZ6UuaRY H3 {
  color: #111111;
}
.cid-uOIZ6UuaRY .mbr-text {
  color: #ffffff;
}
.cid-uOIZ6UuaRY .link,
.cid-uOIZ6UuaRY .link-wrap {
  color: #999999;
  text-align: right;
}
.cid-uOIZ6UuaRY H6 {
  text-align: center;
  color: #333333;
}
.cid-uOIZ6UuaRY H4 {
  color: #333333;
}
.cid-uOIZ6UuaRY .mbr-text,
.cid-uOIZ6UuaRY .mbr-section-btn {
  color: #000000;
}
.cid-rT67xH53tv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f6f3ee;
}
.cid-rT67xH53tv .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-rT67xH53tv li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-rT67xH53tv .time {
  line-height: 2;
  color: #7f1933;
  text-align: left;
}
.cid-rT67xH53tv .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-rT67xH53tv .text-wrap {
  width: 100%;
}
.cid-rT67xH53tv .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-rT67xH53tv .item-wrap span,
.cid-rT67xH53tv .item-wrap p {
  transition: all 0.3s;
}
.cid-rT67xH53tv .item-wrap:hover span,
.cid-rT67xH53tv .item-wrap:hover p {
  color: #735009 !important;
}
.cid-rT67xH53tv .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rT67xH53tv .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a15547 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-rT67xH53tv .socicon-wrap .mbr-iconfont:hover {
  color: #735009 !important;
}
.cid-rT67xH53tv .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-rT67xH53tv .mbr-iconfont {
  font-size: 1.2rem;
  color: #000000 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-rT67xH53tv .socicon-wrap {
    margin: auto;
  }
  .cid-rT67xH53tv .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-rT67xH53tv .title {
  color: #000000;
  text-align: left;
}
.cid-rT67xH53tv .mbr-text {
  color: #999999;
}
.cid-rT67xH53tv .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-rT67xH53tv .icon-title,
.cid-rT67xH53tv .align-wrap {
  color: #111111;
}
.cid-rT67xH53tv .mbr-text,
.cid-rT67xH53tv .mbr-section-btn {
  color: #111111;
}
.cid-uPTHEVCBTx .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPTHEVCBTx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPTHEVCBTx a {
  font-style: normal;
}
.cid-uPTHEVCBTx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPTHEVCBTx .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPTHEVCBTx .nav-item:focus,
.cid-uPTHEVCBTx .nav-link:focus {
  outline: none;
}
.cid-uPTHEVCBTx .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPTHEVCBTx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPTHEVCBTx .menu-logo {
  margin-right: auto;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPTHEVCBTx .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPTHEVCBTx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPTHEVCBTx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPTHEVCBTx button.navbar-toggler:focus {
  outline: none;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #32076c;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPTHEVCBTx .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPTHEVCBTx .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPTHEVCBTx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uPTHEVCBTx .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPTHEVCBTx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPTHEVCBTx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPTHEVCBTx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPTHEVCBTx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPTHEVCBTx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPTHEVCBTx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPTHEVCBTx.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPTHEVCBTx img {
    height: 3.8rem !important;
  }
  .cid-uPTHEVCBTx .btn {
    display: -webkit-flex;
  }
  .cid-uPTHEVCBTx button.navbar-toggler {
    display: block;
  }
  .cid-uPTHEVCBTx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPTHEVCBTx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPTHEVCBTx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing,
  .cid-uPTHEVCBTx .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-nav,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPTHEVCBTx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPTHEVCBTx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPTHEVCBTx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPTHEVCBTx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPTHEVCBTx .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPTHEVCBTx .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPTHEVCBTx .nav-link:hover,
.cid-uPTHEVCBTx .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-uPYEUVGk0T {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uPYEUVGk0T .container {
    max-width: 1400px;
  }
}
.cid-uPYEUVGk0T img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-uPYEUVGk0T .content {
  margin: auto;
}
.cid-uPYEUVGk0T .mbr-text,
.cid-uPYEUVGk0T .mbr-section-btn {
  color: #999999;
}
@media (max-width: 1200px) {
  .cid-uPYEUVGk0T img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uPYEUVGk0T .img-col {
    padding-bottom: 2rem;
  }
}
.cid-uPYEUVGk0T .quote {
  color: #333333;
}
.cid-uPYEUVGk0T H3 {
  color: #200960;
}
.cid-uPYEUVGk0T H4 {
  color: #d58f76;
}
.cid-uPYEUVGk0T .mbr-text {
  color: #000000;
}
.cid-rT67xH53tv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f6f3ee;
}
.cid-rT67xH53tv .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-rT67xH53tv li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-rT67xH53tv .time {
  line-height: 2;
  color: #7f1933;
  text-align: left;
}
.cid-rT67xH53tv .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-rT67xH53tv .text-wrap {
  width: 100%;
}
.cid-rT67xH53tv .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-rT67xH53tv .item-wrap span,
.cid-rT67xH53tv .item-wrap p {
  transition: all 0.3s;
}
.cid-rT67xH53tv .item-wrap:hover span,
.cid-rT67xH53tv .item-wrap:hover p {
  color: #735009 !important;
}
.cid-rT67xH53tv .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rT67xH53tv .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a15547 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-rT67xH53tv .socicon-wrap .mbr-iconfont:hover {
  color: #735009 !important;
}
.cid-rT67xH53tv .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-rT67xH53tv .mbr-iconfont {
  font-size: 1.2rem;
  color: #000000 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-rT67xH53tv .socicon-wrap {
    margin: auto;
  }
  .cid-rT67xH53tv .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-rT67xH53tv .title {
  color: #000000;
  text-align: left;
}
.cid-rT67xH53tv .mbr-text {
  color: #999999;
}
.cid-rT67xH53tv .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-rT67xH53tv .icon-title,
.cid-rT67xH53tv .align-wrap {
  color: #111111;
}
.cid-rT67xH53tv .mbr-text,
.cid-rT67xH53tv .mbr-section-btn {
  color: #111111;
}
.cid-uPTHEVCBTx .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPTHEVCBTx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPTHEVCBTx a {
  font-style: normal;
}
.cid-uPTHEVCBTx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPTHEVCBTx .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPTHEVCBTx .nav-item:focus,
.cid-uPTHEVCBTx .nav-link:focus {
  outline: none;
}
.cid-uPTHEVCBTx .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPTHEVCBTx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPTHEVCBTx .menu-logo {
  margin-right: auto;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPTHEVCBTx .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPTHEVCBTx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPTHEVCBTx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPTHEVCBTx button.navbar-toggler:focus {
  outline: none;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #32076c;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPTHEVCBTx .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPTHEVCBTx .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPTHEVCBTx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uPTHEVCBTx .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPTHEVCBTx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPTHEVCBTx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPTHEVCBTx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPTHEVCBTx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPTHEVCBTx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPTHEVCBTx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPTHEVCBTx.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPTHEVCBTx img {
    height: 3.8rem !important;
  }
  .cid-uPTHEVCBTx .btn {
    display: -webkit-flex;
  }
  .cid-uPTHEVCBTx button.navbar-toggler {
    display: block;
  }
  .cid-uPTHEVCBTx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPTHEVCBTx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPTHEVCBTx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing,
  .cid-uPTHEVCBTx .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-nav,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPTHEVCBTx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPTHEVCBTx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPTHEVCBTx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPTHEVCBTx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPTHEVCBTx .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPTHEVCBTx .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPTHEVCBTx .nav-link:hover,
.cid-uPTHEVCBTx .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-uQhG6qNJqw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uQhG6qNJqw .row-gallery {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  justify-content: space-between;
}
.cid-uQhG6qNJqw .item-wrapper {
  margin: 15px 5px;
  position: relative;
  padding: 0;
}
.cid-uQhG6qNJqw .item-wrapper img {
  height: 150px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-uQhG6qNJqw .item-wrapper:hover {
  cursor: pointer;
}
.cid-uQhG6qNJqw .item-wrapper:hover:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #0056b3;
  opacity: 0.4;
  border-radius: 10px;
  pointer-events: none;
}
.cid-uQhG6qNJqw .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uQhG6qNJqw .block__inner {
  margin: 15px 0;
  padding: 30px 70px;
  border-radius: 10px;
  border: 2px solid #ebeaed;
}
.cid-uQhG6qNJqw .mbr-text {
  margin-bottom: 4px;
}
.cid-uQhG6qNJqw .icons-menu {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uQhG6qNJqw .soc-item {
  line-height: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
.cid-uQhG6qNJqw .soc-item .mbr-iconfont {
  color: #2f1893;
  font-size: 20px;
  height: 20px;
  width: 20px;
}
@media (max-width: 991px) {
  .cid-uQhG6qNJqw .block__inner {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-uQhG6qNJqw .item-wrapper {
    display: inline-flex;
    box-sizing: border-box;
  }
  .cid-uQhG6qNJqw .item-wrapper img {
    width: 100%;
    height: 100%;
  }
}
.cid-uQhG6qNJqw .modal-body a.close {
  border-radius: 0;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
  position: fixed;
  opacity: .5;
  color: #fff;
  border: none;
  text-align: center;
  z-index: 5;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uQhG6qNJqw .modal-body a.close::before {
  content: '\e91a';
}
.cid-uQhG6qNJqw .modal-body a.close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQhG6qNJqw .carousel-control,
.cid-uQhG6qNJqw .close {
  background: #1b1b1b;
}
.cid-uQhG6qNJqw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQhG6qNJqw .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uQhG6qNJqw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQhG6qNJqw .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uQhG6qNJqw .carousel-control {
  position: fixed;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -35px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 26px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  transition: all 0.22s ease 0s;
}
.cid-uQhG6qNJqw .carousel-inner > .active {
  display: block;
}
.cid-uQhG6qNJqw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQhG6qNJqw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQhG6qNJqw .carousel-control .icon-next,
.cid-uQhG6qNJqw .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 26px;
  line-height: 27px;
}
.cid-uQhG6qNJqw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQhG6qNJqw .carousel-control,
  .cid-uQhG6qNJqw .carousel-indicators,
  .cid-uQhG6qNJqw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQhG6qNJqw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQhG6qNJqw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQhG6qNJqw .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uQhG6qNJqw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQhG6qNJqw .carousel-indicators {
    display: none;
  }
}
.cid-uQhG6qNJqw .carousel-indicators .active,
.cid-uQhG6qNJqw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5;
  border: 4px solid #1b1b1b;
}
.cid-uQhG6qNJqw .carousel-indicators .active {
  background: #fff;
}
.cid-uQhG6qNJqw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQhG6qNJqw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQhG6qNJqw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQhG6qNJqw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQhG6qNJqw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQhG6qNJqw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
}
.cid-uQhG6qNJqw .carousel {
  width: 100%;
}
.cid-uQhG6qNJqw .modal-dialog .carousel-inner {
  height: auto;
}
.cid-uQhG6qNJqw .modal-backdrop.in {
  opacity: .8;
}
.cid-uQhG6qNJqw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQhG6qNJqw .modal.fade .modal-dialog,
.cid-uQhG6qNJqw .modal.in .modal-dialog {
  transform: none;
}
.cid-uQhG6qNJqw .span__text {
  color: #919dab;
}
.cid-uQhG6qNJqw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQhG6qNJqw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-2s * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#custom-html-2s body {
  font-family: sans-serif;
}
#custom-html-2s .slider {
  width: 100%;
  max-width: 800px;
  height: 500px;
  margin: auto;
  overflow: hidden;
  position: relative;
  background: #000000;
}
#custom-html-2s .slidess {
  display: flex;
  width: 400%;
  transition: transform 0.5s ease-in-out;
}
#custom-html-2s .slidess img {
  width: 100%;
  height: 500px;
  object-fit: contain;
}
#custom-html-2s .btnn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #0008;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 18px;
  z-index: 10;
}
#custom-html-2s .prev {
  left: 10px;
}
#custom-html-2s .next {
  right: 10px;
}
.cid-rT67xH53tv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f6f3ee;
}
.cid-rT67xH53tv .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-rT67xH53tv li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-rT67xH53tv .time {
  line-height: 2;
  color: #7f1933;
  text-align: left;
}
.cid-rT67xH53tv .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-rT67xH53tv .text-wrap {
  width: 100%;
}
.cid-rT67xH53tv .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-rT67xH53tv .item-wrap span,
.cid-rT67xH53tv .item-wrap p {
  transition: all 0.3s;
}
.cid-rT67xH53tv .item-wrap:hover span,
.cid-rT67xH53tv .item-wrap:hover p {
  color: #735009 !important;
}
.cid-rT67xH53tv .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rT67xH53tv .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a15547 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-rT67xH53tv .socicon-wrap .mbr-iconfont:hover {
  color: #735009 !important;
}
.cid-rT67xH53tv .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-rT67xH53tv .mbr-iconfont {
  font-size: 1.2rem;
  color: #000000 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-rT67xH53tv .socicon-wrap {
    margin: auto;
  }
  .cid-rT67xH53tv .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-rT67xH53tv .title {
  color: #000000;
  text-align: left;
}
.cid-rT67xH53tv .mbr-text {
  color: #999999;
}
.cid-rT67xH53tv .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-rT67xH53tv .icon-title,
.cid-rT67xH53tv .align-wrap {
  color: #111111;
}
.cid-rT67xH53tv .mbr-text,
.cid-rT67xH53tv .mbr-section-btn {
  color: #111111;
}
.cid-uPTHEVCBTx .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPTHEVCBTx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPTHEVCBTx a {
  font-style: normal;
}
.cid-uPTHEVCBTx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPTHEVCBTx .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPTHEVCBTx .nav-item:focus,
.cid-uPTHEVCBTx .nav-link:focus {
  outline: none;
}
.cid-uPTHEVCBTx .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPTHEVCBTx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPTHEVCBTx .menu-logo {
  margin-right: auto;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPTHEVCBTx .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPTHEVCBTx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPTHEVCBTx .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPTHEVCBTx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPTHEVCBTx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPTHEVCBTx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPTHEVCBTx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPTHEVCBTx button.navbar-toggler:focus {
  outline: none;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #32076c;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPTHEVCBTx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPTHEVCBTx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPTHEVCBTx .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPTHEVCBTx .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPTHEVCBTx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPTHEVCBTx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPTHEVCBTx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uPTHEVCBTx .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPTHEVCBTx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPTHEVCBTx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPTHEVCBTx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPTHEVCBTx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPTHEVCBTx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPTHEVCBTx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPTHEVCBTx.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPTHEVCBTx img {
    height: 3.8rem !important;
  }
  .cid-uPTHEVCBTx .btn {
    display: -webkit-flex;
  }
  .cid-uPTHEVCBTx button.navbar-toggler {
    display: block;
  }
  .cid-uPTHEVCBTx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPTHEVCBTx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPTHEVCBTx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing,
  .cid-uPTHEVCBTx .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-nav,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPTHEVCBTx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPTHEVCBTx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPTHEVCBTx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPTHEVCBTx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPTHEVCBTx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPTHEVCBTx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPTHEVCBTx .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPTHEVCBTx .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPTHEVCBTx .nav-link:hover,
.cid-uPTHEVCBTx .dropdown-item:hover {
  color: #ff3366 !important;
}
