.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #1e272e;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffa801 !important;
}
.bg-success {
  background-color: #0be881 !important;
}
.bg-info {
  background-color: #0fbcf9 !important;
}
.bg-warning {
  background-color: #ffc048 !important;
}
.bg-danger {
  background-color: #ff3f34 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffa801 !important;
  border-color: #ffa801 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffb934 !important;
  border-color: #ffb934 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffb934 !important;
  border-color: #ffb934 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffc048 !important;
  border-color: #ffc048 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffd27b !important;
  border-color: #ffd27b !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffd27b !important;
  border-color: #ffd27b !important;
}
.btn-info,
.btn-info:active {
  background-color: #0fbcf9 !important;
  border-color: #0fbcf9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #41cafa !important;
  border-color: #41cafa !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #41cafa !important;
  border-color: #41cafa !important;
}
.btn-success,
.btn-success:active {
  background-color: #0be881 !important;
  border-color: #0be881 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #31f59a !important;
  border-color: #31f59a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #31f59a !important;
  border-color: #31f59a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc048 !important;
  border-color: #ffc048 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd27b !important;
  border-color: #ffd27b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffd27b !important;
  border-color: #ffd27b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff3f34 !important;
  border-color: #ff3f34 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff6f67 !important;
  border-color: #ff6f67 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff6f67 !important;
  border-color: #ff6f67 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffa801;
  color: #ffa801;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a96f00 !important;
  background-color: transparent !important;
  border-color: #a96f00 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa801 !important;
  border-color: #ffa801 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffc048;
  color: #ffc048;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f09e00 !important;
  background-color: transparent !important;
  border-color: #f09e00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffc048 !important;
  border-color: #ffc048 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0fbcf9;
  color: #0fbcf9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0481ad !important;
  background-color: transparent !important;
  border-color: #0481ad !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0fbcf9 !important;
  border-color: #0fbcf9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0be881;
  color: #0be881;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #079553 !important;
  background-color: transparent !important;
  border-color: #079553 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0be881 !important;
  border-color: #0be881 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc048;
  color: #ffc048;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #f09e00 !important;
  background-color: transparent !important;
  border-color: #f09e00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffc048 !important;
  border-color: #ffc048 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff3f34;
  color: #ff3f34;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #dc0c00 !important;
  background-color: transparent !important;
  border-color: #dc0c00 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3f34 !important;
  border-color: #ff3f34 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffa801 !important;
}
.text-secondary {
  color: #ffc048 !important;
}
.text-success {
  color: #0be881 !important;
}
.text-info {
  color: #0fbcf9 !important;
}
.text-warning {
  color: #ffc048 !important;
}
.text-danger {
  color: #ff3f34 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9a6500 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #e19400 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #06874b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #04769e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e19400 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cd0b00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffa801;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0fbcf9;
}
.alert-warning {
  background-color: #ffc048;
}
.alert-danger {
  background-color: #ff3f34;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffa801;
  border-color: #ffa801;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffa801;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffeecd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c3fce1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d6f4fe;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffa801 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ffa801;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffa801;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffa801;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffa801;
  border-bottom-color: #ffa801;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffa801 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffc048 !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='%23ffa801' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uTXYDll54u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uTXYDll54u nav.navbar {
  position: fixed;
}
.cid-uTXYDll54u .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTXYDll54u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTXYDll54u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTXYDll54u .dropdown-item:hover,
.cid-uTXYDll54u .dropdown-item:focus {
  background: #ffa801 !important;
  color: white !important;
}
.cid-uTXYDll54u .dropdown-item:hover span {
  color: white;
}
.cid-uTXYDll54u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTXYDll54u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTXYDll54u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTXYDll54u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTXYDll54u .nav-link {
  position: relative;
}
.cid-uTXYDll54u .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTXYDll54u .container {
    flex-wrap: wrap;
  }
}
.cid-uTXYDll54u .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTXYDll54u .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uTXYDll54u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTXYDll54u .dropdown-menu,
.cid-uTXYDll54u .navbar.opened {
  background: #ffffff !important;
}
.cid-uTXYDll54u .nav-item:focus,
.cid-uTXYDll54u .nav-link:focus {
  outline: none;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTXYDll54u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTXYDll54u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTXYDll54u .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uTXYDll54u .navbar.opened {
  transition: all 0.3s;
}
.cid-uTXYDll54u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTXYDll54u .navbar .navbar-logo img {
  width: auto;
}
.cid-uTXYDll54u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTXYDll54u .navbar.collapsed {
  justify-content: center;
}
.cid-uTXYDll54u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTXYDll54u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTXYDll54u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTXYDll54u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTXYDll54u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTXYDll54u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTXYDll54u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTXYDll54u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTXYDll54u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTXYDll54u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTXYDll54u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTXYDll54u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uTXYDll54u .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uTXYDll54u .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTXYDll54u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTXYDll54u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTXYDll54u .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTXYDll54u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTXYDll54u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTXYDll54u .dropdown-item.active,
.cid-uTXYDll54u .dropdown-item:active {
  background-color: transparent;
}
.cid-uTXYDll54u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTXYDll54u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTXYDll54u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTXYDll54u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTXYDll54u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTXYDll54u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTXYDll54u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTXYDll54u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTXYDll54u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTXYDll54u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTXYDll54u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTXYDll54u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTXYDll54u .navbar {
    height: 70px;
  }
  .cid-uTXYDll54u .navbar.opened {
    height: auto;
  }
  .cid-uTXYDll54u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTXYDll54u html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
.cid-uTXEKYDSPw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1202.jpeg");
}
.cid-uTXEKYDSPw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTXEKYDSPw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTXEKYDSPw .content-wrapper .image-wrapper {
  margin-bottom: 32px;
}
.cid-uTXEKYDSPw .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTXEKYDSPw .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uTXEKYDSPw .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uTXEKYDSPw .content-wrapper .mbr-section-title span {
  color: #ffc048;
}
.cid-uTXEKYDSPw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTXEKYDSPw .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uTXEKYDSPw .mbr-section-title {
  color: #ffffff;
}
.cid-uTXEKYDSPw .mbr-text,
.cid-uTXEKYDSPw .text-wrapper {
  color: #ffc091;
  text-align: center;
}
.cid-uTXEKYDSPw .mbr-section-title,
.cid-uTXEKYDSPw .mbr-section-btn {
  text-align: center;
  color: #ffc048;
}
.cid-uTlOXoGjb4 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTlOXoGjb4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTlOXoGjb4 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uTlOXoGjb4 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTlOXoGjb4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTlOXoGjb4 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffa600;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #232323;
  height: 80px;
  border-radius: 50%;
}
.cid-uTlOXoGjb4 .card-title,
.cid-uTlOXoGjb4 .iconfont-wrapper,
.cid-uTlOXoGjb4 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uTlOXoGjb4 .content-head {
  max-width: 800px;
}
.cid-uTlOXoGjb4 .mbr-section-title {
  color: #000000;
}
.cid-uTlOXoGjb4 .mbr-section-btn {
  text-align: center;
}
.cid-uTOPXJ4QkB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTOPXJ4QkB h6 {
  line-height: 1.2;
}
.cid-uTOPXJ4QkB img,
.cid-uTOPXJ4QkB .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uTOPXJ4QkB img,
  .cid-uTOPXJ4QkB .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uTOPXJ4QkB .item:focus,
.cid-uTOPXJ4QkB span:focus {
  outline: none;
}
.cid-uTOPXJ4QkB .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uTOPXJ4QkB .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uTOPXJ4QkB .mbr-section-title {
  color: #ffc048;
}
.cid-uTOPXJ4QkB .mbr-text,
.cid-uTOPXJ4QkB .mbr-section-btn {
  color: #000000;
}
.cid-uTOPXJ4QkB .item-title {
  color: #000000;
  text-align: center;
}
.cid-uTOPXJ4QkB .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uTOPXJ4QkB .item-text {
  color: #000000;
  text-align: center;
}
.cid-uTOPXJ4QkB .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uTOPXJ4QkB img,
  .cid-uTOPXJ4QkB .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uTOPXJ4QkB .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTOQZJLJij {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTOQZJLJij .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTOQZJLJij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTOEqONkOm {
  background-color: #eeeef7;
}
.cid-uTOEqONkOm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uTOEqONkOm .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uTOEqONkOm .embla__slide .slide-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uTOEqONkOm .embla__slide .slide-content {
    display: block;
  }
}
.cid-uTOEqONkOm .embla__slide .slide-content .item-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTOEqONkOm .embla__slide .slide-content .item-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uTOEqONkOm .embla__slide .slide-content .item-wrapper .item-img img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTOEqONkOm .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uTOEqONkOm .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 0 250px 0 72px;
}
@media (max-width: 1440px) {
  .cid-uTOEqONkOm .embla__slide .slide-content .item-content {
    padding: 0 190px 0 48px;
  }
}
@media (max-width: 1200px) {
  .cid-uTOEqONkOm .embla__slide .slide-content .item-content {
    padding: 0 190px 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-uTOEqONkOm .embla__slide .slide-content .item-content {
    width: 100%;
    padding: 0;
  }
}
.cid-uTOEqONkOm .embla__slide .slide-content .item-content .item-number {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTOEqONkOm .embla__slide .slide-content .item-content .item-number {
    margin-bottom: 32px;
  }
}
.cid-uTOEqONkOm .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 32px;
}
.cid-uTOEqONkOm .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uTOEqONkOm .embla__button--next,
.cid-uTOEqONkOm .embla__button--prev {
  display: flex;
}
.cid-uTOEqONkOm .embla__button {
  top: 0;
  width: 86px;
  height: 86px;
  font-size: 28px;
  background-color: transparent !important;
  color: #baace7 !important;
  border: 1px solid #baace7 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uTOEqONkOm .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uTOEqONkOm .embla__button:disabled {
  background-color: #191c25 !important;
  color: #f5f5fb !important;
  border: 1px solid #191c25 !important;
}
.cid-uTOEqONkOm .embla__button:hover {
  background-color: #191c25 !important;
  color: #f5f5fb !important;
  border: 1px solid #191c25 !important;
}
.cid-uTOEqONkOm .embla__button.embla__button--prev {
  right: 98px;
}
.cid-uTOEqONkOm .embla__button.embla__button--next {
  right: 0;
}
.cid-uTOEqONkOm .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uTOEqONkOm .embla {
    padding-bottom: 6rem;
  }
}
.cid-uTOEqONkOm .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uTOEqONkOm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTOEqONkOm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTOEqONkOm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTOEqONkOm .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uTOEqONkOm .item-number {
  color: #191c25;
}
.cid-uTOEqONkOm .item-title {
  color: #191c25;
}
.cid-uTOEqONkOm .item-text {
  color: #191c25;
}
.cid-uU9SWNufeR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-uU9SWNufeR .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uU9SWNufeR .mbr-section-title {
  color: #24262b;
}
.cid-uU9SWNufeR .mbr-section-subtitle {
  color: #24262b;
}
.cid-uU9SWNufeR .items-row {
  row-gap: 48px;
}
.cid-uU9SWNufeR .item {
  cursor: pointer;
}
.cid-uU9SWNufeR .item:focus,
.cid-uU9SWNufeR span:focus {
  outline: none;
}
.cid-uU9SWNufeR .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-uU9SWNufeR .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uU9SWNufeR .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-uU9SWNufeR .item-img img {
  width: 100%;
  height: calc(110px * 3);
  object-fit: cover;
}
.cid-uU9SWNufeR .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-uU9SWNufeR .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uU9SWNufeR .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-uU9SWNufeR .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-uU9SWNufeR .item-title {
  color: #24262b;
}
.cid-uU9SWNufeR .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-uU9SWNufeR .mbr-text {
  color: #0fbcf9;
}
.cid-uTOXpkeHQj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uTOXpkeHQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTOXpkeHQj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTOXpkeHQj .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uTOXpkeHQj .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTOXpkeHQj .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uTOXpkeHQj .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uTOXpkeHQj .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uTOXpkeHQj .image-wrapper {
  padding: 0 1rem;
}
.cid-uTOXpkeHQj img,
.cid-uTOXpkeHQj .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uTOXpkeHQj img,
  .cid-uTOXpkeHQj .image-wrapper {
    max-height: 350px;
  }
}
.cid-uTOXpkeHQj .mbr-section-title {
  color: #000000;
}
.cid-uTOXpkeHQj .mbr-text {
  color: #000000;
}
.cid-uTOXpkeHQj .mbr-text,
.cid-uTOXpkeHQj .mbr-section-btn {
  text-align: left;
}
.cid-uTOXpkeHQj .price {
  color: #0fbcf9;
}
.cid-uTn2CloCC8 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-uTn2CloCC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTn2CloCC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTn2CloCC8 .video-wrapper iframe {
  width: 100%;
}
.cid-uTn2CloCC8 .mbr-section-title,
.cid-uTn2CloCC8 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uTn2CloCC8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uTPaDcrK6A {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTPaDcrK6A h6 {
  line-height: 1.2;
}
.cid-uTPaDcrK6A img,
.cid-uTPaDcrK6A .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uTPaDcrK6A img,
  .cid-uTPaDcrK6A .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uTPaDcrK6A .item:focus,
.cid-uTPaDcrK6A span:focus {
  outline: none;
}
.cid-uTPaDcrK6A .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uTPaDcrK6A .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uTPaDcrK6A .mbr-section-title {
  color: #ffc048;
}
.cid-uTPaDcrK6A .mbr-text,
.cid-uTPaDcrK6A .mbr-section-btn {
  color: #000000;
}
.cid-uTPaDcrK6A .item-title {
  color: #000000;
  text-align: center;
}
.cid-uTPaDcrK6A .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uTPaDcrK6A .item-text {
  color: #000000;
  text-align: center;
}
.cid-uTPaDcrK6A .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uTPaDcrK6A img,
  .cid-uTPaDcrK6A .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uTPaDcrK6A .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTPug1lpbc {
  overflow: hidden !important;
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-uTPug1lpbc {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-uTPug1lpbc .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uTPug1lpbc h1 {
  color: #132c70;
}
.cid-uTPug1lpbc h2 {
  color: #132c70;
}
.cid-uTPug1lpbc a {
  color: #132c70;
}
.cid-uTPug1lpbc .btn-line::after {
  background-color: #132c70;
}
.cid-uTPug1lpbc .animated-element {
  color: #efefef;
}
.cid-uTPug1lpbc .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-uTPug1lpbc .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uTPug1lpbc .buttons-right {
    margin-left: 0px;
    margin-top: 5px;
  }
}
@media (min-width: 991px) {
  .cid-uTPug1lpbc .buttons-right {
    margin-left: -5px;
  }
}
@media (max-width: 767px) {
  .cid-uTPug1lpbc .btn {
    width: 100%;
    margin: 0.5rem 0;
  }
  .cid-uTPug1lpbc .container-fluid {
    padding: 0 1rem;
  }
  .cid-uTPug1lpbc .mbr-white {
    padding-left: 0 1rem;
  }
  .cid-uTPug1lpbc .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uTPug1lpbc .btn {
    height: 46px;
    font-weight: 300;
  }
  .cid-uTPug1lpbc .container-fluid {
    padding: 0 2rem;
  }
  .cid-uTPug1lpbc .mbr-white {
    padding-left: 3rem;
  }
  .cid-uTPug1lpbc .buttons {
    display: flex;
    position: relative;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .cid-uTPug1lpbc .buttons-1 {
    padding: 0.75rem 3rem;
  }
  .cid-uTPug1lpbc .buttons-2 {
    position: absolute;
    border-left: none;
    padding: 1rem 2.5rem;
  }
}
.cid-uTPug1lpbc .container-fluid {
  max-width: 1300px;
}
.cid-uTPug1lpbc .mbr-section-title {
  margin-bottom: 2rem;
  color: #000000;
}
.cid-uTPug1lpbc .mbr-section-subtitle {
  margin-bottom: 0rem;
  color: #0fbcf9;
}
.cid-uTPug1lpbc .btn-line {
  margin-top: 3rem;
}
.cid-uTPug1lpbc .span_string {
  display: block;
  margin-bottom: 1rem;
}
.cid-uTPug1lpbc h3 {
  font-family: "Cormorant", sans-serif;
  margin-bottom: 0;
}
.cid-uTPug1lpbc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPug1lpbc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTPug1lpbc .mbr-text {
  color: #232323;
}
.cid-uTmWCAiJ82 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTmWCAiJ82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTmWCAiJ82 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTmWCAiJ82 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTmWCAiJ82 .row {
  flex-direction: row-reverse;
}
.cid-uTmWCAiJ82 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTmWCAiJ82 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTmWCAiJ82 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTmWCAiJ82 .mbr-section-title {
  color: #ffc048;
}
.cid-uTmWCAiJ82 .mbr-text,
.cid-uTmWCAiJ82 .mbr-section-btn {
  color: #232323;
}
.cid-uTXDh5BWg2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uTXDh5BWg2 .item:focus,
.cid-uTXDh5BWg2 span:focus {
  outline: none;
}
.cid-uTXDh5BWg2 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uTXDh5BWg2 .content-head {
  max-width: 800px;
}
.cid-uTXDh5BWg2 .item {
  padding: 10px 0;
  font-weight: 700;
  color: #ffc048;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uTXDh5BWg2 .item {
    min-height: 45px;
  }
}
.cid-uTP4LtB26z {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTP4LtB26z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTP4LtB26z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTP4LtB26z .mbr-section-subtitle {
  color: #ffc048;
}
.cid-uTP1UylAiF {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTP1UylAiF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTP1UylAiF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTP1UylAiF .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uTP1UylAiF .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uTP1UylAiF .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uTP1UylAiF .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uTP1UylAiF .container {
    padding: 0 24px;
  }
}
.cid-uTP1UylAiF .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uTP1UylAiF .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uTP1UylAiF .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uTP1UylAiF .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 32px;
  display: flex;
  align-items: flex-end;
  min-height: 630px;
}
@media (max-width: 992px) {
  .cid-uTP1UylAiF .item .item-wrapper {
    min-height: 400px;
    padding: 24px;
  }
}
.cid-uTP1UylAiF .item .item-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTP1UylAiF .item .item-wrapper .card-box {
  position: relative;
  padding: 32px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-uTP1UylAiF .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uTP1UylAiF .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uTP1UylAiF .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uTP1UylAiF .item .item-wrapper .card-box .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTP1UylAiF .item .item-wrapper .card-box .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uTP1UylAiF .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uTP1UylAiF .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uTP1UylAiF .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uTP1UylAiF .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTP1UylAiF .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uTP1UylAiF .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uTP1UylAiF .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uTP1UylAiF .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .item-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uTP1UylAiF .item-text {
  color: #ffc048;
}
.cid-uTP1UylAiF .item-name {
  color: #ffffff;
}
.cid-uTP1UylAiF .mbr-rating {
  color: #EFCC4E;
}
.cid-uTP6MZCQwx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uTP6MZCQwx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTP6MZCQwx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTP6MZCQwx .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uTP6MZCQwx .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTP6MZCQwx .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uTP6MZCQwx .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uTP6MZCQwx .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uTP6MZCQwx .image-wrapper {
  padding: 0 1rem;
}
.cid-uTP6MZCQwx img,
.cid-uTP6MZCQwx .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uTP6MZCQwx img,
  .cid-uTP6MZCQwx .image-wrapper {
    max-height: 350px;
  }
}
.cid-uTP6MZCQwx .mbr-section-title {
  color: #000000;
}
.cid-uTP6MZCQwx .mbr-text {
  color: #000000;
}
.cid-uTP6MZCQwx .mbr-text,
.cid-uTP6MZCQwx .mbr-section-btn {
  text-align: left;
}
.cid-uTP6MZCQwx .price {
  color: #0fbcf9;
}
.cid-uTlO19BtNS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uTlO19BtNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTlO19BtNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTlO19BtNS .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uTlO19BtNS .card {
    margin-bottom: 2rem!important;
  }
  .cid-uTlO19BtNS .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uTlO19BtNS .link-wrap {
    align-items: center;
  }
}
.cid-uTlO19BtNS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uTmVE9zg2K {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #f7f7f7;
}
.cid-uTmVE9zg2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTmVE9zg2K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uTmVE9zg2K .container-fluid {
    padding: 0;
  }
}
.cid-uTmVE9zg2K .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uTmVE9zg2K .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uTmVE9zg2K .embla__button--next,
.cid-uTmVE9zg2K .embla__button--prev {
  display: flex;
}
.cid-uTmVE9zg2K .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uTmVE9zg2K .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uTmVE9zg2K .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTmVE9zg2K .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uTmVE9zg2K .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTmVE9zg2K .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uTmVE9zg2K .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uTmVE9zg2K .embla {
  position: relative;
  width: 100%;
}
.cid-uTmVE9zg2K .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uTmVE9zg2K .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTmVE9zg2K .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTmVE9zg2K .embla__slide a {
  cursor: grab;
}
.cid-uTmVE9zg2K .embla__slide a:active {
  cursor: grabbing;
}
.cid-uTmVE9zg2K .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTmVE9zg2K .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uTmVE9zg2K .mbr-section-title {
  color: #232323;
}
.cid-uTmVE9zg2K .mbr-section-subtitle {
  color: #232323;
}
.cid-uTmVE9zg2K .mbr-box {
  color: #ffffff;
}
.cid-uTmVE9zg2K .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uTmVE9zg2K img,
.cid-uTmVE9zg2K .item-img {
  width: 100%;
}
.cid-uTmVE9zg2K .item-wrapper {
  position: relative;
}
.cid-uTmVE9zg2K .content-head {
  max-width: 800px;
}
.cid-uTlOiQ4eCg {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/e4b88be8bdbd204-1200x800.jpg");
}
.cid-uTlOiQ4eCg img,
.cid-uTlOiQ4eCg .item-img {
  width: 100%;
}
.cid-uTlOiQ4eCg .item:focus,
.cid-uTlOiQ4eCg span:focus {
  outline: none;
}
.cid-uTlOiQ4eCg .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uTlOiQ4eCg .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uTlOiQ4eCg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTlOiQ4eCg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uTlOiQ4eCg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uTlOiQ4eCg .mbr-section-title {
  color: #ffa600;
}
.cid-uTlOiQ4eCg .mbr-text,
.cid-uTlOiQ4eCg .mbr-section-btn {
  text-align: center;
}
.cid-uTlOiQ4eCg .item-title {
  text-align: center;
  color: #232323;
}
.cid-uTlOiQ4eCg .item-subtitle {
  text-align: left;
}
.cid-uTlNYfayMN {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uTlNYfayMN img,
.cid-uTlNYfayMN .item-img {
  width: 100%;
}
.cid-uTlNYfayMN .item:focus,
.cid-uTlNYfayMN span:focus {
  outline: none;
}
.cid-uTlNYfayMN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uTlNYfayMN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uTlNYfayMN .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uTlNYfayMN .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTlNYfayMN .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uTlNYfayMN .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uTlNYfayMN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uTlNYfayMN .mbr-section-title {
  color: #232323;
}
.cid-uTlNYfayMN .mbr-text,
.cid-uTlNYfayMN .mbr-section-btn {
  text-align: left;
}
.cid-uTlNYfayMN .item-title {
  text-align: left;
}
.cid-uTlNYfayMN .item-subtitle {
  text-align: left;
}
.cid-uTlOemn9Wt {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTlOemn9Wt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTlOemn9Wt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTlOemn9Wt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTlOemn9Wt .row {
  flex-direction: row-reverse;
}
.cid-uTlOemn9Wt img {
  width: 100%;
}
.cid-uTmVSTqfyB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTmVSTqfyB h6 {
  line-height: 1.2;
}
.cid-uTmVSTqfyB img,
.cid-uTmVSTqfyB .item-img {
  width: 100%;
  height: 100%;
}
.cid-uTmVSTqfyB .item:focus,
.cid-uTmVSTqfyB span:focus {
  outline: none;
}
.cid-uTmVSTqfyB .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uTmVSTqfyB .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uTmVSTqfyB .mbr-section-title {
  color: #ffa600;
}
.cid-uTmVSTqfyB .mbr-text,
.cid-uTmVSTqfyB .mbr-section-btn {
  color: #000000;
}
.cid-uTmVSTqfyB .item-title {
  color: #000000;
  text-align: center;
}
.cid-uTmVSTqfyB .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uTmVSTqfyB .item-text {
  color: #000000;
  text-align: center;
}
.cid-uTmVSTqfyB .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uTmVSTqfyB .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTPI1HkIkt {
  background-color: #eeeef7;
}
.cid-uTPI1HkIkt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uTPI1HkIkt .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uTPI1HkIkt .embla__slide .slide-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uTPI1HkIkt .embla__slide .slide-content {
    display: block;
  }
}
.cid-uTPI1HkIkt .embla__slide .slide-content .item-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTPI1HkIkt .embla__slide .slide-content .item-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uTPI1HkIkt .embla__slide .slide-content .item-wrapper .item-img img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTPI1HkIkt .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uTPI1HkIkt .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 0 250px 0 72px;
}
@media (max-width: 1440px) {
  .cid-uTPI1HkIkt .embla__slide .slide-content .item-content {
    padding: 0 190px 0 48px;
  }
}
@media (max-width: 1200px) {
  .cid-uTPI1HkIkt .embla__slide .slide-content .item-content {
    padding: 0 190px 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-uTPI1HkIkt .embla__slide .slide-content .item-content {
    width: 100%;
    padding: 0;
  }
}
.cid-uTPI1HkIkt .embla__slide .slide-content .item-content .item-number {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTPI1HkIkt .embla__slide .slide-content .item-content .item-number {
    margin-bottom: 32px;
  }
}
.cid-uTPI1HkIkt .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 32px;
}
.cid-uTPI1HkIkt .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uTPI1HkIkt .embla__button--next,
.cid-uTPI1HkIkt .embla__button--prev {
  display: flex;
}
.cid-uTPI1HkIkt .embla__button {
  top: 0;
  width: 86px;
  height: 86px;
  font-size: 28px;
  background-color: transparent !important;
  color: #baace7 !important;
  border: 1px solid #baace7 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uTPI1HkIkt .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uTPI1HkIkt .embla__button:disabled {
  background-color: #191c25 !important;
  color: #f5f5fb !important;
  border: 1px solid #191c25 !important;
}
.cid-uTPI1HkIkt .embla__button:hover {
  background-color: #191c25 !important;
  color: #f5f5fb !important;
  border: 1px solid #191c25 !important;
}
.cid-uTPI1HkIkt .embla__button.embla__button--prev {
  right: 98px;
}
.cid-uTPI1HkIkt .embla__button.embla__button--next {
  right: 0;
}
.cid-uTPI1HkIkt .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uTPI1HkIkt .embla {
    padding-bottom: 6rem;
  }
}
.cid-uTPI1HkIkt .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uTPI1HkIkt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTPI1HkIkt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTPI1HkIkt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTPI1HkIkt .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uTPI1HkIkt .item-number {
  color: #191c25;
}
.cid-uTPI1HkIkt .item-title {
  color: #191c25;
}
.cid-uTPI1HkIkt .item-text {
  color: #191c25;
}
.cid-uTlOVbEjCM {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uTlOVbEjCM img,
.cid-uTlOVbEjCM .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uTlOVbEjCM .item:focus,
.cid-uTlOVbEjCM span:focus {
  outline: none;
}
.cid-uTlOVbEjCM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTlOVbEjCM .item {
    margin-bottom: 1rem;
  }
}
.cid-uTlOVbEjCM .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uTlOVbEjCM .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uTlOVbEjCM .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uTlOVbEjCM .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uTlOVbEjCM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uTlOVbEjCM .mbr-section-title {
  color: #000000;
}
.cid-uTlOVbEjCM .item-title {
  text-align: left;
}
.cid-uTlOVbEjCM .item-subtitle {
  text-align: left;
}
.cid-uTlOVbEjCM .mbr-text,
.cid-uTlOVbEjCM .item .mbr-section-btn {
  text-align: left;
}
.cid-uTlOVbEjCM .content-head {
  max-width: 800px;
}
.cid-uYDbrpavkJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffa600;
}
@media (min-width: 991px) {
  .cid-uYDbrpavkJ .container-fluid {
    padding-left: 0;
  }
}
.cid-uYDbrpavkJ .mbr-text,
.cid-uYDbrpavkJ .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uYDbrpavkJ .mbr-text,
  .cid-uYDbrpavkJ .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uYDbrpavkJ .mbr-text,
  .cid-uYDbrpavkJ .mbr-section-title {
    text-align: center;
  }
}
.cid-uYDbrpavkJ a.btn {
  height: 100%;
  margin: 0;
}
.cid-uYDbrpavkJ .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-uYDbrpavkJ .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uYDbrpavkJ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYDbrpavkJ .justify-content-center {
  align-items: center;
}
.cid-uU39WqbQ8C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uU39WqbQ8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU39WqbQ8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU39WqbQ8C .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU39WqbQ8C .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU39WqbQ8C .row {
    text-align: center;
  }
  .cid-uU39WqbQ8C .social-row {
    justify-content: center;
  }
}
.cid-uU39WqbQ8C .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uU39WqbQ8C .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU39WqbQ8C .list {
    margin-bottom: 0rem;
  }
}
.cid-uU39WqbQ8C .mbr-text {
  color: #bbbbbb;
}
.cid-uU39WqbQ8C .mbr-iconfont {
  color: black;
}
.cid-uTR1YYNUnr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTR1YYNUnr .container-fluid {
  padding: 0 3rem;
}
.cid-uTR1YYNUnr ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTR1YYNUnr ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uTR1YYNUnr ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uTR1YYNUnr ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uTR1YYNUnr .container-fluid {
    padding: 0 1rem;
  }
  .cid-uTR1YYNUnr .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uTR1YYNUnr .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uTR1YYNUnr .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffa801, #ffc048);
  display: inline-block;
}
.cid-uTR1YYNUnr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTR1YYNUnr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTXYDll54u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uTXYDll54u nav.navbar {
  position: fixed;
}
.cid-uTXYDll54u .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTXYDll54u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTXYDll54u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTXYDll54u .dropdown-item:hover,
.cid-uTXYDll54u .dropdown-item:focus {
  background: #ffa801 !important;
  color: white !important;
}
.cid-uTXYDll54u .dropdown-item:hover span {
  color: white;
}
.cid-uTXYDll54u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTXYDll54u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTXYDll54u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTXYDll54u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTXYDll54u .nav-link {
  position: relative;
}
.cid-uTXYDll54u .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTXYDll54u .container {
    flex-wrap: wrap;
  }
}
.cid-uTXYDll54u .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTXYDll54u .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uTXYDll54u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTXYDll54u .dropdown-menu,
.cid-uTXYDll54u .navbar.opened {
  background: #ffffff !important;
}
.cid-uTXYDll54u .nav-item:focus,
.cid-uTXYDll54u .nav-link:focus {
  outline: none;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTXYDll54u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTXYDll54u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTXYDll54u .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uTXYDll54u .navbar.opened {
  transition: all 0.3s;
}
.cid-uTXYDll54u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTXYDll54u .navbar .navbar-logo img {
  width: auto;
}
.cid-uTXYDll54u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTXYDll54u .navbar.collapsed {
  justify-content: center;
}
.cid-uTXYDll54u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTXYDll54u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTXYDll54u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTXYDll54u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTXYDll54u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTXYDll54u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTXYDll54u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTXYDll54u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTXYDll54u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTXYDll54u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTXYDll54u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTXYDll54u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uTXYDll54u .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uTXYDll54u .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTXYDll54u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTXYDll54u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTXYDll54u .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTXYDll54u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTXYDll54u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTXYDll54u .dropdown-item.active,
.cid-uTXYDll54u .dropdown-item:active {
  background-color: transparent;
}
.cid-uTXYDll54u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTXYDll54u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTXYDll54u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTXYDll54u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTXYDll54u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTXYDll54u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTXYDll54u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTXYDll54u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTXYDll54u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTXYDll54u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTXYDll54u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTXYDll54u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTXYDll54u .navbar {
    height: 70px;
  }
  .cid-uTXYDll54u .navbar.opened {
    height: auto;
  }
  .cid-uTXYDll54u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTXYDll54u html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
.cid-uTD5q0gA7Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTD5q0gA7Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTD5q0gA7Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTD5q0gA7Q .container-fluid {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uTD5q0gA7Q .container-fluid {
    padding: 15px;
  }
}
@media (max-width: 992px) {
  .cid-uTD5q0gA7Q .container {
    padding: 15px;
  }
}
.cid-uTD5q0gA7Q .row {
  margin: 0 -5px;
}
.cid-uTD5q0gA7Q .row .card {
  padding: 0 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uTD5q0gA7Q .row .card {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cid-uTD5q0gA7Q .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uTD5q0gA7Q .image-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uTD5q0gA7Q .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTD5q0gA7Q .image-wrapper img {
    position: static;
    height: 350px;
  }
}
.cid-uTD5q0gA7Q .card-wrapper {
  padding: 200px 80px 80px;
  background-color: #f6f3ec;
}
@media (max-width: 1440px) {
  .cid-uTD5q0gA7Q .card-wrapper {
    padding: 200px 40px 80px;
  }
}
@media (max-width: 992px) {
  .cid-uTD5q0gA7Q .card-wrapper {
    padding: 30px;
  }
}
.cid-uTD5q0gA7Q .card-wrapper .card-wrap .title-wrapper .mbr-section-title {
  width: 80%;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uTD5q0gA7Q .card-wrapper .card-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uTD5q0gA7Q .card-wrapper .card-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uTD5q0gA7Q .card-wrapper .card-wrap .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uTD5q0gA7Q .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTD5q0gA7Q .card-wrapper .card-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTD5q0gA7Q .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTD5q0gA7Q .card-wrapper .number-wrapper {
  margin-top: 200px;
}
@media (max-width: 992px) {
  .cid-uTD5q0gA7Q .card-wrapper .number-wrapper {
    margin-top: 30px;
  }
}
.cid-uTD5q0gA7Q .card-wrapper .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTD5q0gA7Q .card-wrapper .number-wrapper .number-wrap {
    display: block;
  }
}
.cid-uTD5q0gA7Q .card-wrapper .number-wrapper .number-wrap .mbr-number {
  margin-bottom: 0;
  padding-right: 20px;
}
.cid-uTD5q0gA7Q .card-wrapper .number-wrapper .number-wrap .mbr-desc {
  border-left: 1px solid #e0e0e0;
  padding: 10px 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTD5q0gA7Q .card-wrapper .number-wrapper .number-wrap .mbr-desc {
    padding: 0;
    border: none;
  }
}
.cid-uTD5q0gA7Q .mbr-section-title {
  color: #000000;
}
.cid-uTD5q0gA7Q .mbr-text,
.cid-uTD5q0gA7Q .text-wrapper {
  color: #8a8a8a;
}
.cid-uTD5q0gA7Q .mbr-number {
  color: #000000;
}
.cid-uTD5q0gA7Q .mbr-desc {
  color: #000000;
}
.cid-uTD5tMsuEu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uTD5tMsuEu .item:focus,
.cid-uTD5tMsuEu span:focus {
  outline: none;
}
.cid-uTD5tMsuEu .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uTD5tMsuEu .content-head {
  max-width: 800px;
}
.cid-uTD5tMsuEu .item {
  padding: 10px 0;
  font-weight: 700;
  color: #ffc048;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uTD5tMsuEu .item {
    min-height: 45px;
  }
}
.cid-uTD5yzEzRI {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uTD5yzEzRI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTD5yzEzRI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTD5yzEzRI .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  border: 1px solid #ffc048;
}
@media (max-width: 992px) {
  .cid-uTD5yzEzRI .label-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uTD5yzEzRI .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uTD5yzEzRI .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTD5yzEzRI .items-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uTD5yzEzRI .items-wrapper {
    display: block;
  }
}
.cid-uTD5yzEzRI .item {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTD5yzEzRI .item {
    padding-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uTD5yzEzRI .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 15px;
}
.cid-uTD5yzEzRI .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uTD5yzEzRI .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 15px;
}
.cid-uTD5yzEzRI .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uTD5yzEzRI .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uTD5yzEzRI .item .item-wrapper .card-box .title-wrapper .card-title {
  margin-bottom: 0;
}
.cid-uTD5yzEzRI .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uTD5yzEzRI .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTD5yzEzRI .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTD5yzEzRI .mbr-label {
  color: #000000;
}
.cid-uTD5yzEzRI .card-title {
  color: #000000;
}
.cid-uTD5yzEzRI .card-text {
  color: #8a8a8a;
}
.cid-uTD5BjVX4b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f3ec;
}
.cid-uTD5BjVX4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTD5BjVX4b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTD5BjVX4b .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTD5BjVX4b .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uTD5BjVX4b .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ffa600;
}
.cid-uTD5BjVX4b .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTD5BjVX4b .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uTD5BjVX4b .items-wrapper {
  margin: 0 -15px;
  justify-content: center;
}
.cid-uTD5BjVX4b .items-wrapper .item {
  padding: 0 15px;
}
.cid-uTD5BjVX4b .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTD5BjVX4b .item {
    margin-bottom: 15px;
  }
}
.cid-uTD5BjVX4b .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 40px;
  background-color: #ffffff;
  overflow: hidden;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uTD5BjVX4b .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uTD5BjVX4b .item .item-wrapper:hover::before,
.cid-uTD5BjVX4b .item .item-wrapper:focus::before {
  width: 1000px;
  height: 1000px;
}
.cid-uTD5BjVX4b .item .item-wrapper:hover .icon-card .mbr-iconfont,
.cid-uTD5BjVX4b .item .item-wrapper:focus .icon-card .mbr-iconfont {
  background-color: #ffc048;
  color: #000000;
}
.cid-uTD5BjVX4b .item .item-wrapper:hover .item-content .card-title,
.cid-uTD5BjVX4b .item .item-wrapper:focus .item-content .card-title {
  color: #000000;
}
.cid-uTD5BjVX4b .item .item-wrapper:hover .item-content .card-desc,
.cid-uTD5BjVX4b .item .item-wrapper:focus .item-content .card-desc {
  color: #000000;
}
.cid-uTD5BjVX4b .item .item-wrapper:hover .item-img img,
.cid-uTD5BjVX4b .item .item-wrapper:focus .item-img img {
  bottom: -30px;
}
.cid-uTD5BjVX4b .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-radius: 0 0 0 100% !important;
  background-color: #ffc048;
  transition: all 0.6s ease-in-out;
  pointer-events: none;
}
.cid-uTD5BjVX4b .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  padding: 0 0 10px 10px;
  background-color: #f6f3ec;
  border-radius: 0 0 0 30px;
  z-index: 2;
}
.cid-uTD5BjVX4b .item .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uTD5BjVX4b .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f6f3ec;
}
.cid-uTD5BjVX4b .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f6f3ec;
}
.cid-uTD5BjVX4b .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  padding-right: 30px;
}
.cid-uTD5BjVX4b .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.cid-uTD5BjVX4b .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uTD5BjVX4b .item .item-wrapper .item-img {
  height: 200px;
}
.cid-uTD5BjVX4b .item .item-wrapper .item-img img {
  position: absolute;
  left: -30px;
  bottom: -40px;
  height: 280px;
  width: 80%;
  transition: all .5s ease;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTD5BjVX4b .item .item-wrapper .item-img img {
    width: 90%;
  }
}
.cid-uTD5BjVX4b .item .item-wrapper .image_2 img {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uTD5BjVX4b .item .item-wrapper .image_2 img {
    width: 90%;
  }
}
.cid-uTD5BjVX4b .btn-wrapper {
  margin-top: 0;
  margin-right: 15%;
}
.cid-uTD5BjVX4b .mbr-label,
.cid-uTD5BjVX4b .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uTD5BjVX4b .mbr-section-title,
.cid-uTD5BjVX4b .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uTD5BjVX4b .card-title {
  color: #000000;
}
.cid-uTD5BjVX4b .card-desc {
  color: #8a8a8a;
}
.cid-uTD5BjVX4b .mbr-section-title,
.cid-uTD5BjVX4b .title-wrap {
  color: #232323;
}
.cid-uTD5IkyQD8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTD5IkyQD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTD5IkyQD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTD5IkyQD8 .row {
  justify-content: space-between;
}
.cid-uTD5IkyQD8 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ffc048;
}
@media (max-width: 992px) {
  .cid-uTD5IkyQD8 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uTD5IkyQD8 .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uTD5IkyQD8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTD5IkyQD8 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uTD5IkyQD8 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uTD5IkyQD8 .mbr-label {
  color: #000000;
}
.cid-uTD5IkyQD8 .mbr-section-title {
  color: #000000;
}
.cid-uTD5IkyQD8 .mbr-desc {
  color: #000000;
}
.cid-uTD5IkyQD8 .mbr-text {
  color: #8a8a8a;
}
.cid-uTVG9oB6cu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  background-image: linear-gradient(#f7f7f7 50%, #ffffff);
}
.cid-uTVG9oB6cu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTVG9oB6cu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTVG9oB6cu .title-wrapper {
  border-top: 1px solid #e0e0e0;
  padding-top: 90px;
}
@media (max-width: 992px) {
  .cid-uTVG9oB6cu .title-wrapper {
    padding-top: 30px;
  }
}
.cid-uTVG9oB6cu .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTVG9oB6cu .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTVG9oB6cu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-uTVG9oB6cu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uTVG9oB6cu .embla__slide .slide-content {
  width: 100%;
}
.cid-uTVG9oB6cu .embla__slide .slide-content:hover .item-wrapper,
.cid-uTVG9oB6cu .embla__slide .slide-content:focus .item-wrapper {
  background-color: #ffc048;
}
.cid-uTVG9oB6cu .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-uTVG9oB6cu .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTVG9oB6cu .embla__button--next,
.cid-uTVG9oB6cu .embla__button--prev {
  display: flex;
}
.cid-uTVG9oB6cu .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uTVG9oB6cu .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uTVG9oB6cu .embla__button.embla__button--prev {
  left: 0;
}
.cid-uTVG9oB6cu .embla__button.embla__button--next {
  right: 0;
}
.cid-uTVG9oB6cu .embla {
  position: relative;
  width: 100%;
}
.cid-uTVG9oB6cu .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uTVG9oB6cu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTVG9oB6cu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTVG9oB6cu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTVG9oB6cu .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uTVG9oB6cu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVC2mp0yKC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uVC2mp0yKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVC2mp0yKC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVC2mp0yKC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uVC2mp0yKC .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVC2mp0yKC .embla__slide .slide-content {
  width: 100%;
}
.cid-uVC2mp0yKC .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uVC2mp0yKC .embla__slide .slide-content .item-wrapper .item-img img {
  height: 485px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uVC2mp0yKC .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVC2mp0yKC .embla__slide .slide-content .item-wrapper .btn-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 10px 0 30px;
  background-color: #121212;
  border-radius: 25px 0 23px 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uVC2mp0yKC .embla__slide .slide-content .item-wrapper .btn-wrap {
    padding: 10px 0 0 20px;
  }
}
.cid-uVC2mp0yKC .embla__slide .slide-content .item-wrapper .btn-wrap .svg1 {
  position: absolute;
  top: -29px;
  right: 0;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uVC2mp0yKC .embla__slide .slide-content .item-wrapper .btn-wrap .svg1 path {
  fill: #121212;
}
.cid-uVC2mp0yKC .embla__slide .slide-content .item-wrapper .btn-wrap .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uVC2mp0yKC .embla__slide .slide-content .item-wrapper .btn-wrap .svg2 path {
  fill: #121212;
}
.cid-uVC2mp0yKC .embla__button--next,
.cid-uVC2mp0yKC .embla__button--prev {
  display: flex;
}
.cid-uVC2mp0yKC .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uVC2mp0yKC .embla__button:hover {
  color: #e24c4a !important;
}
.cid-uVC2mp0yKC .embla__button.embla__button--prev {
  left: 0;
  bottom: 140px;
  border-radius: 0 25px 0 0;
}
.cid-uVC2mp0yKC .embla__button.embla__button--next {
  left: 0;
  bottom: 80px;
  border-radius: 0 0 25px 0;
}
.cid-uVC2mp0yKC .svg3 {
  position: absolute;
  top: 255px;
  left: 0;
  transform: rotate(-90deg);
  width: 30px;
}
.cid-uVC2mp0yKC .svg3 path {
  fill: #121212;
}
@media (max-width: 992px) {
  .cid-uVC2mp0yKC .svg3 {
    top: 120px;
  }
}
.cid-uVC2mp0yKC .svg4 {
  position: absolute;
  width: 30px;
  bottom: 50px;
  left: 0;
}
.cid-uVC2mp0yKC .svg4 path {
  fill: #121212;
}
.cid-uVC2mp0yKC .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uVC2mp0yKC .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uVC2mp0yKC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVC2mp0yKC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVC2mp0yKC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVC2mp0yKC .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uVC2mp0yKC .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVC2mp0yKC .mbr-section-btn .btn::after,
.cid-uVC2mp0yKC .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uVC2mp0yKC .mbr-section-btn .btn:hover,
.cid-uVC2mp0yKC .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uVC2mp0yKC .mbr-section-btn .btn:hover::after,
.cid-uVC2mp0yKC .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uTD60fmEjz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTD60fmEjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTD60fmEjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTD60fmEjz .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTD60fmEjz .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uTD60fmEjz .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uTD60fmEjz .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uTD60fmEjz .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ffc048;
}
.cid-uTD60fmEjz .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTD60fmEjz .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uTD60fmEjz .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uTD60fmEjz .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uTD60fmEjz .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uTD60fmEjz .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uTD60fmEjz .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTD60fmEjz .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uTD60fmEjz .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #ffc048;
  color: #000000;
}
.cid-uTD60fmEjz .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uTD60fmEjz .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #ffc048;
}
.cid-uTD60fmEjz .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTD60fmEjz .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
.cid-uTD60fmEjz .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uTD60fmEjz .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uTD60fmEjz .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uTD60fmEjz .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uTD60fmEjz .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uTD60fmEjz .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uTD60fmEjz .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uTD60fmEjz .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
}
@media (max-width: 992px) {
  .cid-uTD60fmEjz .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uTD60fmEjz .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTD60fmEjz .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uTD60fmEjz .mbr-label {
  color: #000000;
}
.cid-uTD60fmEjz .mbr-section-title {
  color: #000000;
}
.cid-uTD60fmEjz .panel-title-edit {
  color: #000000;
}
.cid-uTD60fmEjz .panel-text {
  color: #8a8a8a;
}
.cid-uTD6evhdEG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: linear-gradient(#f6f3ec 50%, #ffffff);
}
.cid-uTD6evhdEG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTD6evhdEG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTD6evhdEG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uTD6evhdEG .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uTD6evhdEG .embla__slide .slide-content {
  width: 100%;
}
.cid-uTD6evhdEG .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uTD6evhdEG .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 20px;
  }
}
.cid-uTD6evhdEG .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .item-name {
  display: inline-flex;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #ffc048;
}
.cid-uTD6evhdEG .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uTD6evhdEG .embla__button--next,
.cid-uTD6evhdEG .embla__button--prev {
  display: flex;
}
.cid-uTD6evhdEG .embla__button {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uTD6evhdEG .embla__button {
    top: 0;
  }
}
.cid-uTD6evhdEG .embla__button:hover {
  background-color: #ffc048 !important;
  color: #000000 !important;
}
.cid-uTD6evhdEG .embla__button.embla__button--prev {
  left: 0;
}
.cid-uTD6evhdEG .embla__button.embla__button--next {
  right: 0;
}
.cid-uTD6evhdEG .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uTD6evhdEG .embla {
    padding-top: 6rem;
  }
}
.cid-uTD6evhdEG .embla__viewport {
  overflow: hidden;
  width: 70%;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uTD6evhdEG .embla__viewport {
    width: 100%;
  }
}
.cid-uTD6evhdEG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTD6evhdEG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTD6evhdEG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTD6evhdEG .item-text {
  color: #000000;
  text-align: center;
}
.cid-uTD6evhdEG .item-name,
.cid-uTD6evhdEG .name-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uTD6evhdEG .item-role {
  color: #8a8a8a;
  text-align: center;
}
.cid-uYDd4yhUon {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYDd4yhUon .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYDd4yhUon .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYDd4yhUon .card-wrapper {
  position: relative;
  padding: 100px 180px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 1440px) {
  .cid-uYDd4yhUon .card-wrapper {
    padding: 100px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uYDd4yhUon .card-wrapper {
    padding: 60px 15px 100px;
  }
}
.cid-uYDd4yhUon .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYDd4yhUon .card-wrapper .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-top-right-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYDd4yhUon .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uYDd4yhUon .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uYDd4yhUon .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uYDd4yhUon .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  border-bottom-right-radius: 30px;
  pointer-events: none;
  z-index: 1;
}
.cid-uYDd4yhUon .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uYDd4yhUon .card-wrapper .card-wrap {
    padding: 30px 15px 100px;
  }
}
.cid-uYDd4yhUon .card-wrapper .card-wrap .label-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uYDd4yhUon .card-wrapper .card-wrap .label-wrapper {
    width: 100%;
  }
}
.cid-uYDd4yhUon .card-wrapper .card-wrap .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 30px;
  border: 1px solid #ffc048;
}
@media (max-width: 992px) {
  .cid-uYDd4yhUon .card-wrapper .card-wrap .label-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYDd4yhUon .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 40px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uYDd4yhUon .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uYDd4yhUon .card-wrapper .card-wrap .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uYDd4yhUon .card-wrapper .card-wrap .form-wrap {
    width: 100%;
  }
}
.cid-uYDd4yhUon .card-wrapper .card-wrap .form-wrap .dragArea.row {
  margin: 0 -15px;
}
.cid-uYDd4yhUon .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
  padding: 0 15px;
}
.cid-uYDd4yhUon .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uYDd4yhUon .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f5f5f5;
  padding: 18px 30px;
  box-shadow: none;
  border: none !important;
}
.cid-uYDd4yhUon .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #8a8a8a;
}
.cid-uYDd4yhUon .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYDd4yhUon .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-uYDd4yhUon .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-uYDd4yhUon .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYDd4yhUon .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #8a8a8a;
  border-color: #8a8a8a;
}
.cid-uYDd4yhUon .card-wrapper .card-wrap .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0 15px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uYDd4yhUon .card-wrapper .card-wrap .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uYDd4yhUon .card-wrapper .card-wrap .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
.cid-uYDd4yhUon .mbr-label,
.cid-uYDd4yhUon .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYDd4yhUon .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYDd4yhUon label {
  color: #8a8a8a;
}
.cid-uYDd4yhUon .mbr-section-btn {
  text-align: right;
}
.cid-uU39WqbQ8C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uU39WqbQ8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU39WqbQ8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU39WqbQ8C .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU39WqbQ8C .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU39WqbQ8C .row {
    text-align: center;
  }
  .cid-uU39WqbQ8C .social-row {
    justify-content: center;
  }
}
.cid-uU39WqbQ8C .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uU39WqbQ8C .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU39WqbQ8C .list {
    margin-bottom: 0rem;
  }
}
.cid-uU39WqbQ8C .mbr-text {
  color: #bbbbbb;
}
.cid-uU39WqbQ8C .mbr-iconfont {
  color: black;
}
.cid-uTUUMmQOwN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uTUUMmQOwN .container-fluid {
  padding: 0 3rem;
}
.cid-uTUUMmQOwN ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTUUMmQOwN ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uTUUMmQOwN ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uTUUMmQOwN ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uTUUMmQOwN .container-fluid {
    padding: 0 1rem;
  }
  .cid-uTUUMmQOwN .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uTUUMmQOwN .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uTUUMmQOwN .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffa801, #ffc048);
  display: inline-block;
}
.cid-uTUUMmQOwN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTUUMmQOwN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTXYDll54u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uTXYDll54u nav.navbar {
  position: fixed;
}
.cid-uTXYDll54u .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTXYDll54u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTXYDll54u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTXYDll54u .dropdown-item:hover,
.cid-uTXYDll54u .dropdown-item:focus {
  background: #ffa801 !important;
  color: white !important;
}
.cid-uTXYDll54u .dropdown-item:hover span {
  color: white;
}
.cid-uTXYDll54u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTXYDll54u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTXYDll54u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTXYDll54u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTXYDll54u .nav-link {
  position: relative;
}
.cid-uTXYDll54u .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTXYDll54u .container {
    flex-wrap: wrap;
  }
}
.cid-uTXYDll54u .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTXYDll54u .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uTXYDll54u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTXYDll54u .dropdown-menu,
.cid-uTXYDll54u .navbar.opened {
  background: #ffffff !important;
}
.cid-uTXYDll54u .nav-item:focus,
.cid-uTXYDll54u .nav-link:focus {
  outline: none;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTXYDll54u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTXYDll54u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTXYDll54u .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uTXYDll54u .navbar.opened {
  transition: all 0.3s;
}
.cid-uTXYDll54u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTXYDll54u .navbar .navbar-logo img {
  width: auto;
}
.cid-uTXYDll54u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTXYDll54u .navbar.collapsed {
  justify-content: center;
}
.cid-uTXYDll54u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTXYDll54u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTXYDll54u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTXYDll54u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTXYDll54u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTXYDll54u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTXYDll54u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTXYDll54u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTXYDll54u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTXYDll54u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTXYDll54u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTXYDll54u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uTXYDll54u .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uTXYDll54u .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTXYDll54u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTXYDll54u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTXYDll54u .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTXYDll54u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTXYDll54u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTXYDll54u .dropdown-item.active,
.cid-uTXYDll54u .dropdown-item:active {
  background-color: transparent;
}
.cid-uTXYDll54u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTXYDll54u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTXYDll54u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTXYDll54u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTXYDll54u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTXYDll54u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTXYDll54u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTXYDll54u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTXYDll54u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTXYDll54u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTXYDll54u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTXYDll54u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTXYDll54u .navbar {
    height: 70px;
  }
  .cid-uTXYDll54u .navbar.opened {
    height: auto;
  }
  .cid-uTXYDll54u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTXYDll54u html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
.cid-uWjr8tpr5x {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWjr8tpr5x .row {
  flex-direction: row-reverse;
}
.cid-uWjr8tpr5x .container {
  max-width: 1312px;
}
.cid-uWjr8tpr5x .row {
  align-items: center;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .cid-uWjr8tpr5x .row {
    padding: 0 16px;
  }
}
.cid-uWjr8tpr5x .content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 48px 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uWjr8tpr5x .content-wrap {
    padding: 48px 32px;
  }
}
@media (max-width: 567px) {
  .cid-uWjr8tpr5x .content-wrap {
    padding: 32px 20px;
  }
}
.cid-uWjr8tpr5x .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uWjr8tpr5x .image-wrapper {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uWjr8tpr5x .image-wrapper {
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uWjr8tpr5x .col-text {
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWjr8tpr5x .col-text {
    padding-left: 1rem;
  }
}
.cid-uWjr8tpr5x .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uWjr8tpr5x .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-uWjr8tpr5x .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWjr8tpr5x .btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .cid-uWjr8tpr5x .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-uWjr8tpr5x .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uWjr8tpr5x .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uWjr8tpr5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjr8tpr5x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjr8tpr5x .mbr-text,
.cid-uWjr8tpr5x .mbr-section-btn {
  text-align: left;
  color: #ffa600;
}
.cid-uTJlWAtFOe {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uTJlWAtFOe img,
.cid-uTJlWAtFOe .item-img {
  width: 100%;
}
.cid-uTJlWAtFOe .item:focus,
.cid-uTJlWAtFOe span:focus {
  outline: none;
}
.cid-uTJlWAtFOe .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-uTJlWAtFOe .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-uTJlWAtFOe .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-uTJlWAtFOe .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-uTJlWAtFOe .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uTJlWAtFOe .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uTJlWAtFOe .item-title {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-uTJlWAtFOe .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uTJlWAtFOe .mbr-text {
  text-align: left;
}
.cid-uTJlWAtFOe .item-footer {
  margin-top: 14px;
}
.cid-uTJlWAtFOe .mbr-amount {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uTJlWAtFOe .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-uTJlWAtFOe .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-uTJlWAtFOe .mbr-section-btn {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uTJlWAtFOe .mbr-price,
.cid-uTJlWAtFOe .mbr-section-btn {
  color: #0fbcf9;
}
.cid-uTQyLvf79m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f3edf7;
}
.cid-uTQyLvf79m img,
.cid-uTQyLvf79m .item-img {
  width: 100%;
}
.cid-uTQyLvf79m .item:focus,
.cid-uTQyLvf79m span:focus {
  outline: none;
}
.cid-uTQyLvf79m .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-uTQyLvf79m .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-uTQyLvf79m .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-uTQyLvf79m .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-uTQyLvf79m .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uTQyLvf79m .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uTQyLvf79m .item-title {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-uTQyLvf79m .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uTQyLvf79m .mbr-text {
  text-align: left;
}
.cid-uTQyLvf79m .item-footer {
  margin-top: 14px;
}
.cid-uTQyLvf79m .mbr-amount {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uTQyLvf79m .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-uTQyLvf79m .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-uTQyLvf79m .mbr-section-btn {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uTQyLvf79m .mbr-price,
.cid-uTQyLvf79m .mbr-section-btn {
  color: #0fbcf9;
}
.cid-uTQyNlMiPv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uTQyNlMiPv img,
.cid-uTQyNlMiPv .item-img {
  width: 100%;
}
.cid-uTQyNlMiPv .item:focus,
.cid-uTQyNlMiPv span:focus {
  outline: none;
}
.cid-uTQyNlMiPv .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-uTQyNlMiPv .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-uTQyNlMiPv .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-uTQyNlMiPv .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-uTQyNlMiPv .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uTQyNlMiPv .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uTQyNlMiPv .item-title {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-uTQyNlMiPv .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uTQyNlMiPv .mbr-text {
  text-align: left;
}
.cid-uTQyNlMiPv .item-footer {
  margin-top: 14px;
}
.cid-uTQyNlMiPv .mbr-amount {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uTQyNlMiPv .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-uTQyNlMiPv .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-uTQyNlMiPv .mbr-section-btn {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uTQyNlMiPv .mbr-price,
.cid-uTQyNlMiPv .mbr-section-btn {
  color: #0fbcf9;
}
.cid-uTVwRAnaTc {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uTVwRAnaTc .item:focus,
.cid-uTVwRAnaTc span:focus {
  outline: none;
}
.cid-uTVwRAnaTc .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uTVwRAnaTc .content-head {
  max-width: 800px;
}
.cid-uTVwRAnaTc .item {
  padding: 10px 0;
  font-weight: 700;
  color: #ffc048;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uTVwRAnaTc .item {
    min-height: 45px;
  }
}
.cid-uTQz9M3uBu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f3edf7;
}
.cid-uTQz9M3uBu img,
.cid-uTQz9M3uBu .item-img {
  width: 100%;
}
.cid-uTQz9M3uBu .item:focus,
.cid-uTQz9M3uBu span:focus {
  outline: none;
}
.cid-uTQz9M3uBu .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-uTQz9M3uBu .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-uTQz9M3uBu .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-uTQz9M3uBu .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-uTQz9M3uBu .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uTQz9M3uBu .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uTQz9M3uBu .item-title {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-uTQz9M3uBu .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uTQz9M3uBu .mbr-text {
  text-align: left;
}
.cid-uTQz9M3uBu .item-footer {
  margin-top: 14px;
}
.cid-uTQz9M3uBu .mbr-amount {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uTQz9M3uBu .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-uTQz9M3uBu .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-uTQz9M3uBu .mbr-section-btn {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uTQz9M3uBu .mbr-price,
.cid-uTQz9M3uBu .mbr-section-btn {
  color: #0fbcf9;
}
.cid-uTQzawPjuH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uTQzawPjuH img,
.cid-uTQzawPjuH .item-img {
  width: 100%;
}
.cid-uTQzawPjuH .item:focus,
.cid-uTQzawPjuH span:focus {
  outline: none;
}
.cid-uTQzawPjuH .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-uTQzawPjuH .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-uTQzawPjuH .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-uTQzawPjuH .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-uTQzawPjuH .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uTQzawPjuH .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uTQzawPjuH .item-title {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-uTQzawPjuH .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uTQzawPjuH .mbr-text {
  text-align: left;
}
.cid-uTQzawPjuH .item-footer {
  margin-top: 14px;
}
.cid-uTQzawPjuH .mbr-amount {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uTQzawPjuH .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-uTQzawPjuH .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-uTQzawPjuH .mbr-section-btn {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uTQzawPjuH .mbr-price,
.cid-uTQzawPjuH .mbr-section-btn {
  color: #0fbcf9;
}
.cid-uWiRidu8tB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f3edf7;
}
.cid-uWiRidu8tB img,
.cid-uWiRidu8tB .item-img {
  width: 100%;
}
.cid-uWiRidu8tB .item:focus,
.cid-uWiRidu8tB span:focus {
  outline: none;
}
.cid-uWiRidu8tB .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-uWiRidu8tB .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-uWiRidu8tB .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-uWiRidu8tB .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-uWiRidu8tB .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uWiRidu8tB .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uWiRidu8tB .item-title {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-uWiRidu8tB .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uWiRidu8tB .mbr-text {
  text-align: left;
}
.cid-uWiRidu8tB .item-footer {
  margin-top: 14px;
}
.cid-uWiRidu8tB .mbr-amount {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uWiRidu8tB .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-uWiRidu8tB .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-uWiRidu8tB .mbr-section-btn {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uWiRidu8tB .mbr-price,
.cid-uWiRidu8tB .mbr-section-btn {
  color: #0fbcf9;
}
.cid-uU6ChcFntU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uU6ChcFntU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU6ChcFntU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU6ChcFntU .mbr-section-title {
  color: #24262b;
}
.cid-uU6ChcFntU .mbr-section-subtitle {
  color: #24262b;
}
.cid-uU6ChcFntU .mbr-section-btn {
  margin-top: 16px;
}
.cid-uTJmqaq9z4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uTJmqaq9z4 .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uTJmqaq9z4 .mbr-shop .row {
  margin: 0;
}
.cid-uTJmqaq9z4 .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uTJmqaq9z4 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uTJmqaq9z4 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uTJmqaq9z4 .btn {
  padding: 0.6rem 2rem;
}
.cid-uTJmqaq9z4 .mbr-section-btn {
  text-align: left;
}
.cid-uTJmqaq9z4 .img_wraper img {
  border-radius: 8px!important;
}
.cid-uTJmqaq9z4 .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uTJmqaq9z4 .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;
  cursor: pointer;
  z-index: 1040;
}
.cid-uTJmqaq9z4 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uTJmqaq9z4 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-uTJmqaq9z4 .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uTJmqaq9z4 .mbr-shop .hide-modal {
  display: none;
}
.cid-uTJmqaq9z4 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uTJmqaq9z4 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uTJmqaq9z4 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uTJmqaq9z4 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uTJmqaq9z4 .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-uTJmqaq9z4 .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-uTJmqaq9z4 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uTJmqaq9z4 .mbr-shop .filter-by-pu,
.cid-uTJmqaq9z4 .mbr-shop .filter-by-pd,
.cid-uTJmqaq9z4 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uTJmqaq9z4 .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uTJmqaq9z4 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uTJmqaq9z4 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uTJmqaq9z4 .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uTJmqaq9z4 .mbr-shop .galleryItem h4,
.cid-uTJmqaq9z4 .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uTJmqaq9z4 .mbr-shop .galleryItem h5,
.cid-uTJmqaq9z4 .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-uTJmqaq9z4 .mbr-shop .galleryItem p,
.cid-uTJmqaq9z4 .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-uTJmqaq9z4 .mbr-shop .item-button {
  text-align: center;
}
.cid-uTJmqaq9z4 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uTJmqaq9z4 .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uTJmqaq9z4 .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uTJmqaq9z4 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uTJmqaq9z4 .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-uTJmqaq9z4 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uTJmqaq9z4 .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uTJmqaq9z4 .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uTJmqaq9z4 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uTJmqaq9z4 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uTJmqaq9z4 .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uTJmqaq9z4 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uTJmqaq9z4 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uTJmqaq9z4 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uTJmqaq9z4 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uTJmqaq9z4 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uTJmqaq9z4 .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uTJmqaq9z4 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uTJmqaq9z4 .mbr-shop .mbr-gallery-item__hided h4,
.cid-uTJmqaq9z4 .mbr-shop .mbr-gallery-item__hided h5,
.cid-uTJmqaq9z4 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uTJmqaq9z4 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uTJmqaq9z4 .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uTJmqaq9z4 .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uTJmqaq9z4 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uTJmqaq9z4 .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uTJmqaq9z4 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uTJmqaq9z4 .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #ffa801;
}
.cid-uTJmqaq9z4 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uTJmqaq9z4 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uTJmqaq9z4 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #ffa801;
  font-weight: bold;
}
.cid-uTJmqaq9z4 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #ffa801;
  border-radius: 2px;
  font-size: 0;
}
.cid-uTJmqaq9z4 .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #ffa801;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uTJmqaq9z4 .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #ffa801;
}
.cid-uTJmqaq9z4 .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uTJmqaq9z4 .mbr-shop .range-controls {
  position: relative;
}
.cid-uTJmqaq9z4 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uTJmqaq9z4 .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffa801;
}
.cid-uTJmqaq9z4 .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #ffa801;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ffa801;
  cursor: pointer;
}
.cid-uTJmqaq9z4 .mbr-shop .toggle:hover,
.cid-uTJmqaq9z4 .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uTJmqaq9z4 .mbr-shop .min-toggle {
  left: 0;
}
.cid-uTJmqaq9z4 .mbr-shop .max-toggle {
  right: 0;
}
.cid-uTJmqaq9z4 .mbr-shop .hided-by-price {
  display: none;
}
.cid-uTJmqaq9z4 .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uTJmqaq9z4 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uTJmqaq9z4 .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uTJmqaq9z4 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uTJmqaq9z4 .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uTJmqaq9z4 .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uTJmqaq9z4 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uTJmqaq9z4 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uTJmqaq9z4 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uTJmqaq9z4 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uTJmqaq9z4 .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-uTJmqaq9z4 .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-uTJmqaq9z4 .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uTJmqaq9z4 .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uTJmqaq9z4 .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uTJmqaq9z4 .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uTJmqaq9z4 .mbr-shop .shop-items .onsale,
.cid-uTJmqaq9z4 .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uTJmqaq9z4 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uTJmqaq9z4 .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uTJmqaq9z4 .mbr-shop .price-range {
  display: inline-block;
}
.cid-uTJmqaq9z4 .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uTJmqaq9z4 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uTJmqaq9z4 .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uTJmqaq9z4 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uTJmqaq9z4 .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uTJmqaq9z4 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uTJmqaq9z4 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uTJmqaq9z4 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uTJmqaq9z4 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uTJmqaq9z4 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uTJmqaq9z4 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uTJmqaq9z4 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uTJmqaq9z4 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uTJmqaq9z4 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uTJmqaq9z4 .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uTJmqaq9z4 .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uTJmqaq9z4 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uTJmqaq9z4 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uTJmqaq9z4 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uTJmqaq9z4 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uTJmqaq9z4 .wrapper-shop-items {
    order: 1;
  }
  .cid-uTJmqaq9z4 .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uTJmqaq9z4 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uTJmqaq9z4 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uTJmqaq9z4 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uTJmqaq9z4 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uTJmqaq9z4 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uTJmqaq9z4 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uTJmqaq9z4 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uTJmqaq9z4 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uTJmqaq9z4 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uTJmqaq9z4 .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uTJmqaq9z4 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uTJmqaq9z4 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uTJmqaq9z4 .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uTJmqaq9z4 .oldprice {
  color: #767676;
  padding-left: .8rem!important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTJmqaq9z4 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uTJmqaq9z4 LI {
  color: #57468b;
}
.cid-uTJmqaq9z4 .sidebar-title {
  color: #1e272e;
}
.cid-uTJmqaq9z4 .item-title {
  text-align: left;
  color: #ffa600;
}
.cid-uTJmqaq9z4 .shop-item-price,
.cid-uTJmqaq9z4 .price-block {
  text-align: left;
  color: #0fbcf9;
}
@media (max-width: 576px) {
  .cid-uTJmqaq9z4 .mbr-shop .mbr-gallery-item,
  .cid-uTJmqaq9z4 .wrapper-shop-items,
  .cid-uTJmqaq9z4 .sidebar-block,
  .cid-uTJmqaq9z4 .sidebar-title,
  .cid-uTJmqaq9z4 .sidebar,
  .cid-uTJmqaq9z4 .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-uTJmqaq9z4 .filter-cost {
    max-width: 100%!important;
  }
  .cid-uTJmqaq9z4 .range-slider,
  .cid-uTJmqaq9z4 .categories,
  .cid-uTJmqaq9z4 .bestseller-block {
    text-align: center;
  }
}
.cid-uTJmqaq9z4 .card-description {
  color: #232323;
}
.cid-uU2xGMr6dX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uU2xGMr6dX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU2xGMr6dX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU2xGMr6dX .col-title {
  margin-bottom: 32px;
}
.cid-uU2xGMr6dX .mbr-section-title {
  color: #24262b;
}
.cid-uU2xGMr6dX .mbr-section-subtitle {
  color: #24262b;
}
.cid-uU2xGMr6dX .cards-row {
  row-gap: 32px;
}
.cid-uU2xGMr6dX .card {
  border-radius: 0;
}
.cid-uU2xGMr6dX .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-uU2xGMr6dX .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-uU2xGMr6dX .text-wrap {
  flex-grow: 1;
}
.cid-uU2xGMr6dX .card-title {
  color: #24262b;
}
.cid-uU2xGMr6dX .card-text {
  color: #767676;
}
.cid-uU7zqOYXWr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-uU7zqOYXWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7zqOYXWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7zqOYXWr .mbr-section-head {
  width: 100%;
  margin-bottom: 5.56vw;
}
@media (max-width: 767px) {
  .cid-uU7zqOYXWr .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uU7zqOYXWr .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uU7zqOYXWr .mbr-section-title {
    text-align: left;
  }
}
.cid-uU7zqOYXWr .mbr-section-title-1 {
  flex-grow: 1;
}
.cid-uU7zqOYXWr .mbr-section-title-2 {
  margin-right: 16px;
}
@media (max-width: 991px) {
  .cid-uU7zqOYXWr .mbr-section-title-2 {
    margin-right: 0;
  }
}
.cid-uU7zqOYXWr .section-head-container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uU7zqOYXWr .section-head-container {
    flex-wrap: wrap;
  }
}
.cid-uU7zqOYXWr .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5d4fe;
  padding: 36px;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  flex-shrink: 0;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-uU7zqOYXWr .iconfont-wrapper {
    border-radius: 100%;
    padding: 0;
    width: 10.67vw;
    height: 10.67vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uU7zqOYXWr .iconfont-wrapper {
    width: 15.67vw;
    height: 15.67vw;
    margin-right: 12px;
    margin-top: 12px;
  }
}
.cid-uU7zqOYXWr .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
@media (max-width: 991px) {
  .cid-uU7zqOYXWr .iconfont-wrapper .mbr-iconfont {
    font-size: 5.6vw !important;
  }
}
@media (max-width: 767px) {
  .cid-uU7zqOYXWr .iconfont-wrapper .mbr-iconfont {
    font-size: 8vw !important;
  }
}
.cid-uU7zqOYXWr .mbr-section-subtitle {
  width: 35%;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uU7zqOYXWr .mbr-section-subtitle {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-uU7zqOYXWr .card {
  padding: 0 2.78vw;
  border-radius: 1.67vw;
  margin-bottom: 1.11vw;
  border: 1px solid #000000;
  background-color: #4bcffa;
}
@media (max-width: 991px) {
  .cid-uU7zqOYXWr .card {
    padding: 0 6.93vw;
    border-radius: 3.2vw;
    margin-bottom: 2.13vw;
  }
}
.cid-uU7zqOYXWr .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border-bottom: none !important;
}
.cid-uU7zqOYXWr .sign {
  flex-shrink: 0;
  font-family: 'Moririse2' !important;
  padding: 12px;
  font-size: 22px;
  border-radius: 50%;
  color: #000000;
  border: 1px solid #000000;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
@media (max-width: 991px) {
  .cid-uU7zqOYXWr .sign {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 7.3vw;
    font-size: 3.7vw;
    aspect-ratio: 1;
  }
}
@media (max-width: 767px) {
  .cid-uU7zqOYXWr .sign {
    width: 8.53vw;
    font-size: 4.3vw;
  }
}
.cid-uU7zqOYXWr .panel-title-edit {
  flex-grow: 1;
  padding-right: 1rem;
  color: #000000;
  transition: .3s all;
}
.cid-uU7zqOYXWr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.78vw 0;
  transition: .4s all;
}
@media (max-width: 991px) {
  .cid-uU7zqOYXWr .panel-title {
    padding: 5.33vw 0;
  }
}
.cid-uU7zqOYXWr .panel-title[aria-expanded="false"] .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-uU7zqOYXWr .panel-title[aria-expanded="true"] .sign {
  transform: rotate(135deg);
}
.cid-uU7zqOYXWr .panel-body {
  display: flex;
  align-items: center;
  margin-top: 6px;
  padding-bottom: 5.56vw;
}
@media (max-width: 991px) {
  .cid-uU7zqOYXWr .panel-body {
    flex-wrap: wrap;
    padding-bottom: 8.53vw;
  }
}
.cid-uU7zqOYXWr .panel-text {
  color: #000000;
  margin-bottom: 0;
  width: 60%;
}
@media (max-width: 991px) {
  .cid-uU7zqOYXWr .panel-text {
    width: 100%;
  }
}
.cid-uU7zqOYXWr .mbr-section-btn {
  width: 40%;
}
@media (min-width: 992px) {
  .cid-uU7zqOYXWr .mbr-section-btn {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uU7zqOYXWr .mbr-section-btn {
    width: 100%;
    margin-top: 6.4vw ;
  }
}
.cid-uU7zqOYXWr .info-card {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 2.78vw;
  border-radius: 1.67vw;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border: 1px solid #000000;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uU7zqOYXWr .info-card {
    flex-wrap: wrap;
    width: 100%;
    padding: 5.33vw 6.93vw;
  }
}
.cid-uU7zqOYXWr .info-text {
  color: #000000;
  width: 60%;
}
@media (max-width: 991px) {
  .cid-uU7zqOYXWr .info-text {
    width: 100%;
  }
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-uU2dcTFMOg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU2dcTFMOg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU2dcTFMOg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU2dcTFMOg .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uU2dcTFMOg .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uU2dcTFMOg .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uU2dcTFMOg .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uU2dcTFMOg .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ffc048;
}
.cid-uU2dcTFMOg .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU2dcTFMOg .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uU2dcTFMOg .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uU2dcTFMOg .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uU2dcTFMOg .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uU2dcTFMOg .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uU2dcTFMOg .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uU2dcTFMOg .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uU2dcTFMOg .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #ffc048;
  color: #000000;
}
.cid-uU2dcTFMOg .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uU2dcTFMOg .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #ffc048;
}
.cid-uU2dcTFMOg .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU2dcTFMOg .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
.cid-uU2dcTFMOg .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uU2dcTFMOg .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uU2dcTFMOg .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uU2dcTFMOg .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uU2dcTFMOg .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uU2dcTFMOg .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uU2dcTFMOg .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uU2dcTFMOg .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
}
@media (max-width: 992px) {
  .cid-uU2dcTFMOg .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uU2dcTFMOg .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU2dcTFMOg .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uU2dcTFMOg .mbr-label {
  color: #000000;
}
.cid-uU2dcTFMOg .mbr-section-title {
  color: #000000;
}
.cid-uU2dcTFMOg .panel-title-edit {
  color: #000000;
}
.cid-uU2dcTFMOg .panel-text {
  color: #8a8a8a;
}
.cid-uYDcSvp698 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffa600;
}
@media (min-width: 991px) {
  .cid-uYDcSvp698 .container-fluid {
    padding-left: 0;
  }
}
.cid-uYDcSvp698 .mbr-text,
.cid-uYDcSvp698 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uYDcSvp698 .mbr-text,
  .cid-uYDcSvp698 .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uYDcSvp698 .mbr-text,
  .cid-uYDcSvp698 .mbr-section-title {
    text-align: center;
  }
}
.cid-uYDcSvp698 a.btn {
  height: 100%;
  margin: 0;
}
.cid-uYDcSvp698 .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-uYDcSvp698 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uYDcSvp698 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYDcSvp698 .justify-content-center {
  align-items: center;
}
.cid-uU39WqbQ8C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uU39WqbQ8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU39WqbQ8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU39WqbQ8C .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU39WqbQ8C .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU39WqbQ8C .row {
    text-align: center;
  }
  .cid-uU39WqbQ8C .social-row {
    justify-content: center;
  }
}
.cid-uU39WqbQ8C .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uU39WqbQ8C .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU39WqbQ8C .list {
    margin-bottom: 0rem;
  }
}
.cid-uU39WqbQ8C .mbr-text {
  color: #bbbbbb;
}
.cid-uU39WqbQ8C .mbr-iconfont {
  color: black;
}
.cid-uTUVR5155Z {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uTUVR5155Z .container-fluid {
  padding: 0 3rem;
}
.cid-uTUVR5155Z ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTUVR5155Z ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uTUVR5155Z ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uTUVR5155Z ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uTUVR5155Z .container-fluid {
    padding: 0 1rem;
  }
  .cid-uTUVR5155Z .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uTUVR5155Z .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uTUVR5155Z .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffa801, #ffc048);
  display: inline-block;
}
.cid-uTUVR5155Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTUVR5155Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTXYDll54u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uTXYDll54u nav.navbar {
  position: fixed;
}
.cid-uTXYDll54u .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTXYDll54u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTXYDll54u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTXYDll54u .dropdown-item:hover,
.cid-uTXYDll54u .dropdown-item:focus {
  background: #ffa801 !important;
  color: white !important;
}
.cid-uTXYDll54u .dropdown-item:hover span {
  color: white;
}
.cid-uTXYDll54u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTXYDll54u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTXYDll54u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTXYDll54u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTXYDll54u .nav-link {
  position: relative;
}
.cid-uTXYDll54u .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTXYDll54u .container {
    flex-wrap: wrap;
  }
}
.cid-uTXYDll54u .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTXYDll54u .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uTXYDll54u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTXYDll54u .dropdown-menu,
.cid-uTXYDll54u .navbar.opened {
  background: #ffffff !important;
}
.cid-uTXYDll54u .nav-item:focus,
.cid-uTXYDll54u .nav-link:focus {
  outline: none;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTXYDll54u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTXYDll54u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTXYDll54u .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uTXYDll54u .navbar.opened {
  transition: all 0.3s;
}
.cid-uTXYDll54u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTXYDll54u .navbar .navbar-logo img {
  width: auto;
}
.cid-uTXYDll54u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTXYDll54u .navbar.collapsed {
  justify-content: center;
}
.cid-uTXYDll54u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTXYDll54u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTXYDll54u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTXYDll54u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTXYDll54u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTXYDll54u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTXYDll54u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTXYDll54u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTXYDll54u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTXYDll54u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTXYDll54u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTXYDll54u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uTXYDll54u .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uTXYDll54u .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTXYDll54u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTXYDll54u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTXYDll54u .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTXYDll54u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTXYDll54u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTXYDll54u .dropdown-item.active,
.cid-uTXYDll54u .dropdown-item:active {
  background-color: transparent;
}
.cid-uTXYDll54u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTXYDll54u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTXYDll54u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTXYDll54u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTXYDll54u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTXYDll54u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTXYDll54u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTXYDll54u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTXYDll54u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTXYDll54u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTXYDll54u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTXYDll54u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTXYDll54u .navbar {
    height: 70px;
  }
  .cid-uTXYDll54u .navbar.opened {
    height: auto;
  }
  .cid-uTXYDll54u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTXYDll54u html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
.cid-uTKIR8v9dw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uTKIR8v9dw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTKIR8v9dw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTKIR8v9dw .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-uTKIR8v9dw .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTKIR8v9dw .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uTKIR8v9dw .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uTKIR8v9dw .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uTKIR8v9dw .image-wrapper {
  padding: 0 1rem;
}
.cid-uTKIR8v9dw img,
.cid-uTKIR8v9dw .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uTKIR8v9dw img,
  .cid-uTKIR8v9dw .image-wrapper {
    max-height: 350px;
  }
}
.cid-uTKIR8v9dw .mbr-section-title {
  color: #000000;
}
.cid-uTKIR8v9dw .mbr-text {
  color: #000000;
}
.cid-uTKIR8v9dw .mbr-text,
.cid-uTKIR8v9dw .mbr-section-btn {
  text-align: left;
}
.cid-uTKIR8v9dw .price {
  color: #4bcffa;
}
.cid-uU7CuJsrIc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uU7CuJsrIc .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uU7CuJsrIc .mbr-shop .row {
  margin: 0;
}
.cid-uU7CuJsrIc .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uU7CuJsrIc .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uU7CuJsrIc .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uU7CuJsrIc .btn {
  padding: 0.6rem 2rem;
}
.cid-uU7CuJsrIc .mbr-section-btn {
  text-align: left;
}
.cid-uU7CuJsrIc .img_wraper img {
  border-radius: 8px!important;
}
.cid-uU7CuJsrIc .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uU7CuJsrIc .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;
  cursor: pointer;
  z-index: 1040;
}
.cid-uU7CuJsrIc .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uU7CuJsrIc .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-uU7CuJsrIc .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uU7CuJsrIc .mbr-shop .hide-modal {
  display: none;
}
.cid-uU7CuJsrIc .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uU7CuJsrIc .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uU7CuJsrIc .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uU7CuJsrIc .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uU7CuJsrIc .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-uU7CuJsrIc .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-uU7CuJsrIc .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uU7CuJsrIc .mbr-shop .filter-by-pu,
.cid-uU7CuJsrIc .mbr-shop .filter-by-pd,
.cid-uU7CuJsrIc .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uU7CuJsrIc .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uU7CuJsrIc .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uU7CuJsrIc .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uU7CuJsrIc .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uU7CuJsrIc .mbr-shop .galleryItem h4,
.cid-uU7CuJsrIc .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uU7CuJsrIc .mbr-shop .galleryItem h5,
.cid-uU7CuJsrIc .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-uU7CuJsrIc .mbr-shop .galleryItem p,
.cid-uU7CuJsrIc .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-uU7CuJsrIc .mbr-shop .item-button {
  text-align: center;
}
.cid-uU7CuJsrIc .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uU7CuJsrIc .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uU7CuJsrIc .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uU7CuJsrIc .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uU7CuJsrIc .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-uU7CuJsrIc .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uU7CuJsrIc .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uU7CuJsrIc .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uU7CuJsrIc .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uU7CuJsrIc .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uU7CuJsrIc .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uU7CuJsrIc .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uU7CuJsrIc .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uU7CuJsrIc .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uU7CuJsrIc .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uU7CuJsrIc .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uU7CuJsrIc .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uU7CuJsrIc .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uU7CuJsrIc .mbr-shop .mbr-gallery-item__hided h4,
.cid-uU7CuJsrIc .mbr-shop .mbr-gallery-item__hided h5,
.cid-uU7CuJsrIc .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uU7CuJsrIc .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uU7CuJsrIc .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uU7CuJsrIc .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uU7CuJsrIc .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uU7CuJsrIc .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uU7CuJsrIc .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uU7CuJsrIc .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #ffa801;
}
.cid-uU7CuJsrIc .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uU7CuJsrIc .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uU7CuJsrIc .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #ffa801;
  font-weight: bold;
}
.cid-uU7CuJsrIc .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #ffa801;
  border-radius: 2px;
  font-size: 0;
}
.cid-uU7CuJsrIc .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #ffa801;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uU7CuJsrIc .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #ffa801;
}
.cid-uU7CuJsrIc .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uU7CuJsrIc .mbr-shop .range-controls {
  position: relative;
}
.cid-uU7CuJsrIc .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uU7CuJsrIc .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffa801;
}
.cid-uU7CuJsrIc .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #ffa801;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ffa801;
  cursor: pointer;
}
.cid-uU7CuJsrIc .mbr-shop .toggle:hover,
.cid-uU7CuJsrIc .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uU7CuJsrIc .mbr-shop .min-toggle {
  left: 0;
}
.cid-uU7CuJsrIc .mbr-shop .max-toggle {
  right: 0;
}
.cid-uU7CuJsrIc .mbr-shop .hided-by-price {
  display: none;
}
.cid-uU7CuJsrIc .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uU7CuJsrIc .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uU7CuJsrIc .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uU7CuJsrIc .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uU7CuJsrIc .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uU7CuJsrIc .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uU7CuJsrIc .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uU7CuJsrIc .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uU7CuJsrIc .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uU7CuJsrIc .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uU7CuJsrIc .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-uU7CuJsrIc .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-uU7CuJsrIc .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uU7CuJsrIc .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uU7CuJsrIc .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uU7CuJsrIc .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uU7CuJsrIc .mbr-shop .shop-items .onsale,
.cid-uU7CuJsrIc .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uU7CuJsrIc .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uU7CuJsrIc .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uU7CuJsrIc .mbr-shop .price-range {
  display: inline-block;
}
.cid-uU7CuJsrIc .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uU7CuJsrIc .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uU7CuJsrIc .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uU7CuJsrIc .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uU7CuJsrIc .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uU7CuJsrIc .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uU7CuJsrIc .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uU7CuJsrIc .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uU7CuJsrIc .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uU7CuJsrIc .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uU7CuJsrIc .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uU7CuJsrIc .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uU7CuJsrIc .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uU7CuJsrIc .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uU7CuJsrIc .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU7CuJsrIc .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uU7CuJsrIc .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uU7CuJsrIc .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uU7CuJsrIc .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uU7CuJsrIc .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uU7CuJsrIc .wrapper-shop-items {
    order: 1;
  }
  .cid-uU7CuJsrIc .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uU7CuJsrIc .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uU7CuJsrIc .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uU7CuJsrIc .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uU7CuJsrIc .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uU7CuJsrIc .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uU7CuJsrIc .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uU7CuJsrIc .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uU7CuJsrIc .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uU7CuJsrIc .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uU7CuJsrIc .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uU7CuJsrIc .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uU7CuJsrIc .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uU7CuJsrIc .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uU7CuJsrIc .oldprice {
  color: #767676;
  padding-left: .8rem!important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU7CuJsrIc .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uU7CuJsrIc LI {
  color: #57468b;
}
.cid-uU7CuJsrIc .sidebar-title {
  color: #1e272e;
}
.cid-uU7CuJsrIc .item-title {
  text-align: left;
  color: #ffa600;
}
.cid-uU7CuJsrIc .shop-item-price,
.cid-uU7CuJsrIc .price-block {
  text-align: left;
  color: #0fbcf9;
}
@media (max-width: 576px) {
  .cid-uU7CuJsrIc .mbr-shop .mbr-gallery-item,
  .cid-uU7CuJsrIc .wrapper-shop-items,
  .cid-uU7CuJsrIc .sidebar-block,
  .cid-uU7CuJsrIc .sidebar-title,
  .cid-uU7CuJsrIc .sidebar,
  .cid-uU7CuJsrIc .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-uU7CuJsrIc .filter-cost {
    max-width: 100%!important;
  }
  .cid-uU7CuJsrIc .range-slider,
  .cid-uU7CuJsrIc .categories,
  .cid-uU7CuJsrIc .bestseller-block {
    text-align: center;
  }
}
.cid-uU7CuJsrIc .card-description {
  color: #232323;
}
.cid-uTLcq82Prw {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uTLcq82Prw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLcq82Prw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLcq82Prw .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uTLcq82Prw .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uTLcq82Prw .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-uTL8TUnYvh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTL8TUnYvh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTL8TUnYvh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTL8TUnYvh .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uTL8TUnYvh .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uTL8TUnYvh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uTL8TUnYvh .container {
    padding: 0 16px;
  }
}
.cid-uTL8TUnYvh .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uTL8TUnYvh .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uTL8TUnYvh .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-uTL8TUnYvh .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uTL8TUnYvh .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uTL8TUnYvh .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTL8TUnYvh .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uTL8TUnYvh .title-wrapper .title-wrap img {
  height: 110px;
  width: 60px;
  border-radius: 0 !important;
  object-fit: cover;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uTL8TUnYvh .title-wrapper .title-wrap img {
    margin: 0 0 16px 0;
    display: inline-flex;
  }
}
.cid-uTL8TUnYvh .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTL8TUnYvh .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px 116px;
}
@media (max-width: 992px) {
  .cid-uTL8TUnYvh .items-wrapper {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.cid-uTL8TUnYvh .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .cid-uTL8TUnYvh .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 16px;
  }
}
.cid-uTL8TUnYvh .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-wrap {
  display: flex;
  padding: 18px 0 14px 0;
  border-bottom: 1px solid #c1c1c1;
}
.cid-uTL8TUnYvh .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-wrap:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-uTL8TUnYvh .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-wrap .item-title {
  width: 50%;
  padding-right: 16px;
}
.cid-uTL8TUnYvh .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-wrap .item-desc {
  width: 50%;
}
.cid-uTL8TUnYvh .mbr-desc {
  color: #1c1c1c;
}
.cid-uTL8TUnYvh .mbr-section-title {
  color: #1c1c1c;
}
.cid-uTL8TUnYvh .card-title {
  color: #1c1c1c;
}
.cid-uTL8TUnYvh .item-title {
  color: #1c1c1c;
}
.cid-uTL8TUnYvh .item-desc {
  color: #1c1c1c;
}
.cid-uTKPAeeXjC {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uTKPAeeXjC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTKPAeeXjC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTKPAeeXjC .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uTKPAeeXjC .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uTKPAeeXjC .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uTKPAeeXjC img,
.cid-uTKPAeeXjC .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% top;
}
@media (max-width: 767px) {
  .cid-uTKPAeeXjC img,
  .cid-uTKPAeeXjC .item-img {
    max-height: 350px;
  }
}
.cid-uTLdjwkbQ1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTLdjwkbQ1 .justify-content-center {
  align-items: center;
}
.cid-uTLdjwkbQ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLdjwkbQ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLdjwkbQ1 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uTLdjwkbQ1 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTLdjwkbQ1 .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-uTLdjwkbQ1 .content-head {
  max-width: 800px;
}
.cid-uTLdjwkbQ1 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffa600;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #000000;
  height: 80px;
  border-radius: 50%;
}
.cid-uTKRmUXus0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-uTKRmUXus0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTKRmUXus0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTKRmUXus0 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uTKRmUXus0 .mbr-section-title {
  color: #24262b;
}
.cid-uTKRmUXus0 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uTKRmUXus0 .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-uTKRmUXus0 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-uTKRmUXus0 .card-wrap {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5rem 4rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-uTKRmUXus0 .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-uTKRmUXus0 .item-content {
  position: relative;
  z-index: 1;
  max-width: 390px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uTKRmUXus0 .item-content {
    max-width: 100%;
    text-align: center;
  }
}
.cid-uTKRmUXus0 .card-title-1 {
  margin-bottom: 16px;
  color: #FFFFFF;
}
.cid-uTKRmUXus0 .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uTKRmUXus0 .card-subtitle-1 {
  color: #FFFFFF;
}
.cid-uTKRmUXus0 .card-subtitle-2 {
  color: #24262b;
}
.cid-uTKRmUXus0 .card-text-1 {
  margin-top: 16px;
  color: #FFFFFF;
}
.cid-uTKRmUXus0 .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-uTKRmUXus0 .mbr-section-btn {
  margin-top: 14px;
}
.cid-uTKRmUXus0 .card-1 .card-wrap {
  background-image: url("../../../assets/images/e59cbae699af3-1064x1000.jpeg");
}
.cid-uTKRmUXus0 .card-2 .card-wrap {
  background-image: url("../../../assets/images/e59cbae699af1-1064x1000.jpeg");
}
.cid-uWnb9mT8TX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uWnb9mT8TX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWnb9mT8TX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWnb9mT8TX .col-title {
  margin-bottom: 32px;
}
.cid-uWnb9mT8TX .mbr-section-title {
  color: #24262b;
}
.cid-uWnb9mT8TX .mbr-section-subtitle {
  color: #24262b;
}
.cid-uWnb9mT8TX .cards-row {
  row-gap: 32px;
}
.cid-uWnb9mT8TX .card {
  border-radius: 0;
}
.cid-uWnb9mT8TX .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-uWnb9mT8TX .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-uWnb9mT8TX .text-wrap {
  flex-grow: 1;
}
.cid-uWnb9mT8TX .card-title {
  color: #24262b;
}
.cid-uWnb9mT8TX .card-text {
  color: #767676;
}
.cid-uWnbyj0f6J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-uWnbyj0f6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWnbyj0f6J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWnbyj0f6J .mbr-section-head {
  width: 100%;
  margin-bottom: 5.56vw;
}
@media (max-width: 767px) {
  .cid-uWnbyj0f6J .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uWnbyj0f6J .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uWnbyj0f6J .mbr-section-title {
    text-align: left;
  }
}
.cid-uWnbyj0f6J .mbr-section-title-1 {
  flex-grow: 1;
}
.cid-uWnbyj0f6J .mbr-section-title-2 {
  margin-right: 16px;
}
@media (max-width: 991px) {
  .cid-uWnbyj0f6J .mbr-section-title-2 {
    margin-right: 0;
  }
}
.cid-uWnbyj0f6J .section-head-container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uWnbyj0f6J .section-head-container {
    flex-wrap: wrap;
  }
}
.cid-uWnbyj0f6J .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5d4fe;
  padding: 36px;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  flex-shrink: 0;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-uWnbyj0f6J .iconfont-wrapper {
    border-radius: 100%;
    padding: 0;
    width: 10.67vw;
    height: 10.67vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uWnbyj0f6J .iconfont-wrapper {
    width: 15.67vw;
    height: 15.67vw;
    margin-right: 12px;
    margin-top: 12px;
  }
}
.cid-uWnbyj0f6J .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
@media (max-width: 991px) {
  .cid-uWnbyj0f6J .iconfont-wrapper .mbr-iconfont {
    font-size: 5.6vw !important;
  }
}
@media (max-width: 767px) {
  .cid-uWnbyj0f6J .iconfont-wrapper .mbr-iconfont {
    font-size: 8vw !important;
  }
}
.cid-uWnbyj0f6J .mbr-section-subtitle {
  width: 35%;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uWnbyj0f6J .mbr-section-subtitle {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-uWnbyj0f6J .card {
  padding: 0 2.78vw;
  border-radius: 1.67vw;
  margin-bottom: 1.11vw;
  border: 1px solid #000000;
  background-color: #4bcffa;
}
@media (max-width: 991px) {
  .cid-uWnbyj0f6J .card {
    padding: 0 6.93vw;
    border-radius: 3.2vw;
    margin-bottom: 2.13vw;
  }
}
.cid-uWnbyj0f6J .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border-bottom: none !important;
}
.cid-uWnbyj0f6J .sign {
  flex-shrink: 0;
  font-family: 'Moririse2' !important;
  padding: 12px;
  font-size: 22px;
  border-radius: 50%;
  color: #000000;
  border: 1px solid #000000;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
@media (max-width: 991px) {
  .cid-uWnbyj0f6J .sign {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 7.3vw;
    font-size: 3.7vw;
    aspect-ratio: 1;
  }
}
@media (max-width: 767px) {
  .cid-uWnbyj0f6J .sign {
    width: 8.53vw;
    font-size: 4.3vw;
  }
}
.cid-uWnbyj0f6J .panel-title-edit {
  flex-grow: 1;
  padding-right: 1rem;
  color: #000000;
  transition: .3s all;
}
.cid-uWnbyj0f6J .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.78vw 0;
  transition: .4s all;
}
@media (max-width: 991px) {
  .cid-uWnbyj0f6J .panel-title {
    padding: 5.33vw 0;
  }
}
.cid-uWnbyj0f6J .panel-title[aria-expanded="false"] .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-uWnbyj0f6J .panel-title[aria-expanded="true"] .sign {
  transform: rotate(135deg);
}
.cid-uWnbyj0f6J .panel-body {
  display: flex;
  align-items: center;
  margin-top: 6px;
  padding-bottom: 5.56vw;
}
@media (max-width: 991px) {
  .cid-uWnbyj0f6J .panel-body {
    flex-wrap: wrap;
    padding-bottom: 8.53vw;
  }
}
.cid-uWnbyj0f6J .panel-text {
  color: #000000;
  margin-bottom: 0;
  width: 60%;
}
@media (max-width: 991px) {
  .cid-uWnbyj0f6J .panel-text {
    width: 100%;
  }
}
.cid-uWnbyj0f6J .mbr-section-btn {
  width: 40%;
}
@media (min-width: 992px) {
  .cid-uWnbyj0f6J .mbr-section-btn {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uWnbyj0f6J .mbr-section-btn {
    width: 100%;
    margin-top: 6.4vw ;
  }
}
.cid-uWnbyj0f6J .info-card {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 2.78vw;
  border-radius: 1.67vw;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border: 1px solid #000000;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWnbyj0f6J .info-card {
    flex-wrap: wrap;
    width: 100%;
    padding: 5.33vw 6.93vw;
  }
}
.cid-uWnbyj0f6J .info-text {
  color: #000000;
  width: 60%;
}
@media (max-width: 991px) {
  .cid-uWnbyj0f6J .info-text {
    width: 100%;
  }
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-uU7g2yUCVX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7g2yUCVX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7g2yUCVX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7g2yUCVX .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uU7g2yUCVX .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uU7g2yUCVX .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uU7g2yUCVX .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uU7g2yUCVX .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ffc048;
}
.cid-uU7g2yUCVX .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU7g2yUCVX .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uU7g2yUCVX .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uU7g2yUCVX .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uU7g2yUCVX .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uU7g2yUCVX .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uU7g2yUCVX .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uU7g2yUCVX .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uU7g2yUCVX .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #ffc048;
  color: #000000;
}
.cid-uU7g2yUCVX .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uU7g2yUCVX .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #ffc048;
}
.cid-uU7g2yUCVX .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU7g2yUCVX .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
.cid-uU7g2yUCVX .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uU7g2yUCVX .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uU7g2yUCVX .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uU7g2yUCVX .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uU7g2yUCVX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uU7g2yUCVX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uU7g2yUCVX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uU7g2yUCVX .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
}
@media (max-width: 992px) {
  .cid-uU7g2yUCVX .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uU7g2yUCVX .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU7g2yUCVX .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uU7g2yUCVX .mbr-label {
  color: #000000;
}
.cid-uU7g2yUCVX .mbr-section-title {
  color: #000000;
}
.cid-uU7g2yUCVX .panel-title-edit {
  color: #000000;
}
.cid-uU7g2yUCVX .panel-text {
  color: #8a8a8a;
}
.cid-uU7zAz7bJI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uU7zAz7bJI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7zAz7bJI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7zAz7bJI .mbr-section-title {
  color: #24262b;
}
.cid-uU7zAz7bJI .mbr-section-subtitle {
  color: #24262b;
}
.cid-uU7zAz7bJI .mbr-section-btn {
  margin-top: 16px;
}
.cid-uU7zBidgk4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uU7zBidgk4 .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uU7zBidgk4 .mbr-shop .row {
  margin: 0;
}
.cid-uU7zBidgk4 .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uU7zBidgk4 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uU7zBidgk4 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uU7zBidgk4 .btn {
  padding: 0.6rem 2rem;
}
.cid-uU7zBidgk4 .mbr-section-btn {
  text-align: left;
}
.cid-uU7zBidgk4 .img_wraper img {
  border-radius: 8px!important;
}
.cid-uU7zBidgk4 .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uU7zBidgk4 .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;
  cursor: pointer;
  z-index: 1040;
}
.cid-uU7zBidgk4 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uU7zBidgk4 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-uU7zBidgk4 .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uU7zBidgk4 .mbr-shop .hide-modal {
  display: none;
}
.cid-uU7zBidgk4 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uU7zBidgk4 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uU7zBidgk4 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uU7zBidgk4 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uU7zBidgk4 .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-uU7zBidgk4 .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-uU7zBidgk4 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uU7zBidgk4 .mbr-shop .filter-by-pu,
.cid-uU7zBidgk4 .mbr-shop .filter-by-pd,
.cid-uU7zBidgk4 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uU7zBidgk4 .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uU7zBidgk4 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uU7zBidgk4 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uU7zBidgk4 .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uU7zBidgk4 .mbr-shop .galleryItem h4,
.cid-uU7zBidgk4 .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uU7zBidgk4 .mbr-shop .galleryItem h5,
.cid-uU7zBidgk4 .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-uU7zBidgk4 .mbr-shop .galleryItem p,
.cid-uU7zBidgk4 .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-uU7zBidgk4 .mbr-shop .item-button {
  text-align: center;
}
.cid-uU7zBidgk4 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uU7zBidgk4 .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uU7zBidgk4 .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uU7zBidgk4 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uU7zBidgk4 .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-uU7zBidgk4 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uU7zBidgk4 .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uU7zBidgk4 .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uU7zBidgk4 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uU7zBidgk4 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uU7zBidgk4 .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uU7zBidgk4 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uU7zBidgk4 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uU7zBidgk4 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uU7zBidgk4 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uU7zBidgk4 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uU7zBidgk4 .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uU7zBidgk4 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uU7zBidgk4 .mbr-shop .mbr-gallery-item__hided h4,
.cid-uU7zBidgk4 .mbr-shop .mbr-gallery-item__hided h5,
.cid-uU7zBidgk4 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uU7zBidgk4 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uU7zBidgk4 .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uU7zBidgk4 .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uU7zBidgk4 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uU7zBidgk4 .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uU7zBidgk4 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uU7zBidgk4 .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #ffa801;
}
.cid-uU7zBidgk4 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uU7zBidgk4 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uU7zBidgk4 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #ffa801;
  font-weight: bold;
}
.cid-uU7zBidgk4 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #ffa801;
  border-radius: 2px;
  font-size: 0;
}
.cid-uU7zBidgk4 .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #ffa801;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uU7zBidgk4 .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #ffa801;
}
.cid-uU7zBidgk4 .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uU7zBidgk4 .mbr-shop .range-controls {
  position: relative;
}
.cid-uU7zBidgk4 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uU7zBidgk4 .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffa801;
}
.cid-uU7zBidgk4 .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #ffa801;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ffa801;
  cursor: pointer;
}
.cid-uU7zBidgk4 .mbr-shop .toggle:hover,
.cid-uU7zBidgk4 .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uU7zBidgk4 .mbr-shop .min-toggle {
  left: 0;
}
.cid-uU7zBidgk4 .mbr-shop .max-toggle {
  right: 0;
}
.cid-uU7zBidgk4 .mbr-shop .hided-by-price {
  display: none;
}
.cid-uU7zBidgk4 .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uU7zBidgk4 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uU7zBidgk4 .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uU7zBidgk4 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uU7zBidgk4 .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uU7zBidgk4 .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uU7zBidgk4 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uU7zBidgk4 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uU7zBidgk4 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uU7zBidgk4 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uU7zBidgk4 .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-uU7zBidgk4 .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-uU7zBidgk4 .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uU7zBidgk4 .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uU7zBidgk4 .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uU7zBidgk4 .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uU7zBidgk4 .mbr-shop .shop-items .onsale,
.cid-uU7zBidgk4 .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uU7zBidgk4 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uU7zBidgk4 .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uU7zBidgk4 .mbr-shop .price-range {
  display: inline-block;
}
.cid-uU7zBidgk4 .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uU7zBidgk4 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uU7zBidgk4 .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uU7zBidgk4 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uU7zBidgk4 .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uU7zBidgk4 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uU7zBidgk4 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uU7zBidgk4 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uU7zBidgk4 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uU7zBidgk4 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uU7zBidgk4 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uU7zBidgk4 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uU7zBidgk4 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uU7zBidgk4 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uU7zBidgk4 .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU7zBidgk4 .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uU7zBidgk4 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uU7zBidgk4 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uU7zBidgk4 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uU7zBidgk4 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uU7zBidgk4 .wrapper-shop-items {
    order: 1;
  }
  .cid-uU7zBidgk4 .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uU7zBidgk4 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uU7zBidgk4 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uU7zBidgk4 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uU7zBidgk4 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uU7zBidgk4 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uU7zBidgk4 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uU7zBidgk4 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uU7zBidgk4 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uU7zBidgk4 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uU7zBidgk4 .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uU7zBidgk4 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uU7zBidgk4 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uU7zBidgk4 .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uU7zBidgk4 .oldprice {
  color: #767676;
  padding-left: .8rem!important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU7zBidgk4 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uU7zBidgk4 LI {
  color: #57468b;
}
.cid-uU7zBidgk4 .sidebar-title {
  color: #1e272e;
}
.cid-uU7zBidgk4 .item-title {
  text-align: left;
  color: #ffa600;
}
.cid-uU7zBidgk4 .shop-item-price,
.cid-uU7zBidgk4 .price-block {
  text-align: left;
  color: #0fbcf9;
}
@media (max-width: 576px) {
  .cid-uU7zBidgk4 .mbr-shop .mbr-gallery-item,
  .cid-uU7zBidgk4 .wrapper-shop-items,
  .cid-uU7zBidgk4 .sidebar-block,
  .cid-uU7zBidgk4 .sidebar-title,
  .cid-uU7zBidgk4 .sidebar,
  .cid-uU7zBidgk4 .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-uU7zBidgk4 .filter-cost {
    max-width: 100%!important;
  }
  .cid-uU7zBidgk4 .range-slider,
  .cid-uU7zBidgk4 .categories,
  .cid-uU7zBidgk4 .bestseller-block {
    text-align: center;
  }
}
.cid-uU7zBidgk4 .card-description {
  color: #232323;
}
.cid-uYDcda0Ajo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffa600;
}
@media (min-width: 991px) {
  .cid-uYDcda0Ajo .container-fluid {
    padding-left: 0;
  }
}
.cid-uYDcda0Ajo .mbr-text,
.cid-uYDcda0Ajo .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uYDcda0Ajo .mbr-text,
  .cid-uYDcda0Ajo .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uYDcda0Ajo .mbr-text,
  .cid-uYDcda0Ajo .mbr-section-title {
    text-align: center;
  }
}
.cid-uYDcda0Ajo a.btn {
  height: 100%;
  margin: 0;
}
.cid-uYDcda0Ajo .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-uYDcda0Ajo .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uYDcda0Ajo .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYDcda0Ajo .justify-content-center {
  align-items: center;
}
.cid-uU39WqbQ8C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uU39WqbQ8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU39WqbQ8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU39WqbQ8C .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU39WqbQ8C .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU39WqbQ8C .row {
    text-align: center;
  }
  .cid-uU39WqbQ8C .social-row {
    justify-content: center;
  }
}
.cid-uU39WqbQ8C .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uU39WqbQ8C .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU39WqbQ8C .list {
    margin-bottom: 0rem;
  }
}
.cid-uU39WqbQ8C .mbr-text {
  color: #bbbbbb;
}
.cid-uU39WqbQ8C .mbr-iconfont {
  color: black;
}
.cid-uU70ItSc8Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uU70ItSc8Q .container-fluid {
  padding: 0 3rem;
}
.cid-uU70ItSc8Q ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uU70ItSc8Q ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uU70ItSc8Q ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uU70ItSc8Q ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uU70ItSc8Q .container-fluid {
    padding: 0 1rem;
  }
  .cid-uU70ItSc8Q .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uU70ItSc8Q .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uU70ItSc8Q .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffa801, #ffc048);
  display: inline-block;
}
.cid-uU70ItSc8Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU70ItSc8Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTXYDll54u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uTXYDll54u nav.navbar {
  position: fixed;
}
.cid-uTXYDll54u .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTXYDll54u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTXYDll54u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTXYDll54u .dropdown-item:hover,
.cid-uTXYDll54u .dropdown-item:focus {
  background: #ffa801 !important;
  color: white !important;
}
.cid-uTXYDll54u .dropdown-item:hover span {
  color: white;
}
.cid-uTXYDll54u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTXYDll54u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTXYDll54u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTXYDll54u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTXYDll54u .nav-link {
  position: relative;
}
.cid-uTXYDll54u .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTXYDll54u .container {
    flex-wrap: wrap;
  }
}
.cid-uTXYDll54u .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTXYDll54u .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uTXYDll54u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTXYDll54u .dropdown-menu,
.cid-uTXYDll54u .navbar.opened {
  background: #ffffff !important;
}
.cid-uTXYDll54u .nav-item:focus,
.cid-uTXYDll54u .nav-link:focus {
  outline: none;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTXYDll54u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTXYDll54u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTXYDll54u .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uTXYDll54u .navbar.opened {
  transition: all 0.3s;
}
.cid-uTXYDll54u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTXYDll54u .navbar .navbar-logo img {
  width: auto;
}
.cid-uTXYDll54u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTXYDll54u .navbar.collapsed {
  justify-content: center;
}
.cid-uTXYDll54u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTXYDll54u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTXYDll54u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTXYDll54u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTXYDll54u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTXYDll54u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTXYDll54u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTXYDll54u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTXYDll54u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTXYDll54u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTXYDll54u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTXYDll54u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uTXYDll54u .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uTXYDll54u .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTXYDll54u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTXYDll54u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTXYDll54u .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTXYDll54u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTXYDll54u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTXYDll54u .dropdown-item.active,
.cid-uTXYDll54u .dropdown-item:active {
  background-color: transparent;
}
.cid-uTXYDll54u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTXYDll54u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTXYDll54u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTXYDll54u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTXYDll54u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTXYDll54u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTXYDll54u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTXYDll54u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTXYDll54u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTXYDll54u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTXYDll54u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTXYDll54u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTXYDll54u .navbar {
    height: 70px;
  }
  .cid-uTXYDll54u .navbar.opened {
    height: auto;
  }
  .cid-uTXYDll54u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTXYDll54u html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
.cid-uTLgRw3Rcl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uTLgRw3Rcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLgRw3Rcl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLgRw3Rcl .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-uTLgRw3Rcl .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTLgRw3Rcl .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uTLgRw3Rcl .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uTLgRw3Rcl .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uTLgRw3Rcl .image-wrapper {
  padding: 0 1rem;
}
.cid-uTLgRw3Rcl img,
.cid-uTLgRw3Rcl .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uTLgRw3Rcl img,
  .cid-uTLgRw3Rcl .image-wrapper {
    max-height: 350px;
  }
}
.cid-uTLgRw3Rcl .mbr-section-title {
  color: #000000;
}
.cid-uTLgRw3Rcl .mbr-text {
  color: #000000;
}
.cid-uTLgRw3Rcl .mbr-text,
.cid-uTLgRw3Rcl .mbr-section-btn {
  text-align: left;
}
.cid-uTLgRw3Rcl .price {
  color: #0fbcf9;
}
.cid-uU7H7dvmpc {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uU7H7dvmpc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7H7dvmpc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7H7dvmpc .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uU7H7dvmpc .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uU7H7dvmpc .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-uU7HczFm0T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU7HczFm0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7HczFm0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7HczFm0T .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uU7HczFm0T .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uU7HczFm0T .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uU7HczFm0T .container {
    padding: 0 16px;
  }
}
.cid-uU7HczFm0T .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uU7HczFm0T .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uU7HczFm0T .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-uU7HczFm0T .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uU7HczFm0T .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uU7HczFm0T .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uU7HczFm0T .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uU7HczFm0T .title-wrapper .title-wrap img {
  height: 110px;
  width: 60px;
  border-radius: 0 !important;
  object-fit: cover;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uU7HczFm0T .title-wrapper .title-wrap img {
    margin: 0 0 16px 0;
    display: inline-flex;
  }
}
.cid-uU7HczFm0T .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uU7HczFm0T .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px 116px;
}
@media (max-width: 992px) {
  .cid-uU7HczFm0T .items-wrapper {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.cid-uU7HczFm0T .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .cid-uU7HczFm0T .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 16px;
  }
}
.cid-uU7HczFm0T .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-wrap {
  display: flex;
  padding: 18px 0 14px 0;
  border-bottom: 1px solid #c1c1c1;
}
.cid-uU7HczFm0T .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-wrap:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-uU7HczFm0T .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-wrap .item-title {
  width: 50%;
  padding-right: 16px;
}
.cid-uU7HczFm0T .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-wrap .item-desc {
  width: 50%;
}
.cid-uU7HczFm0T .mbr-desc {
  color: #1c1c1c;
}
.cid-uU7HczFm0T .mbr-section-title {
  color: #1c1c1c;
}
.cid-uU7HczFm0T .card-title {
  color: #1c1c1c;
}
.cid-uU7HczFm0T .item-title {
  color: #1c1c1c;
}
.cid-uU7HczFm0T .item-desc {
  color: #1c1c1c;
}
.cid-uTLvOOipo8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTLvOOipo8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLvOOipo8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLuz1nysN {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTLuz1nysN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLuz1nysN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTLuz1nysN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTLuz1nysN .row {
  flex-direction: row-reverse;
}
.cid-uTLuz1nysN img {
  width: 100%;
}
.cid-uTLubvi6fs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTLubvi6fs img,
.cid-uTLubvi6fs .item-img {
  width: 100%;
}
.cid-uTLubvi6fs .item:focus,
.cid-uTLubvi6fs span:focus {
  outline: none;
}
.cid-uTLubvi6fs .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uTLubvi6fs .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uTLubvi6fs .item {
  padding: 0;
  margin: 0;
}
.cid-uTLubvi6fs .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uTLubvi6fs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTLubvi6fs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uTLubvi6fs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uTLubvi6fs .mbr-section-title {
  color: #232323;
}
.cid-uU7HdCu9KL {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uU7HdCu9KL .justify-content-center {
  align-items: center;
}
.cid-uU7HdCu9KL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7HdCu9KL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7HdCu9KL .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uU7HdCu9KL .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uU7HdCu9KL .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-uU7HdCu9KL .content-head {
  max-width: 800px;
}
.cid-uU7HdCu9KL .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffa600;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #000000;
  height: 80px;
  border-radius: 50%;
}
.cid-uWncoLgtKY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uWncoLgtKY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWncoLgtKY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWncoLgtKY .col-title {
  margin-bottom: 32px;
}
.cid-uWncoLgtKY .mbr-section-title {
  color: #24262b;
}
.cid-uWncoLgtKY .mbr-section-subtitle {
  color: #24262b;
}
.cid-uWncoLgtKY .cards-row {
  row-gap: 32px;
}
.cid-uWncoLgtKY .card {
  border-radius: 0;
}
.cid-uWncoLgtKY .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-uWncoLgtKY .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-uWncoLgtKY .text-wrap {
  flex-grow: 1;
}
.cid-uWncoLgtKY .card-title {
  color: #24262b;
}
.cid-uWncoLgtKY .card-text {
  color: #767676;
}
.cid-uWncpqMnEW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-uWncpqMnEW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWncpqMnEW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWncpqMnEW .mbr-section-head {
  width: 100%;
  margin-bottom: 5.56vw;
}
@media (max-width: 767px) {
  .cid-uWncpqMnEW .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uWncpqMnEW .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uWncpqMnEW .mbr-section-title {
    text-align: left;
  }
}
.cid-uWncpqMnEW .mbr-section-title-1 {
  flex-grow: 1;
}
.cid-uWncpqMnEW .mbr-section-title-2 {
  margin-right: 16px;
}
@media (max-width: 991px) {
  .cid-uWncpqMnEW .mbr-section-title-2 {
    margin-right: 0;
  }
}
.cid-uWncpqMnEW .section-head-container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uWncpqMnEW .section-head-container {
    flex-wrap: wrap;
  }
}
.cid-uWncpqMnEW .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5d4fe;
  padding: 36px;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  flex-shrink: 0;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-uWncpqMnEW .iconfont-wrapper {
    border-radius: 100%;
    padding: 0;
    width: 10.67vw;
    height: 10.67vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uWncpqMnEW .iconfont-wrapper {
    width: 15.67vw;
    height: 15.67vw;
    margin-right: 12px;
    margin-top: 12px;
  }
}
.cid-uWncpqMnEW .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
@media (max-width: 991px) {
  .cid-uWncpqMnEW .iconfont-wrapper .mbr-iconfont {
    font-size: 5.6vw !important;
  }
}
@media (max-width: 767px) {
  .cid-uWncpqMnEW .iconfont-wrapper .mbr-iconfont {
    font-size: 8vw !important;
  }
}
.cid-uWncpqMnEW .mbr-section-subtitle {
  width: 35%;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uWncpqMnEW .mbr-section-subtitle {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-uWncpqMnEW .card {
  padding: 0 2.78vw;
  border-radius: 1.67vw;
  margin-bottom: 1.11vw;
  border: 1px solid #000000;
  background-color: #4bcffa;
}
@media (max-width: 991px) {
  .cid-uWncpqMnEW .card {
    padding: 0 6.93vw;
    border-radius: 3.2vw;
    margin-bottom: 2.13vw;
  }
}
.cid-uWncpqMnEW .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border-bottom: none !important;
}
.cid-uWncpqMnEW .sign {
  flex-shrink: 0;
  font-family: 'Moririse2' !important;
  padding: 12px;
  font-size: 22px;
  border-radius: 50%;
  color: #000000;
  border: 1px solid #000000;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
@media (max-width: 991px) {
  .cid-uWncpqMnEW .sign {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 7.3vw;
    font-size: 3.7vw;
    aspect-ratio: 1;
  }
}
@media (max-width: 767px) {
  .cid-uWncpqMnEW .sign {
    width: 8.53vw;
    font-size: 4.3vw;
  }
}
.cid-uWncpqMnEW .panel-title-edit {
  flex-grow: 1;
  padding-right: 1rem;
  color: #000000;
  transition: .3s all;
}
.cid-uWncpqMnEW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.78vw 0;
  transition: .4s all;
}
@media (max-width: 991px) {
  .cid-uWncpqMnEW .panel-title {
    padding: 5.33vw 0;
  }
}
.cid-uWncpqMnEW .panel-title[aria-expanded="false"] .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-uWncpqMnEW .panel-title[aria-expanded="true"] .sign {
  transform: rotate(135deg);
}
.cid-uWncpqMnEW .panel-body {
  display: flex;
  align-items: center;
  margin-top: 6px;
  padding-bottom: 5.56vw;
}
@media (max-width: 991px) {
  .cid-uWncpqMnEW .panel-body {
    flex-wrap: wrap;
    padding-bottom: 8.53vw;
  }
}
.cid-uWncpqMnEW .panel-text {
  color: #000000;
  margin-bottom: 0;
  width: 60%;
}
@media (max-width: 991px) {
  .cid-uWncpqMnEW .panel-text {
    width: 100%;
  }
}
.cid-uWncpqMnEW .mbr-section-btn {
  width: 40%;
}
@media (min-width: 992px) {
  .cid-uWncpqMnEW .mbr-section-btn {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uWncpqMnEW .mbr-section-btn {
    width: 100%;
    margin-top: 6.4vw ;
  }
}
.cid-uWncpqMnEW .info-card {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 2.78vw;
  border-radius: 1.67vw;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border: 1px solid #000000;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWncpqMnEW .info-card {
    flex-wrap: wrap;
    width: 100%;
    padding: 5.33vw 6.93vw;
  }
}
.cid-uWncpqMnEW .info-text {
  color: #000000;
  width: 60%;
}
@media (max-width: 991px) {
  .cid-uWncpqMnEW .info-text {
    width: 100%;
  }
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-uU7AN4ULgJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7AN4ULgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7AN4ULgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7AN4ULgJ .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uU7AN4ULgJ .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uU7AN4ULgJ .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uU7AN4ULgJ .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uU7AN4ULgJ .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ffc048;
}
.cid-uU7AN4ULgJ .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU7AN4ULgJ .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uU7AN4ULgJ .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uU7AN4ULgJ .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uU7AN4ULgJ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uU7AN4ULgJ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uU7AN4ULgJ .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uU7AN4ULgJ .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uU7AN4ULgJ .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #ffc048;
  color: #000000;
}
.cid-uU7AN4ULgJ .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uU7AN4ULgJ .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #ffc048;
}
.cid-uU7AN4ULgJ .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU7AN4ULgJ .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
.cid-uU7AN4ULgJ .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uU7AN4ULgJ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uU7AN4ULgJ .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uU7AN4ULgJ .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uU7AN4ULgJ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uU7AN4ULgJ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uU7AN4ULgJ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uU7AN4ULgJ .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
}
@media (max-width: 992px) {
  .cid-uU7AN4ULgJ .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uU7AN4ULgJ .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU7AN4ULgJ .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uU7AN4ULgJ .mbr-label {
  color: #000000;
}
.cid-uU7AN4ULgJ .mbr-section-title {
  color: #000000;
}
.cid-uU7AN4ULgJ .panel-title-edit {
  color: #000000;
}
.cid-uU7AN4ULgJ .panel-text {
  color: #8a8a8a;
}
.cid-uU7ANFpWRY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uU7ANFpWRY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7ANFpWRY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7ANFpWRY .mbr-section-title {
  color: #24262b;
}
.cid-uU7ANFpWRY .mbr-section-subtitle {
  color: #24262b;
}
.cid-uU7ANFpWRY .mbr-section-btn {
  margin-top: 16px;
}
.cid-uXYVKre80N {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uXYVKre80N .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uXYVKre80N .mbr-shop .row {
  margin: 0;
}
.cid-uXYVKre80N .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uXYVKre80N .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uXYVKre80N .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uXYVKre80N .btn {
  padding: 0.6rem 2rem;
}
.cid-uXYVKre80N .mbr-section-btn {
  text-align: left;
}
.cid-uXYVKre80N .img_wraper img {
  border-radius: 8px!important;
}
.cid-uXYVKre80N .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uXYVKre80N .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;
  cursor: pointer;
  z-index: 1040;
}
.cid-uXYVKre80N .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uXYVKre80N .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-uXYVKre80N .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uXYVKre80N .mbr-shop .hide-modal {
  display: none;
}
.cid-uXYVKre80N .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uXYVKre80N .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uXYVKre80N .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uXYVKre80N .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uXYVKre80N .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-uXYVKre80N .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-uXYVKre80N .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uXYVKre80N .mbr-shop .filter-by-pu,
.cid-uXYVKre80N .mbr-shop .filter-by-pd,
.cid-uXYVKre80N .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uXYVKre80N .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uXYVKre80N .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uXYVKre80N .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uXYVKre80N .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uXYVKre80N .mbr-shop .galleryItem h4,
.cid-uXYVKre80N .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uXYVKre80N .mbr-shop .galleryItem h5,
.cid-uXYVKre80N .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-uXYVKre80N .mbr-shop .galleryItem p,
.cid-uXYVKre80N .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-uXYVKre80N .mbr-shop .item-button {
  text-align: center;
}
.cid-uXYVKre80N .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uXYVKre80N .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uXYVKre80N .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uXYVKre80N .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uXYVKre80N .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-uXYVKre80N .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uXYVKre80N .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uXYVKre80N .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uXYVKre80N .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uXYVKre80N .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uXYVKre80N .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uXYVKre80N .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uXYVKre80N .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uXYVKre80N .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uXYVKre80N .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uXYVKre80N .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uXYVKre80N .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uXYVKre80N .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uXYVKre80N .mbr-shop .mbr-gallery-item__hided h4,
.cid-uXYVKre80N .mbr-shop .mbr-gallery-item__hided h5,
.cid-uXYVKre80N .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uXYVKre80N .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uXYVKre80N .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uXYVKre80N .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uXYVKre80N .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uXYVKre80N .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uXYVKre80N .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uXYVKre80N .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #ffa801;
}
.cid-uXYVKre80N .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uXYVKre80N .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uXYVKre80N .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #ffa801;
  font-weight: bold;
}
.cid-uXYVKre80N .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #ffa801;
  border-radius: 2px;
  font-size: 0;
}
.cid-uXYVKre80N .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #ffa801;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uXYVKre80N .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #ffa801;
}
.cid-uXYVKre80N .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uXYVKre80N .mbr-shop .range-controls {
  position: relative;
}
.cid-uXYVKre80N .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uXYVKre80N .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffa801;
}
.cid-uXYVKre80N .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #ffa801;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ffa801;
  cursor: pointer;
}
.cid-uXYVKre80N .mbr-shop .toggle:hover,
.cid-uXYVKre80N .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uXYVKre80N .mbr-shop .min-toggle {
  left: 0;
}
.cid-uXYVKre80N .mbr-shop .max-toggle {
  right: 0;
}
.cid-uXYVKre80N .mbr-shop .hided-by-price {
  display: none;
}
.cid-uXYVKre80N .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uXYVKre80N .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uXYVKre80N .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uXYVKre80N .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uXYVKre80N .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uXYVKre80N .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uXYVKre80N .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uXYVKre80N .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uXYVKre80N .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uXYVKre80N .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uXYVKre80N .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-uXYVKre80N .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-uXYVKre80N .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uXYVKre80N .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uXYVKre80N .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uXYVKre80N .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uXYVKre80N .mbr-shop .shop-items .onsale,
.cid-uXYVKre80N .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uXYVKre80N .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uXYVKre80N .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uXYVKre80N .mbr-shop .price-range {
  display: inline-block;
}
.cid-uXYVKre80N .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uXYVKre80N .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uXYVKre80N .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uXYVKre80N .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uXYVKre80N .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uXYVKre80N .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uXYVKre80N .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uXYVKre80N .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uXYVKre80N .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uXYVKre80N .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uXYVKre80N .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uXYVKre80N .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uXYVKre80N .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uXYVKre80N .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uXYVKre80N .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXYVKre80N .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uXYVKre80N .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uXYVKre80N .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uXYVKre80N .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uXYVKre80N .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uXYVKre80N .wrapper-shop-items {
    order: 1;
  }
  .cid-uXYVKre80N .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uXYVKre80N .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uXYVKre80N .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uXYVKre80N .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uXYVKre80N .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uXYVKre80N .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uXYVKre80N .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uXYVKre80N .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uXYVKre80N .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uXYVKre80N .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uXYVKre80N .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uXYVKre80N .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uXYVKre80N .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uXYVKre80N .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uXYVKre80N .oldprice {
  color: #767676;
  padding-left: .8rem!important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXYVKre80N .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uXYVKre80N LI {
  color: #57468b;
}
.cid-uXYVKre80N .sidebar-title {
  color: #1e272e;
}
.cid-uXYVKre80N .item-title {
  text-align: left;
  color: #ffa600;
}
.cid-uXYVKre80N .shop-item-price,
.cid-uXYVKre80N .price-block {
  text-align: left;
  color: #0fbcf9;
}
@media (max-width: 576px) {
  .cid-uXYVKre80N .mbr-shop .mbr-gallery-item,
  .cid-uXYVKre80N .wrapper-shop-items,
  .cid-uXYVKre80N .sidebar-block,
  .cid-uXYVKre80N .sidebar-title,
  .cid-uXYVKre80N .sidebar,
  .cid-uXYVKre80N .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-uXYVKre80N .filter-cost {
    max-width: 100%!important;
  }
  .cid-uXYVKre80N .range-slider,
  .cid-uXYVKre80N .categories,
  .cid-uXYVKre80N .bestseller-block {
    text-align: center;
  }
}
.cid-uXYVKre80N .card-description {
  color: #232323;
}
.cid-uYDcNGD6wf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffa600;
}
@media (min-width: 991px) {
  .cid-uYDcNGD6wf .container-fluid {
    padding-left: 0;
  }
}
.cid-uYDcNGD6wf .mbr-text,
.cid-uYDcNGD6wf .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uYDcNGD6wf .mbr-text,
  .cid-uYDcNGD6wf .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uYDcNGD6wf .mbr-text,
  .cid-uYDcNGD6wf .mbr-section-title {
    text-align: center;
  }
}
.cid-uYDcNGD6wf a.btn {
  height: 100%;
  margin: 0;
}
.cid-uYDcNGD6wf .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-uYDcNGD6wf .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uYDcNGD6wf .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYDcNGD6wf .justify-content-center {
  align-items: center;
}
.cid-uU39WqbQ8C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uU39WqbQ8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU39WqbQ8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU39WqbQ8C .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU39WqbQ8C .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU39WqbQ8C .row {
    text-align: center;
  }
  .cid-uU39WqbQ8C .social-row {
    justify-content: center;
  }
}
.cid-uU39WqbQ8C .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uU39WqbQ8C .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU39WqbQ8C .list {
    margin-bottom: 0rem;
  }
}
.cid-uU39WqbQ8C .mbr-text {
  color: #bbbbbb;
}
.cid-uU39WqbQ8C .mbr-iconfont {
  color: black;
}
.cid-uU74KKLZQg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uU74KKLZQg .container-fluid {
  padding: 0 3rem;
}
.cid-uU74KKLZQg ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uU74KKLZQg ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uU74KKLZQg ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uU74KKLZQg ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uU74KKLZQg .container-fluid {
    padding: 0 1rem;
  }
  .cid-uU74KKLZQg .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uU74KKLZQg .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uU74KKLZQg .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffa801, #ffc048);
  display: inline-block;
}
.cid-uU74KKLZQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU74KKLZQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTXYDll54u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uTXYDll54u nav.navbar {
  position: fixed;
}
.cid-uTXYDll54u .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTXYDll54u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTXYDll54u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTXYDll54u .dropdown-item:hover,
.cid-uTXYDll54u .dropdown-item:focus {
  background: #ffa801 !important;
  color: white !important;
}
.cid-uTXYDll54u .dropdown-item:hover span {
  color: white;
}
.cid-uTXYDll54u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTXYDll54u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTXYDll54u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTXYDll54u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTXYDll54u .nav-link {
  position: relative;
}
.cid-uTXYDll54u .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTXYDll54u .container {
    flex-wrap: wrap;
  }
}
.cid-uTXYDll54u .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTXYDll54u .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uTXYDll54u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTXYDll54u .dropdown-menu,
.cid-uTXYDll54u .navbar.opened {
  background: #ffffff !important;
}
.cid-uTXYDll54u .nav-item:focus,
.cid-uTXYDll54u .nav-link:focus {
  outline: none;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTXYDll54u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTXYDll54u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTXYDll54u .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uTXYDll54u .navbar.opened {
  transition: all 0.3s;
}
.cid-uTXYDll54u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTXYDll54u .navbar .navbar-logo img {
  width: auto;
}
.cid-uTXYDll54u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTXYDll54u .navbar.collapsed {
  justify-content: center;
}
.cid-uTXYDll54u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTXYDll54u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTXYDll54u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTXYDll54u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTXYDll54u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTXYDll54u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTXYDll54u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTXYDll54u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTXYDll54u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTXYDll54u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTXYDll54u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTXYDll54u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uTXYDll54u .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uTXYDll54u .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTXYDll54u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTXYDll54u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTXYDll54u .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTXYDll54u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTXYDll54u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTXYDll54u .dropdown-item.active,
.cid-uTXYDll54u .dropdown-item:active {
  background-color: transparent;
}
.cid-uTXYDll54u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTXYDll54u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTXYDll54u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTXYDll54u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTXYDll54u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTXYDll54u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTXYDll54u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTXYDll54u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTXYDll54u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTXYDll54u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTXYDll54u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTXYDll54u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTXYDll54u .navbar {
    height: 70px;
  }
  .cid-uTXYDll54u .navbar.opened {
    height: auto;
  }
  .cid-uTXYDll54u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTXYDll54u html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
.cid-uTLwJKKy9p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uTLwJKKy9p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLwJKKy9p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLwJKKy9p .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-uTLwJKKy9p .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTLwJKKy9p .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uTLwJKKy9p .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uTLwJKKy9p .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uTLwJKKy9p .image-wrapper {
  padding: 0 1rem;
}
.cid-uTLwJKKy9p img,
.cid-uTLwJKKy9p .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uTLwJKKy9p img,
  .cid-uTLwJKKy9p .image-wrapper {
    max-height: 350px;
  }
}
.cid-uTLwJKKy9p .mbr-section-title {
  color: #000000;
}
.cid-uTLwJKKy9p .mbr-text {
  color: #000000;
}
.cid-uTLwJKKy9p .mbr-text,
.cid-uTLwJKKy9p .mbr-section-btn {
  text-align: left;
}
.cid-uTLwJKKy9p .price {
  color: #0fbcf9;
}
.cid-uU7GF5VsV8 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uU7GF5VsV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7GF5VsV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7GF5VsV8 .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uU7GF5VsV8 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uU7GF5VsV8 .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-uU7GFRnmbY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU7GFRnmbY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7GFRnmbY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7GFRnmbY .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uU7GFRnmbY .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uU7GFRnmbY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uU7GFRnmbY .container {
    padding: 0 16px;
  }
}
.cid-uU7GFRnmbY .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uU7GFRnmbY .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uU7GFRnmbY .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-uU7GFRnmbY .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uU7GFRnmbY .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uU7GFRnmbY .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uU7GFRnmbY .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uU7GFRnmbY .title-wrapper .title-wrap img {
  height: 110px;
  width: 60px;
  border-radius: 0 !important;
  object-fit: cover;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uU7GFRnmbY .title-wrapper .title-wrap img {
    margin: 0 0 16px 0;
    display: inline-flex;
  }
}
.cid-uU7GFRnmbY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uU7GFRnmbY .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px 116px;
}
@media (max-width: 992px) {
  .cid-uU7GFRnmbY .items-wrapper {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.cid-uU7GFRnmbY .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .cid-uU7GFRnmbY .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 16px;
  }
}
.cid-uU7GFRnmbY .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-wrap {
  display: flex;
  padding: 18px 0 14px 0;
  border-bottom: 1px solid #c1c1c1;
}
.cid-uU7GFRnmbY .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-wrap:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-uU7GFRnmbY .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-wrap .item-title {
  width: 50%;
  padding-right: 16px;
}
.cid-uU7GFRnmbY .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-wrap .item-desc {
  width: 50%;
}
.cid-uU7GFRnmbY .mbr-desc {
  color: #1c1c1c;
}
.cid-uU7GFRnmbY .mbr-section-title {
  color: #1c1c1c;
}
.cid-uU7GFRnmbY .card-title {
  color: #1c1c1c;
}
.cid-uU7GFRnmbY .item-title {
  color: #1c1c1c;
}
.cid-uU7GFRnmbY .item-desc {
  color: #1c1c1c;
}
.cid-uTLwJN0uLO {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uTLwJN0uLO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLwJN0uLO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLwJN0uLO .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uTLwJN0uLO .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uTLwJN0uLO .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uTLwJN0uLO img,
.cid-uTLwJN0uLO .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% top;
}
@media (max-width: 767px) {
  .cid-uTLwJN0uLO img,
  .cid-uTLwJN0uLO .item-img {
    max-height: 350px;
  }
}
.cid-uU7GGFojQK {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uU7GGFojQK .justify-content-center {
  align-items: center;
}
.cid-uU7GGFojQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7GGFojQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7GGFojQK .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uU7GGFojQK .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uU7GGFojQK .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-uU7GGFojQK .content-head {
  max-width: 800px;
}
.cid-uU7GGFojQK .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffa600;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #000000;
  height: 80px;
  border-radius: 50%;
}
.cid-uTLAugkwwp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uTLAugkwwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLAugkwwp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLAugkwwp .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uTLAugkwwp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTLAugkwwp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uTLAugkwwp .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uTLAugkwwp .embla__slide .slide-content {
  width: 100%;
}
.cid-uTLAugkwwp .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uTLAugkwwp .embla__slide .slide-content .item-wrapper .item-img img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTLAugkwwp .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uTLAugkwwp .embla__button--next,
.cid-uTLAugkwwp .embla__button--prev {
  display: flex;
}
.cid-uTLAugkwwp .embla__button {
  top: 43%;
  width: 80px;
  height: 80px;
  font-size: 32px;
  background-color: #ffa600 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uTLAugkwwp .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uTLAugkwwp .embla__button:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-uTLAugkwwp .embla__button.embla__button--prev {
  left: 4rem;
}
@media (max-width: 992px) {
  .cid-uTLAugkwwp .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uTLAugkwwp .embla__button.embla__button--next {
  right: 4rem;
}
@media (max-width: 992px) {
  .cid-uTLAugkwwp .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uTLAugkwwp .embla {
  position: relative;
  width: 100%;
  padding: 0 210px;
}
@media (max-width: 992px) {
  .cid-uTLAugkwwp .embla {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uTLAugkwwp .embla {
    padding-bottom: 6rem;
  }
}
.cid-uTLAugkwwp .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border: 20px solid #edefeb;
}
@media (max-width: 992px) {
  .cid-uTLAugkwwp .embla__viewport {
    border: 10px solid #edefeb;
  }
}
.cid-uTLAugkwwp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTLAugkwwp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTLAugkwwp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTLAugkwwp .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uTLAugkwwp .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uTLwJNQmj2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-uTLwJNQmj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLwJNQmj2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLwJNQmj2 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uTLwJNQmj2 .mbr-section-title {
  color: #24262b;
}
.cid-uTLwJNQmj2 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uTLwJNQmj2 .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-uTLwJNQmj2 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-uTLwJNQmj2 .card-wrap {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5rem 4rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-uTLwJNQmj2 .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-uTLwJNQmj2 .item-content {
  position: relative;
  z-index: 1;
  max-width: 390px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uTLwJNQmj2 .item-content {
    max-width: 100%;
    text-align: center;
  }
}
.cid-uTLwJNQmj2 .card-title-1 {
  margin-bottom: 16px;
  color: #FFFFFF;
}
.cid-uTLwJNQmj2 .card-title-2 {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uTLwJNQmj2 .card-subtitle-1 {
  color: #FFFFFF;
}
.cid-uTLwJNQmj2 .card-subtitle-2 {
  color: #ffffff;
}
.cid-uTLwJNQmj2 .card-text-1 {
  margin-top: 16px;
  color: #FFFFFF;
}
.cid-uTLwJNQmj2 .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-uTLwJNQmj2 .mbr-section-btn {
  margin-top: 14px;
}
.cid-uTLwJNQmj2 .card-1 .card-wrap {
  background-image: url("../../../assets/images/e69588e69e9ce59bbe1-1126x1000.png");
}
.cid-uTLwJNQmj2 .card-2 .card-wrap {
  background-image: url("../../../assets/images/e59cbae699af3-1333x1000.jpeg");
}
.cid-uTLwJNQmj2 .card-text-2,
.cid-uTLwJNQmj2 .mbr-section-btn-2 {
  color: #ffc091;
}
.cid-uTLDqVWLfp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uTLDqVWLfp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLDqVWLfp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLDqVWLfp .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTLDqVWLfp .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTLDqVWLfp .items-wrapper .item {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uTLDqVWLfp .items-wrapper .item {
    margin-bottom: 2px;
  }
}
.cid-uTLDqVWLfp .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  background-color: #ffffff;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uTLDqVWLfp .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uTLDqVWLfp .items-wrapper .item .item-wrapper .card-box {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uTLDqVWLfp .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
    width: 100%;
  }
}
.cid-uTLDqVWLfp .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-uTLDqVWLfp .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-uTLDqVWLfp .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTLDqVWLfp .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uTLDqVWLfp .items-wrapper .item .item-wrapper .item-img {
    padding: 0 20px 20px;
    width: 100%;
  }
}
.cid-uTLDqVWLfp .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTLDqVWLfp .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uTLDqVWLfp .items-wrapper .item .item-wrapper .card_2 {
    padding: 20px 20px 0;
  }
}
.cid-uTLDqVWLfp .mbr-section-title {
  color: #0f0f0f;
}
.cid-uTLDqVWLfp .card-title {
  color: #0f0f0f;
}
.cid-uTLDqVWLfp .card-text {
  color: #666666;
}
.cid-uWnc7eU3S2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uWnc7eU3S2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWnc7eU3S2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWnc7eU3S2 .col-title {
  margin-bottom: 32px;
}
.cid-uWnc7eU3S2 .mbr-section-title {
  color: #24262b;
}
.cid-uWnc7eU3S2 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uWnc7eU3S2 .cards-row {
  row-gap: 32px;
}
.cid-uWnc7eU3S2 .card {
  border-radius: 0;
}
.cid-uWnc7eU3S2 .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-uWnc7eU3S2 .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-uWnc7eU3S2 .text-wrap {
  flex-grow: 1;
}
.cid-uWnc7eU3S2 .card-title {
  color: #24262b;
}
.cid-uWnc7eU3S2 .card-text {
  color: #767676;
}
.cid-uWnc7Vm26L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-uWnc7Vm26L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWnc7Vm26L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWnc7Vm26L .mbr-section-head {
  width: 100%;
  margin-bottom: 5.56vw;
}
@media (max-width: 767px) {
  .cid-uWnc7Vm26L .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uWnc7Vm26L .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uWnc7Vm26L .mbr-section-title {
    text-align: left;
  }
}
.cid-uWnc7Vm26L .mbr-section-title-1 {
  flex-grow: 1;
}
.cid-uWnc7Vm26L .mbr-section-title-2 {
  margin-right: 16px;
}
@media (max-width: 991px) {
  .cid-uWnc7Vm26L .mbr-section-title-2 {
    margin-right: 0;
  }
}
.cid-uWnc7Vm26L .section-head-container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uWnc7Vm26L .section-head-container {
    flex-wrap: wrap;
  }
}
.cid-uWnc7Vm26L .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5d4fe;
  padding: 36px;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  flex-shrink: 0;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-uWnc7Vm26L .iconfont-wrapper {
    border-radius: 100%;
    padding: 0;
    width: 10.67vw;
    height: 10.67vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uWnc7Vm26L .iconfont-wrapper {
    width: 15.67vw;
    height: 15.67vw;
    margin-right: 12px;
    margin-top: 12px;
  }
}
.cid-uWnc7Vm26L .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
@media (max-width: 991px) {
  .cid-uWnc7Vm26L .iconfont-wrapper .mbr-iconfont {
    font-size: 5.6vw !important;
  }
}
@media (max-width: 767px) {
  .cid-uWnc7Vm26L .iconfont-wrapper .mbr-iconfont {
    font-size: 8vw !important;
  }
}
.cid-uWnc7Vm26L .mbr-section-subtitle {
  width: 35%;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uWnc7Vm26L .mbr-section-subtitle {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-uWnc7Vm26L .card {
  padding: 0 2.78vw;
  border-radius: 1.67vw;
  margin-bottom: 1.11vw;
  border: 1px solid #000000;
  background-color: #4bcffa;
}
@media (max-width: 991px) {
  .cid-uWnc7Vm26L .card {
    padding: 0 6.93vw;
    border-radius: 3.2vw;
    margin-bottom: 2.13vw;
  }
}
.cid-uWnc7Vm26L .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border-bottom: none !important;
}
.cid-uWnc7Vm26L .sign {
  flex-shrink: 0;
  font-family: 'Moririse2' !important;
  padding: 12px;
  font-size: 22px;
  border-radius: 50%;
  color: #000000;
  border: 1px solid #000000;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
@media (max-width: 991px) {
  .cid-uWnc7Vm26L .sign {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 7.3vw;
    font-size: 3.7vw;
    aspect-ratio: 1;
  }
}
@media (max-width: 767px) {
  .cid-uWnc7Vm26L .sign {
    width: 8.53vw;
    font-size: 4.3vw;
  }
}
.cid-uWnc7Vm26L .panel-title-edit {
  flex-grow: 1;
  padding-right: 1rem;
  color: #000000;
  transition: .3s all;
}
.cid-uWnc7Vm26L .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.78vw 0;
  transition: .4s all;
}
@media (max-width: 991px) {
  .cid-uWnc7Vm26L .panel-title {
    padding: 5.33vw 0;
  }
}
.cid-uWnc7Vm26L .panel-title[aria-expanded="false"] .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-uWnc7Vm26L .panel-title[aria-expanded="true"] .sign {
  transform: rotate(135deg);
}
.cid-uWnc7Vm26L .panel-body {
  display: flex;
  align-items: center;
  margin-top: 6px;
  padding-bottom: 5.56vw;
}
@media (max-width: 991px) {
  .cid-uWnc7Vm26L .panel-body {
    flex-wrap: wrap;
    padding-bottom: 8.53vw;
  }
}
.cid-uWnc7Vm26L .panel-text {
  color: #000000;
  margin-bottom: 0;
  width: 60%;
}
@media (max-width: 991px) {
  .cid-uWnc7Vm26L .panel-text {
    width: 100%;
  }
}
.cid-uWnc7Vm26L .mbr-section-btn {
  width: 40%;
}
@media (min-width: 992px) {
  .cid-uWnc7Vm26L .mbr-section-btn {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uWnc7Vm26L .mbr-section-btn {
    width: 100%;
    margin-top: 6.4vw ;
  }
}
.cid-uWnc7Vm26L .info-card {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 2.78vw;
  border-radius: 1.67vw;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border: 1px solid #000000;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWnc7Vm26L .info-card {
    flex-wrap: wrap;
    width: 100%;
    padding: 5.33vw 6.93vw;
  }
}
.cid-uWnc7Vm26L .info-text {
  color: #000000;
  width: 60%;
}
@media (max-width: 991px) {
  .cid-uWnc7Vm26L .info-text {
    width: 100%;
  }
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-uU7D4PnBms {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7D4PnBms .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7D4PnBms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7D4PnBms .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uU7D4PnBms .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uU7D4PnBms .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uU7D4PnBms .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uU7D4PnBms .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ffc048;
}
.cid-uU7D4PnBms .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU7D4PnBms .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uU7D4PnBms .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uU7D4PnBms .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uU7D4PnBms .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uU7D4PnBms .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uU7D4PnBms .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uU7D4PnBms .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uU7D4PnBms .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #ffc048;
  color: #000000;
}
.cid-uU7D4PnBms .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uU7D4PnBms .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #ffc048;
}
.cid-uU7D4PnBms .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU7D4PnBms .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
.cid-uU7D4PnBms .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uU7D4PnBms .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uU7D4PnBms .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uU7D4PnBms .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uU7D4PnBms .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uU7D4PnBms .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uU7D4PnBms .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uU7D4PnBms .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
}
@media (max-width: 992px) {
  .cid-uU7D4PnBms .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uU7D4PnBms .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU7D4PnBms .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uU7D4PnBms .mbr-label {
  color: #000000;
}
.cid-uU7D4PnBms .mbr-section-title {
  color: #000000;
}
.cid-uU7D4PnBms .panel-title-edit {
  color: #000000;
}
.cid-uU7D4PnBms .panel-text {
  color: #8a8a8a;
}
.cid-uU7A9rJEQO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uU7A9rJEQO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7A9rJEQO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7A9rJEQO .mbr-section-title {
  color: #24262b;
}
.cid-uU7A9rJEQO .mbr-section-subtitle {
  color: #24262b;
}
.cid-uU7A9rJEQO .mbr-section-btn {
  margin-top: 16px;
}
.cid-uXYViXXzXe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uXYViXXzXe .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uXYViXXzXe .mbr-shop .row {
  margin: 0;
}
.cid-uXYViXXzXe .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uXYViXXzXe .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uXYViXXzXe .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uXYViXXzXe .btn {
  padding: 0.6rem 2rem;
}
.cid-uXYViXXzXe .mbr-section-btn {
  text-align: left;
}
.cid-uXYViXXzXe .img_wraper img {
  border-radius: 8px!important;
}
.cid-uXYViXXzXe .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uXYViXXzXe .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;
  cursor: pointer;
  z-index: 1040;
}
.cid-uXYViXXzXe .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uXYViXXzXe .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-uXYViXXzXe .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uXYViXXzXe .mbr-shop .hide-modal {
  display: none;
}
.cid-uXYViXXzXe .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uXYViXXzXe .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uXYViXXzXe .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uXYViXXzXe .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uXYViXXzXe .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-uXYViXXzXe .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-uXYViXXzXe .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uXYViXXzXe .mbr-shop .filter-by-pu,
.cid-uXYViXXzXe .mbr-shop .filter-by-pd,
.cid-uXYViXXzXe .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uXYViXXzXe .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uXYViXXzXe .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uXYViXXzXe .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uXYViXXzXe .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uXYViXXzXe .mbr-shop .galleryItem h4,
.cid-uXYViXXzXe .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uXYViXXzXe .mbr-shop .galleryItem h5,
.cid-uXYViXXzXe .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-uXYViXXzXe .mbr-shop .galleryItem p,
.cid-uXYViXXzXe .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-uXYViXXzXe .mbr-shop .item-button {
  text-align: center;
}
.cid-uXYViXXzXe .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uXYViXXzXe .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uXYViXXzXe .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uXYViXXzXe .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uXYViXXzXe .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-uXYViXXzXe .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uXYViXXzXe .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uXYViXXzXe .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uXYViXXzXe .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uXYViXXzXe .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uXYViXXzXe .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uXYViXXzXe .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uXYViXXzXe .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uXYViXXzXe .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uXYViXXzXe .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uXYViXXzXe .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uXYViXXzXe .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uXYViXXzXe .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uXYViXXzXe .mbr-shop .mbr-gallery-item__hided h4,
.cid-uXYViXXzXe .mbr-shop .mbr-gallery-item__hided h5,
.cid-uXYViXXzXe .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uXYViXXzXe .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uXYViXXzXe .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uXYViXXzXe .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uXYViXXzXe .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uXYViXXzXe .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uXYViXXzXe .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uXYViXXzXe .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #ffa801;
}
.cid-uXYViXXzXe .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uXYViXXzXe .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uXYViXXzXe .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #ffa801;
  font-weight: bold;
}
.cid-uXYViXXzXe .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #ffa801;
  border-radius: 2px;
  font-size: 0;
}
.cid-uXYViXXzXe .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #ffa801;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uXYViXXzXe .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #ffa801;
}
.cid-uXYViXXzXe .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uXYViXXzXe .mbr-shop .range-controls {
  position: relative;
}
.cid-uXYViXXzXe .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uXYViXXzXe .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffa801;
}
.cid-uXYViXXzXe .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #ffa801;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ffa801;
  cursor: pointer;
}
.cid-uXYViXXzXe .mbr-shop .toggle:hover,
.cid-uXYViXXzXe .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uXYViXXzXe .mbr-shop .min-toggle {
  left: 0;
}
.cid-uXYViXXzXe .mbr-shop .max-toggle {
  right: 0;
}
.cid-uXYViXXzXe .mbr-shop .hided-by-price {
  display: none;
}
.cid-uXYViXXzXe .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uXYViXXzXe .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uXYViXXzXe .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uXYViXXzXe .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uXYViXXzXe .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uXYViXXzXe .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uXYViXXzXe .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uXYViXXzXe .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uXYViXXzXe .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uXYViXXzXe .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uXYViXXzXe .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-uXYViXXzXe .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-uXYViXXzXe .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uXYViXXzXe .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uXYViXXzXe .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uXYViXXzXe .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uXYViXXzXe .mbr-shop .shop-items .onsale,
.cid-uXYViXXzXe .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uXYViXXzXe .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uXYViXXzXe .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uXYViXXzXe .mbr-shop .price-range {
  display: inline-block;
}
.cid-uXYViXXzXe .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uXYViXXzXe .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uXYViXXzXe .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uXYViXXzXe .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uXYViXXzXe .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uXYViXXzXe .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uXYViXXzXe .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uXYViXXzXe .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uXYViXXzXe .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uXYViXXzXe .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uXYViXXzXe .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uXYViXXzXe .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uXYViXXzXe .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uXYViXXzXe .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uXYViXXzXe .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXYViXXzXe .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uXYViXXzXe .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uXYViXXzXe .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uXYViXXzXe .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uXYViXXzXe .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uXYViXXzXe .wrapper-shop-items {
    order: 1;
  }
  .cid-uXYViXXzXe .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uXYViXXzXe .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uXYViXXzXe .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uXYViXXzXe .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uXYViXXzXe .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uXYViXXzXe .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uXYViXXzXe .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uXYViXXzXe .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uXYViXXzXe .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uXYViXXzXe .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uXYViXXzXe .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uXYViXXzXe .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uXYViXXzXe .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uXYViXXzXe .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uXYViXXzXe .oldprice {
  color: #767676;
  padding-left: .8rem!important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXYViXXzXe .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uXYViXXzXe LI {
  color: #57468b;
}
.cid-uXYViXXzXe .sidebar-title {
  color: #1e272e;
}
.cid-uXYViXXzXe .item-title {
  text-align: left;
  color: #ffa600;
}
.cid-uXYViXXzXe .shop-item-price,
.cid-uXYViXXzXe .price-block {
  text-align: left;
  color: #0fbcf9;
}
@media (max-width: 576px) {
  .cid-uXYViXXzXe .mbr-shop .mbr-gallery-item,
  .cid-uXYViXXzXe .wrapper-shop-items,
  .cid-uXYViXXzXe .sidebar-block,
  .cid-uXYViXXzXe .sidebar-title,
  .cid-uXYViXXzXe .sidebar,
  .cid-uXYViXXzXe .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-uXYViXXzXe .filter-cost {
    max-width: 100%!important;
  }
  .cid-uXYViXXzXe .range-slider,
  .cid-uXYViXXzXe .categories,
  .cid-uXYViXXzXe .bestseller-block {
    text-align: center;
  }
}
.cid-uXYViXXzXe .card-description {
  color: #232323;
}
.cid-uYDcDrWxtL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffa600;
}
@media (min-width: 991px) {
  .cid-uYDcDrWxtL .container-fluid {
    padding-left: 0;
  }
}
.cid-uYDcDrWxtL .mbr-text,
.cid-uYDcDrWxtL .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uYDcDrWxtL .mbr-text,
  .cid-uYDcDrWxtL .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uYDcDrWxtL .mbr-text,
  .cid-uYDcDrWxtL .mbr-section-title {
    text-align: center;
  }
}
.cid-uYDcDrWxtL a.btn {
  height: 100%;
  margin: 0;
}
.cid-uYDcDrWxtL .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-uYDcDrWxtL .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uYDcDrWxtL .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYDcDrWxtL .justify-content-center {
  align-items: center;
}
.cid-uU39WqbQ8C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uU39WqbQ8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU39WqbQ8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU39WqbQ8C .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU39WqbQ8C .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU39WqbQ8C .row {
    text-align: center;
  }
  .cid-uU39WqbQ8C .social-row {
    justify-content: center;
  }
}
.cid-uU39WqbQ8C .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uU39WqbQ8C .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU39WqbQ8C .list {
    margin-bottom: 0rem;
  }
}
.cid-uU39WqbQ8C .mbr-text {
  color: #bbbbbb;
}
.cid-uU39WqbQ8C .mbr-iconfont {
  color: black;
}
.cid-uU71TL0w1l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uU71TL0w1l .container-fluid {
  padding: 0 3rem;
}
.cid-uU71TL0w1l ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uU71TL0w1l ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uU71TL0w1l ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uU71TL0w1l ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uU71TL0w1l .container-fluid {
    padding: 0 1rem;
  }
  .cid-uU71TL0w1l .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uU71TL0w1l .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uU71TL0w1l .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffa801, #ffc048);
  display: inline-block;
}
.cid-uU71TL0w1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU71TL0w1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTXYDll54u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uTXYDll54u nav.navbar {
  position: fixed;
}
.cid-uTXYDll54u .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTXYDll54u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTXYDll54u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTXYDll54u .dropdown-item:hover,
.cid-uTXYDll54u .dropdown-item:focus {
  background: #ffa801 !important;
  color: white !important;
}
.cid-uTXYDll54u .dropdown-item:hover span {
  color: white;
}
.cid-uTXYDll54u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTXYDll54u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTXYDll54u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTXYDll54u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTXYDll54u .nav-link {
  position: relative;
}
.cid-uTXYDll54u .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTXYDll54u .container {
    flex-wrap: wrap;
  }
}
.cid-uTXYDll54u .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTXYDll54u .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uTXYDll54u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTXYDll54u .dropdown-menu,
.cid-uTXYDll54u .navbar.opened {
  background: #ffffff !important;
}
.cid-uTXYDll54u .nav-item:focus,
.cid-uTXYDll54u .nav-link:focus {
  outline: none;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTXYDll54u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTXYDll54u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTXYDll54u .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uTXYDll54u .navbar.opened {
  transition: all 0.3s;
}
.cid-uTXYDll54u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTXYDll54u .navbar .navbar-logo img {
  width: auto;
}
.cid-uTXYDll54u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTXYDll54u .navbar.collapsed {
  justify-content: center;
}
.cid-uTXYDll54u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTXYDll54u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTXYDll54u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTXYDll54u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTXYDll54u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTXYDll54u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTXYDll54u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTXYDll54u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTXYDll54u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTXYDll54u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTXYDll54u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTXYDll54u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uTXYDll54u .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uTXYDll54u .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTXYDll54u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTXYDll54u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTXYDll54u .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTXYDll54u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTXYDll54u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTXYDll54u .dropdown-item.active,
.cid-uTXYDll54u .dropdown-item:active {
  background-color: transparent;
}
.cid-uTXYDll54u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTXYDll54u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTXYDll54u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTXYDll54u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTXYDll54u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTXYDll54u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTXYDll54u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTXYDll54u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTXYDll54u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTXYDll54u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTXYDll54u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTXYDll54u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTXYDll54u .navbar {
    height: 70px;
  }
  .cid-uTXYDll54u .navbar.opened {
    height: auto;
  }
  .cid-uTXYDll54u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTXYDll54u html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
.cid-uTLFlv94AR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uTLFlv94AR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLFlv94AR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLFlv94AR .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-uTLFlv94AR .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTLFlv94AR .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uTLFlv94AR .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uTLFlv94AR .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uTLFlv94AR .image-wrapper {
  padding: 0 1rem;
}
.cid-uTLFlv94AR img,
.cid-uTLFlv94AR .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uTLFlv94AR img,
  .cid-uTLFlv94AR .image-wrapper {
    max-height: 350px;
  }
}
.cid-uTLFlv94AR .mbr-section-title {
  color: #000000;
}
.cid-uTLFlv94AR .mbr-text {
  color: #000000;
}
.cid-uTLFlv94AR .mbr-text,
.cid-uTLFlv94AR .mbr-section-btn {
  text-align: left;
}
.cid-uTLFlv94AR .price {
  color: #0fbcf9;
}
.cid-uU7GPS3zBu {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uU7GPS3zBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7GPS3zBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7GPS3zBu .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uU7GPS3zBu .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uU7GPS3zBu .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-uU7GQD7Ppt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU7GQD7Ppt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7GQD7Ppt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7GQD7Ppt .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uU7GQD7Ppt .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uU7GQD7Ppt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uU7GQD7Ppt .container {
    padding: 0 16px;
  }
}
.cid-uU7GQD7Ppt .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uU7GQD7Ppt .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uU7GQD7Ppt .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-uU7GQD7Ppt .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uU7GQD7Ppt .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uU7GQD7Ppt .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uU7GQD7Ppt .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uU7GQD7Ppt .title-wrapper .title-wrap img {
  height: 110px;
  width: 60px;
  border-radius: 0 !important;
  object-fit: cover;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uU7GQD7Ppt .title-wrapper .title-wrap img {
    margin: 0 0 16px 0;
    display: inline-flex;
  }
}
.cid-uU7GQD7Ppt .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uU7GQD7Ppt .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px 116px;
}
@media (max-width: 992px) {
  .cid-uU7GQD7Ppt .items-wrapper {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.cid-uU7GQD7Ppt .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .cid-uU7GQD7Ppt .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 16px;
  }
}
.cid-uU7GQD7Ppt .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-wrap {
  display: flex;
  padding: 18px 0 14px 0;
  border-bottom: 1px solid #c1c1c1;
}
.cid-uU7GQD7Ppt .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-wrap:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-uU7GQD7Ppt .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-wrap .item-title {
  width: 50%;
  padding-right: 16px;
}
.cid-uU7GQD7Ppt .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-wrap .item-desc {
  width: 50%;
}
.cid-uU7GQD7Ppt .mbr-desc {
  color: #1c1c1c;
}
.cid-uU7GQD7Ppt .mbr-section-title {
  color: #1c1c1c;
}
.cid-uU7GQD7Ppt .card-title {
  color: #1c1c1c;
}
.cid-uU7GQD7Ppt .item-title {
  color: #1c1c1c;
}
.cid-uU7GQD7Ppt .item-desc {
  color: #1c1c1c;
}
.cid-uTLFlx3pfy {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uTLFlx3pfy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLFlx3pfy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLFlx3pfy .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uTLFlx3pfy .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uTLFlx3pfy .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uTLFlx3pfy img,
.cid-uTLFlx3pfy .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% top;
}
@media (max-width: 767px) {
  .cid-uTLFlx3pfy img,
  .cid-uTLFlx3pfy .item-img {
    max-height: 350px;
  }
}
.cid-uU7GS5Uoxu {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uU7GS5Uoxu .justify-content-center {
  align-items: center;
}
.cid-uU7GS5Uoxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7GS5Uoxu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7GS5Uoxu .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uU7GS5Uoxu .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uU7GS5Uoxu .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-uU7GS5Uoxu .content-head {
  max-width: 800px;
}
.cid-uU7GS5Uoxu .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffa600;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #000000;
  height: 80px;
  border-radius: 50%;
}
.cid-uTLFlxMBmm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTLFlxMBmm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLFlxMBmm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLFlxMBmm .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uTLFlxMBmm .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTLFlxMBmm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uTLFlxMBmm .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uTLFlxMBmm .embla__slide .slide-content {
  width: 100%;
}
.cid-uTLFlxMBmm .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uTLFlxMBmm .embla__slide .slide-content .item-wrapper .item-img img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTLFlxMBmm .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uTLFlxMBmm .embla__button--next,
.cid-uTLFlxMBmm .embla__button--prev {
  display: flex;
}
.cid-uTLFlxMBmm .embla__button {
  top: 43%;
  width: 80px;
  height: 80px;
  font-size: 32px;
  background-color: #ffa600 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uTLFlxMBmm .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uTLFlxMBmm .embla__button:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-uTLFlxMBmm .embla__button.embla__button--prev {
  left: 4rem;
}
@media (max-width: 992px) {
  .cid-uTLFlxMBmm .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uTLFlxMBmm .embla__button.embla__button--next {
  right: 4rem;
}
@media (max-width: 992px) {
  .cid-uTLFlxMBmm .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uTLFlxMBmm .embla {
  position: relative;
  width: 100%;
  padding: 0 210px;
}
@media (max-width: 992px) {
  .cid-uTLFlxMBmm .embla {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uTLFlxMBmm .embla {
    padding-bottom: 6rem;
  }
}
.cid-uTLFlxMBmm .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border: 20px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uTLFlxMBmm .embla__viewport {
    border: 10px solid #ffffff;
  }
}
.cid-uTLFlxMBmm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTLFlxMBmm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTLFlxMBmm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTLFlxMBmm .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uTLFlxMBmm .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uU9a50nxkj {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uU9a50nxkj .justify-content-center {
  align-items: center;
}
.cid-uU9a50nxkj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU9a50nxkj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU9a50nxkj .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uU9a50nxkj .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uU9a50nxkj .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-uU9a50nxkj .content-head {
  max-width: 800px;
}
.cid-uU9a50nxkj .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffa600;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #000000;
  height: 80px;
  border-radius: 50%;
}
.cid-uTLFlyijea {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uTLFlyijea .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLFlyijea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTLFlyijea .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTLFlyijea .row {
  flex-direction: row-reverse;
}
.cid-uTLFlyijea img {
  width: 100%;
}
.cid-uTLFlyHojT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-uTLFlyHojT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLFlyHojT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLFlyHojT .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uTLFlyHojT .mbr-section-title {
  color: #24262b;
}
.cid-uTLFlyHojT .mbr-section-subtitle {
  color: #24262b;
}
.cid-uTLFlyHojT .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-uTLFlyHojT .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-uTLFlyHojT .card-wrap {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5rem 4rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-uTLFlyHojT .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-uTLFlyHojT .item-content {
  position: relative;
  z-index: 1;
  max-width: 390px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uTLFlyHojT .item-content {
    max-width: 100%;
    text-align: center;
  }
}
.cid-uTLFlyHojT .card-title-1 {
  margin-bottom: 16px;
  color: #FFFFFF;
}
.cid-uTLFlyHojT .card-title-2 {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uTLFlyHojT .card-subtitle-1 {
  color: #FFFFFF;
}
.cid-uTLFlyHojT .card-subtitle-2 {
  color: #ffffff;
}
.cid-uTLFlyHojT .card-text-1 {
  margin-top: 16px;
  color: #FFFFFF;
}
.cid-uTLFlyHojT .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-uTLFlyHojT .mbr-section-btn {
  margin-top: 14px;
}
.cid-uTLFlyHojT .card-1 .card-wrap {
  background-image: url("../../../assets/images/e5beaee4bfa1e59bbee78987-20250712143451-2000x2667.jpeg");
}
.cid-uTLFlyHojT .card-2 .card-wrap {
  background-image: url("../../../assets/images/e5beaee4bfa1e59bbee78987-20250712144947-1536x2048.jpeg");
}
.cid-uTLFlyHojT .card-text-2,
.cid-uTLFlyHojT .mbr-section-btn-2 {
  color: #ffc091;
}
.cid-uTLJb4iwv7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uTLJb4iwv7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLJb4iwv7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLJb4iwv7 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTLJb4iwv7 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTLJb4iwv7 .items-wrapper .item {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uTLJb4iwv7 .items-wrapper .item {
    margin-bottom: 2px;
  }
}
.cid-uTLJb4iwv7 .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  background-color: #ffffff;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uTLJb4iwv7 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uTLJb4iwv7 .items-wrapper .item .item-wrapper .card-box {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uTLJb4iwv7 .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
    width: 100%;
  }
}
.cid-uTLJb4iwv7 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-uTLJb4iwv7 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-uTLJb4iwv7 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTLJb4iwv7 .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uTLJb4iwv7 .items-wrapper .item .item-wrapper .item-img {
    padding: 0 20px 20px;
    width: 100%;
  }
}
.cid-uTLJb4iwv7 .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTLJb4iwv7 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uTLJb4iwv7 .items-wrapper .item .item-wrapper .card_2 {
    padding: 20px 20px 0;
  }
}
.cid-uTLJb4iwv7 .mbr-section-title {
  color: #0f0f0f;
}
.cid-uTLJb4iwv7 .card-title {
  color: #0f0f0f;
}
.cid-uTLJb4iwv7 .card-text {
  color: #666666;
}
.cid-uWncfDExKu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uWncfDExKu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWncfDExKu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWncfDExKu .col-title {
  margin-bottom: 32px;
}
.cid-uWncfDExKu .mbr-section-title {
  color: #24262b;
}
.cid-uWncfDExKu .mbr-section-subtitle {
  color: #24262b;
}
.cid-uWncfDExKu .cards-row {
  row-gap: 32px;
}
.cid-uWncfDExKu .card {
  border-radius: 0;
}
.cid-uWncfDExKu .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-uWncfDExKu .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-uWncfDExKu .text-wrap {
  flex-grow: 1;
}
.cid-uWncfDExKu .card-title {
  color: #24262b;
}
.cid-uWncfDExKu .card-text {
  color: #767676;
}
.cid-uWncgiDgip {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-uWncgiDgip .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWncgiDgip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWncgiDgip .mbr-section-head {
  width: 100%;
  margin-bottom: 5.56vw;
}
@media (max-width: 767px) {
  .cid-uWncgiDgip .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uWncgiDgip .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uWncgiDgip .mbr-section-title {
    text-align: left;
  }
}
.cid-uWncgiDgip .mbr-section-title-1 {
  flex-grow: 1;
}
.cid-uWncgiDgip .mbr-section-title-2 {
  margin-right: 16px;
}
@media (max-width: 991px) {
  .cid-uWncgiDgip .mbr-section-title-2 {
    margin-right: 0;
  }
}
.cid-uWncgiDgip .section-head-container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uWncgiDgip .section-head-container {
    flex-wrap: wrap;
  }
}
.cid-uWncgiDgip .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5d4fe;
  padding: 36px;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  flex-shrink: 0;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-uWncgiDgip .iconfont-wrapper {
    border-radius: 100%;
    padding: 0;
    width: 10.67vw;
    height: 10.67vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uWncgiDgip .iconfont-wrapper {
    width: 15.67vw;
    height: 15.67vw;
    margin-right: 12px;
    margin-top: 12px;
  }
}
.cid-uWncgiDgip .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
@media (max-width: 991px) {
  .cid-uWncgiDgip .iconfont-wrapper .mbr-iconfont {
    font-size: 5.6vw !important;
  }
}
@media (max-width: 767px) {
  .cid-uWncgiDgip .iconfont-wrapper .mbr-iconfont {
    font-size: 8vw !important;
  }
}
.cid-uWncgiDgip .mbr-section-subtitle {
  width: 35%;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uWncgiDgip .mbr-section-subtitle {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-uWncgiDgip .card {
  padding: 0 2.78vw;
  border-radius: 1.67vw;
  margin-bottom: 1.11vw;
  border: 1px solid #000000;
  background-color: #4bcffa;
}
@media (max-width: 991px) {
  .cid-uWncgiDgip .card {
    padding: 0 6.93vw;
    border-radius: 3.2vw;
    margin-bottom: 2.13vw;
  }
}
.cid-uWncgiDgip .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border-bottom: none !important;
}
.cid-uWncgiDgip .sign {
  flex-shrink: 0;
  font-family: 'Moririse2' !important;
  padding: 12px;
  font-size: 22px;
  border-radius: 50%;
  color: #000000;
  border: 1px solid #000000;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
@media (max-width: 991px) {
  .cid-uWncgiDgip .sign {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 7.3vw;
    font-size: 3.7vw;
    aspect-ratio: 1;
  }
}
@media (max-width: 767px) {
  .cid-uWncgiDgip .sign {
    width: 8.53vw;
    font-size: 4.3vw;
  }
}
.cid-uWncgiDgip .panel-title-edit {
  flex-grow: 1;
  padding-right: 1rem;
  color: #000000;
  transition: .3s all;
}
.cid-uWncgiDgip .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.78vw 0;
  transition: .4s all;
}
@media (max-width: 991px) {
  .cid-uWncgiDgip .panel-title {
    padding: 5.33vw 0;
  }
}
.cid-uWncgiDgip .panel-title[aria-expanded="false"] .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-uWncgiDgip .panel-title[aria-expanded="true"] .sign {
  transform: rotate(135deg);
}
.cid-uWncgiDgip .panel-body {
  display: flex;
  align-items: center;
  margin-top: 6px;
  padding-bottom: 5.56vw;
}
@media (max-width: 991px) {
  .cid-uWncgiDgip .panel-body {
    flex-wrap: wrap;
    padding-bottom: 8.53vw;
  }
}
.cid-uWncgiDgip .panel-text {
  color: #000000;
  margin-bottom: 0;
  width: 60%;
}
@media (max-width: 991px) {
  .cid-uWncgiDgip .panel-text {
    width: 100%;
  }
}
.cid-uWncgiDgip .mbr-section-btn {
  width: 40%;
}
@media (min-width: 992px) {
  .cid-uWncgiDgip .mbr-section-btn {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uWncgiDgip .mbr-section-btn {
    width: 100%;
    margin-top: 6.4vw ;
  }
}
.cid-uWncgiDgip .info-card {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 2.78vw;
  border-radius: 1.67vw;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border: 1px solid #000000;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWncgiDgip .info-card {
    flex-wrap: wrap;
    width: 100%;
    padding: 5.33vw 6.93vw;
  }
}
.cid-uWncgiDgip .info-text {
  color: #000000;
  width: 60%;
}
@media (max-width: 991px) {
  .cid-uWncgiDgip .info-text {
    width: 100%;
  }
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-uU7AiT2wQX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7AiT2wQX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7AiT2wQX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7AiT2wQX .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uU7AiT2wQX .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uU7AiT2wQX .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uU7AiT2wQX .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uU7AiT2wQX .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ffc048;
}
.cid-uU7AiT2wQX .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU7AiT2wQX .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uU7AiT2wQX .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uU7AiT2wQX .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uU7AiT2wQX .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uU7AiT2wQX .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uU7AiT2wQX .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uU7AiT2wQX .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uU7AiT2wQX .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #ffc048;
  color: #000000;
}
.cid-uU7AiT2wQX .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uU7AiT2wQX .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #ffc048;
}
.cid-uU7AiT2wQX .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU7AiT2wQX .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
.cid-uU7AiT2wQX .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uU7AiT2wQX .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uU7AiT2wQX .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uU7AiT2wQX .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uU7AiT2wQX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uU7AiT2wQX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uU7AiT2wQX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uU7AiT2wQX .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
}
@media (max-width: 992px) {
  .cid-uU7AiT2wQX .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uU7AiT2wQX .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU7AiT2wQX .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uU7AiT2wQX .mbr-label {
  color: #000000;
}
.cid-uU7AiT2wQX .mbr-section-title {
  color: #000000;
}
.cid-uU7AiT2wQX .panel-title-edit {
  color: #000000;
}
.cid-uU7AiT2wQX .panel-text {
  color: #8a8a8a;
}
.cid-uU7Ak0eR5s {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uU7Ak0eR5s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7Ak0eR5s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7Ak0eR5s .mbr-section-title {
  color: #24262b;
}
.cid-uU7Ak0eR5s .mbr-section-subtitle {
  color: #24262b;
}
.cid-uU7Ak0eR5s .mbr-section-btn {
  margin-top: 16px;
}
.cid-uXYVxzNPNu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uXYVxzNPNu .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uXYVxzNPNu .mbr-shop .row {
  margin: 0;
}
.cid-uXYVxzNPNu .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uXYVxzNPNu .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uXYVxzNPNu .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uXYVxzNPNu .btn {
  padding: 0.6rem 2rem;
}
.cid-uXYVxzNPNu .mbr-section-btn {
  text-align: left;
}
.cid-uXYVxzNPNu .img_wraper img {
  border-radius: 8px!important;
}
.cid-uXYVxzNPNu .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uXYVxzNPNu .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;
  cursor: pointer;
  z-index: 1040;
}
.cid-uXYVxzNPNu .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uXYVxzNPNu .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-uXYVxzNPNu .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uXYVxzNPNu .mbr-shop .hide-modal {
  display: none;
}
.cid-uXYVxzNPNu .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uXYVxzNPNu .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uXYVxzNPNu .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uXYVxzNPNu .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uXYVxzNPNu .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-uXYVxzNPNu .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-uXYVxzNPNu .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uXYVxzNPNu .mbr-shop .filter-by-pu,
.cid-uXYVxzNPNu .mbr-shop .filter-by-pd,
.cid-uXYVxzNPNu .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uXYVxzNPNu .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uXYVxzNPNu .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uXYVxzNPNu .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uXYVxzNPNu .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uXYVxzNPNu .mbr-shop .galleryItem h4,
.cid-uXYVxzNPNu .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uXYVxzNPNu .mbr-shop .galleryItem h5,
.cid-uXYVxzNPNu .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-uXYVxzNPNu .mbr-shop .galleryItem p,
.cid-uXYVxzNPNu .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-uXYVxzNPNu .mbr-shop .item-button {
  text-align: center;
}
.cid-uXYVxzNPNu .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uXYVxzNPNu .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uXYVxzNPNu .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uXYVxzNPNu .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uXYVxzNPNu .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-uXYVxzNPNu .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uXYVxzNPNu .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uXYVxzNPNu .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uXYVxzNPNu .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uXYVxzNPNu .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uXYVxzNPNu .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uXYVxzNPNu .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uXYVxzNPNu .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uXYVxzNPNu .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uXYVxzNPNu .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uXYVxzNPNu .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uXYVxzNPNu .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uXYVxzNPNu .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uXYVxzNPNu .mbr-shop .mbr-gallery-item__hided h4,
.cid-uXYVxzNPNu .mbr-shop .mbr-gallery-item__hided h5,
.cid-uXYVxzNPNu .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uXYVxzNPNu .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uXYVxzNPNu .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uXYVxzNPNu .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uXYVxzNPNu .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uXYVxzNPNu .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uXYVxzNPNu .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uXYVxzNPNu .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #ffa801;
}
.cid-uXYVxzNPNu .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uXYVxzNPNu .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uXYVxzNPNu .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #ffa801;
  font-weight: bold;
}
.cid-uXYVxzNPNu .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #ffa801;
  border-radius: 2px;
  font-size: 0;
}
.cid-uXYVxzNPNu .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #ffa801;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uXYVxzNPNu .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #ffa801;
}
.cid-uXYVxzNPNu .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uXYVxzNPNu .mbr-shop .range-controls {
  position: relative;
}
.cid-uXYVxzNPNu .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uXYVxzNPNu .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffa801;
}
.cid-uXYVxzNPNu .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #ffa801;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ffa801;
  cursor: pointer;
}
.cid-uXYVxzNPNu .mbr-shop .toggle:hover,
.cid-uXYVxzNPNu .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uXYVxzNPNu .mbr-shop .min-toggle {
  left: 0;
}
.cid-uXYVxzNPNu .mbr-shop .max-toggle {
  right: 0;
}
.cid-uXYVxzNPNu .mbr-shop .hided-by-price {
  display: none;
}
.cid-uXYVxzNPNu .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uXYVxzNPNu .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uXYVxzNPNu .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uXYVxzNPNu .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uXYVxzNPNu .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uXYVxzNPNu .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uXYVxzNPNu .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uXYVxzNPNu .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uXYVxzNPNu .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uXYVxzNPNu .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uXYVxzNPNu .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-uXYVxzNPNu .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-uXYVxzNPNu .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uXYVxzNPNu .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uXYVxzNPNu .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uXYVxzNPNu .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uXYVxzNPNu .mbr-shop .shop-items .onsale,
.cid-uXYVxzNPNu .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uXYVxzNPNu .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uXYVxzNPNu .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uXYVxzNPNu .mbr-shop .price-range {
  display: inline-block;
}
.cid-uXYVxzNPNu .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uXYVxzNPNu .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uXYVxzNPNu .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uXYVxzNPNu .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uXYVxzNPNu .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uXYVxzNPNu .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uXYVxzNPNu .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uXYVxzNPNu .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uXYVxzNPNu .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uXYVxzNPNu .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uXYVxzNPNu .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uXYVxzNPNu .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uXYVxzNPNu .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uXYVxzNPNu .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uXYVxzNPNu .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXYVxzNPNu .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uXYVxzNPNu .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uXYVxzNPNu .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uXYVxzNPNu .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uXYVxzNPNu .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uXYVxzNPNu .wrapper-shop-items {
    order: 1;
  }
  .cid-uXYVxzNPNu .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uXYVxzNPNu .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uXYVxzNPNu .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uXYVxzNPNu .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uXYVxzNPNu .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uXYVxzNPNu .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uXYVxzNPNu .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uXYVxzNPNu .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uXYVxzNPNu .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uXYVxzNPNu .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uXYVxzNPNu .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uXYVxzNPNu .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uXYVxzNPNu .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uXYVxzNPNu .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uXYVxzNPNu .oldprice {
  color: #767676;
  padding-left: .8rem!important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXYVxzNPNu .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uXYVxzNPNu LI {
  color: #57468b;
}
.cid-uXYVxzNPNu .sidebar-title {
  color: #1e272e;
}
.cid-uXYVxzNPNu .item-title {
  text-align: left;
  color: #ffa600;
}
.cid-uXYVxzNPNu .shop-item-price,
.cid-uXYVxzNPNu .price-block {
  text-align: left;
  color: #0fbcf9;
}
@media (max-width: 576px) {
  .cid-uXYVxzNPNu .mbr-shop .mbr-gallery-item,
  .cid-uXYVxzNPNu .wrapper-shop-items,
  .cid-uXYVxzNPNu .sidebar-block,
  .cid-uXYVxzNPNu .sidebar-title,
  .cid-uXYVxzNPNu .sidebar,
  .cid-uXYVxzNPNu .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-uXYVxzNPNu .filter-cost {
    max-width: 100%!important;
  }
  .cid-uXYVxzNPNu .range-slider,
  .cid-uXYVxzNPNu .categories,
  .cid-uXYVxzNPNu .bestseller-block {
    text-align: center;
  }
}
.cid-uXYVxzNPNu .card-description {
  color: #232323;
}
.cid-uYDcIThDLc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffa600;
}
@media (min-width: 991px) {
  .cid-uYDcIThDLc .container-fluid {
    padding-left: 0;
  }
}
.cid-uYDcIThDLc .mbr-text,
.cid-uYDcIThDLc .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uYDcIThDLc .mbr-text,
  .cid-uYDcIThDLc .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uYDcIThDLc .mbr-text,
  .cid-uYDcIThDLc .mbr-section-title {
    text-align: center;
  }
}
.cid-uYDcIThDLc a.btn {
  height: 100%;
  margin: 0;
}
.cid-uYDcIThDLc .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-uYDcIThDLc .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uYDcIThDLc .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYDcIThDLc .justify-content-center {
  align-items: center;
}
.cid-uU39WqbQ8C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uU39WqbQ8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU39WqbQ8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU39WqbQ8C .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU39WqbQ8C .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU39WqbQ8C .row {
    text-align: center;
  }
  .cid-uU39WqbQ8C .social-row {
    justify-content: center;
  }
}
.cid-uU39WqbQ8C .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uU39WqbQ8C .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU39WqbQ8C .list {
    margin-bottom: 0rem;
  }
}
.cid-uU39WqbQ8C .mbr-text {
  color: #bbbbbb;
}
.cid-uU39WqbQ8C .mbr-iconfont {
  color: black;
}
.cid-uU72W7QV9k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uU72W7QV9k .container-fluid {
  padding: 0 3rem;
}
.cid-uU72W7QV9k ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uU72W7QV9k ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uU72W7QV9k ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uU72W7QV9k ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uU72W7QV9k .container-fluid {
    padding: 0 1rem;
  }
  .cid-uU72W7QV9k .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uU72W7QV9k .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uU72W7QV9k .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffa801, #ffc048);
  display: inline-block;
}
.cid-uU72W7QV9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU72W7QV9k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTXYDll54u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uTXYDll54u nav.navbar {
  position: fixed;
}
.cid-uTXYDll54u .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTXYDll54u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTXYDll54u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTXYDll54u .dropdown-item:hover,
.cid-uTXYDll54u .dropdown-item:focus {
  background: #ffa801 !important;
  color: white !important;
}
.cid-uTXYDll54u .dropdown-item:hover span {
  color: white;
}
.cid-uTXYDll54u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTXYDll54u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTXYDll54u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTXYDll54u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTXYDll54u .nav-link {
  position: relative;
}
.cid-uTXYDll54u .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTXYDll54u .container {
    flex-wrap: wrap;
  }
}
.cid-uTXYDll54u .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTXYDll54u .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uTXYDll54u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTXYDll54u .dropdown-menu,
.cid-uTXYDll54u .navbar.opened {
  background: #ffffff !important;
}
.cid-uTXYDll54u .nav-item:focus,
.cid-uTXYDll54u .nav-link:focus {
  outline: none;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTXYDll54u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTXYDll54u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTXYDll54u .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uTXYDll54u .navbar.opened {
  transition: all 0.3s;
}
.cid-uTXYDll54u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTXYDll54u .navbar .navbar-logo img {
  width: auto;
}
.cid-uTXYDll54u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTXYDll54u .navbar.collapsed {
  justify-content: center;
}
.cid-uTXYDll54u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTXYDll54u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTXYDll54u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTXYDll54u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTXYDll54u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTXYDll54u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTXYDll54u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTXYDll54u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTXYDll54u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTXYDll54u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTXYDll54u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTXYDll54u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uTXYDll54u .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uTXYDll54u .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTXYDll54u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTXYDll54u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTXYDll54u .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTXYDll54u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTXYDll54u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTXYDll54u .dropdown-item.active,
.cid-uTXYDll54u .dropdown-item:active {
  background-color: transparent;
}
.cid-uTXYDll54u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTXYDll54u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTXYDll54u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTXYDll54u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTXYDll54u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTXYDll54u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTXYDll54u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTXYDll54u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTXYDll54u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTXYDll54u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTXYDll54u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTXYDll54u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTXYDll54u .navbar {
    height: 70px;
  }
  .cid-uTXYDll54u .navbar.opened {
    height: auto;
  }
  .cid-uTXYDll54u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTXYDll54u html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
.cid-uYDc394WzF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uYDc394WzF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYDc394WzF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uYDc394WzF .container {
    padding: 0 24px;
  }
}
.cid-uYDc394WzF .main-row {
  margin: 0;
}
.cid-uYDc394WzF .main-row .card {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uYDc394WzF .main-row .card {
    padding: 0;
  }
}
.cid-uYDc394WzF .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uYDc394WzF .content-wrapper {
    padding: 24px;
  }
}
.cid-uYDc394WzF .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uYDc394WzF .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uYDc394WzF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYDc394WzF .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uYDc394WzF .form-wrapper {
  border-left: 1px solid #72716b;
  padding: 32px !important;
  border-left: none;
  border-right: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uYDc394WzF .form-wrapper {
    padding: 24px !important;
  }
}
.cid-uYDc394WzF .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-uYDc394WzF .dragArea.row .form-group {
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uYDc394WzF .dragArea.row .form-group {
    display: block;
  }
}
.cid-uYDc394WzF .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #72716b !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uYDc394WzF .dragArea.row .form-group .form-control::placeholder {
  color: #ffa801;
}
.cid-uYDc394WzF .dragArea.row .form-group .form-control:hover,
.cid-uYDc394WzF .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #72716b !important;
}
.cid-uYDc394WzF .dragArea.row .form-group .form-control-label {
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uYDc394WzF .dragArea.row .form-group .form-control-label {
    margin-left: 24px;
  }
}
.cid-uYDc394WzF .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uYDc394WzF .dragArea.row .form-group .form-check {
    margin-left: 24px;
  }
}
.cid-uYDc394WzF .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffc048;
  border-color: #ffc048;
}
.cid-uYDc394WzF .dragArea.row .form-group textarea {
  min-height: 270px;
}
.cid-uYDc394WzF .dragArea.row .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uYDc394WzF .dragArea.row .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYDc394WzF .mbr-section-title {
  color: #F9F6E0;
  text-align: right;
}
.cid-uYDc394WzF .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-uYDc394WzF label {
  color: #F9F6E0;
}
.cid-uYDc394WzF .form-control {
  color: #ffffff !important;
}
.cid-uYDc394WzF .form-control::placeholder {
  color: #cccccc !important;
}
.cid-uYDc394WzF .form-check-label {
  color: #ffffff !important;
}
.cid-uYDc394WzF .form-control:focus,
.cid-uYDc394WzF .form-control:hover,
.cid-uYDc394WzF .form-control:active {
  color: #ffffff !important;
}
.cid-uTOqNMkJJh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uTOqNMkJJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTOqNMkJJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTOqNMkJJh .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTOqNMkJJh .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uTOqNMkJJh .google-map {
  height: 100%;
  position: relative;
}
.cid-uTOqNMkJJh .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uTOqNMkJJh .google-map iframe {
    min-height: 350px;
  }
}
.cid-uTOqNMkJJh .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uTOqNMkJJh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uTOqNMkJJh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uTOqNMkJJh .card-wrapper {
  padding: 2.25rem;
  background: #f7f7f7;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uTOqNMkJJh .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uTOqNMkJJh .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uTOqNMkJJh ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uTOqNMkJJh .content-head {
  max-width: 800px;
}
.cid-uU39WqbQ8C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uU39WqbQ8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU39WqbQ8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU39WqbQ8C .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU39WqbQ8C .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU39WqbQ8C .row {
    text-align: center;
  }
  .cid-uU39WqbQ8C .social-row {
    justify-content: center;
  }
}
.cid-uU39WqbQ8C .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uU39WqbQ8C .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU39WqbQ8C .list {
    margin-bottom: 0rem;
  }
}
.cid-uU39WqbQ8C .mbr-text {
  color: #bbbbbb;
}
.cid-uU39WqbQ8C .mbr-iconfont {
  color: black;
}
.cid-uTXAhhdtMs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uTXAhhdtMs .container-fluid {
  padding: 0 3rem;
}
.cid-uTXAhhdtMs ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTXAhhdtMs ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uTXAhhdtMs ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uTXAhhdtMs ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uTXAhhdtMs .container-fluid {
    padding: 0 1rem;
  }
  .cid-uTXAhhdtMs .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uTXAhhdtMs .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uTXAhhdtMs .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffa801, #ffc048);
  display: inline-block;
}
.cid-uTXAhhdtMs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTXAhhdtMs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTXYDll54u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uTXYDll54u nav.navbar {
  position: fixed;
}
.cid-uTXYDll54u .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTXYDll54u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTXYDll54u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTXYDll54u .dropdown-item:hover,
.cid-uTXYDll54u .dropdown-item:focus {
  background: #ffa801 !important;
  color: white !important;
}
.cid-uTXYDll54u .dropdown-item:hover span {
  color: white;
}
.cid-uTXYDll54u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTXYDll54u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTXYDll54u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTXYDll54u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTXYDll54u .nav-link {
  position: relative;
}
.cid-uTXYDll54u .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTXYDll54u .container {
    flex-wrap: wrap;
  }
}
.cid-uTXYDll54u .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTXYDll54u .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uTXYDll54u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTXYDll54u .dropdown-menu,
.cid-uTXYDll54u .navbar.opened {
  background: #ffffff !important;
}
.cid-uTXYDll54u .nav-item:focus,
.cid-uTXYDll54u .nav-link:focus {
  outline: none;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTXYDll54u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTXYDll54u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTXYDll54u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTXYDll54u .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uTXYDll54u .navbar.opened {
  transition: all 0.3s;
}
.cid-uTXYDll54u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTXYDll54u .navbar .navbar-logo img {
  width: auto;
}
.cid-uTXYDll54u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTXYDll54u .navbar.collapsed {
  justify-content: center;
}
.cid-uTXYDll54u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTXYDll54u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTXYDll54u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTXYDll54u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTXYDll54u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTXYDll54u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTXYDll54u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTXYDll54u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTXYDll54u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTXYDll54u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTXYDll54u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTXYDll54u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTXYDll54u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTXYDll54u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uTXYDll54u .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uTXYDll54u .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTXYDll54u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTXYDll54u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTXYDll54u .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTXYDll54u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTXYDll54u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTXYDll54u .dropdown-item.active,
.cid-uTXYDll54u .dropdown-item:active {
  background-color: transparent;
}
.cid-uTXYDll54u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTXYDll54u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTXYDll54u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTXYDll54u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTXYDll54u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTXYDll54u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTXYDll54u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTXYDll54u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTXYDll54u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTXYDll54u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTXYDll54u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTXYDll54u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTXYDll54u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTXYDll54u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTXYDll54u .navbar {
    height: 70px;
  }
  .cid-uTXYDll54u .navbar.opened {
    height: auto;
  }
  .cid-uTXYDll54u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTXYDll54u html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
.cid-uTOSGK92kL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uTOSGK92kL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTOSGK92kL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTOSGK92kL .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-uTOSGK92kL .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTOSGK92kL .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uTOSGK92kL .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uTOSGK92kL .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uTOSGK92kL .image-wrapper {
  padding: 0 1rem;
}
.cid-uTOSGK92kL img,
.cid-uTOSGK92kL .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uTOSGK92kL img,
  .cid-uTOSGK92kL .image-wrapper {
    max-height: 350px;
  }
}
.cid-uTOSGK92kL .mbr-section-title {
  color: #000000;
}
.cid-uTOSGK92kL .mbr-text {
  color: #000000;
}
.cid-uTOSGK92kL .mbr-text,
.cid-uTOSGK92kL .mbr-section-btn {
  text-align: left;
}
.cid-uTOSGK92kL .price {
  color: #0fbcf9;
}
.cid-uVyb7a8riA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uVyb7a8riA .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uVyb7a8riA .mbr-shop .row {
  margin: 0;
}
.cid-uVyb7a8riA .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uVyb7a8riA .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uVyb7a8riA .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uVyb7a8riA .btn {
  padding: 0.6rem 2rem;
}
.cid-uVyb7a8riA .mbr-section-btn {
  text-align: left;
}
.cid-uVyb7a8riA .img_wraper img {
  border-radius: 8px!important;
}
.cid-uVyb7a8riA .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uVyb7a8riA .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;
  cursor: pointer;
  z-index: 1040;
}
.cid-uVyb7a8riA .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uVyb7a8riA .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-uVyb7a8riA .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uVyb7a8riA .mbr-shop .hide-modal {
  display: none;
}
.cid-uVyb7a8riA .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uVyb7a8riA .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uVyb7a8riA .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uVyb7a8riA .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uVyb7a8riA .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-uVyb7a8riA .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-uVyb7a8riA .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uVyb7a8riA .mbr-shop .filter-by-pu,
.cid-uVyb7a8riA .mbr-shop .filter-by-pd,
.cid-uVyb7a8riA .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uVyb7a8riA .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uVyb7a8riA .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uVyb7a8riA .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uVyb7a8riA .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uVyb7a8riA .mbr-shop .galleryItem h4,
.cid-uVyb7a8riA .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uVyb7a8riA .mbr-shop .galleryItem h5,
.cid-uVyb7a8riA .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-uVyb7a8riA .mbr-shop .galleryItem p,
.cid-uVyb7a8riA .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-uVyb7a8riA .mbr-shop .item-button {
  text-align: center;
}
.cid-uVyb7a8riA .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uVyb7a8riA .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uVyb7a8riA .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uVyb7a8riA .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uVyb7a8riA .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-uVyb7a8riA .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uVyb7a8riA .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uVyb7a8riA .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uVyb7a8riA .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uVyb7a8riA .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uVyb7a8riA .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uVyb7a8riA .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uVyb7a8riA .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uVyb7a8riA .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uVyb7a8riA .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uVyb7a8riA .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uVyb7a8riA .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uVyb7a8riA .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uVyb7a8riA .mbr-shop .mbr-gallery-item__hided h4,
.cid-uVyb7a8riA .mbr-shop .mbr-gallery-item__hided h5,
.cid-uVyb7a8riA .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uVyb7a8riA .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uVyb7a8riA .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uVyb7a8riA .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uVyb7a8riA .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uVyb7a8riA .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uVyb7a8riA .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uVyb7a8riA .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #ffa801;
}
.cid-uVyb7a8riA .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uVyb7a8riA .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uVyb7a8riA .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #ffa801;
  font-weight: bold;
}
.cid-uVyb7a8riA .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #ffa801;
  border-radius: 2px;
  font-size: 0;
}
.cid-uVyb7a8riA .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #ffa801;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uVyb7a8riA .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #ffa801;
}
.cid-uVyb7a8riA .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uVyb7a8riA .mbr-shop .range-controls {
  position: relative;
}
.cid-uVyb7a8riA .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uVyb7a8riA .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffa801;
}
.cid-uVyb7a8riA .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #ffa801;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ffa801;
  cursor: pointer;
}
.cid-uVyb7a8riA .mbr-shop .toggle:hover,
.cid-uVyb7a8riA .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uVyb7a8riA .mbr-shop .min-toggle {
  left: 0;
}
.cid-uVyb7a8riA .mbr-shop .max-toggle {
  right: 0;
}
.cid-uVyb7a8riA .mbr-shop .hided-by-price {
  display: none;
}
.cid-uVyb7a8riA .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uVyb7a8riA .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uVyb7a8riA .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uVyb7a8riA .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uVyb7a8riA .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uVyb7a8riA .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uVyb7a8riA .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uVyb7a8riA .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uVyb7a8riA .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uVyb7a8riA .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uVyb7a8riA .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-uVyb7a8riA .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-uVyb7a8riA .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uVyb7a8riA .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uVyb7a8riA .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uVyb7a8riA .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uVyb7a8riA .mbr-shop .shop-items .onsale,
.cid-uVyb7a8riA .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uVyb7a8riA .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uVyb7a8riA .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uVyb7a8riA .mbr-shop .price-range {
  display: inline-block;
}
.cid-uVyb7a8riA .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uVyb7a8riA .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uVyb7a8riA .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uVyb7a8riA .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uVyb7a8riA .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uVyb7a8riA .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uVyb7a8riA .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uVyb7a8riA .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uVyb7a8riA .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uVyb7a8riA .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uVyb7a8riA .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uVyb7a8riA .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uVyb7a8riA .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uVyb7a8riA .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uVyb7a8riA .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVyb7a8riA .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uVyb7a8riA .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uVyb7a8riA .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uVyb7a8riA .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uVyb7a8riA .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uVyb7a8riA .wrapper-shop-items {
    order: 1;
  }
  .cid-uVyb7a8riA .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uVyb7a8riA .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uVyb7a8riA .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uVyb7a8riA .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uVyb7a8riA .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uVyb7a8riA .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uVyb7a8riA .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uVyb7a8riA .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uVyb7a8riA .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uVyb7a8riA .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uVyb7a8riA .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uVyb7a8riA .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uVyb7a8riA .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uVyb7a8riA .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uVyb7a8riA .oldprice {
  color: #767676;
  padding-left: .8rem!important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVyb7a8riA .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uVyb7a8riA LI {
  color: #57468b;
}
.cid-uVyb7a8riA .sidebar-title {
  color: #1e272e;
}
.cid-uVyb7a8riA .item-title {
  text-align: left;
  color: #ffa600;
}
.cid-uVyb7a8riA .shop-item-price,
.cid-uVyb7a8riA .price-block {
  text-align: left;
  color: #0fbcf9;
}
@media (max-width: 576px) {
  .cid-uVyb7a8riA .mbr-shop .mbr-gallery-item,
  .cid-uVyb7a8riA .wrapper-shop-items,
  .cid-uVyb7a8riA .sidebar-block,
  .cid-uVyb7a8riA .sidebar-title,
  .cid-uVyb7a8riA .sidebar,
  .cid-uVyb7a8riA .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-uVyb7a8riA .filter-cost {
    max-width: 100%!important;
  }
  .cid-uVyb7a8riA .range-slider,
  .cid-uVyb7a8riA .categories,
  .cid-uVyb7a8riA .bestseller-block {
    text-align: center;
  }
}
.cid-uVyb7a8riA .card-description {
  color: #232323;
}
.cid-uU7GuO2TCb {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uU7GuO2TCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7GuO2TCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7GuO2TCb .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uU7GuO2TCb .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uU7GuO2TCb .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-uU7GvFMHw3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU7GvFMHw3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7GvFMHw3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7GvFMHw3 .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uU7GvFMHw3 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uU7GvFMHw3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uU7GvFMHw3 .container {
    padding: 0 16px;
  }
}
.cid-uU7GvFMHw3 .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uU7GvFMHw3 .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uU7GvFMHw3 .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-uU7GvFMHw3 .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uU7GvFMHw3 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uU7GvFMHw3 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uU7GvFMHw3 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uU7GvFMHw3 .title-wrapper .title-wrap img {
  height: 110px;
  width: 60px;
  border-radius: 0 !important;
  object-fit: cover;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uU7GvFMHw3 .title-wrapper .title-wrap img {
    margin: 0 0 16px 0;
    display: inline-flex;
  }
}
.cid-uU7GvFMHw3 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uU7GvFMHw3 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px 116px;
}
@media (max-width: 992px) {
  .cid-uU7GvFMHw3 .items-wrapper {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.cid-uU7GvFMHw3 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .cid-uU7GvFMHw3 .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 16px;
  }
}
.cid-uU7GvFMHw3 .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-wrap {
  display: flex;
  padding: 18px 0 14px 0;
  border-bottom: 1px solid #c1c1c1;
}
.cid-uU7GvFMHw3 .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-wrap:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-uU7GvFMHw3 .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-wrap .item-title {
  width: 50%;
  padding-right: 16px;
}
.cid-uU7GvFMHw3 .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-wrap .item-desc {
  width: 50%;
}
.cid-uU7GvFMHw3 .mbr-desc {
  color: #1c1c1c;
}
.cid-uU7GvFMHw3 .mbr-section-title {
  color: #1c1c1c;
}
.cid-uU7GvFMHw3 .card-title {
  color: #1c1c1c;
}
.cid-uU7GvFMHw3 .item-title {
  color: #1c1c1c;
}
.cid-uU7GvFMHw3 .item-desc {
  color: #1c1c1c;
}
.cid-uVyjR90NKy {
  background-color: #f7f7f7;
}
.cid-uVyjR90NKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyjR90NKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVyjR90NKy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVyjR90NKy .row {
  flex-direction: row-reverse;
}
.cid-uVyjR90NKy img {
  width: 100%;
}
.cid-uVykH34glS {
  background-color: #f7f7f7;
}
.cid-uVykH34glS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVykH34glS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVykH34glS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVykH34glS .row {
  flex-direction: row-reverse;
}
.cid-uVykH34glS img {
  width: 100%;
}
.cid-uVye2RZKIQ {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVye2RZKIQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVye2RZKIQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVye2RZKIQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVye2RZKIQ .row {
  flex-direction: row-reverse;
}
.cid-uVye2RZKIQ img {
  width: 100%;
}
.cid-uTOSGLIJsh {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uTOSGLIJsh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTOSGLIJsh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTOSGLIJsh .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uTOSGLIJsh .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uTOSGLIJsh .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uTOSGLIJsh img,
.cid-uTOSGLIJsh .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% top;
}
@media (max-width: 767px) {
  .cid-uTOSGLIJsh img,
  .cid-uTOSGLIJsh .item-img {
    max-height: 350px;
  }
}
.cid-uVyeU0AVNY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uVyeU0AVNY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyeU0AVNY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uVyeU0AVNY .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uVyeU0AVNY .row {
    margin: 0;
  }
}
.cid-uVyeU0AVNY .row .card {
  border-top: 1px solid #edefeb;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uVyeU0AVNY .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uVyeU0AVNY .image-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uVyeU0AVNY .image-wrapper {
    padding: 24px;
  }
}
.cid-uVyeU0AVNY .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-uVyeU0AVNY .image-wrapper img:first-child {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVyeU0AVNY .image-wrapper img:first-child {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVyeU0AVNY .image-wrapper img {
    height: 350px;
  }
}
.cid-uVyeU0AVNY .main-image-wrapper {
  border-left: 1px solid #edefeb;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uVyeU0AVNY .main-image-wrapper {
    padding: 24px;
    border-top: 1px solid #edefeb;
  }
}
.cid-uVyeU0AVNY .main-image-wrapper img {
  height: 832px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVyeU0AVNY .main-image-wrapper img {
    height: 400px;
  }
}
.cid-uU7GxiUdH6 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uU7GxiUdH6 .justify-content-center {
  align-items: center;
}
.cid-uU7GxiUdH6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7GxiUdH6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7GxiUdH6 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uU7GxiUdH6 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uU7GxiUdH6 .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-uU7GxiUdH6 .content-head {
  max-width: 800px;
}
.cid-uU7GxiUdH6 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffa600;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #000000;
  height: 80px;
  border-radius: 50%;
}
.cid-uVyma6SRcj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #edefeb;
}
.cid-uVyma6SRcj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyma6SRcj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uVyma6SRcj .container-fluid {
    padding: 0;
  }
}
.cid-uVyma6SRcj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uVyma6SRcj .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uVyma6SRcj .embla__button--next,
.cid-uVyma6SRcj .embla__button--prev {
  display: flex;
}
.cid-uVyma6SRcj .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uVyma6SRcj .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uVyma6SRcj .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVyma6SRcj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVyma6SRcj .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVyma6SRcj .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVyma6SRcj .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVyma6SRcj .embla {
  position: relative;
  width: 100%;
}
.cid-uVyma6SRcj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uVyma6SRcj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVyma6SRcj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVyma6SRcj .embla__slide a {
  cursor: grab;
}
.cid-uVyma6SRcj .embla__slide a:active {
  cursor: grabbing;
}
.cid-uVyma6SRcj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVyma6SRcj .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uVyma6SRcj .mbr-section-title {
  color: #232323;
}
.cid-uVyma6SRcj .mbr-section-subtitle {
  color: #232323;
}
.cid-uVyma6SRcj .mbr-box {
  color: #ffffff;
}
.cid-uVyma6SRcj .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uVyma6SRcj img,
.cid-uVyma6SRcj .item-img {
  width: 100%;
}
.cid-uVyma6SRcj .item-wrapper {
  position: relative;
}
.cid-uVyma6SRcj .content-head {
  max-width: 800px;
}
.cid-uWnbFUXVLM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uWnbFUXVLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWnbFUXVLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWnbFUXVLM .col-title {
  margin-bottom: 32px;
}
.cid-uWnbFUXVLM .mbr-section-title {
  color: #24262b;
}
.cid-uWnbFUXVLM .mbr-section-subtitle {
  color: #24262b;
}
.cid-uWnbFUXVLM .cards-row {
  row-gap: 32px;
}
.cid-uWnbFUXVLM .card {
  border-radius: 0;
}
.cid-uWnbFUXVLM .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-uWnbFUXVLM .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-uWnbFUXVLM .text-wrap {
  flex-grow: 1;
}
.cid-uWnbFUXVLM .card-title {
  color: #24262b;
}
.cid-uWnbFUXVLM .card-text {
  color: #767676;
}
.cid-uWnbGswytp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-uWnbGswytp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWnbGswytp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWnbGswytp .mbr-section-head {
  width: 100%;
  margin-bottom: 5.56vw;
}
@media (max-width: 767px) {
  .cid-uWnbGswytp .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uWnbGswytp .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uWnbGswytp .mbr-section-title {
    text-align: left;
  }
}
.cid-uWnbGswytp .mbr-section-title-1 {
  flex-grow: 1;
}
.cid-uWnbGswytp .mbr-section-title-2 {
  margin-right: 16px;
}
@media (max-width: 991px) {
  .cid-uWnbGswytp .mbr-section-title-2 {
    margin-right: 0;
  }
}
.cid-uWnbGswytp .section-head-container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uWnbGswytp .section-head-container {
    flex-wrap: wrap;
  }
}
.cid-uWnbGswytp .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5d4fe;
  padding: 36px;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  flex-shrink: 0;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-uWnbGswytp .iconfont-wrapper {
    border-radius: 100%;
    padding: 0;
    width: 10.67vw;
    height: 10.67vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uWnbGswytp .iconfont-wrapper {
    width: 15.67vw;
    height: 15.67vw;
    margin-right: 12px;
    margin-top: 12px;
  }
}
.cid-uWnbGswytp .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
@media (max-width: 991px) {
  .cid-uWnbGswytp .iconfont-wrapper .mbr-iconfont {
    font-size: 5.6vw !important;
  }
}
@media (max-width: 767px) {
  .cid-uWnbGswytp .iconfont-wrapper .mbr-iconfont {
    font-size: 8vw !important;
  }
}
.cid-uWnbGswytp .mbr-section-subtitle {
  width: 35%;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uWnbGswytp .mbr-section-subtitle {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-uWnbGswytp .card {
  padding: 0 2.78vw;
  border-radius: 1.67vw;
  margin-bottom: 1.11vw;
  border: 1px solid #000000;
  background-color: #4bcffa;
}
@media (max-width: 991px) {
  .cid-uWnbGswytp .card {
    padding: 0 6.93vw;
    border-radius: 3.2vw;
    margin-bottom: 2.13vw;
  }
}
.cid-uWnbGswytp .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border-bottom: none !important;
}
.cid-uWnbGswytp .sign {
  flex-shrink: 0;
  font-family: 'Moririse2' !important;
  padding: 12px;
  font-size: 22px;
  border-radius: 50%;
  color: #000000;
  border: 1px solid #000000;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
@media (max-width: 991px) {
  .cid-uWnbGswytp .sign {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 7.3vw;
    font-size: 3.7vw;
    aspect-ratio: 1;
  }
}
@media (max-width: 767px) {
  .cid-uWnbGswytp .sign {
    width: 8.53vw;
    font-size: 4.3vw;
  }
}
.cid-uWnbGswytp .panel-title-edit {
  flex-grow: 1;
  padding-right: 1rem;
  color: #000000;
  transition: .3s all;
}
.cid-uWnbGswytp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.78vw 0;
  transition: .4s all;
}
@media (max-width: 991px) {
  .cid-uWnbGswytp .panel-title {
    padding: 5.33vw 0;
  }
}
.cid-uWnbGswytp .panel-title[aria-expanded="false"] .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-uWnbGswytp .panel-title[aria-expanded="true"] .sign {
  transform: rotate(135deg);
}
.cid-uWnbGswytp .panel-body {
  display: flex;
  align-items: center;
  margin-top: 6px;
  padding-bottom: 5.56vw;
}
@media (max-width: 991px) {
  .cid-uWnbGswytp .panel-body {
    flex-wrap: wrap;
    padding-bottom: 8.53vw;
  }
}
.cid-uWnbGswytp .panel-text {
  color: #000000;
  margin-bottom: 0;
  width: 60%;
}
@media (max-width: 991px) {
  .cid-uWnbGswytp .panel-text {
    width: 100%;
  }
}
.cid-uWnbGswytp .mbr-section-btn {
  width: 40%;
}
@media (min-width: 992px) {
  .cid-uWnbGswytp .mbr-section-btn {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uWnbGswytp .mbr-section-btn {
    width: 100%;
    margin-top: 6.4vw ;
  }
}
.cid-uWnbGswytp .info-card {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 2.78vw;
  border-radius: 1.67vw;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border: 1px solid #000000;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWnbGswytp .info-card {
    flex-wrap: wrap;
    width: 100%;
    padding: 5.33vw 6.93vw;
  }
}
.cid-uWnbGswytp .info-text {
  color: #000000;
  width: 60%;
}
@media (max-width: 991px) {
  .cid-uWnbGswytp .info-text {
    width: 100%;
  }
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-uU7wvHE47D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7wvHE47D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7wvHE47D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7wvHE47D .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uU7wvHE47D .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uU7wvHE47D .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uU7wvHE47D .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uU7wvHE47D .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ffc048;
}
.cid-uU7wvHE47D .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU7wvHE47D .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uU7wvHE47D .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uU7wvHE47D .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uU7wvHE47D .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uU7wvHE47D .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uU7wvHE47D .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uU7wvHE47D .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uU7wvHE47D .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #ffc048;
  color: #000000;
}
.cid-uU7wvHE47D .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uU7wvHE47D .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #ffc048;
}
.cid-uU7wvHE47D .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU7wvHE47D .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
.cid-uU7wvHE47D .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uU7wvHE47D .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uU7wvHE47D .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uU7wvHE47D .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uU7wvHE47D .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uU7wvHE47D .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uU7wvHE47D .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uU7wvHE47D .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
}
@media (max-width: 992px) {
  .cid-uU7wvHE47D .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uU7wvHE47D .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU7wvHE47D .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uU7wvHE47D .mbr-label {
  color: #000000;
}
.cid-uU7wvHE47D .mbr-section-title {
  color: #000000;
}
.cid-uU7wvHE47D .panel-title-edit {
  color: #000000;
}
.cid-uU7wvHE47D .panel-text {
  color: #8a8a8a;
}
.cid-uU7wCUf0XD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uU7wCUf0XD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7wCUf0XD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7wCUf0XD .mbr-section-title {
  color: #24262b;
}
.cid-uU7wCUf0XD .mbr-section-subtitle {
  color: #24262b;
}
.cid-uU7wCUf0XD .mbr-section-btn {
  margin-top: 16px;
}
.cid-uXYTPrKMWO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uXYTPrKMWO .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uXYTPrKMWO .mbr-shop .row {
  margin: 0;
}
.cid-uXYTPrKMWO .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uXYTPrKMWO .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uXYTPrKMWO .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uXYTPrKMWO .btn {
  padding: 0.6rem 2rem;
}
.cid-uXYTPrKMWO .mbr-section-btn {
  text-align: left;
}
.cid-uXYTPrKMWO .img_wraper img {
  border-radius: 8px!important;
}
.cid-uXYTPrKMWO .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uXYTPrKMWO .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;
  cursor: pointer;
  z-index: 1040;
}
.cid-uXYTPrKMWO .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uXYTPrKMWO .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-uXYTPrKMWO .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uXYTPrKMWO .mbr-shop .hide-modal {
  display: none;
}
.cid-uXYTPrKMWO .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uXYTPrKMWO .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uXYTPrKMWO .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uXYTPrKMWO .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uXYTPrKMWO .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-uXYTPrKMWO .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-uXYTPrKMWO .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uXYTPrKMWO .mbr-shop .filter-by-pu,
.cid-uXYTPrKMWO .mbr-shop .filter-by-pd,
.cid-uXYTPrKMWO .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uXYTPrKMWO .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uXYTPrKMWO .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uXYTPrKMWO .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uXYTPrKMWO .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uXYTPrKMWO .mbr-shop .galleryItem h4,
.cid-uXYTPrKMWO .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uXYTPrKMWO .mbr-shop .galleryItem h5,
.cid-uXYTPrKMWO .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-uXYTPrKMWO .mbr-shop .galleryItem p,
.cid-uXYTPrKMWO .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-uXYTPrKMWO .mbr-shop .item-button {
  text-align: center;
}
.cid-uXYTPrKMWO .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uXYTPrKMWO .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uXYTPrKMWO .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uXYTPrKMWO .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uXYTPrKMWO .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-uXYTPrKMWO .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uXYTPrKMWO .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uXYTPrKMWO .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uXYTPrKMWO .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uXYTPrKMWO .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uXYTPrKMWO .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uXYTPrKMWO .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uXYTPrKMWO .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uXYTPrKMWO .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uXYTPrKMWO .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uXYTPrKMWO .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uXYTPrKMWO .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uXYTPrKMWO .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uXYTPrKMWO .mbr-shop .mbr-gallery-item__hided h4,
.cid-uXYTPrKMWO .mbr-shop .mbr-gallery-item__hided h5,
.cid-uXYTPrKMWO .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uXYTPrKMWO .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uXYTPrKMWO .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uXYTPrKMWO .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uXYTPrKMWO .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uXYTPrKMWO .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uXYTPrKMWO .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uXYTPrKMWO .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #ffa801;
}
.cid-uXYTPrKMWO .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uXYTPrKMWO .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uXYTPrKMWO .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #ffa801;
  font-weight: bold;
}
.cid-uXYTPrKMWO .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #ffa801;
  border-radius: 2px;
  font-size: 0;
}
.cid-uXYTPrKMWO .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #ffa801;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uXYTPrKMWO .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #ffa801;
}
.cid-uXYTPrKMWO .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uXYTPrKMWO .mbr-shop .range-controls {
  position: relative;
}
.cid-uXYTPrKMWO .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uXYTPrKMWO .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffa801;
}
.cid-uXYTPrKMWO .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #ffa801;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ffa801;
  cursor: pointer;
}
.cid-uXYTPrKMWO .mbr-shop .toggle:hover,
.cid-uXYTPrKMWO .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uXYTPrKMWO .mbr-shop .min-toggle {
  left: 0;
}
.cid-uXYTPrKMWO .mbr-shop .max-toggle {
  right: 0;
}
.cid-uXYTPrKMWO .mbr-shop .hided-by-price {
  display: none;
}
.cid-uXYTPrKMWO .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uXYTPrKMWO .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uXYTPrKMWO .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uXYTPrKMWO .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uXYTPrKMWO .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uXYTPrKMWO .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uXYTPrKMWO .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uXYTPrKMWO .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uXYTPrKMWO .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uXYTPrKMWO .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uXYTPrKMWO .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-uXYTPrKMWO .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-uXYTPrKMWO .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uXYTPrKMWO .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uXYTPrKMWO .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uXYTPrKMWO .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uXYTPrKMWO .mbr-shop .shop-items .onsale,
.cid-uXYTPrKMWO .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uXYTPrKMWO .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uXYTPrKMWO .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uXYTPrKMWO .mbr-shop .price-range {
  display: inline-block;
}
.cid-uXYTPrKMWO .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uXYTPrKMWO .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uXYTPrKMWO .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uXYTPrKMWO .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uXYTPrKMWO .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uXYTPrKMWO .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uXYTPrKMWO .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uXYTPrKMWO .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uXYTPrKMWO .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uXYTPrKMWO .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uXYTPrKMWO .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uXYTPrKMWO .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uXYTPrKMWO .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uXYTPrKMWO .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uXYTPrKMWO .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXYTPrKMWO .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uXYTPrKMWO .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uXYTPrKMWO .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uXYTPrKMWO .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uXYTPrKMWO .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uXYTPrKMWO .wrapper-shop-items {
    order: 1;
  }
  .cid-uXYTPrKMWO .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uXYTPrKMWO .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uXYTPrKMWO .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uXYTPrKMWO .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uXYTPrKMWO .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uXYTPrKMWO .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uXYTPrKMWO .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uXYTPrKMWO .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uXYTPrKMWO .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uXYTPrKMWO .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uXYTPrKMWO .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uXYTPrKMWO .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uXYTPrKMWO .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uXYTPrKMWO .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uXYTPrKMWO .oldprice {
  color: #767676;
  padding-left: .8rem!important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXYTPrKMWO .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uXYTPrKMWO LI {
  color: #57468b;
}
.cid-uXYTPrKMWO .sidebar-title {
  color: #1e272e;
}
.cid-uXYTPrKMWO .item-title {
  text-align: left;
  color: #ffa600;
}
.cid-uXYTPrKMWO .shop-item-price,
.cid-uXYTPrKMWO .price-block {
  text-align: left;
  color: #0fbcf9;
}
@media (max-width: 576px) {
  .cid-uXYTPrKMWO .mbr-shop .mbr-gallery-item,
  .cid-uXYTPrKMWO .wrapper-shop-items,
  .cid-uXYTPrKMWO .sidebar-block,
  .cid-uXYTPrKMWO .sidebar-title,
  .cid-uXYTPrKMWO .sidebar,
  .cid-uXYTPrKMWO .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-uXYTPrKMWO .filter-cost {
    max-width: 100%!important;
  }
  .cid-uXYTPrKMWO .range-slider,
  .cid-uXYTPrKMWO .categories,
  .cid-uXYTPrKMWO .bestseller-block {
    text-align: center;
  }
}
.cid-uXYTPrKMWO .card-description {
  color: #232323;
}
.cid-uYDcmUqK9b {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffa600;
}
@media (min-width: 991px) {
  .cid-uYDcmUqK9b .container-fluid {
    padding-left: 0;
  }
}
.cid-uYDcmUqK9b .mbr-text,
.cid-uYDcmUqK9b .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uYDcmUqK9b .mbr-text,
  .cid-uYDcmUqK9b .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uYDcmUqK9b .mbr-text,
  .cid-uYDcmUqK9b .mbr-section-title {
    text-align: center;
  }
}
.cid-uYDcmUqK9b a.btn {
  height: 100%;
  margin: 0;
}
.cid-uYDcmUqK9b .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-uYDcmUqK9b .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uYDcmUqK9b .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYDcmUqK9b .justify-content-center {
  align-items: center;
}
.cid-uU39WqbQ8C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uU39WqbQ8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU39WqbQ8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU39WqbQ8C .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU39WqbQ8C .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU39WqbQ8C .row {
    text-align: center;
  }
  .cid-uU39WqbQ8C .social-row {
    justify-content: center;
  }
}
.cid-uU39WqbQ8C .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uU39WqbQ8C .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU39WqbQ8C .list {
    margin-bottom: 0rem;
  }
}
.cid-uU39WqbQ8C .mbr-text {
  color: #bbbbbb;
}
.cid-uU39WqbQ8C .mbr-iconfont {
  color: black;
}
.cid-uU71d7rmTX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uU71d7rmTX .container-fluid {
  padding: 0 3rem;
}
.cid-uU71d7rmTX ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uU71d7rmTX ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uU71d7rmTX ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uU71d7rmTX ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uU71d7rmTX .container-fluid {
    padding: 0 1rem;
  }
  .cid-uU71d7rmTX .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uU71d7rmTX .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uU71d7rmTX .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffa801, #ffc048);
  display: inline-block;
}
.cid-uU71d7rmTX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU71d7rmTX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU1ochbwom {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uU1ochbwom nav.navbar {
  position: fixed;
}
.cid-uU1ochbwom .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU1ochbwom .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uU1ochbwom .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uU1ochbwom .dropdown-item:hover,
.cid-uU1ochbwom .dropdown-item:focus {
  background: #ffa801 !important;
  color: white !important;
}
.cid-uU1ochbwom .dropdown-item:hover span {
  color: white;
}
.cid-uU1ochbwom .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uU1ochbwom .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uU1ochbwom .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uU1ochbwom .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uU1ochbwom .nav-link {
  position: relative;
}
.cid-uU1ochbwom .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uU1ochbwom .container {
    flex-wrap: wrap;
  }
}
.cid-uU1ochbwom .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uU1ochbwom .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uU1ochbwom .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU1ochbwom .dropdown-menu,
.cid-uU1ochbwom .navbar.opened {
  background: #ffffff !important;
}
.cid-uU1ochbwom .nav-item:focus,
.cid-uU1ochbwom .nav-link:focus {
  outline: none;
}
.cid-uU1ochbwom .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU1ochbwom .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU1ochbwom .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU1ochbwom .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU1ochbwom .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU1ochbwom .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU1ochbwom .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uU1ochbwom .navbar.opened {
  transition: all 0.3s;
}
.cid-uU1ochbwom .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU1ochbwom .navbar .navbar-logo img {
  width: auto;
}
.cid-uU1ochbwom .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uU1ochbwom .navbar.collapsed {
  justify-content: center;
}
.cid-uU1ochbwom .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU1ochbwom .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU1ochbwom .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uU1ochbwom .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU1ochbwom .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU1ochbwom .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uU1ochbwom .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU1ochbwom .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU1ochbwom .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uU1ochbwom .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU1ochbwom .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU1ochbwom .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU1ochbwom .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU1ochbwom .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uU1ochbwom .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uU1ochbwom .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uU1ochbwom .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU1ochbwom .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uU1ochbwom .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU1ochbwom .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uU1ochbwom .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uU1ochbwom .navbar.navbar-short {
  min-height: 60px;
}
.cid-uU1ochbwom .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uU1ochbwom .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uU1ochbwom .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uU1ochbwom .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU1ochbwom .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU1ochbwom .dropdown-item.active,
.cid-uU1ochbwom .dropdown-item:active {
  background-color: transparent;
}
.cid-uU1ochbwom .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU1ochbwom .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU1ochbwom .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU1ochbwom .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uU1ochbwom .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uU1ochbwom .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uU1ochbwom ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU1ochbwom .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uU1ochbwom button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU1ochbwom button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU1ochbwom button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU1ochbwom button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU1ochbwom button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU1ochbwom button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU1ochbwom nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU1ochbwom nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU1ochbwom nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU1ochbwom nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU1ochbwom .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uU1ochbwom a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU1ochbwom .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU1ochbwom .navbar {
    height: 70px;
  }
  .cid-uU1ochbwom .navbar.opened {
    height: auto;
  }
  .cid-uU1ochbwom .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU1ochbwom html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
#custom-html-h4 {
  /* Type valid CSS here */
}
#custom-html-h4 div {
  padding: 40px 20px;
  color: #777;
  text-align: left;
}
#custom-html-h4 p {
  font-size: 20px;
  color: #777;
}
.cid-uYDbAEgtfc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffa600;
}
@media (min-width: 991px) {
  .cid-uYDbAEgtfc .container-fluid {
    padding-left: 0;
  }
}
.cid-uYDbAEgtfc .mbr-text,
.cid-uYDbAEgtfc .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uYDbAEgtfc .mbr-text,
  .cid-uYDbAEgtfc .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uYDbAEgtfc .mbr-text,
  .cid-uYDbAEgtfc .mbr-section-title {
    text-align: center;
  }
}
.cid-uYDbAEgtfc a.btn {
  height: 100%;
  margin: 0;
}
.cid-uYDbAEgtfc .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-uYDbAEgtfc .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uYDbAEgtfc .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYDbAEgtfc .justify-content-center {
  align-items: center;
}
.cid-uU1ociAgyd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uU1ociAgyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1ociAgyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU1ociAgyd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU1ociAgyd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU1ociAgyd .row {
    text-align: center;
  }
  .cid-uU1ociAgyd .social-row {
    justify-content: center;
  }
}
.cid-uU1ociAgyd .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uU1ociAgyd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1ociAgyd .list {
    margin-bottom: 0rem;
  }
}
.cid-uU1ociAgyd .mbr-text {
  color: #bbbbbb;
}
.cid-uU1ociAgyd .mbr-iconfont {
  color: black;
}
.cid-uU1ocjeRfr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uU1ocjeRfr .container-fluid {
  padding: 0 3rem;
}
.cid-uU1ocjeRfr ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uU1ocjeRfr ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uU1ocjeRfr ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uU1ocjeRfr ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uU1ocjeRfr .container-fluid {
    padding: 0 1rem;
  }
  .cid-uU1ocjeRfr .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uU1ocjeRfr .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uU1ocjeRfr .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffa801, #ffc048);
  display: inline-block;
}
.cid-uU1ocjeRfr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1ocjeRfr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVBZPan1Aq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVBZPan1Aq nav.navbar {
  position: fixed;
}
.cid-uVBZPan1Aq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVBZPan1Aq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVBZPan1Aq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVBZPan1Aq .dropdown-item:hover,
.cid-uVBZPan1Aq .dropdown-item:focus {
  background: #ffa801 !important;
  color: white !important;
}
.cid-uVBZPan1Aq .dropdown-item:hover span {
  color: white;
}
.cid-uVBZPan1Aq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVBZPan1Aq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVBZPan1Aq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVBZPan1Aq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVBZPan1Aq .nav-link {
  position: relative;
}
.cid-uVBZPan1Aq .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVBZPan1Aq .container {
    flex-wrap: wrap;
  }
}
.cid-uVBZPan1Aq .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVBZPan1Aq .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVBZPan1Aq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVBZPan1Aq .dropdown-menu,
.cid-uVBZPan1Aq .navbar.opened {
  background: #ffffff !important;
}
.cid-uVBZPan1Aq .nav-item:focus,
.cid-uVBZPan1Aq .nav-link:focus {
  outline: none;
}
.cid-uVBZPan1Aq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVBZPan1Aq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVBZPan1Aq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVBZPan1Aq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVBZPan1Aq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVBZPan1Aq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVBZPan1Aq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uVBZPan1Aq .navbar.opened {
  transition: all 0.3s;
}
.cid-uVBZPan1Aq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVBZPan1Aq .navbar .navbar-logo img {
  width: auto;
}
.cid-uVBZPan1Aq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVBZPan1Aq .navbar.collapsed {
  justify-content: center;
}
.cid-uVBZPan1Aq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVBZPan1Aq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVBZPan1Aq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVBZPan1Aq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVBZPan1Aq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVBZPan1Aq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVBZPan1Aq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVBZPan1Aq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVBZPan1Aq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVBZPan1Aq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVBZPan1Aq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVBZPan1Aq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVBZPan1Aq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVBZPan1Aq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVBZPan1Aq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVBZPan1Aq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVBZPan1Aq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVBZPan1Aq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVBZPan1Aq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVBZPan1Aq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVBZPan1Aq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVBZPan1Aq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVBZPan1Aq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVBZPan1Aq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVBZPan1Aq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVBZPan1Aq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVBZPan1Aq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVBZPan1Aq .dropdown-item.active,
.cid-uVBZPan1Aq .dropdown-item:active {
  background-color: transparent;
}
.cid-uVBZPan1Aq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVBZPan1Aq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVBZPan1Aq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVBZPan1Aq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVBZPan1Aq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVBZPan1Aq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVBZPan1Aq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVBZPan1Aq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVBZPan1Aq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVBZPan1Aq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVBZPan1Aq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVBZPan1Aq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVBZPan1Aq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVBZPan1Aq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVBZPan1Aq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVBZPan1Aq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVBZPan1Aq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVBZPan1Aq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVBZPan1Aq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVBZPan1Aq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVBZPan1Aq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVBZPan1Aq .navbar {
    height: 70px;
  }
  .cid-uVBZPan1Aq .navbar.opened {
    height: auto;
  }
  .cid-uVBZPan1Aq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVBZPan1Aq html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
.cid-uVBZPbGluz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uVBZPbGluz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBZPbGluz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVBZPbGluz .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-uVBZPbGluz .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVBZPbGluz .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uVBZPbGluz .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uVBZPbGluz .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uVBZPbGluz .image-wrapper {
  padding: 0 1rem;
}
.cid-uVBZPbGluz img,
.cid-uVBZPbGluz .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uVBZPbGluz img,
  .cid-uVBZPbGluz .image-wrapper {
    max-height: 350px;
  }
}
.cid-uVBZPbGluz .mbr-section-title {
  color: #000000;
}
.cid-uVBZPbGluz .mbr-text {
  color: #000000;
}
.cid-uVBZPbGluz .mbr-text,
.cid-uVBZPbGluz .mbr-section-btn {
  text-align: left;
}
.cid-uVBZPbGluz .price {
  color: #0fbcf9;
}
.cid-uVCeRe5sUd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uVCeRe5sUd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVCeRe5sUd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVCeRe5sUd .mbr-section-title {
  color: #24262b;
}
.cid-uVCeRe5sUd .mbr-section-subtitle {
  color: #24262b;
}
.cid-uVCeRe5sUd .mbr-section-btn {
  margin-top: 16px;
}
.cid-uVBZPca2pf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uVBZPca2pf .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uVBZPca2pf .mbr-shop .row {
  margin: 0;
}
.cid-uVBZPca2pf .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uVBZPca2pf .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uVBZPca2pf .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uVBZPca2pf .btn {
  padding: 0.6rem 2rem;
}
.cid-uVBZPca2pf .mbr-section-btn {
  text-align: left;
}
.cid-uVBZPca2pf .img_wraper img {
  border-radius: 8px!important;
}
.cid-uVBZPca2pf .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uVBZPca2pf .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;
  cursor: pointer;
  z-index: 1040;
}
.cid-uVBZPca2pf .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uVBZPca2pf .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-uVBZPca2pf .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uVBZPca2pf .mbr-shop .hide-modal {
  display: none;
}
.cid-uVBZPca2pf .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uVBZPca2pf .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uVBZPca2pf .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uVBZPca2pf .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uVBZPca2pf .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-uVBZPca2pf .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-uVBZPca2pf .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uVBZPca2pf .mbr-shop .filter-by-pu,
.cid-uVBZPca2pf .mbr-shop .filter-by-pd,
.cid-uVBZPca2pf .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uVBZPca2pf .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uVBZPca2pf .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uVBZPca2pf .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uVBZPca2pf .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uVBZPca2pf .mbr-shop .galleryItem h4,
.cid-uVBZPca2pf .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uVBZPca2pf .mbr-shop .galleryItem h5,
.cid-uVBZPca2pf .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-uVBZPca2pf .mbr-shop .galleryItem p,
.cid-uVBZPca2pf .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-uVBZPca2pf .mbr-shop .item-button {
  text-align: center;
}
.cid-uVBZPca2pf .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uVBZPca2pf .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uVBZPca2pf .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uVBZPca2pf .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uVBZPca2pf .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-uVBZPca2pf .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uVBZPca2pf .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uVBZPca2pf .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uVBZPca2pf .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uVBZPca2pf .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uVBZPca2pf .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uVBZPca2pf .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uVBZPca2pf .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uVBZPca2pf .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uVBZPca2pf .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uVBZPca2pf .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uVBZPca2pf .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uVBZPca2pf .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uVBZPca2pf .mbr-shop .mbr-gallery-item__hided h4,
.cid-uVBZPca2pf .mbr-shop .mbr-gallery-item__hided h5,
.cid-uVBZPca2pf .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uVBZPca2pf .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uVBZPca2pf .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uVBZPca2pf .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uVBZPca2pf .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uVBZPca2pf .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uVBZPca2pf .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uVBZPca2pf .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #ffa801;
}
.cid-uVBZPca2pf .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uVBZPca2pf .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uVBZPca2pf .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #ffa801;
  font-weight: bold;
}
.cid-uVBZPca2pf .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #ffa801;
  border-radius: 2px;
  font-size: 0;
}
.cid-uVBZPca2pf .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #ffa801;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uVBZPca2pf .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #ffa801;
}
.cid-uVBZPca2pf .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uVBZPca2pf .mbr-shop .range-controls {
  position: relative;
}
.cid-uVBZPca2pf .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uVBZPca2pf .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffa801;
}
.cid-uVBZPca2pf .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #ffa801;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ffa801;
  cursor: pointer;
}
.cid-uVBZPca2pf .mbr-shop .toggle:hover,
.cid-uVBZPca2pf .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uVBZPca2pf .mbr-shop .min-toggle {
  left: 0;
}
.cid-uVBZPca2pf .mbr-shop .max-toggle {
  right: 0;
}
.cid-uVBZPca2pf .mbr-shop .hided-by-price {
  display: none;
}
.cid-uVBZPca2pf .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uVBZPca2pf .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uVBZPca2pf .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uVBZPca2pf .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uVBZPca2pf .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uVBZPca2pf .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uVBZPca2pf .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uVBZPca2pf .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uVBZPca2pf .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uVBZPca2pf .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uVBZPca2pf .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-uVBZPca2pf .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-uVBZPca2pf .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uVBZPca2pf .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uVBZPca2pf .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uVBZPca2pf .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uVBZPca2pf .mbr-shop .shop-items .onsale,
.cid-uVBZPca2pf .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uVBZPca2pf .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uVBZPca2pf .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uVBZPca2pf .mbr-shop .price-range {
  display: inline-block;
}
.cid-uVBZPca2pf .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uVBZPca2pf .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uVBZPca2pf .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uVBZPca2pf .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uVBZPca2pf .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uVBZPca2pf .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uVBZPca2pf .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uVBZPca2pf .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uVBZPca2pf .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uVBZPca2pf .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uVBZPca2pf .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uVBZPca2pf .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uVBZPca2pf .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uVBZPca2pf .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uVBZPca2pf .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVBZPca2pf .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uVBZPca2pf .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uVBZPca2pf .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uVBZPca2pf .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uVBZPca2pf .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uVBZPca2pf .wrapper-shop-items {
    order: 1;
  }
  .cid-uVBZPca2pf .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uVBZPca2pf .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uVBZPca2pf .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uVBZPca2pf .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uVBZPca2pf .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uVBZPca2pf .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uVBZPca2pf .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uVBZPca2pf .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uVBZPca2pf .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uVBZPca2pf .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uVBZPca2pf .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uVBZPca2pf .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uVBZPca2pf .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uVBZPca2pf .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uVBZPca2pf .oldprice {
  color: #767676;
  padding-left: .8rem!important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVBZPca2pf .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uVBZPca2pf LI {
  color: #57468b;
}
.cid-uVBZPca2pf .sidebar-title {
  color: #1e272e;
}
.cid-uVBZPca2pf .item-title {
  text-align: left;
  color: #ffa600;
}
.cid-uVBZPca2pf .shop-item-price,
.cid-uVBZPca2pf .price-block {
  text-align: left;
  color: #0fbcf9;
}
@media (max-width: 576px) {
  .cid-uVBZPca2pf .mbr-shop .mbr-gallery-item,
  .cid-uVBZPca2pf .wrapper-shop-items,
  .cid-uVBZPca2pf .sidebar-block,
  .cid-uVBZPca2pf .sidebar-title,
  .cid-uVBZPca2pf .sidebar,
  .cid-uVBZPca2pf .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-uVBZPca2pf .filter-cost {
    max-width: 100%!important;
  }
  .cid-uVBZPca2pf .range-slider,
  .cid-uVBZPca2pf .categories,
  .cid-uVBZPca2pf .bestseller-block {
    text-align: center;
  }
}
.cid-uVBZPca2pf .card-description {
  color: #232323;
}
.cid-uVBZPcNSLe {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uVBZPcNSLe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBZPcNSLe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVBZPcNSLe .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uVBZPcNSLe .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uVBZPcNSLe .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-uVBZPdi9VR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVBZPdi9VR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBZPdi9VR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVBZPdi9VR .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uVBZPdi9VR .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uVBZPdi9VR .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uVBZPdi9VR .container {
    padding: 0 16px;
  }
}
.cid-uVBZPdi9VR .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uVBZPdi9VR .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uVBZPdi9VR .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-uVBZPdi9VR .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uVBZPdi9VR .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVBZPdi9VR .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uVBZPdi9VR .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uVBZPdi9VR .title-wrapper .title-wrap img {
  height: 110px;
  width: 60px;
  border-radius: 0 !important;
  object-fit: cover;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uVBZPdi9VR .title-wrapper .title-wrap img {
    margin: 0 0 16px 0;
    display: inline-flex;
  }
}
.cid-uVBZPdi9VR .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVBZPdi9VR .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px 116px;
}
@media (max-width: 992px) {
  .cid-uVBZPdi9VR .items-wrapper {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.cid-uVBZPdi9VR .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .cid-uVBZPdi9VR .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 16px;
  }
}
.cid-uVBZPdi9VR .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-wrap {
  display: flex;
  padding: 18px 0 14px 0;
  border-bottom: 1px solid #c1c1c1;
}
.cid-uVBZPdi9VR .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-wrap:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-uVBZPdi9VR .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-wrap .item-title {
  width: 50%;
  padding-right: 16px;
}
.cid-uVBZPdi9VR .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-wrap .item-desc {
  width: 50%;
}
.cid-uVBZPdi9VR .mbr-desc {
  color: #1c1c1c;
}
.cid-uVBZPdi9VR .mbr-section-title {
  color: #1c1c1c;
}
.cid-uVBZPdi9VR .card-title {
  color: #1c1c1c;
}
.cid-uVBZPdi9VR .item-title {
  color: #1c1c1c;
}
.cid-uVBZPdi9VR .item-desc {
  color: #1c1c1c;
}
.cid-uVBZPdO9iO {
  background-color: #f7f7f7;
}
.cid-uVBZPdO9iO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBZPdO9iO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVBZPdO9iO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVBZPdO9iO .row {
  flex-direction: row-reverse;
}
.cid-uVBZPdO9iO img {
  width: 100%;
}
.cid-uVBZPeblAO {
  background-color: #f7f7f7;
}
.cid-uVBZPeblAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBZPeblAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVBZPeblAO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVBZPeblAO .row {
  flex-direction: row-reverse;
}
.cid-uVBZPeblAO img {
  width: 100%;
}
.cid-uVBZPeA5qV {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVBZPeA5qV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBZPeA5qV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVBZPeA5qV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVBZPeA5qV .row {
  flex-direction: row-reverse;
}
.cid-uVBZPeA5qV img {
  width: 100%;
}
.cid-uVBZPf2I4n {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVBZPf2I4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBZPf2I4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVBZPf2I4n .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uVBZPf2I4n .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uVBZPf2I4n .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uVBZPf2I4n img,
.cid-uVBZPf2I4n .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% top;
}
@media (max-width: 767px) {
  .cid-uVBZPf2I4n img,
  .cid-uVBZPf2I4n .item-img {
    max-height: 350px;
  }
}
.cid-uVBZPfvzKF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uVBZPfvzKF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBZPfvzKF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uVBZPfvzKF .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uVBZPfvzKF .row {
    margin: 0;
  }
}
.cid-uVBZPfvzKF .row .card {
  border-top: 1px solid #edefeb;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uVBZPfvzKF .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uVBZPfvzKF .image-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uVBZPfvzKF .image-wrapper {
    padding: 24px;
  }
}
.cid-uVBZPfvzKF .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-uVBZPfvzKF .image-wrapper img:first-child {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVBZPfvzKF .image-wrapper img:first-child {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVBZPfvzKF .image-wrapper img {
    height: 350px;
  }
}
.cid-uVBZPfvzKF .main-image-wrapper {
  border-left: 1px solid #edefeb;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uVBZPfvzKF .main-image-wrapper {
    padding: 24px;
    border-top: 1px solid #edefeb;
  }
}
.cid-uVBZPfvzKF .main-image-wrapper img {
  height: 832px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVBZPfvzKF .main-image-wrapper img {
    height: 400px;
  }
}
.cid-uVBZPg0KYv {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVBZPg0KYv .justify-content-center {
  align-items: center;
}
.cid-uVBZPg0KYv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBZPg0KYv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVBZPg0KYv .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uVBZPg0KYv .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVBZPg0KYv .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-uVBZPg0KYv .content-head {
  max-width: 800px;
}
.cid-uVBZPg0KYv .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffa600;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #000000;
  height: 80px;
  border-radius: 50%;
}
.cid-uVBZPgsGoS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #f7f7f7;
}
.cid-uVBZPgsGoS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBZPgsGoS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uVBZPgsGoS .container-fluid {
    padding: 0;
  }
}
.cid-uVBZPgsGoS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uVBZPgsGoS .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uVBZPgsGoS .embla__button--next,
.cid-uVBZPgsGoS .embla__button--prev {
  display: flex;
}
.cid-uVBZPgsGoS .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uVBZPgsGoS .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uVBZPgsGoS .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVBZPgsGoS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVBZPgsGoS .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVBZPgsGoS .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVBZPgsGoS .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVBZPgsGoS .embla {
  position: relative;
  width: 100%;
}
.cid-uVBZPgsGoS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uVBZPgsGoS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVBZPgsGoS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVBZPgsGoS .embla__slide a {
  cursor: grab;
}
.cid-uVBZPgsGoS .embla__slide a:active {
  cursor: grabbing;
}
.cid-uVBZPgsGoS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVBZPgsGoS .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uVBZPgsGoS .mbr-section-title {
  color: #232323;
}
.cid-uVBZPgsGoS .mbr-section-subtitle {
  color: #232323;
}
.cid-uVBZPgsGoS .mbr-box {
  color: #ffffff;
}
.cid-uVBZPgsGoS .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uVBZPgsGoS img,
.cid-uVBZPgsGoS .item-img {
  width: 100%;
}
.cid-uVBZPgsGoS .item-wrapper {
  position: relative;
}
.cid-uVBZPgsGoS .content-head {
  max-width: 800px;
}
.cid-uWnbOUfbSD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uWnbOUfbSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWnbOUfbSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWnbOUfbSD .col-title {
  margin-bottom: 32px;
}
.cid-uWnbOUfbSD .mbr-section-title {
  color: #24262b;
}
.cid-uWnbOUfbSD .mbr-section-subtitle {
  color: #24262b;
}
.cid-uWnbOUfbSD .cards-row {
  row-gap: 32px;
}
.cid-uWnbOUfbSD .card {
  border-radius: 0;
}
.cid-uWnbOUfbSD .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-uWnbOUfbSD .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-uWnbOUfbSD .text-wrap {
  flex-grow: 1;
}
.cid-uWnbOUfbSD .card-title {
  color: #24262b;
}
.cid-uWnbOUfbSD .card-text {
  color: #767676;
}
.cid-uWnbPQ51FC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-uWnbPQ51FC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWnbPQ51FC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWnbPQ51FC .mbr-section-head {
  width: 100%;
  margin-bottom: 5.56vw;
}
@media (max-width: 767px) {
  .cid-uWnbPQ51FC .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uWnbPQ51FC .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uWnbPQ51FC .mbr-section-title {
    text-align: left;
  }
}
.cid-uWnbPQ51FC .mbr-section-title-1 {
  flex-grow: 1;
}
.cid-uWnbPQ51FC .mbr-section-title-2 {
  margin-right: 16px;
}
@media (max-width: 991px) {
  .cid-uWnbPQ51FC .mbr-section-title-2 {
    margin-right: 0;
  }
}
.cid-uWnbPQ51FC .section-head-container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uWnbPQ51FC .section-head-container {
    flex-wrap: wrap;
  }
}
.cid-uWnbPQ51FC .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5d4fe;
  padding: 36px;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  flex-shrink: 0;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-uWnbPQ51FC .iconfont-wrapper {
    border-radius: 100%;
    padding: 0;
    width: 10.67vw;
    height: 10.67vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uWnbPQ51FC .iconfont-wrapper {
    width: 15.67vw;
    height: 15.67vw;
    margin-right: 12px;
    margin-top: 12px;
  }
}
.cid-uWnbPQ51FC .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
@media (max-width: 991px) {
  .cid-uWnbPQ51FC .iconfont-wrapper .mbr-iconfont {
    font-size: 5.6vw !important;
  }
}
@media (max-width: 767px) {
  .cid-uWnbPQ51FC .iconfont-wrapper .mbr-iconfont {
    font-size: 8vw !important;
  }
}
.cid-uWnbPQ51FC .mbr-section-subtitle {
  width: 35%;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uWnbPQ51FC .mbr-section-subtitle {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-uWnbPQ51FC .card {
  padding: 0 2.78vw;
  border-radius: 1.67vw;
  margin-bottom: 1.11vw;
  border: 1px solid #000000;
  background-color: #4bcffa;
}
@media (max-width: 991px) {
  .cid-uWnbPQ51FC .card {
    padding: 0 6.93vw;
    border-radius: 3.2vw;
    margin-bottom: 2.13vw;
  }
}
.cid-uWnbPQ51FC .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border-bottom: none !important;
}
.cid-uWnbPQ51FC .sign {
  flex-shrink: 0;
  font-family: 'Moririse2' !important;
  padding: 12px;
  font-size: 22px;
  border-radius: 50%;
  color: #000000;
  border: 1px solid #000000;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
@media (max-width: 991px) {
  .cid-uWnbPQ51FC .sign {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 7.3vw;
    font-size: 3.7vw;
    aspect-ratio: 1;
  }
}
@media (max-width: 767px) {
  .cid-uWnbPQ51FC .sign {
    width: 8.53vw;
    font-size: 4.3vw;
  }
}
.cid-uWnbPQ51FC .panel-title-edit {
  flex-grow: 1;
  padding-right: 1rem;
  color: #000000;
  transition: .3s all;
}
.cid-uWnbPQ51FC .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.78vw 0;
  transition: .4s all;
}
@media (max-width: 991px) {
  .cid-uWnbPQ51FC .panel-title {
    padding: 5.33vw 0;
  }
}
.cid-uWnbPQ51FC .panel-title[aria-expanded="false"] .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-uWnbPQ51FC .panel-title[aria-expanded="true"] .sign {
  transform: rotate(135deg);
}
.cid-uWnbPQ51FC .panel-body {
  display: flex;
  align-items: center;
  margin-top: 6px;
  padding-bottom: 5.56vw;
}
@media (max-width: 991px) {
  .cid-uWnbPQ51FC .panel-body {
    flex-wrap: wrap;
    padding-bottom: 8.53vw;
  }
}
.cid-uWnbPQ51FC .panel-text {
  color: #000000;
  margin-bottom: 0;
  width: 60%;
}
@media (max-width: 991px) {
  .cid-uWnbPQ51FC .panel-text {
    width: 100%;
  }
}
.cid-uWnbPQ51FC .mbr-section-btn {
  width: 40%;
}
@media (min-width: 992px) {
  .cid-uWnbPQ51FC .mbr-section-btn {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uWnbPQ51FC .mbr-section-btn {
    width: 100%;
    margin-top: 6.4vw ;
  }
}
.cid-uWnbPQ51FC .info-card {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 2.78vw;
  border-radius: 1.67vw;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border: 1px solid #000000;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWnbPQ51FC .info-card {
    flex-wrap: wrap;
    width: 100%;
    padding: 5.33vw 6.93vw;
  }
}
.cid-uWnbPQ51FC .info-text {
  color: #000000;
  width: 60%;
}
@media (max-width: 991px) {
  .cid-uWnbPQ51FC .info-text {
    width: 100%;
  }
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-uVBZPij5Mz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVBZPij5Mz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBZPij5Mz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVBZPij5Mz .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVBZPij5Mz .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uVBZPij5Mz .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uVBZPij5Mz .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uVBZPij5Mz .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ffc048;
}
.cid-uVBZPij5Mz .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVBZPij5Mz .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVBZPij5Mz .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uVBZPij5Mz .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uVBZPij5Mz .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uVBZPij5Mz .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uVBZPij5Mz .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uVBZPij5Mz .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uVBZPij5Mz .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #ffc048;
  color: #000000;
}
.cid-uVBZPij5Mz .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uVBZPij5Mz .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #ffc048;
}
.cid-uVBZPij5Mz .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVBZPij5Mz .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
.cid-uVBZPij5Mz .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uVBZPij5Mz .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uVBZPij5Mz .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uVBZPij5Mz .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uVBZPij5Mz .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uVBZPij5Mz .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uVBZPij5Mz .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uVBZPij5Mz .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
}
@media (max-width: 992px) {
  .cid-uVBZPij5Mz .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uVBZPij5Mz .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVBZPij5Mz .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uVBZPij5Mz .mbr-label {
  color: #000000;
}
.cid-uVBZPij5Mz .mbr-section-title {
  color: #000000;
}
.cid-uVBZPij5Mz .panel-title-edit {
  color: #000000;
}
.cid-uVBZPij5Mz .panel-text {
  color: #8a8a8a;
}
.cid-uVBZPkmzet {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uVBZPkmzet .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBZPkmzet .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVBZPkmzet .mbr-section-title {
  color: #24262b;
}
.cid-uVBZPkmzet .mbr-section-subtitle {
  color: #24262b;
}
.cid-uVBZPkmzet .mbr-section-btn {
  margin-top: 16px;
}
.cid-uXYUn24BvF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uXYUn24BvF .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uXYUn24BvF .mbr-shop .row {
  margin: 0;
}
.cid-uXYUn24BvF .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uXYUn24BvF .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uXYUn24BvF .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uXYUn24BvF .btn {
  padding: 0.6rem 2rem;
}
.cid-uXYUn24BvF .mbr-section-btn {
  text-align: left;
}
.cid-uXYUn24BvF .img_wraper img {
  border-radius: 8px!important;
}
.cid-uXYUn24BvF .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uXYUn24BvF .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;
  cursor: pointer;
  z-index: 1040;
}
.cid-uXYUn24BvF .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uXYUn24BvF .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-uXYUn24BvF .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uXYUn24BvF .mbr-shop .hide-modal {
  display: none;
}
.cid-uXYUn24BvF .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uXYUn24BvF .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uXYUn24BvF .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uXYUn24BvF .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uXYUn24BvF .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-uXYUn24BvF .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-uXYUn24BvF .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uXYUn24BvF .mbr-shop .filter-by-pu,
.cid-uXYUn24BvF .mbr-shop .filter-by-pd,
.cid-uXYUn24BvF .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uXYUn24BvF .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uXYUn24BvF .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uXYUn24BvF .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uXYUn24BvF .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uXYUn24BvF .mbr-shop .galleryItem h4,
.cid-uXYUn24BvF .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uXYUn24BvF .mbr-shop .galleryItem h5,
.cid-uXYUn24BvF .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-uXYUn24BvF .mbr-shop .galleryItem p,
.cid-uXYUn24BvF .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-uXYUn24BvF .mbr-shop .item-button {
  text-align: center;
}
.cid-uXYUn24BvF .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uXYUn24BvF .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uXYUn24BvF .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uXYUn24BvF .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uXYUn24BvF .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-uXYUn24BvF .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uXYUn24BvF .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uXYUn24BvF .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uXYUn24BvF .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uXYUn24BvF .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uXYUn24BvF .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uXYUn24BvF .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uXYUn24BvF .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uXYUn24BvF .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uXYUn24BvF .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uXYUn24BvF .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uXYUn24BvF .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uXYUn24BvF .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uXYUn24BvF .mbr-shop .mbr-gallery-item__hided h4,
.cid-uXYUn24BvF .mbr-shop .mbr-gallery-item__hided h5,
.cid-uXYUn24BvF .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uXYUn24BvF .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uXYUn24BvF .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uXYUn24BvF .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uXYUn24BvF .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uXYUn24BvF .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uXYUn24BvF .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uXYUn24BvF .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #ffa801;
}
.cid-uXYUn24BvF .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uXYUn24BvF .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uXYUn24BvF .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #ffa801;
  font-weight: bold;
}
.cid-uXYUn24BvF .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #ffa801;
  border-radius: 2px;
  font-size: 0;
}
.cid-uXYUn24BvF .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #ffa801;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uXYUn24BvF .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #ffa801;
}
.cid-uXYUn24BvF .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uXYUn24BvF .mbr-shop .range-controls {
  position: relative;
}
.cid-uXYUn24BvF .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uXYUn24BvF .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffa801;
}
.cid-uXYUn24BvF .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #ffa801;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ffa801;
  cursor: pointer;
}
.cid-uXYUn24BvF .mbr-shop .toggle:hover,
.cid-uXYUn24BvF .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uXYUn24BvF .mbr-shop .min-toggle {
  left: 0;
}
.cid-uXYUn24BvF .mbr-shop .max-toggle {
  right: 0;
}
.cid-uXYUn24BvF .mbr-shop .hided-by-price {
  display: none;
}
.cid-uXYUn24BvF .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uXYUn24BvF .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uXYUn24BvF .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uXYUn24BvF .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uXYUn24BvF .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uXYUn24BvF .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uXYUn24BvF .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uXYUn24BvF .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uXYUn24BvF .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uXYUn24BvF .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uXYUn24BvF .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-uXYUn24BvF .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-uXYUn24BvF .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uXYUn24BvF .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uXYUn24BvF .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uXYUn24BvF .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uXYUn24BvF .mbr-shop .shop-items .onsale,
.cid-uXYUn24BvF .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uXYUn24BvF .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uXYUn24BvF .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uXYUn24BvF .mbr-shop .price-range {
  display: inline-block;
}
.cid-uXYUn24BvF .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uXYUn24BvF .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uXYUn24BvF .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uXYUn24BvF .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uXYUn24BvF .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uXYUn24BvF .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uXYUn24BvF .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uXYUn24BvF .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uXYUn24BvF .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uXYUn24BvF .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uXYUn24BvF .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uXYUn24BvF .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uXYUn24BvF .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uXYUn24BvF .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uXYUn24BvF .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXYUn24BvF .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uXYUn24BvF .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uXYUn24BvF .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uXYUn24BvF .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uXYUn24BvF .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uXYUn24BvF .wrapper-shop-items {
    order: 1;
  }
  .cid-uXYUn24BvF .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uXYUn24BvF .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uXYUn24BvF .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uXYUn24BvF .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uXYUn24BvF .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uXYUn24BvF .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uXYUn24BvF .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uXYUn24BvF .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uXYUn24BvF .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uXYUn24BvF .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uXYUn24BvF .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uXYUn24BvF .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uXYUn24BvF .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uXYUn24BvF .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uXYUn24BvF .oldprice {
  color: #767676;
  padding-left: .8rem!important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXYUn24BvF .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uXYUn24BvF LI {
  color: #57468b;
}
.cid-uXYUn24BvF .sidebar-title {
  color: #1e272e;
}
.cid-uXYUn24BvF .item-title {
  text-align: left;
  color: #ffa600;
}
.cid-uXYUn24BvF .shop-item-price,
.cid-uXYUn24BvF .price-block {
  text-align: left;
  color: #0fbcf9;
}
@media (max-width: 576px) {
  .cid-uXYUn24BvF .mbr-shop .mbr-gallery-item,
  .cid-uXYUn24BvF .wrapper-shop-items,
  .cid-uXYUn24BvF .sidebar-block,
  .cid-uXYUn24BvF .sidebar-title,
  .cid-uXYUn24BvF .sidebar,
  .cid-uXYUn24BvF .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-uXYUn24BvF .filter-cost {
    max-width: 100%!important;
  }
  .cid-uXYUn24BvF .range-slider,
  .cid-uXYUn24BvF .categories,
  .cid-uXYUn24BvF .bestseller-block {
    text-align: center;
  }
}
.cid-uXYUn24BvF .card-description {
  color: #232323;
}
.cid-uYDcsXTzU5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffa600;
}
@media (min-width: 991px) {
  .cid-uYDcsXTzU5 .container-fluid {
    padding-left: 0;
  }
}
.cid-uYDcsXTzU5 .mbr-text,
.cid-uYDcsXTzU5 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uYDcsXTzU5 .mbr-text,
  .cid-uYDcsXTzU5 .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uYDcsXTzU5 .mbr-text,
  .cid-uYDcsXTzU5 .mbr-section-title {
    text-align: center;
  }
}
.cid-uYDcsXTzU5 a.btn {
  height: 100%;
  margin: 0;
}
.cid-uYDcsXTzU5 .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-uYDcsXTzU5 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uYDcsXTzU5 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYDcsXTzU5 .justify-content-center {
  align-items: center;
}
.cid-uVBZPnty4b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uVBZPnty4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBZPnty4b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVBZPnty4b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uVBZPnty4b .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVBZPnty4b .row {
    text-align: center;
  }
  .cid-uVBZPnty4b .social-row {
    justify-content: center;
  }
}
.cid-uVBZPnty4b .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uVBZPnty4b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVBZPnty4b .list {
    margin-bottom: 0rem;
  }
}
.cid-uVBZPnty4b .mbr-text {
  color: #bbbbbb;
}
.cid-uVBZPnty4b .mbr-iconfont {
  color: black;
}
.cid-uVBZPowTsg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uVBZPowTsg .container-fluid {
  padding: 0 3rem;
}
.cid-uVBZPowTsg ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVBZPowTsg ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uVBZPowTsg ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uVBZPowTsg ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uVBZPowTsg .container-fluid {
    padding: 0 1rem;
  }
  .cid-uVBZPowTsg .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uVBZPowTsg .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uVBZPowTsg .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffa801, #ffc048);
  display: inline-block;
}
.cid-uVBZPowTsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBZPowTsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVBZSsfge6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVBZSsfge6 nav.navbar {
  position: fixed;
}
.cid-uVBZSsfge6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVBZSsfge6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVBZSsfge6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVBZSsfge6 .dropdown-item:hover,
.cid-uVBZSsfge6 .dropdown-item:focus {
  background: #ffa801 !important;
  color: white !important;
}
.cid-uVBZSsfge6 .dropdown-item:hover span {
  color: white;
}
.cid-uVBZSsfge6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVBZSsfge6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVBZSsfge6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVBZSsfge6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVBZSsfge6 .nav-link {
  position: relative;
}
.cid-uVBZSsfge6 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVBZSsfge6 .container {
    flex-wrap: wrap;
  }
}
.cid-uVBZSsfge6 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVBZSsfge6 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVBZSsfge6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVBZSsfge6 .dropdown-menu,
.cid-uVBZSsfge6 .navbar.opened {
  background: #ffffff !important;
}
.cid-uVBZSsfge6 .nav-item:focus,
.cid-uVBZSsfge6 .nav-link:focus {
  outline: none;
}
.cid-uVBZSsfge6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVBZSsfge6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVBZSsfge6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVBZSsfge6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVBZSsfge6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVBZSsfge6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVBZSsfge6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uVBZSsfge6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uVBZSsfge6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVBZSsfge6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uVBZSsfge6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVBZSsfge6 .navbar.collapsed {
  justify-content: center;
}
.cid-uVBZSsfge6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVBZSsfge6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVBZSsfge6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVBZSsfge6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVBZSsfge6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVBZSsfge6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVBZSsfge6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVBZSsfge6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVBZSsfge6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVBZSsfge6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVBZSsfge6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVBZSsfge6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVBZSsfge6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVBZSsfge6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVBZSsfge6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVBZSsfge6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVBZSsfge6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVBZSsfge6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVBZSsfge6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVBZSsfge6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVBZSsfge6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVBZSsfge6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVBZSsfge6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVBZSsfge6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVBZSsfge6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVBZSsfge6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVBZSsfge6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVBZSsfge6 .dropdown-item.active,
.cid-uVBZSsfge6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVBZSsfge6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVBZSsfge6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVBZSsfge6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVBZSsfge6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVBZSsfge6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVBZSsfge6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVBZSsfge6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVBZSsfge6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVBZSsfge6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVBZSsfge6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVBZSsfge6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVBZSsfge6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVBZSsfge6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVBZSsfge6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVBZSsfge6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVBZSsfge6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVBZSsfge6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVBZSsfge6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVBZSsfge6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVBZSsfge6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVBZSsfge6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVBZSsfge6 .navbar {
    height: 70px;
  }
  .cid-uVBZSsfge6 .navbar.opened {
    height: auto;
  }
  .cid-uVBZSsfge6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVBZSsfge6 html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
.cid-uVBZStdMjA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uVBZStdMjA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBZStdMjA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVBZStdMjA .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-uVBZStdMjA .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVBZStdMjA .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uVBZStdMjA .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uVBZStdMjA .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uVBZStdMjA .image-wrapper {
  padding: 0 1rem;
}
.cid-uVBZStdMjA img,
.cid-uVBZStdMjA .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uVBZStdMjA img,
  .cid-uVBZStdMjA .image-wrapper {
    max-height: 350px;
  }
}
.cid-uVBZStdMjA .mbr-section-title {
  color: #000000;
}
.cid-uVBZStdMjA .mbr-text {
  color: #000000;
}
.cid-uVBZStdMjA .mbr-text,
.cid-uVBZStdMjA .mbr-section-btn {
  text-align: left;
}
.cid-uVBZStdMjA .price {
  color: #0fbcf9;
}
.cid-uVBZStBNka {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uVBZStBNka .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uVBZStBNka .mbr-shop .row {
  margin: 0;
}
.cid-uVBZStBNka .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uVBZStBNka .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uVBZStBNka .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uVBZStBNka .btn {
  padding: 0.6rem 2rem;
}
.cid-uVBZStBNka .mbr-section-btn {
  text-align: left;
}
.cid-uVBZStBNka .img_wraper img {
  border-radius: 8px!important;
}
.cid-uVBZStBNka .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uVBZStBNka .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;
  cursor: pointer;
  z-index: 1040;
}
.cid-uVBZStBNka .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uVBZStBNka .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-uVBZStBNka .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uVBZStBNka .mbr-shop .hide-modal {
  display: none;
}
.cid-uVBZStBNka .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uVBZStBNka .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uVBZStBNka .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uVBZStBNka .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uVBZStBNka .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-uVBZStBNka .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-uVBZStBNka .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uVBZStBNka .mbr-shop .filter-by-pu,
.cid-uVBZStBNka .mbr-shop .filter-by-pd,
.cid-uVBZStBNka .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uVBZStBNka .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uVBZStBNka .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uVBZStBNka .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uVBZStBNka .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uVBZStBNka .mbr-shop .galleryItem h4,
.cid-uVBZStBNka .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uVBZStBNka .mbr-shop .galleryItem h5,
.cid-uVBZStBNka .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-uVBZStBNka .mbr-shop .galleryItem p,
.cid-uVBZStBNka .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-uVBZStBNka .mbr-shop .item-button {
  text-align: center;
}
.cid-uVBZStBNka .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uVBZStBNka .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uVBZStBNka .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uVBZStBNka .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uVBZStBNka .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-uVBZStBNka .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uVBZStBNka .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uVBZStBNka .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uVBZStBNka .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uVBZStBNka .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uVBZStBNka .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uVBZStBNka .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uVBZStBNka .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uVBZStBNka .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uVBZStBNka .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uVBZStBNka .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uVBZStBNka .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uVBZStBNka .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uVBZStBNka .mbr-shop .mbr-gallery-item__hided h4,
.cid-uVBZStBNka .mbr-shop .mbr-gallery-item__hided h5,
.cid-uVBZStBNka .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uVBZStBNka .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uVBZStBNka .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uVBZStBNka .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uVBZStBNka .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uVBZStBNka .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uVBZStBNka .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uVBZStBNka .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #ffa801;
}
.cid-uVBZStBNka .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uVBZStBNka .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uVBZStBNka .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #ffa801;
  font-weight: bold;
}
.cid-uVBZStBNka .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #ffa801;
  border-radius: 2px;
  font-size: 0;
}
.cid-uVBZStBNka .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #ffa801;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uVBZStBNka .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #ffa801;
}
.cid-uVBZStBNka .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uVBZStBNka .mbr-shop .range-controls {
  position: relative;
}
.cid-uVBZStBNka .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uVBZStBNka .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffa801;
}
.cid-uVBZStBNka .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #ffa801;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ffa801;
  cursor: pointer;
}
.cid-uVBZStBNka .mbr-shop .toggle:hover,
.cid-uVBZStBNka .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uVBZStBNka .mbr-shop .min-toggle {
  left: 0;
}
.cid-uVBZStBNka .mbr-shop .max-toggle {
  right: 0;
}
.cid-uVBZStBNka .mbr-shop .hided-by-price {
  display: none;
}
.cid-uVBZStBNka .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uVBZStBNka .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uVBZStBNka .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uVBZStBNka .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uVBZStBNka .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uVBZStBNka .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uVBZStBNka .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uVBZStBNka .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uVBZStBNka .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uVBZStBNka .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uVBZStBNka .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-uVBZStBNka .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-uVBZStBNka .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uVBZStBNka .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uVBZStBNka .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uVBZStBNka .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uVBZStBNka .mbr-shop .shop-items .onsale,
.cid-uVBZStBNka .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uVBZStBNka .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uVBZStBNka .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uVBZStBNka .mbr-shop .price-range {
  display: inline-block;
}
.cid-uVBZStBNka .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uVBZStBNka .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uVBZStBNka .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uVBZStBNka .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uVBZStBNka .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uVBZStBNka .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uVBZStBNka .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uVBZStBNka .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uVBZStBNka .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uVBZStBNka .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uVBZStBNka .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uVBZStBNka .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uVBZStBNka .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uVBZStBNka .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uVBZStBNka .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVBZStBNka .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uVBZStBNka .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uVBZStBNka .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uVBZStBNka .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uVBZStBNka .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uVBZStBNka .wrapper-shop-items {
    order: 1;
  }
  .cid-uVBZStBNka .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uVBZStBNka .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uVBZStBNka .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uVBZStBNka .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uVBZStBNka .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uVBZStBNka .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uVBZStBNka .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uVBZStBNka .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uVBZStBNka .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uVBZStBNka .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uVBZStBNka .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uVBZStBNka .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uVBZStBNka .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uVBZStBNka .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uVBZStBNka .oldprice {
  color: #767676;
  padding-left: .8rem!important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVBZStBNka .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uVBZStBNka LI {
  color: #57468b;
}
.cid-uVBZStBNka .sidebar-title {
  color: #1e272e;
}
.cid-uVBZStBNka .item-title {
  text-align: left;
  color: #ffa600;
}
.cid-uVBZStBNka .shop-item-price,
.cid-uVBZStBNka .price-block {
  text-align: left;
  color: #0fbcf9;
}
@media (max-width: 576px) {
  .cid-uVBZStBNka .mbr-shop .mbr-gallery-item,
  .cid-uVBZStBNka .wrapper-shop-items,
  .cid-uVBZStBNka .sidebar-block,
  .cid-uVBZStBNka .sidebar-title,
  .cid-uVBZStBNka .sidebar,
  .cid-uVBZStBNka .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-uVBZStBNka .filter-cost {
    max-width: 100%!important;
  }
  .cid-uVBZStBNka .range-slider,
  .cid-uVBZStBNka .categories,
  .cid-uVBZStBNka .bestseller-block {
    text-align: center;
  }
}
.cid-uVBZStBNka .card-description {
  color: #232323;
}
.cid-uVBZSu5Qce {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uVBZSu5Qce .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBZSu5Qce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVBZSu5Qce .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uVBZSu5Qce .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uVBZSu5Qce .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-uVBZSuvqHL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVBZSuvqHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBZSuvqHL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVBZSuvqHL .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uVBZSuvqHL .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uVBZSuvqHL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uVBZSuvqHL .container {
    padding: 0 16px;
  }
}
.cid-uVBZSuvqHL .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uVBZSuvqHL .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uVBZSuvqHL .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-uVBZSuvqHL .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uVBZSuvqHL .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVBZSuvqHL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uVBZSuvqHL .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uVBZSuvqHL .title-wrapper .title-wrap img {
  height: 110px;
  width: 60px;
  border-radius: 0 !important;
  object-fit: cover;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uVBZSuvqHL .title-wrapper .title-wrap img {
    margin: 0 0 16px 0;
    display: inline-flex;
  }
}
.cid-uVBZSuvqHL .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVBZSuvqHL .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px 116px;
}
@media (max-width: 992px) {
  .cid-uVBZSuvqHL .items-wrapper {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.cid-uVBZSuvqHL .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .cid-uVBZSuvqHL .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 16px;
  }
}
.cid-uVBZSuvqHL .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-wrap {
  display: flex;
  padding: 18px 0 14px 0;
  border-bottom: 1px solid #c1c1c1;
}
.cid-uVBZSuvqHL .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-wrap:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-uVBZSuvqHL .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-wrap .item-title {
  width: 50%;
  padding-right: 16px;
}
.cid-uVBZSuvqHL .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-wrap .item-desc {
  width: 50%;
}
.cid-uVBZSuvqHL .mbr-desc {
  color: #1c1c1c;
}
.cid-uVBZSuvqHL .mbr-section-title {
  color: #1c1c1c;
}
.cid-uVBZSuvqHL .card-title {
  color: #1c1c1c;
}
.cid-uVBZSuvqHL .item-title {
  color: #1c1c1c;
}
.cid-uVBZSuvqHL .item-desc {
  color: #1c1c1c;
}
.cid-uVBZSv05Oa {
  background-color: #f7f7f7;
}
.cid-uVBZSv05Oa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBZSv05Oa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVBZSv05Oa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVBZSv05Oa .row {
  flex-direction: row-reverse;
}
.cid-uVBZSv05Oa img {
  width: 100%;
}
.cid-uVBZSvpmfv {
  background-color: #f7f7f7;
}
.cid-uVBZSvpmfv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBZSvpmfv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVBZSvpmfv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVBZSvpmfv .row {
  flex-direction: row-reverse;
}
.cid-uVBZSvpmfv img {
  width: 100%;
}
.cid-uVBZSvN9N9 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVBZSvN9N9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBZSvN9N9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVBZSvN9N9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVBZSvN9N9 .row {
  flex-direction: row-reverse;
}
.cid-uVBZSvN9N9 img {
  width: 100%;
}
.cid-uVBZSweScW {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVBZSweScW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBZSweScW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVBZSweScW .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uVBZSweScW .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uVBZSweScW .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uVBZSweScW img,
.cid-uVBZSweScW .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% top;
}
@media (max-width: 767px) {
  .cid-uVBZSweScW img,
  .cid-uVBZSweScW .item-img {
    max-height: 350px;
  }
}
.cid-uVBZSwEor2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uVBZSwEor2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBZSwEor2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uVBZSwEor2 .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uVBZSwEor2 .row {
    margin: 0;
  }
}
.cid-uVBZSwEor2 .row .card {
  border-top: 1px solid #edefeb;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uVBZSwEor2 .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uVBZSwEor2 .image-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uVBZSwEor2 .image-wrapper {
    padding: 24px;
  }
}
.cid-uVBZSwEor2 .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-uVBZSwEor2 .image-wrapper img:first-child {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVBZSwEor2 .image-wrapper img:first-child {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVBZSwEor2 .image-wrapper img {
    height: 350px;
  }
}
.cid-uVBZSwEor2 .main-image-wrapper {
  border-left: 1px solid #edefeb;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uVBZSwEor2 .main-image-wrapper {
    padding: 24px;
    border-top: 1px solid #edefeb;
  }
}
.cid-uVBZSwEor2 .main-image-wrapper img {
  height: 832px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVBZSwEor2 .main-image-wrapper img {
    height: 400px;
  }
}
.cid-uVBZSx3JIs {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVBZSx3JIs .justify-content-center {
  align-items: center;
}
.cid-uVBZSx3JIs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBZSx3JIs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVBZSx3JIs .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uVBZSx3JIs .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVBZSx3JIs .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-uVBZSx3JIs .content-head {
  max-width: 800px;
}
.cid-uVBZSx3JIs .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffa600;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #000000;
  height: 80px;
  border-radius: 50%;
}
.cid-uVBZSxuufX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #edefeb;
}
.cid-uVBZSxuufX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBZSxuufX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uVBZSxuufX .container-fluid {
    padding: 0;
  }
}
.cid-uVBZSxuufX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uVBZSxuufX .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uVBZSxuufX .embla__button--next,
.cid-uVBZSxuufX .embla__button--prev {
  display: flex;
}
.cid-uVBZSxuufX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uVBZSxuufX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uVBZSxuufX .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVBZSxuufX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVBZSxuufX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVBZSxuufX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVBZSxuufX .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVBZSxuufX .embla {
  position: relative;
  width: 100%;
}
.cid-uVBZSxuufX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uVBZSxuufX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVBZSxuufX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVBZSxuufX .embla__slide a {
  cursor: grab;
}
.cid-uVBZSxuufX .embla__slide a:active {
  cursor: grabbing;
}
.cid-uVBZSxuufX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVBZSxuufX .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uVBZSxuufX .mbr-section-title {
  color: #232323;
}
.cid-uVBZSxuufX .mbr-section-subtitle {
  color: #232323;
}
.cid-uVBZSxuufX .mbr-box {
  color: #ffffff;
}
.cid-uVBZSxuufX .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uVBZSxuufX img,
.cid-uVBZSxuufX .item-img {
  width: 100%;
}
.cid-uVBZSxuufX .item-wrapper {
  position: relative;
}
.cid-uVBZSxuufX .content-head {
  max-width: 800px;
}
.cid-uWnbXJ0VEk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uWnbXJ0VEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWnbXJ0VEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWnbXJ0VEk .col-title {
  margin-bottom: 32px;
}
.cid-uWnbXJ0VEk .mbr-section-title {
  color: #24262b;
}
.cid-uWnbXJ0VEk .mbr-section-subtitle {
  color: #24262b;
}
.cid-uWnbXJ0VEk .cards-row {
  row-gap: 32px;
}
.cid-uWnbXJ0VEk .card {
  border-radius: 0;
}
.cid-uWnbXJ0VEk .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-uWnbXJ0VEk .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-uWnbXJ0VEk .text-wrap {
  flex-grow: 1;
}
.cid-uWnbXJ0VEk .card-title {
  color: #24262b;
}
.cid-uWnbXJ0VEk .card-text {
  color: #767676;
}
.cid-uWnbYATJOo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-uWnbYATJOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWnbYATJOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWnbYATJOo .mbr-section-head {
  width: 100%;
  margin-bottom: 5.56vw;
}
@media (max-width: 767px) {
  .cid-uWnbYATJOo .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uWnbYATJOo .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uWnbYATJOo .mbr-section-title {
    text-align: left;
  }
}
.cid-uWnbYATJOo .mbr-section-title-1 {
  flex-grow: 1;
}
.cid-uWnbYATJOo .mbr-section-title-2 {
  margin-right: 16px;
}
@media (max-width: 991px) {
  .cid-uWnbYATJOo .mbr-section-title-2 {
    margin-right: 0;
  }
}
.cid-uWnbYATJOo .section-head-container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uWnbYATJOo .section-head-container {
    flex-wrap: wrap;
  }
}
.cid-uWnbYATJOo .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5d4fe;
  padding: 36px;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  flex-shrink: 0;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-uWnbYATJOo .iconfont-wrapper {
    border-radius: 100%;
    padding: 0;
    width: 10.67vw;
    height: 10.67vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uWnbYATJOo .iconfont-wrapper {
    width: 15.67vw;
    height: 15.67vw;
    margin-right: 12px;
    margin-top: 12px;
  }
}
.cid-uWnbYATJOo .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
@media (max-width: 991px) {
  .cid-uWnbYATJOo .iconfont-wrapper .mbr-iconfont {
    font-size: 5.6vw !important;
  }
}
@media (max-width: 767px) {
  .cid-uWnbYATJOo .iconfont-wrapper .mbr-iconfont {
    font-size: 8vw !important;
  }
}
.cid-uWnbYATJOo .mbr-section-subtitle {
  width: 35%;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uWnbYATJOo .mbr-section-subtitle {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-uWnbYATJOo .card {
  padding: 0 2.78vw;
  border-radius: 1.67vw;
  margin-bottom: 1.11vw;
  border: 1px solid #000000;
  background-color: #4bcffa;
}
@media (max-width: 991px) {
  .cid-uWnbYATJOo .card {
    padding: 0 6.93vw;
    border-radius: 3.2vw;
    margin-bottom: 2.13vw;
  }
}
.cid-uWnbYATJOo .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border-bottom: none !important;
}
.cid-uWnbYATJOo .sign {
  flex-shrink: 0;
  font-family: 'Moririse2' !important;
  padding: 12px;
  font-size: 22px;
  border-radius: 50%;
  color: #000000;
  border: 1px solid #000000;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
@media (max-width: 991px) {
  .cid-uWnbYATJOo .sign {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 7.3vw;
    font-size: 3.7vw;
    aspect-ratio: 1;
  }
}
@media (max-width: 767px) {
  .cid-uWnbYATJOo .sign {
    width: 8.53vw;
    font-size: 4.3vw;
  }
}
.cid-uWnbYATJOo .panel-title-edit {
  flex-grow: 1;
  padding-right: 1rem;
  color: #000000;
  transition: .3s all;
}
.cid-uWnbYATJOo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.78vw 0;
  transition: .4s all;
}
@media (max-width: 991px) {
  .cid-uWnbYATJOo .panel-title {
    padding: 5.33vw 0;
  }
}
.cid-uWnbYATJOo .panel-title[aria-expanded="false"] .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-uWnbYATJOo .panel-title[aria-expanded="true"] .sign {
  transform: rotate(135deg);
}
.cid-uWnbYATJOo .panel-body {
  display: flex;
  align-items: center;
  margin-top: 6px;
  padding-bottom: 5.56vw;
}
@media (max-width: 991px) {
  .cid-uWnbYATJOo .panel-body {
    flex-wrap: wrap;
    padding-bottom: 8.53vw;
  }
}
.cid-uWnbYATJOo .panel-text {
  color: #000000;
  margin-bottom: 0;
  width: 60%;
}
@media (max-width: 991px) {
  .cid-uWnbYATJOo .panel-text {
    width: 100%;
  }
}
.cid-uWnbYATJOo .mbr-section-btn {
  width: 40%;
}
@media (min-width: 992px) {
  .cid-uWnbYATJOo .mbr-section-btn {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uWnbYATJOo .mbr-section-btn {
    width: 100%;
    margin-top: 6.4vw ;
  }
}
.cid-uWnbYATJOo .info-card {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 2.78vw;
  border-radius: 1.67vw;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border: 1px solid #000000;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWnbYATJOo .info-card {
    flex-wrap: wrap;
    width: 100%;
    padding: 5.33vw 6.93vw;
  }
}
.cid-uWnbYATJOo .info-text {
  color: #000000;
  width: 60%;
}
@media (max-width: 991px) {
  .cid-uWnbYATJOo .info-text {
    width: 100%;
  }
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-uVBZSzbW1g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVBZSzbW1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBZSzbW1g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVBZSzbW1g .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVBZSzbW1g .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uVBZSzbW1g .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uVBZSzbW1g .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uVBZSzbW1g .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ffc048;
}
.cid-uVBZSzbW1g .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVBZSzbW1g .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVBZSzbW1g .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uVBZSzbW1g .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uVBZSzbW1g .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uVBZSzbW1g .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uVBZSzbW1g .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uVBZSzbW1g .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uVBZSzbW1g .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #ffc048;
  color: #000000;
}
.cid-uVBZSzbW1g .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uVBZSzbW1g .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #ffc048;
}
.cid-uVBZSzbW1g .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVBZSzbW1g .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
.cid-uVBZSzbW1g .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uVBZSzbW1g .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uVBZSzbW1g .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uVBZSzbW1g .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uVBZSzbW1g .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uVBZSzbW1g .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uVBZSzbW1g .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uVBZSzbW1g .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
}
@media (max-width: 992px) {
  .cid-uVBZSzbW1g .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uVBZSzbW1g .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVBZSzbW1g .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uVBZSzbW1g .mbr-label {
  color: #000000;
}
.cid-uVBZSzbW1g .mbr-section-title {
  color: #000000;
}
.cid-uVBZSzbW1g .panel-title-edit {
  color: #000000;
}
.cid-uVBZSzbW1g .panel-text {
  color: #8a8a8a;
}
.cid-uVBZSzLZ6F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uVBZSzLZ6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBZSzLZ6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVBZSzLZ6F .mbr-section-title {
  color: #24262b;
}
.cid-uVBZSzLZ6F .mbr-section-subtitle {
  color: #24262b;
}
.cid-uVBZSzLZ6F .mbr-section-btn {
  margin-top: 16px;
}
.cid-uXYV3CVRH9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uXYV3CVRH9 .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uXYV3CVRH9 .mbr-shop .row {
  margin: 0;
}
.cid-uXYV3CVRH9 .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uXYV3CVRH9 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uXYV3CVRH9 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uXYV3CVRH9 .btn {
  padding: 0.6rem 2rem;
}
.cid-uXYV3CVRH9 .mbr-section-btn {
  text-align: left;
}
.cid-uXYV3CVRH9 .img_wraper img {
  border-radius: 8px!important;
}
.cid-uXYV3CVRH9 .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uXYV3CVRH9 .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;
  cursor: pointer;
  z-index: 1040;
}
.cid-uXYV3CVRH9 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uXYV3CVRH9 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-uXYV3CVRH9 .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uXYV3CVRH9 .mbr-shop .hide-modal {
  display: none;
}
.cid-uXYV3CVRH9 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uXYV3CVRH9 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uXYV3CVRH9 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uXYV3CVRH9 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uXYV3CVRH9 .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-uXYV3CVRH9 .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-uXYV3CVRH9 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uXYV3CVRH9 .mbr-shop .filter-by-pu,
.cid-uXYV3CVRH9 .mbr-shop .filter-by-pd,
.cid-uXYV3CVRH9 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uXYV3CVRH9 .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uXYV3CVRH9 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uXYV3CVRH9 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uXYV3CVRH9 .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uXYV3CVRH9 .mbr-shop .galleryItem h4,
.cid-uXYV3CVRH9 .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uXYV3CVRH9 .mbr-shop .galleryItem h5,
.cid-uXYV3CVRH9 .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-uXYV3CVRH9 .mbr-shop .galleryItem p,
.cid-uXYV3CVRH9 .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-uXYV3CVRH9 .mbr-shop .item-button {
  text-align: center;
}
.cid-uXYV3CVRH9 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uXYV3CVRH9 .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uXYV3CVRH9 .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uXYV3CVRH9 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uXYV3CVRH9 .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-uXYV3CVRH9 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uXYV3CVRH9 .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uXYV3CVRH9 .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uXYV3CVRH9 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uXYV3CVRH9 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uXYV3CVRH9 .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uXYV3CVRH9 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uXYV3CVRH9 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uXYV3CVRH9 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uXYV3CVRH9 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uXYV3CVRH9 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uXYV3CVRH9 .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uXYV3CVRH9 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uXYV3CVRH9 .mbr-shop .mbr-gallery-item__hided h4,
.cid-uXYV3CVRH9 .mbr-shop .mbr-gallery-item__hided h5,
.cid-uXYV3CVRH9 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uXYV3CVRH9 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uXYV3CVRH9 .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uXYV3CVRH9 .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uXYV3CVRH9 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uXYV3CVRH9 .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uXYV3CVRH9 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uXYV3CVRH9 .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #ffa801;
}
.cid-uXYV3CVRH9 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uXYV3CVRH9 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uXYV3CVRH9 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #ffa801;
  font-weight: bold;
}
.cid-uXYV3CVRH9 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #ffa801;
  border-radius: 2px;
  font-size: 0;
}
.cid-uXYV3CVRH9 .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #ffa801;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uXYV3CVRH9 .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #ffa801;
}
.cid-uXYV3CVRH9 .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uXYV3CVRH9 .mbr-shop .range-controls {
  position: relative;
}
.cid-uXYV3CVRH9 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uXYV3CVRH9 .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffa801;
}
.cid-uXYV3CVRH9 .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #ffa801;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ffa801;
  cursor: pointer;
}
.cid-uXYV3CVRH9 .mbr-shop .toggle:hover,
.cid-uXYV3CVRH9 .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uXYV3CVRH9 .mbr-shop .min-toggle {
  left: 0;
}
.cid-uXYV3CVRH9 .mbr-shop .max-toggle {
  right: 0;
}
.cid-uXYV3CVRH9 .mbr-shop .hided-by-price {
  display: none;
}
.cid-uXYV3CVRH9 .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uXYV3CVRH9 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uXYV3CVRH9 .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uXYV3CVRH9 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uXYV3CVRH9 .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uXYV3CVRH9 .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uXYV3CVRH9 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uXYV3CVRH9 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uXYV3CVRH9 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uXYV3CVRH9 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uXYV3CVRH9 .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-uXYV3CVRH9 .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-uXYV3CVRH9 .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uXYV3CVRH9 .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uXYV3CVRH9 .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uXYV3CVRH9 .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uXYV3CVRH9 .mbr-shop .shop-items .onsale,
.cid-uXYV3CVRH9 .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uXYV3CVRH9 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uXYV3CVRH9 .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uXYV3CVRH9 .mbr-shop .price-range {
  display: inline-block;
}
.cid-uXYV3CVRH9 .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uXYV3CVRH9 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uXYV3CVRH9 .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uXYV3CVRH9 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uXYV3CVRH9 .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uXYV3CVRH9 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uXYV3CVRH9 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uXYV3CVRH9 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uXYV3CVRH9 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uXYV3CVRH9 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uXYV3CVRH9 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uXYV3CVRH9 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uXYV3CVRH9 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uXYV3CVRH9 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uXYV3CVRH9 .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXYV3CVRH9 .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uXYV3CVRH9 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uXYV3CVRH9 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uXYV3CVRH9 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uXYV3CVRH9 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uXYV3CVRH9 .wrapper-shop-items {
    order: 1;
  }
  .cid-uXYV3CVRH9 .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uXYV3CVRH9 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uXYV3CVRH9 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uXYV3CVRH9 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uXYV3CVRH9 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uXYV3CVRH9 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uXYV3CVRH9 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uXYV3CVRH9 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uXYV3CVRH9 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uXYV3CVRH9 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uXYV3CVRH9 .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uXYV3CVRH9 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uXYV3CVRH9 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uXYV3CVRH9 .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uXYV3CVRH9 .oldprice {
  color: #767676;
  padding-left: .8rem!important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXYV3CVRH9 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uXYV3CVRH9 LI {
  color: #57468b;
}
.cid-uXYV3CVRH9 .sidebar-title {
  color: #1e272e;
}
.cid-uXYV3CVRH9 .item-title {
  text-align: left;
  color: #ffa600;
}
.cid-uXYV3CVRH9 .shop-item-price,
.cid-uXYV3CVRH9 .price-block {
  text-align: left;
  color: #0fbcf9;
}
@media (max-width: 576px) {
  .cid-uXYV3CVRH9 .mbr-shop .mbr-gallery-item,
  .cid-uXYV3CVRH9 .wrapper-shop-items,
  .cid-uXYV3CVRH9 .sidebar-block,
  .cid-uXYV3CVRH9 .sidebar-title,
  .cid-uXYV3CVRH9 .sidebar,
  .cid-uXYV3CVRH9 .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-uXYV3CVRH9 .filter-cost {
    max-width: 100%!important;
  }
  .cid-uXYV3CVRH9 .range-slider,
  .cid-uXYV3CVRH9 .categories,
  .cid-uXYV3CVRH9 .bestseller-block {
    text-align: center;
  }
}
.cid-uXYV3CVRH9 .card-description {
  color: #232323;
}
.cid-uYDcyynlVR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffa600;
}
@media (min-width: 991px) {
  .cid-uYDcyynlVR .container-fluid {
    padding-left: 0;
  }
}
.cid-uYDcyynlVR .mbr-text,
.cid-uYDcyynlVR .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uYDcyynlVR .mbr-text,
  .cid-uYDcyynlVR .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uYDcyynlVR .mbr-text,
  .cid-uYDcyynlVR .mbr-section-title {
    text-align: center;
  }
}
.cid-uYDcyynlVR a.btn {
  height: 100%;
  margin: 0;
}
.cid-uYDcyynlVR .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-uYDcyynlVR .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uYDcyynlVR .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYDcyynlVR .justify-content-center {
  align-items: center;
}
.cid-uVBZSBgUIc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uVBZSBgUIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBZSBgUIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVBZSBgUIc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uVBZSBgUIc .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVBZSBgUIc .row {
    text-align: center;
  }
  .cid-uVBZSBgUIc .social-row {
    justify-content: center;
  }
}
.cid-uVBZSBgUIc .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uVBZSBgUIc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVBZSBgUIc .list {
    margin-bottom: 0rem;
  }
}
.cid-uVBZSBgUIc .mbr-text {
  color: #bbbbbb;
}
.cid-uVBZSBgUIc .mbr-iconfont {
  color: black;
}
.cid-uVBZSBYlGg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uVBZSBYlGg .container-fluid {
  padding: 0 3rem;
}
.cid-uVBZSBYlGg ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVBZSBYlGg ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uVBZSBYlGg ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uVBZSBYlGg ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uVBZSBYlGg .container-fluid {
    padding: 0 1rem;
  }
  .cid-uVBZSBYlGg .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uVBZSBYlGg .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uVBZSBYlGg .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffa801, #ffc048);
  display: inline-block;
}
.cid-uVBZSBYlGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBZSBYlGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW02tQHycu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uW02tQHycu nav.navbar {
  position: fixed;
}
.cid-uW02tQHycu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW02tQHycu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uW02tQHycu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uW02tQHycu .dropdown-item:hover,
.cid-uW02tQHycu .dropdown-item:focus {
  background: #ffa801 !important;
  color: white !important;
}
.cid-uW02tQHycu .dropdown-item:hover span {
  color: white;
}
.cid-uW02tQHycu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uW02tQHycu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uW02tQHycu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uW02tQHycu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uW02tQHycu .nav-link {
  position: relative;
}
.cid-uW02tQHycu .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uW02tQHycu .container {
    flex-wrap: wrap;
  }
}
.cid-uW02tQHycu .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uW02tQHycu .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uW02tQHycu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uW02tQHycu .dropdown-menu,
.cid-uW02tQHycu .navbar.opened {
  background: #ffffff !important;
}
.cid-uW02tQHycu .nav-item:focus,
.cid-uW02tQHycu .nav-link:focus {
  outline: none;
}
.cid-uW02tQHycu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uW02tQHycu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uW02tQHycu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uW02tQHycu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW02tQHycu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uW02tQHycu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uW02tQHycu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uW02tQHycu .navbar.opened {
  transition: all 0.3s;
}
.cid-uW02tQHycu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uW02tQHycu .navbar .navbar-logo img {
  width: auto;
}
.cid-uW02tQHycu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uW02tQHycu .navbar.collapsed {
  justify-content: center;
}
.cid-uW02tQHycu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uW02tQHycu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uW02tQHycu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uW02tQHycu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uW02tQHycu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uW02tQHycu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uW02tQHycu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uW02tQHycu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uW02tQHycu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uW02tQHycu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uW02tQHycu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uW02tQHycu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uW02tQHycu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uW02tQHycu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uW02tQHycu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uW02tQHycu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uW02tQHycu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uW02tQHycu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uW02tQHycu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uW02tQHycu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uW02tQHycu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uW02tQHycu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uW02tQHycu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uW02tQHycu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uW02tQHycu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uW02tQHycu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uW02tQHycu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uW02tQHycu .dropdown-item.active,
.cid-uW02tQHycu .dropdown-item:active {
  background-color: transparent;
}
.cid-uW02tQHycu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uW02tQHycu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uW02tQHycu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uW02tQHycu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uW02tQHycu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uW02tQHycu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW02tQHycu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uW02tQHycu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uW02tQHycu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uW02tQHycu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uW02tQHycu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uW02tQHycu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uW02tQHycu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uW02tQHycu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uW02tQHycu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW02tQHycu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uW02tQHycu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uW02tQHycu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW02tQHycu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uW02tQHycu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uW02tQHycu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uW02tQHycu .navbar {
    height: 70px;
  }
  .cid-uW02tQHycu .navbar.opened {
    height: auto;
  }
  .cid-uW02tQHycu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW02tQHycu html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
#custom-html-m9 {
  /* Type valid CSS here */
}
#custom-html-m9 div {
  padding: 40px 20px;
  color: #777;
  text-align: left;
}
#custom-html-m9 p {
  font-size: 20px;
  color: #777;
}
.cid-uYDbYGYWvt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffa600;
}
@media (min-width: 991px) {
  .cid-uYDbYGYWvt .container-fluid {
    padding-left: 0;
  }
}
.cid-uYDbYGYWvt .mbr-text,
.cid-uYDbYGYWvt .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uYDbYGYWvt .mbr-text,
  .cid-uYDbYGYWvt .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uYDbYGYWvt .mbr-text,
  .cid-uYDbYGYWvt .mbr-section-title {
    text-align: center;
  }
}
.cid-uYDbYGYWvt a.btn {
  height: 100%;
  margin: 0;
}
.cid-uYDbYGYWvt .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-uYDbYGYWvt .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uYDbYGYWvt .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYDbYGYWvt .justify-content-center {
  align-items: center;
}
.cid-uW02tRHytQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uW02tRHytQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW02tRHytQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW02tRHytQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uW02tRHytQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uW02tRHytQ .row {
    text-align: center;
  }
  .cid-uW02tRHytQ .social-row {
    justify-content: center;
  }
}
.cid-uW02tRHytQ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uW02tRHytQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uW02tRHytQ .list {
    margin-bottom: 0rem;
  }
}
.cid-uW02tRHytQ .mbr-text {
  color: #bbbbbb;
}
.cid-uW02tRHytQ .mbr-iconfont {
  color: black;
}
.cid-uW02tSkgAw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uW02tSkgAw .container-fluid {
  padding: 0 3rem;
}
.cid-uW02tSkgAw ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uW02tSkgAw ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uW02tSkgAw ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uW02tSkgAw ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uW02tSkgAw .container-fluid {
    padding: 0 1rem;
  }
  .cid-uW02tSkgAw .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uW02tSkgAw .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uW02tSkgAw .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffa801, #ffc048);
  display: inline-block;
}
.cid-uW02tSkgAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW02tSkgAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW02Dv40RO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uW02Dv40RO nav.navbar {
  position: fixed;
}
.cid-uW02Dv40RO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW02Dv40RO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uW02Dv40RO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uW02Dv40RO .dropdown-item:hover,
.cid-uW02Dv40RO .dropdown-item:focus {
  background: #ffa801 !important;
  color: white !important;
}
.cid-uW02Dv40RO .dropdown-item:hover span {
  color: white;
}
.cid-uW02Dv40RO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uW02Dv40RO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uW02Dv40RO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uW02Dv40RO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uW02Dv40RO .nav-link {
  position: relative;
}
.cid-uW02Dv40RO .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uW02Dv40RO .container {
    flex-wrap: wrap;
  }
}
.cid-uW02Dv40RO .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uW02Dv40RO .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uW02Dv40RO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uW02Dv40RO .dropdown-menu,
.cid-uW02Dv40RO .navbar.opened {
  background: #ffffff !important;
}
.cid-uW02Dv40RO .nav-item:focus,
.cid-uW02Dv40RO .nav-link:focus {
  outline: none;
}
.cid-uW02Dv40RO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uW02Dv40RO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uW02Dv40RO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uW02Dv40RO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW02Dv40RO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uW02Dv40RO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uW02Dv40RO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uW02Dv40RO .navbar.opened {
  transition: all 0.3s;
}
.cid-uW02Dv40RO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uW02Dv40RO .navbar .navbar-logo img {
  width: auto;
}
.cid-uW02Dv40RO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uW02Dv40RO .navbar.collapsed {
  justify-content: center;
}
.cid-uW02Dv40RO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uW02Dv40RO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uW02Dv40RO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uW02Dv40RO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uW02Dv40RO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uW02Dv40RO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uW02Dv40RO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uW02Dv40RO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uW02Dv40RO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uW02Dv40RO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uW02Dv40RO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uW02Dv40RO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uW02Dv40RO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uW02Dv40RO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uW02Dv40RO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uW02Dv40RO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uW02Dv40RO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uW02Dv40RO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uW02Dv40RO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uW02Dv40RO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uW02Dv40RO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uW02Dv40RO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uW02Dv40RO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uW02Dv40RO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uW02Dv40RO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uW02Dv40RO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uW02Dv40RO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uW02Dv40RO .dropdown-item.active,
.cid-uW02Dv40RO .dropdown-item:active {
  background-color: transparent;
}
.cid-uW02Dv40RO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uW02Dv40RO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uW02Dv40RO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uW02Dv40RO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uW02Dv40RO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uW02Dv40RO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW02Dv40RO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uW02Dv40RO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uW02Dv40RO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uW02Dv40RO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uW02Dv40RO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uW02Dv40RO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uW02Dv40RO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uW02Dv40RO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uW02Dv40RO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW02Dv40RO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uW02Dv40RO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uW02Dv40RO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW02Dv40RO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uW02Dv40RO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uW02Dv40RO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uW02Dv40RO .navbar {
    height: 70px;
  }
  .cid-uW02Dv40RO .navbar.opened {
    height: auto;
  }
  .cid-uW02Dv40RO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW02Dv40RO html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
#custom-html-md {
  /* Type valid CSS here */
}
#custom-html-md div {
  padding: 40px 20px;
  color: #777;
  text-align: left;
}
#custom-html-md p {
  font-size: 20px;
  color: #777;
}
.cid-uYDbTrGpbH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffa600;
}
@media (min-width: 991px) {
  .cid-uYDbTrGpbH .container-fluid {
    padding-left: 0;
  }
}
.cid-uYDbTrGpbH .mbr-text,
.cid-uYDbTrGpbH .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uYDbTrGpbH .mbr-text,
  .cid-uYDbTrGpbH .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uYDbTrGpbH .mbr-text,
  .cid-uYDbTrGpbH .mbr-section-title {
    text-align: center;
  }
}
.cid-uYDbTrGpbH a.btn {
  height: 100%;
  margin: 0;
}
.cid-uYDbTrGpbH .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-uYDbTrGpbH .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uYDbTrGpbH .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYDbTrGpbH .justify-content-center {
  align-items: center;
}
.cid-uW02Dwb5PM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uW02Dwb5PM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW02Dwb5PM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW02Dwb5PM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uW02Dwb5PM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uW02Dwb5PM .row {
    text-align: center;
  }
  .cid-uW02Dwb5PM .social-row {
    justify-content: center;
  }
}
.cid-uW02Dwb5PM .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uW02Dwb5PM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uW02Dwb5PM .list {
    margin-bottom: 0rem;
  }
}
.cid-uW02Dwb5PM .mbr-text {
  color: #bbbbbb;
}
.cid-uW02Dwb5PM .mbr-iconfont {
  color: black;
}
.cid-uW02DwIx7U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uW02DwIx7U .container-fluid {
  padding: 0 3rem;
}
.cid-uW02DwIx7U ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uW02DwIx7U ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uW02DwIx7U ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uW02DwIx7U ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uW02DwIx7U .container-fluid {
    padding: 0 1rem;
  }
  .cid-uW02DwIx7U .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uW02DwIx7U .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uW02DwIx7U .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffa801, #ffc048);
  display: inline-block;
}
.cid-uW02DwIx7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW02DwIx7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW02G9RmqD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uW02G9RmqD nav.navbar {
  position: fixed;
}
.cid-uW02G9RmqD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW02G9RmqD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uW02G9RmqD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uW02G9RmqD .dropdown-item:hover,
.cid-uW02G9RmqD .dropdown-item:focus {
  background: #ffa801 !important;
  color: white !important;
}
.cid-uW02G9RmqD .dropdown-item:hover span {
  color: white;
}
.cid-uW02G9RmqD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uW02G9RmqD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uW02G9RmqD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uW02G9RmqD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uW02G9RmqD .nav-link {
  position: relative;
}
.cid-uW02G9RmqD .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uW02G9RmqD .container {
    flex-wrap: wrap;
  }
}
.cid-uW02G9RmqD .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uW02G9RmqD .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uW02G9RmqD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uW02G9RmqD .dropdown-menu,
.cid-uW02G9RmqD .navbar.opened {
  background: #ffffff !important;
}
.cid-uW02G9RmqD .nav-item:focus,
.cid-uW02G9RmqD .nav-link:focus {
  outline: none;
}
.cid-uW02G9RmqD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uW02G9RmqD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uW02G9RmqD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uW02G9RmqD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW02G9RmqD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uW02G9RmqD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uW02G9RmqD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uW02G9RmqD .navbar.opened {
  transition: all 0.3s;
}
.cid-uW02G9RmqD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uW02G9RmqD .navbar .navbar-logo img {
  width: auto;
}
.cid-uW02G9RmqD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uW02G9RmqD .navbar.collapsed {
  justify-content: center;
}
.cid-uW02G9RmqD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uW02G9RmqD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uW02G9RmqD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uW02G9RmqD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uW02G9RmqD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uW02G9RmqD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uW02G9RmqD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uW02G9RmqD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uW02G9RmqD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uW02G9RmqD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uW02G9RmqD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uW02G9RmqD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uW02G9RmqD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uW02G9RmqD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uW02G9RmqD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uW02G9RmqD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uW02G9RmqD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uW02G9RmqD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uW02G9RmqD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uW02G9RmqD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uW02G9RmqD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uW02G9RmqD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uW02G9RmqD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uW02G9RmqD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uW02G9RmqD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uW02G9RmqD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uW02G9RmqD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uW02G9RmqD .dropdown-item.active,
.cid-uW02G9RmqD .dropdown-item:active {
  background-color: transparent;
}
.cid-uW02G9RmqD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uW02G9RmqD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uW02G9RmqD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uW02G9RmqD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uW02G9RmqD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uW02G9RmqD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW02G9RmqD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uW02G9RmqD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uW02G9RmqD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uW02G9RmqD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uW02G9RmqD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uW02G9RmqD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uW02G9RmqD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uW02G9RmqD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uW02G9RmqD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW02G9RmqD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uW02G9RmqD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uW02G9RmqD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW02G9RmqD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uW02G9RmqD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uW02G9RmqD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uW02G9RmqD .navbar {
    height: 70px;
  }
  .cid-uW02G9RmqD .navbar.opened {
    height: auto;
  }
  .cid-uW02G9RmqD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW02G9RmqD html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
#custom-html-mh {
  /* Type valid CSS here */
}
#custom-html-mh div {
  padding: 40px 20px;
  color: #777;
  text-align: middle;
}
#custom-html-mh p {
  font-size: 20px;
  color: #777;
}
.cid-uYDbOMBPmW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffa600;
}
@media (min-width: 991px) {
  .cid-uYDbOMBPmW .container-fluid {
    padding-left: 0;
  }
}
.cid-uYDbOMBPmW .mbr-text,
.cid-uYDbOMBPmW .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uYDbOMBPmW .mbr-text,
  .cid-uYDbOMBPmW .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uYDbOMBPmW .mbr-text,
  .cid-uYDbOMBPmW .mbr-section-title {
    text-align: center;
  }
}
.cid-uYDbOMBPmW a.btn {
  height: 100%;
  margin: 0;
}
.cid-uYDbOMBPmW .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-uYDbOMBPmW .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uYDbOMBPmW .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYDbOMBPmW .justify-content-center {
  align-items: center;
}
.cid-uW02GaH4ee {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uW02GaH4ee .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW02GaH4ee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW02GaH4ee .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uW02GaH4ee .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uW02GaH4ee .row {
    text-align: center;
  }
  .cid-uW02GaH4ee .social-row {
    justify-content: center;
  }
}
.cid-uW02GaH4ee .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uW02GaH4ee .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uW02GaH4ee .list {
    margin-bottom: 0rem;
  }
}
.cid-uW02GaH4ee .mbr-text {
  color: #bbbbbb;
}
.cid-uW02GaH4ee .mbr-iconfont {
  color: black;
}
.cid-uW02Gb76XX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uW02Gb76XX .container-fluid {
  padding: 0 3rem;
}
.cid-uW02Gb76XX ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uW02Gb76XX ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uW02Gb76XX ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uW02Gb76XX ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uW02Gb76XX .container-fluid {
    padding: 0 1rem;
  }
  .cid-uW02Gb76XX .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uW02Gb76XX .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uW02Gb76XX .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffa801, #ffc048);
  display: inline-block;
}
.cid-uW02Gb76XX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW02Gb76XX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW04GhCCDP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uW04GhCCDP nav.navbar {
  position: fixed;
}
.cid-uW04GhCCDP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW04GhCCDP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uW04GhCCDP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uW04GhCCDP .dropdown-item:hover,
.cid-uW04GhCCDP .dropdown-item:focus {
  background: #ffa801 !important;
  color: white !important;
}
.cid-uW04GhCCDP .dropdown-item:hover span {
  color: white;
}
.cid-uW04GhCCDP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uW04GhCCDP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uW04GhCCDP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uW04GhCCDP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uW04GhCCDP .nav-link {
  position: relative;
}
.cid-uW04GhCCDP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uW04GhCCDP .container {
    flex-wrap: wrap;
  }
}
.cid-uW04GhCCDP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uW04GhCCDP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uW04GhCCDP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uW04GhCCDP .dropdown-menu,
.cid-uW04GhCCDP .navbar.opened {
  background: #ffffff !important;
}
.cid-uW04GhCCDP .nav-item:focus,
.cid-uW04GhCCDP .nav-link:focus {
  outline: none;
}
.cid-uW04GhCCDP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uW04GhCCDP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uW04GhCCDP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uW04GhCCDP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW04GhCCDP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uW04GhCCDP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uW04GhCCDP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uW04GhCCDP .navbar.opened {
  transition: all 0.3s;
}
.cid-uW04GhCCDP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uW04GhCCDP .navbar .navbar-logo img {
  width: auto;
}
.cid-uW04GhCCDP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uW04GhCCDP .navbar.collapsed {
  justify-content: center;
}
.cid-uW04GhCCDP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uW04GhCCDP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uW04GhCCDP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uW04GhCCDP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uW04GhCCDP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uW04GhCCDP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uW04GhCCDP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uW04GhCCDP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uW04GhCCDP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uW04GhCCDP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uW04GhCCDP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uW04GhCCDP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uW04GhCCDP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uW04GhCCDP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uW04GhCCDP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uW04GhCCDP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uW04GhCCDP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uW04GhCCDP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uW04GhCCDP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uW04GhCCDP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uW04GhCCDP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uW04GhCCDP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uW04GhCCDP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uW04GhCCDP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uW04GhCCDP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uW04GhCCDP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uW04GhCCDP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uW04GhCCDP .dropdown-item.active,
.cid-uW04GhCCDP .dropdown-item:active {
  background-color: transparent;
}
.cid-uW04GhCCDP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uW04GhCCDP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uW04GhCCDP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uW04GhCCDP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uW04GhCCDP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uW04GhCCDP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW04GhCCDP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uW04GhCCDP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uW04GhCCDP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uW04GhCCDP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uW04GhCCDP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uW04GhCCDP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uW04GhCCDP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uW04GhCCDP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uW04GhCCDP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW04GhCCDP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uW04GhCCDP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uW04GhCCDP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW04GhCCDP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uW04GhCCDP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uW04GhCCDP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uW04GhCCDP .navbar {
    height: 70px;
  }
  .cid-uW04GhCCDP .navbar.opened {
    height: auto;
  }
  .cid-uW04GhCCDP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW04GhCCDP html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
.cid-uWmljPh9uX {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWmljPh9uX .row {
  flex-direction: row-reverse;
}
.cid-uWmljPh9uX .container {
  max-width: 1312px;
}
.cid-uWmljPh9uX .row {
  align-items: center;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .cid-uWmljPh9uX .row {
    padding: 0 16px;
  }
}
.cid-uWmljPh9uX .content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 48px 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uWmljPh9uX .content-wrap {
    padding: 48px 32px;
  }
}
@media (max-width: 567px) {
  .cid-uWmljPh9uX .content-wrap {
    padding: 32px 20px;
  }
}
.cid-uWmljPh9uX .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uWmljPh9uX .image-wrapper {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uWmljPh9uX .image-wrapper {
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uWmljPh9uX .col-text {
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWmljPh9uX .col-text {
    padding-left: 1rem;
  }
}
.cid-uWmljPh9uX .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uWmljPh9uX .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-uWmljPh9uX .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWmljPh9uX .btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .cid-uWmljPh9uX .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-uWmljPh9uX .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uWmljPh9uX .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uWmljPh9uX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWmljPh9uX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWmljPh9uX .mbr-text,
.cid-uWmljPh9uX .mbr-section-btn {
  text-align: left;
  color: #ffa600;
}
.cid-uW04Gitg9e {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uW04Gitg9e img,
.cid-uW04Gitg9e .item-img {
  width: 100%;
}
.cid-uW04Gitg9e .item:focus,
.cid-uW04Gitg9e span:focus {
  outline: none;
}
.cid-uW04Gitg9e .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-uW04Gitg9e .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-uW04Gitg9e .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-uW04Gitg9e .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-uW04Gitg9e .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uW04Gitg9e .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uW04Gitg9e .item-title {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-uW04Gitg9e .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uW04Gitg9e .mbr-text {
  text-align: left;
}
.cid-uW04Gitg9e .item-footer {
  margin-top: 14px;
}
.cid-uW04Gitg9e .mbr-amount {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uW04Gitg9e .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-uW04Gitg9e .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-uW04Gitg9e .mbr-section-btn {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uW04Gitg9e .mbr-price,
.cid-uW04Gitg9e .mbr-section-btn {
  color: #0fbcf9;
}
.cid-uW04Gj1eVU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f3edf7;
}
.cid-uW04Gj1eVU img,
.cid-uW04Gj1eVU .item-img {
  width: 100%;
}
.cid-uW04Gj1eVU .item:focus,
.cid-uW04Gj1eVU span:focus {
  outline: none;
}
.cid-uW04Gj1eVU .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-uW04Gj1eVU .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-uW04Gj1eVU .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-uW04Gj1eVU .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-uW04Gj1eVU .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uW04Gj1eVU .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uW04Gj1eVU .item-title {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-uW04Gj1eVU .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uW04Gj1eVU .mbr-text {
  text-align: left;
}
.cid-uW04Gj1eVU .item-footer {
  margin-top: 14px;
}
.cid-uW04Gj1eVU .mbr-amount {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uW04Gj1eVU .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-uW04Gj1eVU .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-uW04Gj1eVU .mbr-section-btn {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uW04Gj1eVU .mbr-price,
.cid-uW04Gj1eVU .mbr-section-btn {
  color: #0fbcf9;
}
.cid-uW04Gju1rM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uW04Gju1rM img,
.cid-uW04Gju1rM .item-img {
  width: 100%;
}
.cid-uW04Gju1rM .item:focus,
.cid-uW04Gju1rM span:focus {
  outline: none;
}
.cid-uW04Gju1rM .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-uW04Gju1rM .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-uW04Gju1rM .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-uW04Gju1rM .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-uW04Gju1rM .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uW04Gju1rM .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uW04Gju1rM .item-title {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-uW04Gju1rM .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uW04Gju1rM .mbr-text {
  text-align: left;
}
.cid-uW04Gju1rM .item-footer {
  margin-top: 14px;
}
.cid-uW04Gju1rM .mbr-amount {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uW04Gju1rM .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-uW04Gju1rM .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-uW04Gju1rM .mbr-section-btn {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uW04Gju1rM .mbr-price,
.cid-uW04Gju1rM .mbr-section-btn {
  color: #0fbcf9;
}
.cid-uW04GjVfI9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uW04GjVfI9 .item:focus,
.cid-uW04GjVfI9 span:focus {
  outline: none;
}
.cid-uW04GjVfI9 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uW04GjVfI9 .content-head {
  max-width: 800px;
}
.cid-uW04GjVfI9 .item {
  padding: 10px 0;
  font-weight: 700;
  color: #ffc048;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uW04GjVfI9 .item {
    min-height: 45px;
  }
}
.cid-uWmllBqRPb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f3edf7;
}
.cid-uWmllBqRPb img,
.cid-uWmllBqRPb .item-img {
  width: 100%;
}
.cid-uWmllBqRPb .item:focus,
.cid-uWmllBqRPb span:focus {
  outline: none;
}
.cid-uWmllBqRPb .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-uWmllBqRPb .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-uWmllBqRPb .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-uWmllBqRPb .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-uWmllBqRPb .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uWmllBqRPb .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uWmllBqRPb .item-title {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-uWmllBqRPb .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uWmllBqRPb .mbr-text {
  text-align: left;
}
.cid-uWmllBqRPb .item-footer {
  margin-top: 14px;
}
.cid-uWmllBqRPb .mbr-amount {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uWmllBqRPb .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-uWmllBqRPb .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-uWmllBqRPb .mbr-section-btn {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uWmllBqRPb .mbr-price,
.cid-uWmllBqRPb .mbr-section-btn {
  color: #0fbcf9;
}
.cid-uWmls8uHy4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uWmls8uHy4 img,
.cid-uWmls8uHy4 .item-img {
  width: 100%;
}
.cid-uWmls8uHy4 .item:focus,
.cid-uWmls8uHy4 span:focus {
  outline: none;
}
.cid-uWmls8uHy4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-uWmls8uHy4 .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-uWmls8uHy4 .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-uWmls8uHy4 .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-uWmls8uHy4 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uWmls8uHy4 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uWmls8uHy4 .item-title {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-uWmls8uHy4 .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uWmls8uHy4 .mbr-text {
  text-align: left;
}
.cid-uWmls8uHy4 .item-footer {
  margin-top: 14px;
}
.cid-uWmls8uHy4 .mbr-amount {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uWmls8uHy4 .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-uWmls8uHy4 .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-uWmls8uHy4 .mbr-section-btn {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uWmls8uHy4 .mbr-price,
.cid-uWmls8uHy4 .mbr-section-btn {
  color: #0fbcf9;
}
.cid-uWmlDWjcJC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f3edf7;
}
.cid-uWmlDWjcJC img,
.cid-uWmlDWjcJC .item-img {
  width: 100%;
}
.cid-uWmlDWjcJC .item:focus,
.cid-uWmlDWjcJC span:focus {
  outline: none;
}
.cid-uWmlDWjcJC .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-uWmlDWjcJC .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-uWmlDWjcJC .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-uWmlDWjcJC .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-uWmlDWjcJC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uWmlDWjcJC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uWmlDWjcJC .item-title {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-uWmlDWjcJC .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uWmlDWjcJC .mbr-text {
  text-align: left;
}
.cid-uWmlDWjcJC .item-footer {
  margin-top: 14px;
}
.cid-uWmlDWjcJC .mbr-amount {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uWmlDWjcJC .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-uWmlDWjcJC .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-uWmlDWjcJC .mbr-section-btn {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uWmlDWjcJC .mbr-price,
.cid-uWmlDWjcJC .mbr-section-btn {
  color: #0fbcf9;
}
.cid-uW04GmX0wD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uW04GmX0wD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW04GmX0wD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW04GmX0wD .mbr-section-title {
  color: #24262b;
}
.cid-uW04GmX0wD .mbr-section-subtitle {
  color: #24262b;
}
.cid-uW04GmX0wD .mbr-section-btn {
  margin-top: 16px;
}
.cid-uW04Gnqjy9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uW04Gnqjy9 .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uW04Gnqjy9 .mbr-shop .row {
  margin: 0;
}
.cid-uW04Gnqjy9 .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uW04Gnqjy9 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uW04Gnqjy9 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uW04Gnqjy9 .btn {
  padding: 0.6rem 2rem;
}
.cid-uW04Gnqjy9 .mbr-section-btn {
  text-align: left;
}
.cid-uW04Gnqjy9 .img_wraper img {
  border-radius: 8px!important;
}
.cid-uW04Gnqjy9 .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uW04Gnqjy9 .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;
  cursor: pointer;
  z-index: 1040;
}
.cid-uW04Gnqjy9 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uW04Gnqjy9 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-uW04Gnqjy9 .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uW04Gnqjy9 .mbr-shop .hide-modal {
  display: none;
}
.cid-uW04Gnqjy9 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uW04Gnqjy9 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uW04Gnqjy9 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uW04Gnqjy9 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uW04Gnqjy9 .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-uW04Gnqjy9 .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-uW04Gnqjy9 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uW04Gnqjy9 .mbr-shop .filter-by-pu,
.cid-uW04Gnqjy9 .mbr-shop .filter-by-pd,
.cid-uW04Gnqjy9 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uW04Gnqjy9 .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uW04Gnqjy9 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uW04Gnqjy9 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uW04Gnqjy9 .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uW04Gnqjy9 .mbr-shop .galleryItem h4,
.cid-uW04Gnqjy9 .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uW04Gnqjy9 .mbr-shop .galleryItem h5,
.cid-uW04Gnqjy9 .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-uW04Gnqjy9 .mbr-shop .galleryItem p,
.cid-uW04Gnqjy9 .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-uW04Gnqjy9 .mbr-shop .item-button {
  text-align: center;
}
.cid-uW04Gnqjy9 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uW04Gnqjy9 .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uW04Gnqjy9 .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uW04Gnqjy9 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uW04Gnqjy9 .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-uW04Gnqjy9 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uW04Gnqjy9 .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uW04Gnqjy9 .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uW04Gnqjy9 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uW04Gnqjy9 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uW04Gnqjy9 .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uW04Gnqjy9 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uW04Gnqjy9 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uW04Gnqjy9 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uW04Gnqjy9 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uW04Gnqjy9 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uW04Gnqjy9 .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uW04Gnqjy9 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uW04Gnqjy9 .mbr-shop .mbr-gallery-item__hided h4,
.cid-uW04Gnqjy9 .mbr-shop .mbr-gallery-item__hided h5,
.cid-uW04Gnqjy9 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uW04Gnqjy9 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uW04Gnqjy9 .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uW04Gnqjy9 .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uW04Gnqjy9 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uW04Gnqjy9 .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uW04Gnqjy9 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uW04Gnqjy9 .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #ffa801;
}
.cid-uW04Gnqjy9 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uW04Gnqjy9 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uW04Gnqjy9 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #ffa801;
  font-weight: bold;
}
.cid-uW04Gnqjy9 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #ffa801;
  border-radius: 2px;
  font-size: 0;
}
.cid-uW04Gnqjy9 .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #ffa801;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uW04Gnqjy9 .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #ffa801;
}
.cid-uW04Gnqjy9 .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uW04Gnqjy9 .mbr-shop .range-controls {
  position: relative;
}
.cid-uW04Gnqjy9 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uW04Gnqjy9 .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffa801;
}
.cid-uW04Gnqjy9 .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #ffa801;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ffa801;
  cursor: pointer;
}
.cid-uW04Gnqjy9 .mbr-shop .toggle:hover,
.cid-uW04Gnqjy9 .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uW04Gnqjy9 .mbr-shop .min-toggle {
  left: 0;
}
.cid-uW04Gnqjy9 .mbr-shop .max-toggle {
  right: 0;
}
.cid-uW04Gnqjy9 .mbr-shop .hided-by-price {
  display: none;
}
.cid-uW04Gnqjy9 .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uW04Gnqjy9 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uW04Gnqjy9 .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uW04Gnqjy9 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uW04Gnqjy9 .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uW04Gnqjy9 .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uW04Gnqjy9 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uW04Gnqjy9 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uW04Gnqjy9 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uW04Gnqjy9 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uW04Gnqjy9 .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-uW04Gnqjy9 .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-uW04Gnqjy9 .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uW04Gnqjy9 .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uW04Gnqjy9 .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uW04Gnqjy9 .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uW04Gnqjy9 .mbr-shop .shop-items .onsale,
.cid-uW04Gnqjy9 .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uW04Gnqjy9 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uW04Gnqjy9 .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uW04Gnqjy9 .mbr-shop .price-range {
  display: inline-block;
}
.cid-uW04Gnqjy9 .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uW04Gnqjy9 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uW04Gnqjy9 .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uW04Gnqjy9 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uW04Gnqjy9 .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uW04Gnqjy9 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uW04Gnqjy9 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uW04Gnqjy9 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uW04Gnqjy9 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uW04Gnqjy9 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uW04Gnqjy9 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uW04Gnqjy9 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uW04Gnqjy9 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uW04Gnqjy9 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uW04Gnqjy9 .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uW04Gnqjy9 .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uW04Gnqjy9 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uW04Gnqjy9 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uW04Gnqjy9 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uW04Gnqjy9 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uW04Gnqjy9 .wrapper-shop-items {
    order: 1;
  }
  .cid-uW04Gnqjy9 .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uW04Gnqjy9 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uW04Gnqjy9 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uW04Gnqjy9 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uW04Gnqjy9 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uW04Gnqjy9 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uW04Gnqjy9 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uW04Gnqjy9 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uW04Gnqjy9 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uW04Gnqjy9 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uW04Gnqjy9 .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uW04Gnqjy9 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uW04Gnqjy9 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uW04Gnqjy9 .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uW04Gnqjy9 .oldprice {
  color: #767676;
  padding-left: .8rem!important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uW04Gnqjy9 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uW04Gnqjy9 LI {
  color: #57468b;
}
.cid-uW04Gnqjy9 .sidebar-title {
  color: #1e272e;
}
.cid-uW04Gnqjy9 .item-title {
  text-align: left;
  color: #ffa600;
}
.cid-uW04Gnqjy9 .shop-item-price,
.cid-uW04Gnqjy9 .price-block {
  text-align: left;
  color: #0fbcf9;
}
@media (max-width: 576px) {
  .cid-uW04Gnqjy9 .mbr-shop .mbr-gallery-item,
  .cid-uW04Gnqjy9 .wrapper-shop-items,
  .cid-uW04Gnqjy9 .sidebar-block,
  .cid-uW04Gnqjy9 .sidebar-title,
  .cid-uW04Gnqjy9 .sidebar,
  .cid-uW04Gnqjy9 .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-uW04Gnqjy9 .filter-cost {
    max-width: 100%!important;
  }
  .cid-uW04Gnqjy9 .range-slider,
  .cid-uW04Gnqjy9 .categories,
  .cid-uW04Gnqjy9 .bestseller-block {
    text-align: center;
  }
}
.cid-uW04Gnqjy9 .card-description {
  color: #232323;
}
.cid-uWn7eFAgfM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uWn7eFAgfM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWn7eFAgfM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWn7eFAgfM .col-title {
  margin-bottom: 32px;
}
.cid-uWn7eFAgfM .mbr-section-title {
  color: #24262b;
}
.cid-uWn7eFAgfM .mbr-section-subtitle {
  color: #24262b;
}
.cid-uWn7eFAgfM .cards-row {
  row-gap: 32px;
}
.cid-uWn7eFAgfM .card {
  border-radius: 0;
}
.cid-uWn7eFAgfM .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-uWn7eFAgfM .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-uWn7eFAgfM .text-wrap {
  flex-grow: 1;
}
.cid-uWn7eFAgfM .card-title {
  color: #24262b;
}
.cid-uWn7eFAgfM .card-text {
  color: #767676;
}
.cid-uWnd1BcKWh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-uWnd1BcKWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWnd1BcKWh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWnd1BcKWh .mbr-section-head {
  width: 100%;
  margin-bottom: 5.56vw;
}
@media (max-width: 767px) {
  .cid-uWnd1BcKWh .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uWnd1BcKWh .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uWnd1BcKWh .mbr-section-title {
    text-align: left;
  }
}
.cid-uWnd1BcKWh .mbr-section-title-1 {
  flex-grow: 1;
}
.cid-uWnd1BcKWh .mbr-section-title-2 {
  margin-right: 16px;
}
@media (max-width: 991px) {
  .cid-uWnd1BcKWh .mbr-section-title-2 {
    margin-right: 0;
  }
}
.cid-uWnd1BcKWh .section-head-container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uWnd1BcKWh .section-head-container {
    flex-wrap: wrap;
  }
}
.cid-uWnd1BcKWh .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5d4fe;
  padding: 36px;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  flex-shrink: 0;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-uWnd1BcKWh .iconfont-wrapper {
    border-radius: 100%;
    padding: 0;
    width: 10.67vw;
    height: 10.67vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uWnd1BcKWh .iconfont-wrapper {
    width: 15.67vw;
    height: 15.67vw;
    margin-right: 12px;
    margin-top: 12px;
  }
}
.cid-uWnd1BcKWh .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
@media (max-width: 991px) {
  .cid-uWnd1BcKWh .iconfont-wrapper .mbr-iconfont {
    font-size: 5.6vw !important;
  }
}
@media (max-width: 767px) {
  .cid-uWnd1BcKWh .iconfont-wrapper .mbr-iconfont {
    font-size: 8vw !important;
  }
}
.cid-uWnd1BcKWh .mbr-section-subtitle {
  width: 35%;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uWnd1BcKWh .mbr-section-subtitle {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.cid-uWnd1BcKWh .card {
  padding: 0 2.78vw;
  border-radius: 1.67vw;
  margin-bottom: 1.11vw;
  border: 1px solid #000000;
  background-color: #4bcffa;
}
@media (max-width: 991px) {
  .cid-uWnd1BcKWh .card {
    padding: 0 6.93vw;
    border-radius: 3.2vw;
    margin-bottom: 2.13vw;
  }
}
.cid-uWnd1BcKWh .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border-bottom: none !important;
}
.cid-uWnd1BcKWh .sign {
  flex-shrink: 0;
  font-family: 'Moririse2' !important;
  padding: 12px;
  font-size: 22px;
  border-radius: 50%;
  color: #000000;
  border: 1px solid #000000;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
@media (max-width: 991px) {
  .cid-uWnd1BcKWh .sign {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 7.3vw;
    font-size: 3.7vw;
    aspect-ratio: 1;
  }
}
@media (max-width: 767px) {
  .cid-uWnd1BcKWh .sign {
    width: 8.53vw;
    font-size: 4.3vw;
  }
}
.cid-uWnd1BcKWh .panel-title-edit {
  flex-grow: 1;
  padding-right: 1rem;
  color: #000000;
  transition: .3s all;
}
.cid-uWnd1BcKWh .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.78vw 0;
  transition: .4s all;
}
@media (max-width: 991px) {
  .cid-uWnd1BcKWh .panel-title {
    padding: 5.33vw 0;
  }
}
.cid-uWnd1BcKWh .panel-title[aria-expanded="false"] .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-uWnd1BcKWh .panel-title[aria-expanded="true"] .sign {
  transform: rotate(135deg);
}
.cid-uWnd1BcKWh .panel-body {
  display: flex;
  align-items: center;
  margin-top: 6px;
  padding-bottom: 5.56vw;
}
@media (max-width: 991px) {
  .cid-uWnd1BcKWh .panel-body {
    flex-wrap: wrap;
    padding-bottom: 8.53vw;
  }
}
.cid-uWnd1BcKWh .panel-text {
  color: #000000;
  margin-bottom: 0;
  width: 60%;
}
@media (max-width: 991px) {
  .cid-uWnd1BcKWh .panel-text {
    width: 100%;
  }
}
.cid-uWnd1BcKWh .mbr-section-btn {
  width: 40%;
}
@media (min-width: 992px) {
  .cid-uWnd1BcKWh .mbr-section-btn {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uWnd1BcKWh .mbr-section-btn {
    width: 100%;
    margin-top: 6.4vw ;
  }
}
.cid-uWnd1BcKWh .info-card {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 2.78vw;
  border-radius: 1.67vw;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border: 1px solid #000000;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWnd1BcKWh .info-card {
    flex-wrap: wrap;
    width: 100%;
    padding: 5.33vw 6.93vw;
  }
}
.cid-uWnd1BcKWh .info-text {
  color: #000000;
  width: 60%;
}
@media (max-width: 991px) {
  .cid-uWnd1BcKWh .info-text {
    width: 100%;
  }
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-uW04GpOxOO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uW04GpOxOO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW04GpOxOO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW04GpOxOO .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uW04GpOxOO .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uW04GpOxOO .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uW04GpOxOO .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uW04GpOxOO .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ffc048;
}
.cid-uW04GpOxOO .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uW04GpOxOO .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uW04GpOxOO .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uW04GpOxOO .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uW04GpOxOO .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uW04GpOxOO .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uW04GpOxOO .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uW04GpOxOO .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uW04GpOxOO .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #ffc048;
  color: #000000;
}
.cid-uW04GpOxOO .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uW04GpOxOO .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #ffc048;
}
.cid-uW04GpOxOO .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uW04GpOxOO .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
.cid-uW04GpOxOO .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uW04GpOxOO .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uW04GpOxOO .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uW04GpOxOO .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uW04GpOxOO .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uW04GpOxOO .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uW04GpOxOO .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uW04GpOxOO .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
}
@media (max-width: 992px) {
  .cid-uW04GpOxOO .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uW04GpOxOO .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uW04GpOxOO .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uW04GpOxOO .mbr-label {
  color: #000000;
}
.cid-uW04GpOxOO .mbr-section-title {
  color: #000000;
}
.cid-uW04GpOxOO .panel-title-edit {
  color: #000000;
}
.cid-uW04GpOxOO .panel-text {
  color: #8a8a8a;
}
.cid-uYDcXC6T8D {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffa600;
}
@media (min-width: 991px) {
  .cid-uYDcXC6T8D .container-fluid {
    padding-left: 0;
  }
}
.cid-uYDcXC6T8D .mbr-text,
.cid-uYDcXC6T8D .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uYDcXC6T8D .mbr-text,
  .cid-uYDcXC6T8D .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uYDcXC6T8D .mbr-text,
  .cid-uYDcXC6T8D .mbr-section-title {
    text-align: center;
  }
}
.cid-uYDcXC6T8D a.btn {
  height: 100%;
  margin: 0;
}
.cid-uYDcXC6T8D .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-uYDcXC6T8D .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uYDcXC6T8D .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYDcXC6T8D .justify-content-center {
  align-items: center;
}
.cid-uW04GqxK0D {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uW04GqxK0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW04GqxK0D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW04GqxK0D .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uW04GqxK0D .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uW04GqxK0D .row {
    text-align: center;
  }
  .cid-uW04GqxK0D .social-row {
    justify-content: center;
  }
}
.cid-uW04GqxK0D .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uW04GqxK0D .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uW04GqxK0D .list {
    margin-bottom: 0rem;
  }
}
.cid-uW04GqxK0D .mbr-text {
  color: #bbbbbb;
}
.cid-uW04GqxK0D .mbr-iconfont {
  color: black;
}
.cid-uW04GrgX4A {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uW04GrgX4A .container-fluid {
  padding: 0 3rem;
}
.cid-uW04GrgX4A ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uW04GrgX4A ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uW04GrgX4A ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uW04GrgX4A ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uW04GrgX4A .container-fluid {
    padding: 0 1rem;
  }
  .cid-uW04GrgX4A .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uW04GrgX4A .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uW04GrgX4A .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffa801, #ffc048);
  display: inline-block;
}
.cid-uW04GrgX4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW04GrgX4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW5CWECFCT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uW5CWECFCT nav.navbar {
  position: fixed;
}
.cid-uW5CWECFCT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW5CWECFCT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uW5CWECFCT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uW5CWECFCT .dropdown-item:hover,
.cid-uW5CWECFCT .dropdown-item:focus {
  background: #ffa801 !important;
  color: white !important;
}
.cid-uW5CWECFCT .dropdown-item:hover span {
  color: white;
}
.cid-uW5CWECFCT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uW5CWECFCT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uW5CWECFCT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uW5CWECFCT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uW5CWECFCT .nav-link {
  position: relative;
}
.cid-uW5CWECFCT .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uW5CWECFCT .container {
    flex-wrap: wrap;
  }
}
.cid-uW5CWECFCT .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uW5CWECFCT .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uW5CWECFCT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uW5CWECFCT .dropdown-menu,
.cid-uW5CWECFCT .navbar.opened {
  background: #ffffff !important;
}
.cid-uW5CWECFCT .nav-item:focus,
.cid-uW5CWECFCT .nav-link:focus {
  outline: none;
}
.cid-uW5CWECFCT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uW5CWECFCT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uW5CWECFCT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uW5CWECFCT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW5CWECFCT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uW5CWECFCT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uW5CWECFCT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uW5CWECFCT .navbar.opened {
  transition: all 0.3s;
}
.cid-uW5CWECFCT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uW5CWECFCT .navbar .navbar-logo img {
  width: auto;
}
.cid-uW5CWECFCT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uW5CWECFCT .navbar.collapsed {
  justify-content: center;
}
.cid-uW5CWECFCT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uW5CWECFCT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uW5CWECFCT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uW5CWECFCT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uW5CWECFCT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uW5CWECFCT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uW5CWECFCT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uW5CWECFCT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uW5CWECFCT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uW5CWECFCT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uW5CWECFCT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uW5CWECFCT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uW5CWECFCT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uW5CWECFCT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uW5CWECFCT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uW5CWECFCT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uW5CWECFCT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uW5CWECFCT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uW5CWECFCT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uW5CWECFCT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uW5CWECFCT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uW5CWECFCT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uW5CWECFCT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uW5CWECFCT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uW5CWECFCT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uW5CWECFCT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uW5CWECFCT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uW5CWECFCT .dropdown-item.active,
.cid-uW5CWECFCT .dropdown-item:active {
  background-color: transparent;
}
.cid-uW5CWECFCT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uW5CWECFCT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uW5CWECFCT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uW5CWECFCT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uW5CWECFCT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uW5CWECFCT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW5CWECFCT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uW5CWECFCT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uW5CWECFCT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uW5CWECFCT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uW5CWECFCT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uW5CWECFCT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uW5CWECFCT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uW5CWECFCT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uW5CWECFCT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW5CWECFCT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uW5CWECFCT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uW5CWECFCT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW5CWECFCT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uW5CWECFCT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uW5CWECFCT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uW5CWECFCT .navbar {
    height: 70px;
  }
  .cid-uW5CWECFCT .navbar.opened {
    height: auto;
  }
  .cid-uW5CWECFCT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW5CWECFCT html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
#custom-html-n9 {
  /* Type valid CSS here */
}
#custom-html-n9 div {
  padding: 40px 20px;
  color: #777;
  text-align: left;
}
#custom-html-n9 p {
  font-size: 20px;
  color: #777;
}
#custom-html-n9 html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
.cid-uYDbH6kyE0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffa600;
}
@media (min-width: 991px) {
  .cid-uYDbH6kyE0 .container-fluid {
    padding-left: 0;
  }
}
.cid-uYDbH6kyE0 .mbr-text,
.cid-uYDbH6kyE0 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uYDbH6kyE0 .mbr-text,
  .cid-uYDbH6kyE0 .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uYDbH6kyE0 .mbr-text,
  .cid-uYDbH6kyE0 .mbr-section-title {
    text-align: center;
  }
}
.cid-uYDbH6kyE0 a.btn {
  height: 100%;
  margin: 0;
}
.cid-uYDbH6kyE0 .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-uYDbH6kyE0 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uYDbH6kyE0 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYDbH6kyE0 .justify-content-center {
  align-items: center;
}
.cid-uW5CWGe2dl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uW5CWGe2dl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW5CWGe2dl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW5CWGe2dl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uW5CWGe2dl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uW5CWGe2dl .row {
    text-align: center;
  }
  .cid-uW5CWGe2dl .social-row {
    justify-content: center;
  }
}
.cid-uW5CWGe2dl .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uW5CWGe2dl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uW5CWGe2dl .list {
    margin-bottom: 0rem;
  }
}
.cid-uW5CWGe2dl .mbr-text {
  color: #bbbbbb;
}
.cid-uW5CWGe2dl .mbr-iconfont {
  color: black;
}
.cid-uW5CWGJzKL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uW5CWGJzKL .container-fluid {
  padding: 0 3rem;
}
.cid-uW5CWGJzKL ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uW5CWGJzKL ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uW5CWGJzKL ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uW5CWGJzKL ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uW5CWGJzKL .container-fluid {
    padding: 0 1rem;
  }
  .cid-uW5CWGJzKL .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uW5CWGJzKL .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uW5CWGJzKL .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffa801, #ffc048);
  display: inline-block;
}
.cid-uW5CWGJzKL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW5CWGJzKL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWWtBgxh4C {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uWWtBgxh4C nav.navbar {
  position: fixed;
}
.cid-uWWtBgxh4C .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWWtBgxh4C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWWtBgxh4C .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWWtBgxh4C .dropdown-item:hover,
.cid-uWWtBgxh4C .dropdown-item:focus {
  background: #ffa801 !important;
  color: white !important;
}
.cid-uWWtBgxh4C .dropdown-item:hover span {
  color: white;
}
.cid-uWWtBgxh4C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWWtBgxh4C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWWtBgxh4C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWWtBgxh4C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWWtBgxh4C .nav-link {
  position: relative;
}
.cid-uWWtBgxh4C .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uWWtBgxh4C .container {
    flex-wrap: wrap;
  }
}
.cid-uWWtBgxh4C .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uWWtBgxh4C .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uWWtBgxh4C .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWWtBgxh4C .dropdown-menu,
.cid-uWWtBgxh4C .navbar.opened {
  background: #ffffff !important;
}
.cid-uWWtBgxh4C .nav-item:focus,
.cid-uWWtBgxh4C .nav-link:focus {
  outline: none;
}
.cid-uWWtBgxh4C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWWtBgxh4C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWWtBgxh4C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWWtBgxh4C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWWtBgxh4C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWWtBgxh4C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWWtBgxh4C .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uWWtBgxh4C .navbar.opened {
  transition: all 0.3s;
}
.cid-uWWtBgxh4C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWWtBgxh4C .navbar .navbar-logo img {
  width: auto;
}
.cid-uWWtBgxh4C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWWtBgxh4C .navbar.collapsed {
  justify-content: center;
}
.cid-uWWtBgxh4C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWWtBgxh4C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWWtBgxh4C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uWWtBgxh4C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWWtBgxh4C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWWtBgxh4C .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWWtBgxh4C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWWtBgxh4C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWWtBgxh4C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWWtBgxh4C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWWtBgxh4C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWWtBgxh4C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWWtBgxh4C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWWtBgxh4C .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWWtBgxh4C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWWtBgxh4C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWWtBgxh4C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWWtBgxh4C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWWtBgxh4C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWWtBgxh4C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWWtBgxh4C .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWWtBgxh4C .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWWtBgxh4C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWWtBgxh4C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWWtBgxh4C .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWWtBgxh4C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWWtBgxh4C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWWtBgxh4C .dropdown-item.active,
.cid-uWWtBgxh4C .dropdown-item:active {
  background-color: transparent;
}
.cid-uWWtBgxh4C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWWtBgxh4C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWWtBgxh4C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWWtBgxh4C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWWtBgxh4C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWWtBgxh4C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWWtBgxh4C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWWtBgxh4C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWWtBgxh4C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWWtBgxh4C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWWtBgxh4C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWWtBgxh4C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWWtBgxh4C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWWtBgxh4C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWWtBgxh4C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWWtBgxh4C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWWtBgxh4C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWWtBgxh4C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWWtBgxh4C .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWWtBgxh4C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWWtBgxh4C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWWtBgxh4C .navbar {
    height: 70px;
  }
  .cid-uWWtBgxh4C .navbar.opened {
    height: auto;
  }
  .cid-uWWtBgxh4C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWWtBgxh4C html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
.cid-uWWuloKZIc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uWWuloKZIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWWuloKZIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWWuloKZIc .card-wrapper {
  position: relative;
  background-color: #f5f8ff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uWWuloKZIc .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uWWuloKZIc .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uWWuloKZIc .card-wrapper .label-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uWWuloKZIc .card-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uWWuloKZIc .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #02050a;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uWWuloKZIc .card-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uWWuloKZIc .card-wrapper .title-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uWWuloKZIc .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uWWuloKZIc .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uWWuloKZIc .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uWWuloKZIc .card-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px 12px;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uWWuloKZIc .card-wrapper .items-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uWWuloKZIc .card-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uWWuloKZIc .card-wrapper .items-wrapper .item {
    margin-bottom: 48px;
  }
}
.cid-uWWuloKZIc .card-wrapper .items-wrapper .item:hover .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont,
.cid-uWWuloKZIc .card-wrapper .items-wrapper .item:focus .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  transform: translateY(-10px);
}
@media (max-width: 992px) {
  .cid-uWWuloKZIc .card-wrapper .items-wrapper .item:hover .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont,
  .cid-uWWuloKZIc .card-wrapper .items-wrapper .item:focus .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    transform: none;
  }
}
.cid-uWWuloKZIc .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  height: 600px;
  padding: 100px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uWWuloKZIc .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 24px;
    height: 300px;
    padding: 24px;
  }
}
.cid-uWWuloKZIc .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #02050a;
  width: 100%;
  height: 100%;
  font-size: 250px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uWWuloKZIc .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 120px;
  }
}
.cid-uWWuloKZIc .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-label {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uWWuloKZIc .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-label {
    margin-bottom: 24px;
  }
}
.cid-uWWuloKZIc .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uWWuloKZIc .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 24px;
}
.cid-uWWuloKZIc .card-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWWuloKZIc .card-wrapper .items-wrapper .item .item-wrapper .card_1 .iconfont-wrapper {
  background-color: #fab32e;
}
.cid-uWWuloKZIc .card-wrapper .items-wrapper .item .item-wrapper .card_1 .iconfont-wrapper .mbr-iconfont {
  color: #fab32e;
}
.cid-uWWuloKZIc .card-wrapper .items-wrapper .item .item-wrapper .card_2 .iconfont-wrapper {
  background-color: #bc86f6;
}
.cid-uWWuloKZIc .card-wrapper .items-wrapper .item .item-wrapper .card_2 .iconfont-wrapper .mbr-iconfont {
  color: #bc86f6;
}
.cid-uWWuloKZIc .card-wrapper .items-wrapper .item .item-wrapper .card_3 .iconfont-wrapper {
  background-color: #d0d4dd;
}
.cid-uWWuloKZIc .card-wrapper .items-wrapper .item .item-wrapper .card_3 .iconfont-wrapper .mbr-iconfont {
  color: #d0d4dd;
}
.cid-uWWuloKZIc .card-wrapper .items-wrapper .item .item-wrapper .card_4 .iconfont-wrapper {
  background-color: #faa16a;
}
.cid-uWWuloKZIc .card-wrapper .items-wrapper .item .item-wrapper .card_4 .iconfont-wrapper .mbr-iconfont {
  color: #faa16a;
}
.cid-uWWuloKZIc .card-wrapper .content-wrap {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uWWuloKZIc .card-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uWWuloKZIc .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 95px;
}
@media (max-width: 992px) {
  .cid-uWWuloKZIc .card-wrapper .content-wrap .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uWWuloKZIc .card-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWWuloKZIc .mbr-section-title {
  color: #000000;
}
.cid-uWWuloKZIc .mbr-label,
.cid-uWWuloKZIc .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWWuloKZIc .card-label {
  color: #000000;
  text-align: center;
}
.cid-uWWuloKZIc .card-title {
  color: #000000;
}
.cid-uWWuloKZIc .card-text {
  color: #000000;
  text-align: center;
}
.cid-uWWuloKZIc .mbr-section-title,
.cid-uWWuloKZIc .main-btn {
  text-align: center;
}
.cid-uWWuloKZIc .card-title,
.cid-uWWuloKZIc .item-btn {
  text-align: center;
}
.cid-uWWtBiuXFy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uWWtBiuXFy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWWtBiuXFy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWWtBiuXFy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWWtBiuXFy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uWWtBiuXFy .row {
    text-align: center;
  }
  .cid-uWWtBiuXFy .social-row {
    justify-content: center;
  }
}
.cid-uWWtBiuXFy .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWWtBiuXFy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWWtBiuXFy .list {
    margin-bottom: 0rem;
  }
}
.cid-uWWtBiuXFy .mbr-text {
  color: #bbbbbb;
}
.cid-uWWtBiuXFy .mbr-iconfont {
  color: black;
}
.cid-uWWtBj1xQP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uWWtBj1xQP .container-fluid {
  padding: 0 3rem;
}
.cid-uWWtBj1xQP ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWWtBj1xQP ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uWWtBj1xQP ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uWWtBj1xQP ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uWWtBj1xQP .container-fluid {
    padding: 0 1rem;
  }
  .cid-uWWtBj1xQP .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uWWtBj1xQP .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uWWtBj1xQP .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffa801, #ffc048);
  display: inline-block;
}
.cid-uWWtBj1xQP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWWtBj1xQP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
