@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Be+Vietnam:100,100i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap);





body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 11.2rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-7 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #4b9b86 !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: #4b9b86 !important;
  border-color: #4b9b86 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #326759 !important;
  border-color: #326759 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #326759 !important;
  border-color: #326759 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #200960 !important;
  border-color: #200960 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !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: #4b9b86;
  color: #4b9b86;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #4b9b86;
  border-color: #4b9b86;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4b9b86 !important;
  border-color: #4b9b86 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #200960;
  color: #200960;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #200960;
  border-color: #200960;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #200960 !important;
  border-color: #200960 !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: #4b9b86 !important;
}
.text-secondary {
  color: #200960 !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: #87c5b5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3f12bd !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: #4b9b86;
  border-color: #4b9b86;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4b9b86;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #98cdbf;
}
.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: #4b9b86;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4b9b86;
  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: #4b9b86;
  border-bottom-color: #4b9b86;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4b9b86 !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: #200960 !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='%234b9b86' %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-rT67BKujhr .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rT67BKujhr .navbar-fixed-top {
  padding-top: 0;
}
.cid-rT67BKujhr .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rT67BKujhr .collapse {
  justify-content: space-between !important;
}
.cid-rT67BKujhr .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-rT67BKujhr .mbr-iconfont {
  cursor: pointer;
}
.cid-rT67BKujhr .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-rT67BKujhr .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #4b9b86;
  border-radius: 50%;
}
.cid-rT67BKujhr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rT67BKujhr .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-rT67BKujhr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rT67BKujhr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-rT67BKujhr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rT67BKujhr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rT67BKujhr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rT67BKujhr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rT67BKujhr .menu-content-top {
  background: #200960;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-rT67BKujhr .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-rT67BKujhr .dropdown-item,
.cid-rT67BKujhr .nav-link,
.cid-rT67BKujhr .brand-name {
  font-style: normal;
}
.cid-rT67BKujhr .dropdown-item:hover,
.cid-rT67BKujhr .nav-link:hover,
.cid-rT67BKujhr .brand-name:hover {
  color: #4b9b86 !important;
}
.cid-rT67BKujhr .dropdown-menu {
  background-color: #ffffff;
}
.cid-rT67BKujhr .dropdown-item:active {
  background-color: #ffffff;
}
.cid-rT67BKujhr .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-rT67BKujhr .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rT67BKujhr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rT67BKujhr .content-text {
  margin-bottom: 0;
}
.cid-rT67BKujhr .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rT67BKujhr .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4b9b86;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rT67BKujhr .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rT67BKujhr .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rT67BKujhr .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rT67BKujhr .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rT67BKujhr .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rT67BKujhr .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rT67BKujhr .nav-dropdown .link {
  font-weight: 400;
}
.cid-rT67BKujhr .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rT67BKujhr .content-right-side {
  text-align: center;
}
.cid-rT67BKujhr .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rT67BKujhr .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rT67BKujhr .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-rT67BKujhr .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-rT67BKujhr .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-rT67BKujhr .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rT67BKujhr .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rT67BKujhr .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rT67BKujhr .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rT67BKujhr .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-rT67BKujhr .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rT67BKujhr .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-rT67BKujhr .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rT67BKujhr .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rT67BKujhr .navbar {
    display: block;
    padding: 0;
  }
  .cid-rT67BKujhr .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rT67BKujhr .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rT67BKujhr .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-rT67BKujhr .navbar-toggler {
    display: none;
  }
}
.cid-rT67BKujhr .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rT67BKujhr .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rT67BKujhr .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rT67BKujhr .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rT67BKujhr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rT67BKujhr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rT67BKujhr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rT67BKujhr .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rT67BKujhr .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rT67BKujhr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rT67BKujhr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rT67BKujhr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rT67BKujhr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rT67BKujhr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rT67BKujhr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rT67BKujhr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rT67BKujhr .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rT67BKujhr .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-rT67BKujhr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rT67BKujhr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rT67BKujhr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rT67BKujhr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rT67BKujhr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-rT67BKujhr button.navbar-toggler:focus {
  outline: none;
}
.cid-rT67BKujhr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #200960;
}
.cid-rT67BKujhr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rT67BKujhr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rT67BKujhr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rT67BKujhr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rT67BKujhr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rT67BKujhr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rT67BKujhr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rT67BKujhr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rT67BKujhr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rT67BKujhr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rT67BKujhr .collapsed .btn {
  display: flex;
}
.cid-rT67BKujhr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rT67BKujhr .collapsed .navbar-collapse.collapsing,
.cid-rT67BKujhr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rT67BKujhr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rT67BKujhr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rT67BKujhr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rT67BKujhr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rT67BKujhr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rT67BKujhr .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rT67BKujhr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rT67BKujhr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rT67BKujhr .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rT67BKujhr .collapsed button.navbar-toggler {
  display: block;
}
.cid-rT67BKujhr .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rT67BKujhr .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rT67BKujhr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-rT67BKujhr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rT67BKujhr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rT67BKujhr .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-rT67BKujhr .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-rT67BKujhr .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-rT67BKujhr .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-rT67BKujhr .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rT67BKujhr .navbar-collapse.collapsing,
  .cid-rT67BKujhr .navbar-collapse.show {
    display: block !important;
  }
  .cid-rT67BKujhr .navbar-collapse.collapsing .navbar-nav,
  .cid-rT67BKujhr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rT67BKujhr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rT67BKujhr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rT67BKujhr .navbar-collapse.collapsing .navbar-buttons,
  .cid-rT67BKujhr .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-rT67BKujhr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rT67BKujhr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rT67BKujhr img {
    height: 3.8rem !important;
  }
  .cid-rT67BKujhr .btn {
    display: flex;
  }
  .cid-rT67BKujhr button.navbar-toggler {
    display: block;
  }
  .cid-rT67BKujhr .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rT67BKujhr .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rT67BKujhr .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-rT67BKujhr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rT67BKujhr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rT67BKujhr .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-rT67BKujhr .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rT67BKujhr .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rT67BKujhr .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rT67BKujhr .nav-link:focus {
  outline: none;
}
.cid-rT67BKujhr .navbar-toggler {
  position: relative;
}
.cid-rT67BKujhr .dropdown-item.active,
.cid-rT67BKujhr .dropdown-item:active {
  color: initial;
}
.cid-rT67BKujhr .widget-title,
.cid-rT67BKujhr .widget-icon {
  color: #ffffff;
}
.cid-rT67BKujhr .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-rT67BKujhr .menu-logo {
    display: none;
  }
  .cid-rT67BKujhr .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-rT67BKujhr .nav-item:before {
    content: none;
  }
  .cid-rT67BKujhr .navbar {
    padding: 0;
  }
  .cid-rT67BKujhr .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rT67BKujhr button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rZaO4S0llQ {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #dfdcd2;
  background: linear-gradient(90deg, #dfdcd2, #200960);
}
.cid-rZaO4S0llQ .container-fluid {
  padding: 0 3rem;
}
.cid-rZaO4S0llQ .table-wrap {
  margin: 0 1rem 3rem 1rem;
  border: 1px solid #eceae4;
  border-radius: 3%;
  padding: 3rem;
  transition: all 0.3s ease-in-out;
}
.cid-rZaO4S0llQ .table-wrap:hover {
  transition: all 0.3s ease-in-out;
  background-color: #149dcc;
}
.cid-rZaO4S0llQ .table-wrap:hover .table-pricing,
.cid-rZaO4S0llQ .table-wrap:hover .table-icon {
  color: #ffffff !important;
}
.cid-rZaO4S0llQ .table-wrap:hover .table-heading,
.cid-rZaO4S0llQ .table-wrap:hover .mbr-section-subtitle {
  color: #ffffff !important;
}
.cid-rZaO4S0llQ .section-heading {
  margin-bottom: 2rem;
}
.cid-rZaO4S0llQ .table-heading {
  margin-bottom: 2em;
}
.cid-rZaO4S0llQ .underline {
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.cid-rZaO4S0llQ .underline .line {
  width: 6rem;
  height: 3px;
  background: linear-gradient(135deg, #4b9b86, #200960);
  display: inline-block;
}
.cid-rZaO4S0llQ ul {
  word-wrap: break-word;
  padding: 0 4rem;
  margin: 0;
  list-style: none;
}
.cid-rZaO4S0llQ ul li {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.7em 0;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-rZaO4S0llQ ul li span {
  font-size: 32px;
  color: #000000;
}
.cid-rZaO4S0llQ hr {
  display: none;
  background: #eceae4;
}
.cid-rZaO4S0llQ hr {
  display: block;
}
.cid-rZaO4S0llQ .table-heading,
.cid-rZaO4S0llQ .table-pricing,
.cid-rZaO4S0llQ .table-icon {
  color: #149dcc;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.cid-rZaO4S0llQ .mbr-section-subtitle {
  color: #767676;
  transition: all 0.3s ease-in-out;
}
.cid-rZaO4S0llQ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rZaO4S0llQ .mbr-iconfont {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .cid-rZaO4S0llQ .table-wrap {
    margin: 1.5rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-rZaO4S0llQ .container-fluid {
    padding: 0 0rem;
  }
}
.cid-rZaO4S0llQ .mbr-section-subtitle,
.cid-rZaO4S0llQ .mbr-section-btn {
  color: #00113e;
}
.cid-rZaO4S0llQ .table-pricing,
.cid-rZaO4S0llQ .table-icon {
  text-align: center;
}
.cid-rT67BKujhr .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rT67BKujhr .navbar-fixed-top {
  padding-top: 0;
}
.cid-rT67BKujhr .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rT67BKujhr .collapse {
  justify-content: space-between !important;
}
.cid-rT67BKujhr .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-rT67BKujhr .mbr-iconfont {
  cursor: pointer;
}
.cid-rT67BKujhr .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-rT67BKujhr .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #4b9b86;
  border-radius: 50%;
}
.cid-rT67BKujhr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rT67BKujhr .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-rT67BKujhr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rT67BKujhr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-rT67BKujhr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rT67BKujhr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rT67BKujhr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rT67BKujhr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rT67BKujhr .menu-content-top {
  background: #200960;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-rT67BKujhr .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-rT67BKujhr .dropdown-item,
.cid-rT67BKujhr .nav-link,
.cid-rT67BKujhr .brand-name {
  font-style: normal;
}
.cid-rT67BKujhr .dropdown-item:hover,
.cid-rT67BKujhr .nav-link:hover,
.cid-rT67BKujhr .brand-name:hover {
  color: #4b9b86 !important;
}
.cid-rT67BKujhr .dropdown-menu {
  background-color: #ffffff;
}
.cid-rT67BKujhr .dropdown-item:active {
  background-color: #ffffff;
}
.cid-rT67BKujhr .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-rT67BKujhr .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rT67BKujhr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rT67BKujhr .content-text {
  margin-bottom: 0;
}
.cid-rT67BKujhr .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rT67BKujhr .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4b9b86;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rT67BKujhr .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rT67BKujhr .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rT67BKujhr .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rT67BKujhr .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rT67BKujhr .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rT67BKujhr .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rT67BKujhr .nav-dropdown .link {
  font-weight: 400;
}
.cid-rT67BKujhr .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rT67BKujhr .content-right-side {
  text-align: center;
}
.cid-rT67BKujhr .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rT67BKujhr .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rT67BKujhr .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-rT67BKujhr .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-rT67BKujhr .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-rT67BKujhr .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rT67BKujhr .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rT67BKujhr .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rT67BKujhr .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rT67BKujhr .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-rT67BKujhr .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rT67BKujhr .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-rT67BKujhr .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rT67BKujhr .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rT67BKujhr .navbar {
    display: block;
    padding: 0;
  }
  .cid-rT67BKujhr .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rT67BKujhr .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rT67BKujhr .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-rT67BKujhr .navbar-toggler {
    display: none;
  }
}
.cid-rT67BKujhr .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rT67BKujhr .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rT67BKujhr .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rT67BKujhr .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rT67BKujhr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rT67BKujhr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rT67BKujhr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rT67BKujhr .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rT67BKujhr .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rT67BKujhr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rT67BKujhr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rT67BKujhr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rT67BKujhr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rT67BKujhr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rT67BKujhr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rT67BKujhr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rT67BKujhr .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rT67BKujhr .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-rT67BKujhr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rT67BKujhr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rT67BKujhr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rT67BKujhr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rT67BKujhr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-rT67BKujhr button.navbar-toggler:focus {
  outline: none;
}
.cid-rT67BKujhr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #200960;
}
.cid-rT67BKujhr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rT67BKujhr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rT67BKujhr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rT67BKujhr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rT67BKujhr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rT67BKujhr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rT67BKujhr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rT67BKujhr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rT67BKujhr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rT67BKujhr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rT67BKujhr .collapsed .btn {
  display: flex;
}
.cid-rT67BKujhr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rT67BKujhr .collapsed .navbar-collapse.collapsing,
.cid-rT67BKujhr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rT67BKujhr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rT67BKujhr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rT67BKujhr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rT67BKujhr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rT67BKujhr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rT67BKujhr .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rT67BKujhr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rT67BKujhr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rT67BKujhr .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rT67BKujhr .collapsed button.navbar-toggler {
  display: block;
}
.cid-rT67BKujhr .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rT67BKujhr .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rT67BKujhr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-rT67BKujhr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rT67BKujhr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rT67BKujhr .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-rT67BKujhr .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-rT67BKujhr .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-rT67BKujhr .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-rT67BKujhr .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rT67BKujhr .navbar-collapse.collapsing,
  .cid-rT67BKujhr .navbar-collapse.show {
    display: block !important;
  }
  .cid-rT67BKujhr .navbar-collapse.collapsing .navbar-nav,
  .cid-rT67BKujhr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rT67BKujhr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rT67BKujhr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rT67BKujhr .navbar-collapse.collapsing .navbar-buttons,
  .cid-rT67BKujhr .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-rT67BKujhr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rT67BKujhr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rT67BKujhr img {
    height: 3.8rem !important;
  }
  .cid-rT67BKujhr .btn {
    display: flex;
  }
  .cid-rT67BKujhr button.navbar-toggler {
    display: block;
  }
  .cid-rT67BKujhr .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rT67BKujhr .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rT67BKujhr .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-rT67BKujhr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rT67BKujhr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rT67BKujhr .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-rT67BKujhr .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rT67BKujhr .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rT67BKujhr .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rT67BKujhr .nav-link:focus {
  outline: none;
}
.cid-rT67BKujhr .navbar-toggler {
  position: relative;
}
.cid-rT67BKujhr .dropdown-item.active,
.cid-rT67BKujhr .dropdown-item:active {
  color: initial;
}
.cid-rT67BKujhr .widget-title,
.cid-rT67BKujhr .widget-icon {
  color: #ffffff;
}
.cid-rT67BKujhr .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-rT67BKujhr .menu-logo {
    display: none;
  }
  .cid-rT67BKujhr .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-rT67BKujhr .nav-item:before {
    content: none;
  }
  .cid-rT67BKujhr .navbar {
    padding: 0;
  }
  .cid-rT67BKujhr .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rT67BKujhr button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rZaJQjeDNr {
  padding-top: 150px;
  padding-bottom: 30px;
  background-color: #dfdcd2;
}
.cid-rZaJQjeDNr H4 {
  color: #ffffff;
}
.cid-rZaJQjeDNr H3 {
  text-align: left;
  color: #00113e;
}
.cid-rZaH0RCCMQ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #dfdcd2;
}
.cid-rZaH0RCCMQ .mbr-shop {
  display: table;
  width: 100%;
}
.cid-rZaH0RCCMQ .mbr-shop .row {
  margin: 0;
}
.cid-rZaH0RCCMQ .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-rZaH0RCCMQ .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-rZaH0RCCMQ .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-rZaH0RCCMQ .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-rZaH0RCCMQ .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-rZaH0RCCMQ .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-rZaH0RCCMQ .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-rZaH0RCCMQ .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-rZaH0RCCMQ .mbr-shop .hide-modal {
  display: none;
}
.cid-rZaH0RCCMQ .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-rZaH0RCCMQ .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-rZaH0RCCMQ .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-rZaH0RCCMQ .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-rZaH0RCCMQ .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-rZaH0RCCMQ .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-rZaH0RCCMQ .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-rZaH0RCCMQ .mbr-shop .filter-by-pu,
.cid-rZaH0RCCMQ .mbr-shop .filter-by-pd,
.cid-rZaH0RCCMQ .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-rZaH0RCCMQ .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-rZaH0RCCMQ .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-rZaH0RCCMQ .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-rZaH0RCCMQ .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: 15px;
  width: 33%;
}
.cid-rZaH0RCCMQ .mbr-shop .galleryItem h4,
.cid-rZaH0RCCMQ .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin: 0;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-rZaH0RCCMQ .mbr-shop .galleryItem h5,
.cid-rZaH0RCCMQ .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-rZaH0RCCMQ .mbr-shop .galleryItem p,
.cid-rZaH0RCCMQ .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-rZaH0RCCMQ .mbr-shop .item-button {
  text-align: center;
}
.cid-rZaH0RCCMQ .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-rZaH0RCCMQ .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-rZaH0RCCMQ .mbr-shop .sidebar {
  margin-top: 15px;
  padding-top: 15px;
  position: relative;
}
.cid-rZaH0RCCMQ .mbr-shop .sidebar-block {
  position: relative;
}
.cid-rZaH0RCCMQ .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #f7f7f7;
  top: 0;
  right: 3px;
}
.cid-rZaH0RCCMQ .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-rZaH0RCCMQ .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-rZaH0RCCMQ .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-rZaH0RCCMQ .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-rZaH0RCCMQ .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-rZaH0RCCMQ .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
}
.cid-rZaH0RCCMQ .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-rZaH0RCCMQ .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-rZaH0RCCMQ .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-rZaH0RCCMQ .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-rZaH0RCCMQ .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-rZaH0RCCMQ .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 15px;
  left: 15px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #66458e;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-rZaH0RCCMQ .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-rZaH0RCCMQ .mbr-shop .mbr-gallery-item__hided h4,
.cid-rZaH0RCCMQ .mbr-shop .mbr-gallery-item__hided h5,
.cid-rZaH0RCCMQ .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-rZaH0RCCMQ .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-rZaH0RCCMQ .mbr-shop .galleryItem .price-block {
  display: block;
  padding: 10px 0 0;
}
.cid-rZaH0RCCMQ .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-rZaH0RCCMQ .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-rZaH0RCCMQ .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-rZaH0RCCMQ .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-rZaH0RCCMQ .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-rZaH0RCCMQ .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-rZaH0RCCMQ .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-rZaH0RCCMQ .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-rZaH0RCCMQ .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-rZaH0RCCMQ .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-rZaH0RCCMQ .mbr-shop .range-controls {
  position: relative;
}
.cid-rZaH0RCCMQ .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-rZaH0RCCMQ .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #66458e;
}
.cid-rZaH0RCCMQ .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #66458e;
  cursor: pointer;
}
.cid-rZaH0RCCMQ .mbr-shop .toggle:hover,
.cid-rZaH0RCCMQ .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-rZaH0RCCMQ .mbr-shop .min-toggle {
  left: 0;
}
.cid-rZaH0RCCMQ .mbr-shop .max-toggle {
  right: 0;
}
.cid-rZaH0RCCMQ .mbr-shop .hided-by-price {
  display: none;
}
.cid-rZaH0RCCMQ .mbr-shop .text-modal {
  padding-left: 30px;
}
.cid-rZaH0RCCMQ .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-rZaH0RCCMQ .mbr-shop .text-modal .price-block {
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rZaH0RCCMQ .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-rZaH0RCCMQ .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-rZaH0RCCMQ .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-rZaH0RCCMQ .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-rZaH0RCCMQ .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-rZaH0RCCMQ .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-rZaH0RCCMQ .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rZaH0RCCMQ .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-rZaH0RCCMQ .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-rZaH0RCCMQ .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-rZaH0RCCMQ .mbr-shop .galleryItem .sidebar_wraper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
}
.cid-rZaH0RCCMQ .mbr-shop .shopItemsModal .sidebar_wraper {
  height: 100%;
  text-align: left;
}
.cid-rZaH0RCCMQ .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-rZaH0RCCMQ .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-rZaH0RCCMQ .mbr-shop .price-range {
  display: none;
}
.cid-rZaH0RCCMQ .mbr-shop .price-range-reset {
  display: none;
}
.cid-rZaH0RCCMQ .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-rZaH0RCCMQ .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-rZaH0RCCMQ .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-rZaH0RCCMQ .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-rZaH0RCCMQ .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-rZaH0RCCMQ .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-rZaH0RCCMQ .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-rZaH0RCCMQ .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-rZaH0RCCMQ .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-rZaH0RCCMQ .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-rZaH0RCCMQ .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-rZaH0RCCMQ .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-rZaH0RCCMQ .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-rZaH0RCCMQ .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rZaH0RCCMQ .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-rZaH0RCCMQ .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-rZaH0RCCMQ .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-rZaH0RCCMQ .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-rZaH0RCCMQ .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-rZaH0RCCMQ .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-rZaH0RCCMQ .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-rZaH0RCCMQ .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-rZaH0RCCMQ .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-rZaH0RCCMQ .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-rZaH0RCCMQ .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-rZaH0RCCMQ .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-rZaH0RCCMQ .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-rZaH0RCCMQ .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-rZaH0RCCMQ .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-rZaH0RCCMQ .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-rZaH0RCCMQ .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-rZaH0RCCMQ .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-rZaH0RCCMQ .oldprice {
  color: #767676;
  padding-left: .8rem !important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rZaH0RCCMQ .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-rZaH0RCCMQ .range-controls {
  display: block !important;
}
.cid-rZaH0RCCMQ .sort-buttons {
  display: block !important;
}
.cid-rZaH0RCCMQ .mbr-gallery-item .sidebar_wraper {
  background-color: #f6f3ee;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-rZaH0RCCMQ .sidebar .sidebar_wraper {
  background-color: #f7f7f7;
}
.cid-rZaH0RCCMQ .mbr-gallery-item .price-block {
  text-align: left;
}
.cid-rZaH0RCCMQ .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-rZaH0RCCMQ .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rZaH0RCCMQ .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  font-weight: 700;
}
.cid-rZaH0RCCMQ .sidebar {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rZaH0RCCMQ .range-slider {
  -webkit-order: 1;
  order: 1;
}
.cid-rZaH0RCCMQ .sidebar-categories {
  -webkit-order: 2;
  order: 2;
}
.cid-rZaH0RCCMQ .bestseller-block {
  -webkit-order: 3;
  order: 3;
}
.cid-rZaH0RCCMQ .categories {
  padding: 0;
}
.cid-rZaH0RCCMQ .sidebar-title {
  font-weight: bold;
}
.cid-rZaH2d21SX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dfdcd2;
}
.cid-rZaH2d21SX .mbr-section-subtitle {
  color: #767676;
}
.cid-rZaH2d21SX ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rZaH2d21SX ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-rZaH2d21SX ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-rZaH2d21SX ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-rZaH2d21SX .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-s2n5iUZpYs {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
  overflow: hidden;
}
.cid-s2n5iUZpYs H1 {
  color: #232323;
}
.cid-s2n5iUZpYs .mbr-text,
.cid-s2n5iUZpYs .mbr-section-btn {
  color: #eceae4;
  text-align: center;
}
.cid-s2n5iUZpYs .img1 {
  box-shadow: 0 10px 55px 5px rgba(48, 13, 143, 0.35);
  border-radius: 10px;
}
.cid-s2n5iUZpYs .relative {
  position: relative;
}
.cid-s2n5iUZpYs .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-s2n5iUZpYs .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-s2n5iUZpYs .card-img2 .img2 {
  width: 120%;
}
.cid-s2n5iUZpYs .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-s2n5iUZpYs .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-s2n5iUZpYs .img2 {
  box-shadow: 0 10px 55px 5px rgba(48, 13, 143, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-rZa6nTCDPb {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #eceae4;
}
@media (min-width: 1500px) {
  .cid-rZa6nTCDPb .container {
    max-width: 1400px;
  }
}
.cid-rZa6nTCDPb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-rZa6nTCDPb .card:hover {
  cursor: pointer;
}
.cid-rZa6nTCDPb .card:hover .img-wrapper:before {
  opacity: 0.8;
}
.cid-rZa6nTCDPb .card:hover .content-wrap {
  opacity: 1;
  transform: translateY(-50%);
}
.cid-rZa6nTCDPb .img-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-rZa6nTCDPb .img-wrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  background: #200960;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  z-index: 1;
}
.cid-rZa6nTCDPb .content-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: auto;
  padding: 2rem;
  top: 50%;
  z-index: 2;
  width: 100%;
  transform: translateY(-45%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-rZa6nTCDPb .card .img-wrapper:before {
    opacity: 0.8;
  }
  .cid-rZa6nTCDPb .card .content-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-rZa6nTCDPb .card-title {
  color: #f6f3ee;
}
.cid-rZa6nTCDPb .mbr-section-subtitle,
.cid-rZa6nTCDPb .link-align {
  color: #eceae4;
}
.cid-rZa6nTCDPb .main-title {
  color: #00113e;
  text-align: left;
}
.cid-rT67sgjwJ7 {
  padding-top: 105px;
  padding-bottom: 120px;
  position: relative;
  background-image: url("../../../assets/images/mbr-1920x1164.jpg");
}
.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: #ffffff;
}
.cid-rT67sgjwJ7 .panel-text {
  color: #ffffff;
}
.cid-rT67sgjwJ7 H4 {
  color: #ffffff;
}
.cid-rT67sgjwJ7 H5 {
  color: #dfdcd2;
}
.cid-rT67sgjwJ7 H3 {
  color: #dfdcd2;
}
.cid-rT67rD0BN5 {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #c1cfd1;
}
.cid-rT67rD0BN5 .mbr-overlay {
  background-color: #333333;
  opacity: 0.4;
}
.cid-rT67rD0BN5 input,
.cid-rT67rD0BN5 textarea,
.cid-rT67rD0BN5 .jqselect {
  font-weight: 300!important;
}
.cid-rT67rD0BN5 textarea {
  min-height: 200px!important;
}
.cid-rT67rD0BN5 .wrapper {
  background-color: #00113e;
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-rT67rD0BN5 .wrapper {
    padding: 4rem 1rem;
  }
}
.cid-rT67rD0BN5 .row {
  padding: 0 1rem;
}
.cid-rT67rD0BN5 .btn {
  height: 63px;
  margin: 0!important;
}
.cid-rT67rD0BN5 .form-row {
  justify-content: center;
}
.cid-rT67rD0BN5 .form-control {
  min-height: 63px;
}
.cid-rT67rD0BN5 .mbr-form {
  padding: 0;
}
.cid-rT67rD0BN5 .jq-selectbox__select-text {
  color: #295853;
}
.cid-rT67rD0BN5 .jq-selectbox__select {
  padding: 0.65em 1em;
}
.cid-rT67rD0BN5 .jq-selectbox li {
  padding: 0.8em 1.4em!important;
  color: #295853 !important;
}
.cid-rT67rD0BN5 .form-control,
.cid-rT67rD0BN5 .field-input {
  padding: 2rem 1.5rem;
  padding-top: 1.8rem;
  min-height: auto;
  background-color: #ffffff;
  border-color: #f6f3ee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rT67rD0BN5 .form-control::-webkit-input-placeholder,
.cid-rT67rD0BN5 .field-input::-webkit-input-placeholder,
.cid-rT67rD0BN5 .form-control::-webkit-input-placeholder,
.cid-rT67rD0BN5 .field-input::-webkit-input-placeholder {
  color: #295853;
}
.cid-rT67rD0BN5 .form-control:-moz-placeholder,
.cid-rT67rD0BN5 .field-input:-moz-placeholder,
.cid-rT67rD0BN5 .form-control:-moz-placeholder,
.cid-rT67rD0BN5 .field-input:-moz-placeholder {
  color: #295853;
}
.cid-rT67rD0BN5 .form-control:hover,
.cid-rT67rD0BN5 .field-input:hover,
.cid-rT67rD0BN5 .form-control:focus,
.cid-rT67rD0BN5 .field-input:focus {
  background-color: #65acac;
  border-color: #f6f3ee;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rT67rD0BN5 .form-control:hover::-webkit-input-placeholder,
.cid-rT67rD0BN5 .field-input:hover::-webkit-input-placeholder,
.cid-rT67rD0BN5 .form-control:focus::-webkit-input-placeholder,
.cid-rT67rD0BN5 .field-input:focus::-webkit-input-placeholder,
.cid-rT67rD0BN5 .form-control:hover::-webkit-input-placeholder,
.cid-rT67rD0BN5 .field-input:hover::-webkit-input-placeholder,
.cid-rT67rD0BN5 .form-control:focus::-webkit-input-placeholder,
.cid-rT67rD0BN5 .field-input:focus::-webkit-input-placeholder {
  color: #295853;
}
.cid-rT67rD0BN5 .form-control:hover:-moz-placeholder,
.cid-rT67rD0BN5 .field-input:hover:-moz-placeholder,
.cid-rT67rD0BN5 .form-control:focus:-moz-placeholder,
.cid-rT67rD0BN5 .field-input:focus:-moz-placeholder,
.cid-rT67rD0BN5 .form-control:hover:-moz-placeholder,
.cid-rT67rD0BN5 .field-input:hover:-moz-placeholder,
.cid-rT67rD0BN5 .form-control:focus:-moz-placeholder,
.cid-rT67rD0BN5 .field-input:focus:-moz-placeholder {
  color: #295853;
}
.cid-rT67rD0BN5 textarea {
  padding-top: 1rem!important;
}
.cid-rT67rD0BN5 .jq-number__spin:hover,
.cid-rT67rD0BN5 .jq-number__spin:focus {
  background-color: #65acac;
  border-color: #f6f3ee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rT67rD0BN5 .jq-number__spin {
  background-color: #ffffff;
  border-color: #f6f3ee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rT67rD0BN5 .jq-selectbox li,
.cid-rT67rD0BN5 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rT67rD0BN5 .jq-selectbox li:hover,
.cid-rT67rD0BN5 .jq-selectbox li.selected {
  background-color: #65acac;
  color: #000000;
}
.cid-rT67rD0BN5 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rT67rD0BN5 .jq-number__spin.minus:hover:after,
.cid-rT67rD0BN5 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rT67rD0BN5 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rT67rD0BN5 .jq-number__spin.minus:after,
.cid-rT67rD0BN5 .jq-number__spin.plus:after {
  border-top-color: #65acac;
  border-bottom-color: #65acac;
}
.cid-rT67rD0BN5 .jq-selectbox__trigger-arrow {
  border-top-color: #295853 !important;
  border-bottom-color: #295853 !important;
}
.cid-rT67rD0BN5 input::-webkit-clear-button {
  display: none;
}
.cid-rT67rD0BN5 input::-webkit-inner-spin-button {
  display: none;
}
.cid-rT67rD0BN5 input::-webkit-outer-spin-button {
  display: none;
}
.cid-rT67rD0BN5 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rT67rD0BN5 H5 {
  text-align: center;
  color: #ffffff;
}
.cid-rT67rD0BN5 H6 {
  text-align: center;
  color: #aeddc2;
}
.cid-rT67BKujhr .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rT67BKujhr .navbar-fixed-top {
  padding-top: 0;
}
.cid-rT67BKujhr .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rT67BKujhr .collapse {
  justify-content: space-between !important;
}
.cid-rT67BKujhr .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-rT67BKujhr .mbr-iconfont {
  cursor: pointer;
}
.cid-rT67BKujhr .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-rT67BKujhr .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #4b9b86;
  border-radius: 50%;
}
.cid-rT67BKujhr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rT67BKujhr .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-rT67BKujhr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rT67BKujhr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-rT67BKujhr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rT67BKujhr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rT67BKujhr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rT67BKujhr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rT67BKujhr .menu-content-top {
  background: #200960;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-rT67BKujhr .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-rT67BKujhr .dropdown-item,
.cid-rT67BKujhr .nav-link,
.cid-rT67BKujhr .brand-name {
  font-style: normal;
}
.cid-rT67BKujhr .dropdown-item:hover,
.cid-rT67BKujhr .nav-link:hover,
.cid-rT67BKujhr .brand-name:hover {
  color: #4b9b86 !important;
}
.cid-rT67BKujhr .dropdown-menu {
  background-color: #ffffff;
}
.cid-rT67BKujhr .dropdown-item:active {
  background-color: #ffffff;
}
.cid-rT67BKujhr .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-rT67BKujhr .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rT67BKujhr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rT67BKujhr .content-text {
  margin-bottom: 0;
}
.cid-rT67BKujhr .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rT67BKujhr .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4b9b86;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rT67BKujhr .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rT67BKujhr .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rT67BKujhr .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rT67BKujhr .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rT67BKujhr .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rT67BKujhr .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rT67BKujhr .nav-dropdown .link {
  font-weight: 400;
}
.cid-rT67BKujhr .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rT67BKujhr .content-right-side {
  text-align: center;
}
.cid-rT67BKujhr .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rT67BKujhr .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rT67BKujhr .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-rT67BKujhr .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-rT67BKujhr .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-rT67BKujhr .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rT67BKujhr .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rT67BKujhr .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rT67BKujhr .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rT67BKujhr .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-rT67BKujhr .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rT67BKujhr .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-rT67BKujhr .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rT67BKujhr .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rT67BKujhr .navbar {
    display: block;
    padding: 0;
  }
  .cid-rT67BKujhr .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rT67BKujhr .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rT67BKujhr .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-rT67BKujhr .navbar-toggler {
    display: none;
  }
}
.cid-rT67BKujhr .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rT67BKujhr .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rT67BKujhr .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rT67BKujhr .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rT67BKujhr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rT67BKujhr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rT67BKujhr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rT67BKujhr .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rT67BKujhr .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rT67BKujhr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rT67BKujhr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rT67BKujhr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rT67BKujhr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rT67BKujhr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rT67BKujhr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rT67BKujhr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rT67BKujhr .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rT67BKujhr .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-rT67BKujhr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rT67BKujhr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rT67BKujhr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rT67BKujhr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rT67BKujhr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-rT67BKujhr button.navbar-toggler:focus {
  outline: none;
}
.cid-rT67BKujhr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #200960;
}
.cid-rT67BKujhr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rT67BKujhr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rT67BKujhr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rT67BKujhr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rT67BKujhr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rT67BKujhr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rT67BKujhr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rT67BKujhr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rT67BKujhr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rT67BKujhr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rT67BKujhr .collapsed .btn {
  display: flex;
}
.cid-rT67BKujhr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rT67BKujhr .collapsed .navbar-collapse.collapsing,
.cid-rT67BKujhr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rT67BKujhr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rT67BKujhr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rT67BKujhr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rT67BKujhr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rT67BKujhr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rT67BKujhr .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rT67BKujhr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rT67BKujhr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rT67BKujhr .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rT67BKujhr .collapsed button.navbar-toggler {
  display: block;
}
.cid-rT67BKujhr .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rT67BKujhr .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rT67BKujhr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-rT67BKujhr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rT67BKujhr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rT67BKujhr .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-rT67BKujhr .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-rT67BKujhr .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-rT67BKujhr .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-rT67BKujhr .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rT67BKujhr .navbar-collapse.collapsing,
  .cid-rT67BKujhr .navbar-collapse.show {
    display: block !important;
  }
  .cid-rT67BKujhr .navbar-collapse.collapsing .navbar-nav,
  .cid-rT67BKujhr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rT67BKujhr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rT67BKujhr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rT67BKujhr .navbar-collapse.collapsing .navbar-buttons,
  .cid-rT67BKujhr .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-rT67BKujhr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rT67BKujhr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rT67BKujhr img {
    height: 3.8rem !important;
  }
  .cid-rT67BKujhr .btn {
    display: flex;
  }
  .cid-rT67BKujhr button.navbar-toggler {
    display: block;
  }
  .cid-rT67BKujhr .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rT67BKujhr .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rT67BKujhr .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-rT67BKujhr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rT67BKujhr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rT67BKujhr .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-rT67BKujhr .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rT67BKujhr .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rT67BKujhr .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rT67BKujhr .nav-link:focus {
  outline: none;
}
.cid-rT67BKujhr .navbar-toggler {
  position: relative;
}
.cid-rT67BKujhr .dropdown-item.active,
.cid-rT67BKujhr .dropdown-item:active {
  color: initial;
}
.cid-rT67BKujhr .widget-title,
.cid-rT67BKujhr .widget-icon {
  color: #ffffff;
}
.cid-rT67BKujhr .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-rT67BKujhr .menu-logo {
    display: none;
  }
  .cid-rT67BKujhr .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-rT67BKujhr .nav-item:before {
    content: none;
  }
  .cid-rT67BKujhr .navbar {
    padding: 0;
  }
  .cid-rT67BKujhr .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rT67BKujhr button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
