.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fffefc;
}
body {
  font-family: Roboto Flex;
}
.display-1 {
  font-family: 'Anton', sans-serif;
  font-size: 7.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.0625rem;
}
.display-2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-7 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.075rem;
    font-size: calc( 3.1875rem + (7.25 - 3.1875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.1875rem + (7.25 - 3.1875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 5.075rem;
    font-size: calc( 3.1875rem + (7.25 - 3.1875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.1875rem + (7.25 - 3.1875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #3b5830 !important;
}
.bg-success {
  background-color: #25c57b !important;
}
.bg-info {
  background-color: #0cbbde !important;
}
.bg-warning {
  background-color: #eab000 !important;
}
.bg-danger {
  background-color: #c72332 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3b5830 !important;
  border-color: #3b5830 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #517942 !important;
  border-color: #517942 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #517942 !important;
  border-color: #517942 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #333132 !important;
  border-color: #333132 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #4d4a4c !important;
  border-color: #4d4a4c !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4d4a4c !important;
  border-color: #4d4a4c !important;
}
.btn-info,
.btn-info:active {
  background-color: #0cbbde !important;
  border-color: #0cbbde !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #2ad2f3 !important;
  border-color: #2ad2f3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2ad2f3 !important;
  border-color: #2ad2f3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #25c57b !important;
  border-color: #25c57b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #42db94 !important;
  border-color: #42db94 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #42db94 !important;
  border-color: #42db94 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #eab000 !important;
  border-color: #eab000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffc71e !important;
  border-color: #ffc71e !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffc71e !important;
  border-color: #ffc71e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c72332 !important;
  border-color: #c72332 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #dd404e !important;
  border-color: #dd404e !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dd404e !important;
  border-color: #dd404e !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: transparent;
  color: #3b5830;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #152011 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3b5830 !important;
  border-color: #3b5830 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #333132;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #070707 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #333132 !important;
  border-color: #333132 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0cbbde;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #08768c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0cbbde !important;
  border-color: #0cbbde !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #25c57b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #177c4d !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #25c57b !important;
  border-color: #25c57b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eab000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #936f00 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #eab000 !important;
  border-color: #eab000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c72332;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7d161f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c72332 !important;
  border-color: #c72332 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #3b5830 !important;
}
.text-secondary {
  color: #333132 !important;
}
.text-success {
  color: #25c57b !important;
}
.text-info {
  color: #0cbbde !important;
}
.text-warning {
  color: #eab000 !important;
}
.text-danger {
  color: #c72332 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0f160c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #156f45 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #07697d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #846300 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #70141c !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #3b5830;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cbbde;
}
.alert-warning {
  background-color: #eab000;
}
.alert-danger {
  background-color: #c72332;
}
.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: #3b5830;
  border-color: #3b5830;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #3b5830;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #73a85f;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #82e8b9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bbf1fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffedb7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e9818a;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #3b5830 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #3b5830;
}
/* 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: #3b5830;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3b5830;
}
.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: #3b5830;
  border-bottom-color: #3b5830;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #3b5830 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #333132 !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='%233b5830' %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;
}
.mbr-section-btn .btn {
  padding: 16px 20px;
  flex-direction: row-reverse;
  border-radius: 1.2rem !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 16px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  margin-right: 26px;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn .btn-white-outline {
  border: none !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.main-content,
.item-content,
.number-wrap,
.form-wrapper,
.embla,
.image-over {
  border-radius: 1.2rem !important;
}
.label-wrap_1,
.label-wrap_2,
.label-wrap_3,
.label-wrap,
.date-wrap {
  border-radius: .4rem !important;
}
.item-label_1,
.item-label_2,
.item-label_3 {
  border-radius: .4rem !important;
}
.item-number {
  border-radius: 1.2rem !important;
}
ul.navbar-nav {
  border-radius: .6rem !important;
}
.nav-item .nav-link {
  border-radius: .6rem !important;
}
.cid-uJumq9HS5U {
  z-index: 1000;
  width: 100%;
}
.cid-uJumq9HS5U nav.navbar {
  position: fixed;
}
.cid-uJumq9HS5U .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uJumq9HS5U .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uJumq9HS5U .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-uJumq9HS5U .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uJumq9HS5U .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-uJumq9HS5U .dropdown-item:hover,
.cid-uJumq9HS5U .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uJumq9HS5U .dropdown-item:hover span {
  color: white;
}
.cid-uJumq9HS5U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJumq9HS5U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJumq9HS5U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJumq9HS5U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJumq9HS5U .nav-link {
  position: relative;
}
.cid-uJumq9HS5U .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uJumq9HS5U .container {
    flex-wrap: nowrap;
  }
}
.cid-uJumq9HS5U .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uJumq9HS5U .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJumq9HS5U .dropdown-menu,
.cid-uJumq9HS5U .navbar.opened {
  background: #121212 !important;
}
.cid-uJumq9HS5U .nav-item:focus,
.cid-uJumq9HS5U .nav-link:focus {
  outline: none;
}
.cid-uJumq9HS5U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJumq9HS5U .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uJumq9HS5U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJumq9HS5U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJumq9HS5U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJumq9HS5U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJumq9HS5U .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 18, 18, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJumq9HS5U .navbar.opened {
  transition: all 0.3s;
}
.cid-uJumq9HS5U .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uJumq9HS5U .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uJumq9HS5U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJumq9HS5U .navbar.collapsed {
  justify-content: center;
}
.cid-uJumq9HS5U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJumq9HS5U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJumq9HS5U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJumq9HS5U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJumq9HS5U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJumq9HS5U .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-uJumq9HS5U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJumq9HS5U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJumq9HS5U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJumq9HS5U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJumq9HS5U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJumq9HS5U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJumq9HS5U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJumq9HS5U .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-uJumq9HS5U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJumq9HS5U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJumq9HS5U .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uJumq9HS5U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uJumq9HS5U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJumq9HS5U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJumq9HS5U .navbar.navbar-short {
  min-height: 96px;
}
.cid-uJumq9HS5U .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uJumq9HS5U .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uJumq9HS5U .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJumq9HS5U .navbar-brand .navbar-caption:hover,
.cid-uJumq9HS5U .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uJumq9HS5U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJumq9HS5U .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uJumq9HS5U .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uJumq9HS5U .dropdown-item.active,
.cid-uJumq9HS5U .dropdown-item:active {
  background-color: transparent;
}
.cid-uJumq9HS5U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJumq9HS5U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJumq9HS5U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJumq9HS5U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uJumq9HS5U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uJumq9HS5U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uJumq9HS5U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJumq9HS5U ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uJumq9HS5U ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uJumq9HS5U .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uJumq9HS5U .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uJumq9HS5U .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uJumq9HS5U .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uJumq9HS5U button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJumq9HS5U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJumq9HS5U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uJumq9HS5U button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJumq9HS5U button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJumq9HS5U button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uJumq9HS5U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJumq9HS5U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJumq9HS5U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJumq9HS5U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJumq9HS5U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJumq9HS5U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJumq9HS5U .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-uJumq9HS5U .navbar {
    height: 70px;
  }
  .cid-uJumq9HS5U .navbar.opened {
    height: auto;
  }
  .cid-uJumq9HS5U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJumq9HS5U .navbar-nav {
  margin: 0 auto;
}
.cid-uJumq9HS5U .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uJumq9HS5U .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uJumq9HS5U .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uJumq9HS5U .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uJumq9HS5U .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uJumq9HS5U .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uJumq9HS5U .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uJumq9HS5U .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uJumq9HS5U .navbar {
    justify-content: flex-start !important;
  }
  .cid-uJumq9HS5U .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uJumq9HS5U .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uJumq9HS5U .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uJumq9HS5U .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uJumq9HS5U .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uJumq9HS5U .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uJumq9HS5U .content-wrap {
  min-height: 110px;
}
.cid-uJumq9HS5U .mbr-section-btn .btn::after,
.cid-uJumq9HS5U .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uJumq9HS5U .mbr-section-btn .btn:hover,
.cid-uJumq9HS5U .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uJumq9HS5U .mbr-section-btn .btn:hover::after,
.cid-uJumq9HS5U .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uJWA5IX3Hn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJWA5IX3Hn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWA5IX3Hn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWA5IX3Hn .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJWA5IX3Hn .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJWA5IX3Hn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uJWA5IX3Hn .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uJWA5IX3Hn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJWA5IX3Hn .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uJWA5IX3Hn .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uJWA5IX3Hn .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJWA5IX3Hn .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uJWA5IX3Hn .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uJWA5IX3Hn .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uJWA5IX3Hn .mbr-section-title {
  color: #c10b02;
}
.cid-uJWA5IX3Hn .mbr-text,
.cid-uJWA5IX3Hn .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uJWA5IX3Hn .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uJWA5IX3Hn .mbr-section-title,
.cid-uJWA5IX3Hn .mbr-section-btn {
  text-align: center;
}
.cid-uJjpQrz27A {
  padding-top: 12rem;
  padding-bottom: 0rem;
  position: relative;
  align-items: center;
  background-color: #ffffff;
}
.cid-uJjpQrz27A .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uJjpQrz27A .image-wrap {
    padding: 16px;
  }
}
.cid-uJjpQrz27A .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uJjpQrz27A .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uJjpQrz27A .image-overlay {
    padding: 16px;
  }
}
.cid-uJjpQrz27A .image-overlay .image-over {
  background-color: #000000;
  z-index: 2;
  opacity: 0.7;
  width: 100%;
  height: 70%;
}
.cid-uJjpQrz27A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJjpQrz27A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJjpQrz27A .row {
  justify-content: center;
}
.cid-uJjpQrz27A .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #F0E6E6;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uJjpQrz27A .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJjpQrz27A .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uJjpQrz27A .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #636961;
}
@media (max-width: 992px) {
  .cid-uJjpQrz27A .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uJjpQrz27A .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJjpQrz27A .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJjpQrz27A .mbr-text,
.cid-uJjpQrz27A .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uJjpQrz27A .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJjpQrz27A .mbr-text,
.cid-uJjpQrz27A .mbr-section-btn {
  text-align: center;
}
.cid-uJjpQrz27A .mbr-text,
.cid-uJjpQrz27A .text-wrapper,
.cid-uJjpQrz27A .mbr-section-btn {
  color: #F0E6E6;
}
.cid-uKxsCN7HlR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uKxsCN7HlR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKxsCN7HlR .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-uKxsCN7HlR .row {
    padding: 0 13px;
  }
}
.cid-uKxsCN7HlR .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uKxsCN7HlR .row {
    justify-content: center;
  }
}
.cid-uKxsCN7HlR .card {
  padding: 0 25px;
}
@media (max-width: 992px) {
  .cid-uKxsCN7HlR .card {
    padding: 0 12px;
  }
}
.cid-uKxsCN7HlR .card:first-child {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uKxsCN7HlR .card:first-child {
    margin-bottom: 80px;
  }
}
.cid-uKxsCN7HlR .card:first-child .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
.cid-uKxsCN7HlR .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKxsCN7HlR .card:first-child .text-wrapper {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .cid-uKxsCN7HlR .card:first-child .text-wrapper {
    padding: 0;
  }
}
.cid-uKxsCN7HlR .card:first-child .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
.cid-uKxsCN7HlR .card .card-wrapper {
  position: relative;
  min-height: 516px;
  overflow: hidden;
  padding: 38px;
}
@media (max-width: 1200px) {
  .cid-uKxsCN7HlR .card .card-wrapper {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uKxsCN7HlR .card .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uKxsCN7HlR .card .card-wrapper:hover .card-wrap {
  opacity: 1;
}
.cid-uKxsCN7HlR .card .card-wrapper:hover .card-wrap .card-text {
  opacity: 1;
  transform: translateY(0);
}
.cid-uKxsCN7HlR .card .card-wrapper:hover .card-wrap .image-wrapper .mbr-section-btn {
  opacity: 1;
  transform: translateY(0);
}
.cid-uKxsCN7HlR .card .card-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKxsCN7HlR .card .card-wrapper .card-wrap {
  padding: 64px 28px 24px;
  background-image: linear-gradient(90deg, #a4a2a2 20%, #ffffff);
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-uKxsCN7HlR .card .card-wrapper .card-wrap {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .cid-uKxsCN7HlR .card .card-wrapper .card-wrap {
    padding: 20px;
  }
}
.cid-uKxsCN7HlR .card .card-wrapper .card-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 28px;
}
.cid-uKxsCN7HlR .card .card-wrapper .card-wrap .image-wrapper img {
  height: 272px;
  object-fit: cover;
  margin: 0 auto;
  position: static;
}
.cid-uKxsCN7HlR .card .card-wrapper .card-wrap .image-wrapper .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-uKxsCN7HlR .card .card-wrapper .card-wrap .image-wrapper .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-uKxsCN7HlR .card .card-wrapper .card-wrap .card-text {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-uKxsCN7HlR .card .card-wrapper .card-wrap .card-text {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-uKxsCN7HlR .card .card-wrapper .card-wrap .card-text .card-title {
  margin-bottom: 0;
}
.cid-uKxsCN7HlR .card .card-wrapper .card-wrap .card-text .card-price {
  margin: 10px 0 0;
}
.cid-uKxsCN7HlR .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uKxsCN7HlR .mbr-section-title {
  color: #ffffff;
}
.cid-uKxsCN7HlR .mbr-section-subtitle {
  color: #b6b6b6;
}
.cid-uKxsCN7HlR .mbr-text {
  color: #b6b6b6;
}
.cid-uKxsCN7HlR .card-title {
  color: #000000;
}
.cid-uKxsCN7HlR .card-price {
  color: #000000;
}
.cid-uJjpQrVFmV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJjpQrVFmV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJjpQrVFmV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJjpQrVFmV .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uJjpQrVFmV .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uJjpQrVFmV .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJjpQrVFmV .image-wrapper img {
    height: 350px;
  }
}
.cid-uJjpQrVFmV .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uJjpQrVFmV .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uJjpQrVFmV .content-wrapper {
    padding-left: 0;
  }
}
.cid-uJjpQrVFmV .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uJjpQrVFmV .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uJjpQrVFmV .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #d8bcb9;
}
.cid-uJjpQrVFmV .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJjpQrVFmV .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJjpQrVFmV .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJjpQrVFmV .mbr-label,
.cid-uJjpQrVFmV .label-wrapper {
  color: #D8BCB9;
}
.cid-uJjpQrVFmV .mbr-section-title {
  color: #fff7ee;
}
.cid-uJjpQrVFmV .mbr-text {
  color: #F0E6E6;
}
.cid-uJjpQrVFmV .mbr-section-title,
.cid-uJjpQrVFmV .mbr-section-btn {
  color: #F0E6E6;
}
.cid-uJXLSqVH7u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJXLSqVH7u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXLSqVH7u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXLSqVH7u .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uJXLSqVH7u .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uJXLSqVH7u .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJXLSqVH7u .image-wrapper img {
    height: 350px;
  }
}
.cid-uJXLSqVH7u .content-wrapper {
  padding-left: 54px;
  padding-left: 0;
  padding-right: 54px;
}
@media (max-width: 1440px) {
  .cid-uJXLSqVH7u .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uJXLSqVH7u .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uJXLSqVH7u .content-wrapper {
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uJXLSqVH7u .content-wrapper {
    padding-right: 0;
  }
}
.cid-uJXLSqVH7u .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uJXLSqVH7u .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uJXLSqVH7u .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #d8bcb9;
}
.cid-uJXLSqVH7u .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJXLSqVH7u .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJXLSqVH7u .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJXLSqVH7u .mbr-label,
.cid-uJXLSqVH7u .label-wrapper {
  color: #D8BCB9;
}
.cid-uJXLSqVH7u .mbr-section-title {
  color: #fff7ee;
}
.cid-uJXLSqVH7u .mbr-text {
  color: #F0E6E6;
}
.cid-uJXLSqVH7u .mbr-section-title,
.cid-uJXLSqVH7u .mbr-section-btn {
  color: #F0E6E6;
}
.cid-uJjpQs4vDW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJjpQs4vDW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJjpQs4vDW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJjpQs4vDW .row {
  justify-content: center;
}
.cid-uJjpQs4vDW .card-wrapper {
  padding: 90px 90px 90px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uJjpQs4vDW .card-wrapper {
    padding: 60px 60px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uJjpQs4vDW .card-wrapper {
    padding: 30px 16px;
    display: block;
  }
}
.cid-uJjpQs4vDW .card-wrapper .content-wrap {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uJjpQs4vDW .card-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uJjpQs4vDW .card-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #e5383b;
}
.cid-uJjpQs4vDW .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uJjpQs4vDW .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffffff;
}
.cid-uJjpQs4vDW .card-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJjpQs4vDW .card-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJjpQs4vDW .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uJjpQs4vDW .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJjpQs4vDW .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uJjpQs4vDW .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uJjpQs4vDW .card-wrapper .image-wrapper img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJjpQs4vDW .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uJjpQs4vDW .mbr-label,
.cid-uJjpQs4vDW .label-wrapper {
  color: #FFFFFF;
}
.cid-uJjpQs4vDW .mbr-section-title {
  color: #22090B;
}
.cid-uJjpQs4vDW .mbr-text {
  color: #151e11;
}
.cid-uJjpQs4vDW .mbr-text,
.cid-uJjpQs4vDW .mbr-section-btn {
  color: #22090B;
}
.cid-uJjpQs8Io6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJjpQs8Io6 .item:focus,
.cid-uJjpQs8Io6 span:focus {
  outline: none;
}
.cid-uJjpQs8Io6 .row {
  justify-content: center;
}
.cid-uJjpQs8Io6 .item-wrapper {
  position: relative;
}
.cid-uJjpQs8Io6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 770px;
  max-width: 770px;
}
@media (max-width: 1200px) {
  .cid-uJjpQs8Io6 .embla__slide {
    min-width: 550px;
    max-width: 550px;
  }
}
@media (max-width: 768px) {
  .cid-uJjpQs8Io6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uJjpQs8Io6 .embla__slide .slide-content {
  width: 100%;
  display: flex;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uJjpQs8Io6 .embla__slide .slide-content {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
.cid-uJjpQs8Io6 .embla__slide .slide-content .item-content {
  display: flex;
  align-items: flex-end;
  width: 52%;
  padding: 40px 54px;
  min-height: 615px;
  background-color: #000000;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uJjpQs8Io6 .embla__slide .slide-content .item-content {
    padding: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-uJjpQs8Io6 .embla__slide .slide-content .item-content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uJjpQs8Io6 .embla__slide .slide-content .item-content {
    padding: 30px 16px;
    width: 100%;
    min-height: auto;
    margin-top: -1rem;
    height: 100%;
  }
}
.cid-uJjpQs8Io6 .embla__slide .slide-content .item-content .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uJjpQs8Io6 .embla__slide .slide-content .item-content .card-box .item-text {
  margin-bottom: 0;
}
.cid-uJjpQs8Io6 .embla__slide .slide-content .item-content .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJjpQs8Io6 .embla__slide .slide-content .item-wrapper {
  width: 58%;
  position: relative;
  margin-left: -1rem;
}
@media (max-width: 992px) {
  .cid-uJjpQs8Io6 .embla__slide .slide-content .item-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
.cid-uJjpQs8Io6 .embla__slide .slide-content .item-wrapper .number-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  padding: 26px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uJjpQs8Io6 .embla__slide .slide-content .item-wrapper .number-wrap {
    padding: 16px;
  }
}
.cid-uJjpQs8Io6 .embla__slide .slide-content .item-wrapper .number-wrap .item-number {
  display: inline-block;
  padding: 14px 16px;
  background-color: #f0e6e6;
}
.cid-uJjpQs8Io6 .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-uJjpQs8Io6 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJjpQs8Io6 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uJjpQs8Io6 .embla__button--next,
.cid-uJjpQs8Io6 .embla__button--prev {
  display: flex;
}
.cid-uJjpQs8Io6 .embla__button {
  bottom: 0;
  width: 65px;
  height: 65px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #5c7d4f !important;
  color: #fff7ee !important;
  border: 2px solid #5c7d4f !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uJjpQs8Io6 .embla__button {
    display: none;
  }
}
.cid-uJjpQs8Io6 .embla__button:hover {
  background-color: transparent !important;
}
.cid-uJjpQs8Io6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJjpQs8Io6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uJjpQs8Io6 .embla__button {
    top: auto;
  }
}
.cid-uJjpQs8Io6 .embla {
  position: relative;
  width: 100%;
}
.cid-uJjpQs8Io6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uJjpQs8Io6 .embla__viewport {
    padding: 0;
  }
}
.cid-uJjpQs8Io6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJjpQs8Io6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJjpQs8Io6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJjpQs8Io6 .item-title {
  color: #F0E6E6;
}
.cid-uJjpQs8Io6 .item-text {
  color: #fff7ee;
}
.cid-uJjpQs8Io6 .item-number,
.cid-uJjpQs8Io6 .number-wrap {
  color: #22090B;
  text-align: right;
}
.cid-uJjpQs8Io6 .item-text,
.cid-uJjpQs8Io6 .mbr-section-btn {
  color: #F0E6E6;
}
.cid-uJjpQszAbo {
  background-image: url("../../../assets/images/img-5300.jpeg-1290x861.jpg");
}
.cid-uJjpQszAbo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJjpQszAbo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJjpQszAbo .image-wrap {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uJjpQszAbo .image-wrap {
    height: 350px;
  }
}
.cid-uKxoLrGQkq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uKxoLrGQkq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKxoLrGQkq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKxoLrGQkq .row {
  justify-content: center;
}
.cid-uKxoLrGQkq .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uKxoLrGQkq .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uKxoLrGQkq .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uKxoLrGQkq .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uKxoLrGQkq .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uKxoLrGQkq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-uKxoLrGQkq .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uKxoLrGQkq .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uKxoLrGQkq .mbr-label,
.cid-uKxoLrGQkq .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uKxoLrGQkq .mbr-section-title {
  color: #fff7ee;
}
.cid-uKxoLrGQkq .mbr-text,
.cid-uKxoLrGQkq .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uKxoLrGQkq .mbr-section-title,
.cid-uKxoLrGQkq .mbr-section-btn {
  text-align: center;
}
.cid-uJjpQshJe8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJjpQshJe8 .item:focus,
.cid-uJjpQshJe8 span:focus {
  outline: none;
}
.cid-uJjpQshJe8 .item {
  cursor: pointer;
}
.cid-uJjpQshJe8 .grid-container {
  grid-row-gap: 26px;
}
.cid-uJjpQshJe8 .grid-container-1,
.cid-uJjpQshJe8 .grid-container-2 {
  gap: 0 26px;
}
.cid-uJjpQshJe8 .mbr-section-title {
  margin-bottom: 80px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJjpQshJe8 .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJjpQshJe8 .content-head {
  max-width: 800px;
}
.cid-uJjpQshJe8 .container,
.cid-uJjpQshJe8 .container-fluid {
  overflow: hidden;
}
.cid-uJjpQshJe8 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uJjpQshJe8 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJjpQshJe8 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uJjpQshJe8 .grid-item img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-uJjpQshJe8 .grid-item img {
    min-width: 35vw;
    height: 140px;
  }
}
.cid-uJjpQshJe8 .grid-container-1,
.cid-uJjpQshJe8 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uJjpQshJe8 .grid-container-1 {
  align-items: flex-end;
}
.cid-uJjpQshJe8 .grid-container-2 {
  align-items: flex-start;
}
.cid-uJjpQskp64 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJjpQskp64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJjpQskp64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJjpQskp64 .row {
  justify-content: center;
}
.cid-uJjpQskp64 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJjpQskp64 .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uJjpQskp64 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJjpQskp64 .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uJjpQskp64 .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uJjpQskp64 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJjpQskp64 .mbr-section-title,
.cid-uJjpQskp64 .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uJjpQskp64 .mbr-desc {
  color: #F0E6E6;
}
.cid-uJjpQskp64 .mbr-text {
  color: #F0E6E6;
}
.cid-uJjpQskp64 .mbr-section-title,
.cid-uJjpQskp64 .title-wrapper,
.cid-uJjpQskp64 .mbr-iconfont {
  color: #D8BCB9;
}
.cid-uJjpQtrSLJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJjpQtrSLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJjpQtrSLJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJjpQtrSLJ .title {
  justify-content: center;
}
.cid-uJjpQtrSLJ .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uJjpQtrSLJ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uJjpQtrSLJ .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uJjpQtrSLJ .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uJjpQtrSLJ .title-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #22090b;
}
.cid-uJjpQtrSLJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJjpQtrSLJ .main-content {
  background-color: #000000;
  padding: 210px 54px 90px 54px;
  margin: 0;
}
@media (max-width: 1440px) {
  .cid-uJjpQtrSLJ .main-content {
    padding: 210px 40px 90px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uJjpQtrSLJ .main-content {
    padding: 30px 0 14px 0;
  }
}
@media (max-width: 767px) {
  .cid-uJjpQtrSLJ .main-content {
    padding: 30px 0;
  }
}
.cid-uJjpQtrSLJ .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uJjpQtrSLJ .item {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-uJjpQtrSLJ .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJjpQtrSLJ .item:nth-child(3n + 2) {
  transform: translateY(-6rem);
}
@media (max-width: 992px) {
  .cid-uJjpQtrSLJ .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-uJjpQtrSLJ .item .item-wrapper {
  height: 100%;
  padding: 26px 26px 40px 26px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJjpQtrSLJ .item .item-wrapper {
    padding: 16px 16px 30px 16px;
  }
}
.cid-uJjpQtrSLJ .item .item-wrapper .item-img {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJjpQtrSLJ .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uJjpQtrSLJ .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uJjpQtrSLJ .item .item-wrapper .item-img img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uJjpQtrSLJ .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uJjpQtrSLJ .item .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uJjpQtrSLJ .item .item-wrapper .item-content .item-price {
  margin-bottom: 30px;
}
.cid-uJjpQtrSLJ .item .item-wrapper .item-content .card-label-wrapper .item-label_1,
.cid-uJjpQtrSLJ .item .item-wrapper .item-content .card-label-wrapper .item-label_2,
.cid-uJjpQtrSLJ .item .item-wrapper .item-content .card-label-wrapper .item-label_3 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
}
.cid-uJjpQtrSLJ .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uJjpQtrSLJ .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJjpQtrSLJ .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uJjpQtrSLJ .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uJjpQtrSLJ .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJjpQtrSLJ .item-label_1 {
  background-color: #4b79ad;
  color: #FFFFFF;
}
.cid-uJjpQtrSLJ .item-label_2 {
  background-color: #4b79ad;
  color: #FFFFFF;
}
.cid-uJjpQtrSLJ .item-label_3 {
  background-color: #4b79ad;
  color: #FFFFFF;
}
.cid-uJjpQtrSLJ .mbr-section-title {
  color: #151e11;
  text-align: center;
}
.cid-uJjpQtrSLJ .mbr-label,
.cid-uJjpQtrSLJ .label-wrapper {
  color: #22090B;
  text-align: center;
}
.cid-uJjpQtrSLJ .item-price {
  color: #151e11;
}
.cid-uJjpQtrSLJ .item-title {
  color: #22090B;
}
.cid-uJjpQtrSLJ .item-text {
  color: #151e11;
}
.cid-uJjpQtrSLJ .mbr-section-title,
.cid-uJjpQtrSLJ .mbr-section-btn {
  color: #22090B;
}
.cid-uJjpQtrSLJ .item-price,
.cid-uJjpQtrSLJ .mbr-section-btn {
  color: #22090B;
}
.cid-uJjpQtrSLJ .item-label_1,
.cid-uJjpQtrSLJ .card-label-wrapper {
  color: #FFFFFF;
}
.cid-uJjpQtrSLJ .item-text,
.cid-uJjpQtrSLJ .text-wrap {
  color: #22090B;
}
.cid-uJjpQsBXmp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJjpQsBXmp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJjpQsBXmp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJjpQsBXmp .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uJjpQsBXmp .row .card {
  padding: 0 13px;
}
.cid-uJjpQsBXmp .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJjpQsBXmp .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uJjpQsBXmp .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #e5383b;
}
.cid-uJjpQsBXmp .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uJjpQsBXmp .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffffff;
}
.cid-uJjpQsBXmp .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJjpQsBXmp .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJjpQsBXmp .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uJjpQsBXmp .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #000000;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uJjpQsBXmp .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uJjpQsBXmp .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uJjpQsBXmp .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uJjpQsBXmp .card-wrapper {
  overflow: hidden;
}
.cid-uJjpQsBXmp .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJjpQsBXmp .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uJjpQsBXmp .card-wrapper .item-content {
  padding: 54px;
  background-color: #8c3e44;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uJjpQsBXmp .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uJjpQsBXmp .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uJjpQsBXmp .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uJjpQsBXmp .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uJjpQsBXmp .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #f0e6e6;
}
.cid-uJjpQsBXmp .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJjpQsBXmp .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uJjpQsBXmp .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJjpQsBXmp .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uJjpQsBXmp .mbr-label,
.cid-uJjpQsBXmp .label-wrapper {
  color: #FFFFFF;
}
.cid-uJjpQsBXmp .mbr-section-title {
  color: #F0E6E6;
}
.cid-uJjpQsBXmp .mbr-number {
  color: #FFFFFF;
}
.cid-uJjpQsBXmp .mbr-number-desc {
  color: #FFFFFF;
}
.cid-uJjpQsBXmp .card-label,
.cid-uJjpQsBXmp .card-label-wrapper {
  color: #F0E6E6;
}
.cid-uJjpQsBXmp .card-title {
  color: #F0E6E6;
}
.cid-uJjpQsBXmp .card-text {
  color: #fff7ee;
}
.cid-uJjpQsBXmp .card-text,
.cid-uJjpQsBXmp .text-wrapper {
  color: #F0E6E6;
}
.cid-uJjpQt2qci {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJjpQt2qci .item:focus,
.cid-uJjpQt2qci span:focus {
  outline: none;
}
.cid-uJjpQt2qci .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uJjpQt2qci .item {
  padding: 10px 0;
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uJjpQt2qci .item {
    min-height: 45px;
  }
}
.cid-uJjpQt4z1i {
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #22090b;
}
.cid-uJjpQt4z1i .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uJjpQt4z1i .image-wrap {
    padding: 16px;
  }
}
.cid-uJjpQt4z1i .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJjpQt4z1i .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uJjpQt4z1i .image-overlay {
    padding: 16px;
  }
}
.cid-uJjpQt4z1i .image-overlay .image-over {
  background-color: #000000;
  z-index: 2;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}
.cid-uJjpQt4z1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJjpQt4z1i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJjpQt4z1i .row {
  justify-content: center;
}
.cid-uJjpQt4z1i .card-wrapper {
  padding: 90px 30px 90px;
  position: relative;
  z-index: 2;
  background-color: #22090b;
}
@media (max-width: 992px) {
  .cid-uJjpQt4z1i .card-wrapper {
    padding: 30px 16px;
    margin-top: 300px;
  }
}
.cid-uJjpQt4z1i .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uJjpQt4z1i .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uJjpQt4z1i .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #d8bcb9;
}
.cid-uJjpQt4z1i .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJjpQt4z1i .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJjpQt4z1i .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJjpQt4z1i .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJjpQt4z1i .mbr-label,
.cid-uJjpQt4z1i .label-wrapper {
  color: #D8BCB9;
  text-align: center;
}
.cid-uJjpQt4z1i .mbr-section-title {
  color: #fff7ee;
}
.cid-uJjpQt4z1i .mbr-text,
.cid-uJjpQt4z1i .text-wrapper {
  color: #F0E6E6;
  text-align: center;
}
.cid-uJjpQt4z1i .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJjpQt4z1i .mbr-section-title,
.cid-uJjpQt4z1i .mbr-section-btn {
  text-align: center;
  color: #F0E6E6;
}
.cid-uJjpQtGJ5M {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.cid-uJjpQtGJ5M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJjpQtGJ5M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJjpQtGJ5M .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uJjpQtGJ5M .row .card {
  padding: 0 13px;
}
.cid-uJjpQtGJ5M .image-wrap img {
  object-fit: cover;
}
.cid-uJjpQtGJ5M .image-wrap_1 img {
  height: 595px;
}
@media (max-width: 992px) {
  .cid-uJjpQtGJ5M .image-wrap_1 img {
    height: 350px;
    margin-bottom: 16px;
  }
}
.cid-uJjpQtGJ5M .image-wrap_2 {
  padding-top: 270px;
}
@media (max-width: 992px) {
  .cid-uJjpQtGJ5M .image-wrap_2 {
    padding-top: 0;
  }
}
.cid-uJjpQtGJ5M .image-wrap_2 img {
  height: 590px;
}
@media (max-width: 992px) {
  .cid-uJjpQtGJ5M .image-wrap_2 img {
    height: 350px;
    margin-bottom: 16px;
  }
}
.cid-uJjpQtGJ5M .image-wrap_3 {
  padding-top: 140px;
}
@media (max-width: 992px) {
  .cid-uJjpQtGJ5M .image-wrap_3 {
    padding-top: 0;
  }
}
.cid-uJjpQtGJ5M .image-wrap_3 img {
  height: 460px;
}
@media (max-width: 992px) {
  .cid-uJjpQtGJ5M .image-wrap_3 img {
    height: 350px;
  }
}
.cid-uJjpQsMhh4 {
  position: relative;
  background-color: #22090b;
}
.cid-uJjpQsMhh4 .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uJjpQsMhh4 .image-wrap {
    padding: 16px;
  }
}
.cid-uJjpQsMhh4 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJjpQsMhh4 .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uJjpQsMhh4 .image-overlay {
    padding: 16px;
  }
}
.cid-uJjpQsMhh4 .image-overlay .image-over {
  background-color: #341315;
  z-index: 2;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}
.cid-uJjpQsMhh4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJjpQsMhh4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJjpQsMhh4 .row {
  justify-content: center;
}
.cid-uJjpQsMhh4 .content-wrapper {
  padding: 150px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uJjpQsMhh4 .content-wrapper {
    padding: 150px 16px;
  }
}
.cid-uJjpQsMhh4 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJjpQsMhh4 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJjpQsMhh4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uJjpQsMhh4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJjpQsMhh4 .mbr-section-title {
  color: #fff7ee;
}
.cid-uJjpQsMhh4 .mbr-text,
.cid-uJjpQsMhh4 .text-wrapper {
  text-align: center;
  color: #F0E6E6;
}
.cid-uJjpQsMhh4 .mbr-section-title,
.cid-uJjpQsMhh4 .mbr-section-btn {
  text-align: center;
  color: #F0E6E6;
}
.cid-uJjpQtO4fI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image00012.jpeg-2000x3000.jpg");
}
.cid-uJjpQtO4fI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJjpQtO4fI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJjpQtO4fI .row {
  justify-content: center;
}
.cid-uJjpQtO4fI .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
@media (max-width: 992px) {
  .cid-uJjpQtO4fI .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uJjpQtO4fI .item {
    margin-bottom: 16px;
  }
}
.cid-uJjpQtO4fI .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 80px 54px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uJjpQtO4fI .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uJjpQtO4fI .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uJjpQtO4fI .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #000000;
}
.cid-uJjpQtO4fI .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uJjpQtO4fI .item .item-wrapper .card-box .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffffff;
}
.cid-uJjpQtO4fI .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uJjpQtO4fI .item-label,
.cid-uJjpQtO4fI .label-wrapper {
  color: #F0E6E6;
  text-align: center;
}
.cid-uJjpQtO4fI .item-title {
  color: #151e11;
  text-align: center;
}
.cid-uJjpQtO4fI .item-title,
.cid-uJjpQtO4fI .mbr-section-btn {
  color: #000000;
}
.cid-uKxyqnkml0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKxyqnkml0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKxyqnkml0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKxyqnkml0 .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uKxyqnkml0 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uKxyqnkml0 .mbr-text,
.cid-uKxyqnkml0 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uJjpQsGOut {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJjpQsGOut .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJjpQsGOut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJjpQsGOut .row {
  justify-content: center;
}
.cid-uJjpQsGOut .content-wrapper {
  top: 30px;
  position: sticky;
}
@media (max-width: 992px) {
  .cid-uJjpQsGOut .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uJjpQsGOut .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uJjpQsGOut .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uJjpQsGOut .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #d8bcb9;
}
.cid-uJjpQsGOut .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJjpQsGOut .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJjpQsGOut .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.cid-uJjpQsGOut .panel-group {
  margin-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uJjpQsGOut .panel-group {
    padding: 60px 40px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uJjpQsGOut .panel-group {
    padding: 30px 16px;
    margin-left: 0;
  }
}
.cid-uJjpQsGOut .panel-group .card {
  position: relative;
  padding: 40px;
  margin-top: 26px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJjpQsGOut .panel-group .card {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uJjpQsGOut .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uJjpQsGOut .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uJjpQsGOut .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uJjpQsGOut .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uJjpQsGOut .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uJjpQsGOut .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uJjpQsGOut .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  color: #22090b;
}
.cid-uJjpQsGOut .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uJjpQsGOut .panel-group .card .panel-collapse .panel-body {
  margin: 80px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uJjpQsGOut .panel-group .card .panel-collapse .panel-body {
    margin: 30px 0 0 0;
  }
}
.cid-uJjpQsGOut .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJjpQsGOut .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uJjpQsGOut .mbr-label,
.cid-uJjpQsGOut .label-wrapper {
  color: #D8BCB9;
}
.cid-uJjpQsGOut .mbr-section-title {
  color: #fff7ee;
}
.cid-uJjpQsGOut .mbr-text,
.cid-uJjpQsGOut .text-wrapper {
  color: #F0E6E6;
}
.cid-uJjpQsGOut .panel-title-edit {
  color: #22090B;
}
.cid-uJjpQsGOut .panel-text {
  color: #151e11;
}
.cid-uJjpQsGOut .mbr-section-title,
.cid-uJjpQsGOut .title-wrapper {
  color: #F0E6E6;
}
.cid-uJjpQsGOut .panel-text,
.cid-uJjpQsGOut .panel-body {
  color: #22090B;
}
.cid-uL6OJwYVtn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6OJwYVtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6OJwYVtn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6OJwYVtn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uL6OJwYVtn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uL6OJwYVtn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uL6OJwYVtn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uL6OJwYVtn .container {
    max-width: 100%;
  }
  .cid-uL6OJwYVtn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uL6OJwYVtn .item-wrap {
  width: 100%;
}
.cid-uL6OJwYVtn .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uL6OJwYVtn .copyright {
  color: #C4CFDE;
  padding: 0;
  width: 100%;
}
.cid-uL6A5KY2re {
  z-index: 1000;
  width: 100%;
}
.cid-uL6A5KY2re nav.navbar {
  position: fixed;
}
.cid-uL6A5KY2re .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uL6A5KY2re .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uL6A5KY2re .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-uL6A5KY2re .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uL6A5KY2re .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-uL6A5KY2re .dropdown-item:hover,
.cid-uL6A5KY2re .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uL6A5KY2re .dropdown-item:hover span {
  color: white;
}
.cid-uL6A5KY2re .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6A5KY2re .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6A5KY2re .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6A5KY2re .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6A5KY2re .nav-link {
  position: relative;
}
.cid-uL6A5KY2re .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uL6A5KY2re .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6A5KY2re .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uL6A5KY2re .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uL6A5KY2re .dropdown-menu,
.cid-uL6A5KY2re .navbar.opened {
  background: #121212 !important;
}
.cid-uL6A5KY2re .nav-item:focus,
.cid-uL6A5KY2re .nav-link:focus {
  outline: none;
}
.cid-uL6A5KY2re .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6A5KY2re .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uL6A5KY2re .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6A5KY2re .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6A5KY2re .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6A5KY2re .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6A5KY2re .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 18, 18, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uL6A5KY2re .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6A5KY2re .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uL6A5KY2re .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uL6A5KY2re .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6A5KY2re .navbar.collapsed {
  justify-content: center;
}
.cid-uL6A5KY2re .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6A5KY2re .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6A5KY2re .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6A5KY2re .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6A5KY2re .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6A5KY2re .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-uL6A5KY2re .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6A5KY2re .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6A5KY2re .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6A5KY2re .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6A5KY2re .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6A5KY2re .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6A5KY2re .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6A5KY2re .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-uL6A5KY2re .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6A5KY2re .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6A5KY2re .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uL6A5KY2re .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uL6A5KY2re .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6A5KY2re .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL6A5KY2re .navbar.navbar-short {
  min-height: 96px;
}
.cid-uL6A5KY2re .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uL6A5KY2re .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uL6A5KY2re .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uL6A5KY2re .navbar-brand .navbar-caption:hover,
.cid-uL6A5KY2re .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uL6A5KY2re .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6A5KY2re .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uL6A5KY2re .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uL6A5KY2re .dropdown-item.active,
.cid-uL6A5KY2re .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6A5KY2re .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6A5KY2re .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6A5KY2re .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6A5KY2re .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uL6A5KY2re .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uL6A5KY2re .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uL6A5KY2re .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6A5KY2re ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uL6A5KY2re ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uL6A5KY2re .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uL6A5KY2re .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uL6A5KY2re .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uL6A5KY2re .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uL6A5KY2re button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uL6A5KY2re button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uL6A5KY2re button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uL6A5KY2re button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uL6A5KY2re button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uL6A5KY2re button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uL6A5KY2re nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6A5KY2re nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6A5KY2re nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6A5KY2re nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6A5KY2re .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6A5KY2re a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6A5KY2re .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-uL6A5KY2re .navbar {
    height: 70px;
  }
  .cid-uL6A5KY2re .navbar.opened {
    height: auto;
  }
  .cid-uL6A5KY2re .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6A5KY2re .navbar-nav {
  margin: 0 auto;
}
.cid-uL6A5KY2re .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uL6A5KY2re .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uL6A5KY2re .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uL6A5KY2re .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uL6A5KY2re .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uL6A5KY2re .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uL6A5KY2re .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uL6A5KY2re .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uL6A5KY2re .navbar {
    justify-content: flex-start !important;
  }
  .cid-uL6A5KY2re .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uL6A5KY2re .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uL6A5KY2re .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uL6A5KY2re .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uL6A5KY2re .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uL6A5KY2re .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uL6A5KY2re .content-wrap {
  min-height: 110px;
}
.cid-uL6A5KY2re .mbr-section-btn .btn::after,
.cid-uL6A5KY2re .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uL6A5KY2re .mbr-section-btn .btn:hover,
.cid-uL6A5KY2re .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uL6A5KY2re .mbr-section-btn .btn:hover::after,
.cid-uL6A5KY2re .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uL6BJ996rb {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uL6BJ996rb .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uL6BJ996rb .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uL6BJ996rb .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uL6BJ996rb .desc {
  color: #111213;
}
.cid-uL6BJ996rb .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uL6BJ996rb .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uL6BJ996rb .name {
  margin-bottom: 20px;
}
.cid-uL6BJ996rb .price {
  width: auto;
  display: inline;
}
.cid-uL6BJ996rb .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uL6BJ996rb .plus1 {
  display: inline;
  width: auto;
  color: #3b5830;
}
.cid-uL6BJ996rb .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uL6BJ996rb .new-price {
  width: auto;
  display: inline;
}
.cid-uL6BJ996rb .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uL6BJ996rb .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uL6BJ996rb .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uL6BJ996rb .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uL6BJ996rb .plus {
  color: #52586a;
}
.cid-uL6BJ996rb .desc,
.cid-uL6BJ996rb .plus {
  display: inline-block;
  width: auto;
}
.cid-uL6BJ996rb .mbr-text,
.cid-uL6BJ996rb .mbr-section-btn {
  color: #52586a;
}
.cid-uL6BJ996rb .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uL6BJ996rb .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uL6BJ996rb .name,
.cid-uL6BJ996rb .card,
.cid-uL6BJ996rb .price-line {
  color: #111213;
}
.cid-uL6OJwYVtn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6OJwYVtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6OJwYVtn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6OJwYVtn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uL6OJwYVtn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uL6OJwYVtn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uL6OJwYVtn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uL6OJwYVtn .container {
    max-width: 100%;
  }
  .cid-uL6OJwYVtn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uL6OJwYVtn .item-wrap {
  width: 100%;
}
.cid-uL6OJwYVtn .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uL6OJwYVtn .copyright {
  color: #C4CFDE;
  padding: 0;
  width: 100%;
}
.cid-uL6ERMOnEY {
  z-index: 1000;
  width: 100%;
}
.cid-uL6ERMOnEY nav.navbar {
  position: fixed;
}
.cid-uL6ERMOnEY .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uL6ERMOnEY .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uL6ERMOnEY .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-uL6ERMOnEY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uL6ERMOnEY .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-uL6ERMOnEY .dropdown-item:hover,
.cid-uL6ERMOnEY .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uL6ERMOnEY .dropdown-item:hover span {
  color: white;
}
.cid-uL6ERMOnEY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6ERMOnEY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6ERMOnEY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6ERMOnEY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6ERMOnEY .nav-link {
  position: relative;
}
.cid-uL6ERMOnEY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uL6ERMOnEY .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6ERMOnEY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uL6ERMOnEY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uL6ERMOnEY .dropdown-menu,
.cid-uL6ERMOnEY .navbar.opened {
  background: #121212 !important;
}
.cid-uL6ERMOnEY .nav-item:focus,
.cid-uL6ERMOnEY .nav-link:focus {
  outline: none;
}
.cid-uL6ERMOnEY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6ERMOnEY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uL6ERMOnEY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6ERMOnEY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6ERMOnEY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6ERMOnEY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6ERMOnEY .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 18, 18, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uL6ERMOnEY .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6ERMOnEY .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uL6ERMOnEY .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uL6ERMOnEY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6ERMOnEY .navbar.collapsed {
  justify-content: center;
}
.cid-uL6ERMOnEY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6ERMOnEY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6ERMOnEY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6ERMOnEY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6ERMOnEY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6ERMOnEY .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-uL6ERMOnEY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6ERMOnEY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6ERMOnEY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6ERMOnEY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6ERMOnEY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6ERMOnEY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6ERMOnEY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6ERMOnEY .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-uL6ERMOnEY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6ERMOnEY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6ERMOnEY .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uL6ERMOnEY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uL6ERMOnEY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6ERMOnEY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL6ERMOnEY .navbar.navbar-short {
  min-height: 96px;
}
.cid-uL6ERMOnEY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uL6ERMOnEY .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uL6ERMOnEY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uL6ERMOnEY .navbar-brand .navbar-caption:hover,
.cid-uL6ERMOnEY .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uL6ERMOnEY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6ERMOnEY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uL6ERMOnEY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uL6ERMOnEY .dropdown-item.active,
.cid-uL6ERMOnEY .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6ERMOnEY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6ERMOnEY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6ERMOnEY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6ERMOnEY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uL6ERMOnEY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uL6ERMOnEY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uL6ERMOnEY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6ERMOnEY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uL6ERMOnEY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uL6ERMOnEY .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uL6ERMOnEY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uL6ERMOnEY .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uL6ERMOnEY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uL6ERMOnEY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uL6ERMOnEY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uL6ERMOnEY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uL6ERMOnEY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uL6ERMOnEY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uL6ERMOnEY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uL6ERMOnEY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6ERMOnEY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6ERMOnEY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6ERMOnEY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6ERMOnEY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6ERMOnEY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6ERMOnEY .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-uL6ERMOnEY .navbar {
    height: 70px;
  }
  .cid-uL6ERMOnEY .navbar.opened {
    height: auto;
  }
  .cid-uL6ERMOnEY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6ERMOnEY .navbar-nav {
  margin: 0 auto;
}
.cid-uL6ERMOnEY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uL6ERMOnEY .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uL6ERMOnEY .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uL6ERMOnEY .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uL6ERMOnEY .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uL6ERMOnEY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uL6ERMOnEY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uL6ERMOnEY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uL6ERMOnEY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uL6ERMOnEY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uL6ERMOnEY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uL6ERMOnEY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uL6ERMOnEY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uL6ERMOnEY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uL6ERMOnEY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uL6ERMOnEY .content-wrap {
  min-height: 110px;
}
.cid-uL6ERMOnEY .mbr-section-btn .btn::after,
.cid-uL6ERMOnEY .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uL6ERMOnEY .mbr-section-btn .btn:hover,
.cid-uL6ERMOnEY .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uL6ERMOnEY .mbr-section-btn .btn:hover::after,
.cid-uL6ERMOnEY .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uL6ERNfr6v {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uL6ERNfr6v .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uL6ERNfr6v .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uL6ERNfr6v .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uL6ERNfr6v .desc {
  color: #111213;
}
.cid-uL6ERNfr6v .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uL6ERNfr6v .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uL6ERNfr6v .name {
  margin-bottom: 20px;
}
.cid-uL6ERNfr6v .price {
  width: auto;
  display: inline;
}
.cid-uL6ERNfr6v .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uL6ERNfr6v .plus1 {
  display: inline;
  width: auto;
  color: #3b5830;
}
.cid-uL6ERNfr6v .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uL6ERNfr6v .new-price {
  width: auto;
  display: inline;
}
.cid-uL6ERNfr6v .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uL6ERNfr6v .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uL6ERNfr6v .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uL6ERNfr6v .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uL6ERNfr6v .plus {
  color: #52586a;
}
.cid-uL6ERNfr6v .desc,
.cid-uL6ERNfr6v .plus {
  display: inline-block;
  width: auto;
}
.cid-uL6ERNfr6v .mbr-text,
.cid-uL6ERNfr6v .mbr-section-btn {
  color: #52586a;
}
.cid-uL6ERNfr6v .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uL6ERNfr6v .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uL6ERNfr6v .name,
.cid-uL6ERNfr6v .card,
.cid-uL6ERNfr6v .price-line {
  color: #111213;
}
.cid-uL6OJwYVtn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6OJwYVtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6OJwYVtn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6OJwYVtn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uL6OJwYVtn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uL6OJwYVtn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uL6OJwYVtn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uL6OJwYVtn .container {
    max-width: 100%;
  }
  .cid-uL6OJwYVtn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uL6OJwYVtn .item-wrap {
  width: 100%;
}
.cid-uL6OJwYVtn .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uL6OJwYVtn .copyright {
  color: #C4CFDE;
  padding: 0;
  width: 100%;
}
.cid-uL6Fm4QR8V {
  z-index: 1000;
  width: 100%;
}
.cid-uL6Fm4QR8V nav.navbar {
  position: fixed;
}
.cid-uL6Fm4QR8V .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uL6Fm4QR8V .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uL6Fm4QR8V .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-uL6Fm4QR8V .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uL6Fm4QR8V .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-uL6Fm4QR8V .dropdown-item:hover,
.cid-uL6Fm4QR8V .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uL6Fm4QR8V .dropdown-item:hover span {
  color: white;
}
.cid-uL6Fm4QR8V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6Fm4QR8V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6Fm4QR8V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6Fm4QR8V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6Fm4QR8V .nav-link {
  position: relative;
}
.cid-uL6Fm4QR8V .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uL6Fm4QR8V .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6Fm4QR8V .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uL6Fm4QR8V .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uL6Fm4QR8V .dropdown-menu,
.cid-uL6Fm4QR8V .navbar.opened {
  background: #121212 !important;
}
.cid-uL6Fm4QR8V .nav-item:focus,
.cid-uL6Fm4QR8V .nav-link:focus {
  outline: none;
}
.cid-uL6Fm4QR8V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6Fm4QR8V .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uL6Fm4QR8V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6Fm4QR8V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6Fm4QR8V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6Fm4QR8V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6Fm4QR8V .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 18, 18, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uL6Fm4QR8V .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6Fm4QR8V .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uL6Fm4QR8V .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uL6Fm4QR8V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6Fm4QR8V .navbar.collapsed {
  justify-content: center;
}
.cid-uL6Fm4QR8V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6Fm4QR8V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6Fm4QR8V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6Fm4QR8V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6Fm4QR8V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6Fm4QR8V .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-uL6Fm4QR8V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6Fm4QR8V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6Fm4QR8V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6Fm4QR8V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6Fm4QR8V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6Fm4QR8V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6Fm4QR8V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6Fm4QR8V .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-uL6Fm4QR8V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6Fm4QR8V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6Fm4QR8V .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uL6Fm4QR8V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uL6Fm4QR8V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6Fm4QR8V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL6Fm4QR8V .navbar.navbar-short {
  min-height: 96px;
}
.cid-uL6Fm4QR8V .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uL6Fm4QR8V .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uL6Fm4QR8V .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uL6Fm4QR8V .navbar-brand .navbar-caption:hover,
.cid-uL6Fm4QR8V .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uL6Fm4QR8V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6Fm4QR8V .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uL6Fm4QR8V .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uL6Fm4QR8V .dropdown-item.active,
.cid-uL6Fm4QR8V .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6Fm4QR8V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6Fm4QR8V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6Fm4QR8V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6Fm4QR8V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uL6Fm4QR8V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uL6Fm4QR8V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uL6Fm4QR8V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6Fm4QR8V ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uL6Fm4QR8V ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uL6Fm4QR8V .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uL6Fm4QR8V .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uL6Fm4QR8V .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uL6Fm4QR8V .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uL6Fm4QR8V button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uL6Fm4QR8V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uL6Fm4QR8V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uL6Fm4QR8V button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uL6Fm4QR8V button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uL6Fm4QR8V button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uL6Fm4QR8V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6Fm4QR8V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6Fm4QR8V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6Fm4QR8V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6Fm4QR8V .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6Fm4QR8V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6Fm4QR8V .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-uL6Fm4QR8V .navbar {
    height: 70px;
  }
  .cid-uL6Fm4QR8V .navbar.opened {
    height: auto;
  }
  .cid-uL6Fm4QR8V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6Fm4QR8V .navbar-nav {
  margin: 0 auto;
}
.cid-uL6Fm4QR8V .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uL6Fm4QR8V .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uL6Fm4QR8V .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uL6Fm4QR8V .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uL6Fm4QR8V .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uL6Fm4QR8V .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uL6Fm4QR8V .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uL6Fm4QR8V .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uL6Fm4QR8V .navbar {
    justify-content: flex-start !important;
  }
  .cid-uL6Fm4QR8V .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uL6Fm4QR8V .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uL6Fm4QR8V .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uL6Fm4QR8V .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uL6Fm4QR8V .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uL6Fm4QR8V .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uL6Fm4QR8V .content-wrap {
  min-height: 110px;
}
.cid-uL6Fm4QR8V .mbr-section-btn .btn::after,
.cid-uL6Fm4QR8V .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uL6Fm4QR8V .mbr-section-btn .btn:hover,
.cid-uL6Fm4QR8V .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uL6Fm4QR8V .mbr-section-btn .btn:hover::after,
.cid-uL6Fm4QR8V .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uL6Fm5i0si {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uL6Fm5i0si .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uL6Fm5i0si .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uL6Fm5i0si .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uL6Fm5i0si .desc {
  color: #111213;
}
.cid-uL6Fm5i0si .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uL6Fm5i0si .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uL6Fm5i0si .name {
  margin-bottom: 20px;
}
.cid-uL6Fm5i0si .price {
  width: auto;
  display: inline;
}
.cid-uL6Fm5i0si .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uL6Fm5i0si .plus1 {
  display: inline;
  width: auto;
  color: #3b5830;
}
.cid-uL6Fm5i0si .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uL6Fm5i0si .new-price {
  width: auto;
  display: inline;
}
.cid-uL6Fm5i0si .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uL6Fm5i0si .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uL6Fm5i0si .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uL6Fm5i0si .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uL6Fm5i0si .plus {
  color: #52586a;
}
.cid-uL6Fm5i0si .desc,
.cid-uL6Fm5i0si .plus {
  display: inline-block;
  width: auto;
}
.cid-uL6Fm5i0si .mbr-text,
.cid-uL6Fm5i0si .mbr-section-btn {
  color: #52586a;
}
.cid-uL6Fm5i0si .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uL6Fm5i0si .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uL6Fm5i0si .name,
.cid-uL6Fm5i0si .card,
.cid-uL6Fm5i0si .price-line {
  color: #111213;
}
.cid-uL6OJwYVtn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6OJwYVtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6OJwYVtn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6OJwYVtn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uL6OJwYVtn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uL6OJwYVtn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uL6OJwYVtn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uL6OJwYVtn .container {
    max-width: 100%;
  }
  .cid-uL6OJwYVtn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uL6OJwYVtn .item-wrap {
  width: 100%;
}
.cid-uL6OJwYVtn .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uL6OJwYVtn .copyright {
  color: #C4CFDE;
  padding: 0;
  width: 100%;
}
.cid-uL6GjeQ2TC {
  z-index: 1000;
  width: 100%;
}
.cid-uL6GjeQ2TC nav.navbar {
  position: fixed;
}
.cid-uL6GjeQ2TC .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uL6GjeQ2TC .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uL6GjeQ2TC .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-uL6GjeQ2TC .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uL6GjeQ2TC .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-uL6GjeQ2TC .dropdown-item:hover,
.cid-uL6GjeQ2TC .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uL6GjeQ2TC .dropdown-item:hover span {
  color: white;
}
.cid-uL6GjeQ2TC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6GjeQ2TC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6GjeQ2TC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6GjeQ2TC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6GjeQ2TC .nav-link {
  position: relative;
}
.cid-uL6GjeQ2TC .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uL6GjeQ2TC .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6GjeQ2TC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uL6GjeQ2TC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uL6GjeQ2TC .dropdown-menu,
.cid-uL6GjeQ2TC .navbar.opened {
  background: #121212 !important;
}
.cid-uL6GjeQ2TC .nav-item:focus,
.cid-uL6GjeQ2TC .nav-link:focus {
  outline: none;
}
.cid-uL6GjeQ2TC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6GjeQ2TC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uL6GjeQ2TC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6GjeQ2TC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6GjeQ2TC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6GjeQ2TC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6GjeQ2TC .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 18, 18, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uL6GjeQ2TC .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6GjeQ2TC .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uL6GjeQ2TC .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uL6GjeQ2TC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6GjeQ2TC .navbar.collapsed {
  justify-content: center;
}
.cid-uL6GjeQ2TC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6GjeQ2TC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6GjeQ2TC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6GjeQ2TC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6GjeQ2TC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6GjeQ2TC .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-uL6GjeQ2TC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6GjeQ2TC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6GjeQ2TC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6GjeQ2TC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6GjeQ2TC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6GjeQ2TC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6GjeQ2TC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6GjeQ2TC .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-uL6GjeQ2TC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6GjeQ2TC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6GjeQ2TC .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uL6GjeQ2TC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uL6GjeQ2TC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6GjeQ2TC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL6GjeQ2TC .navbar.navbar-short {
  min-height: 96px;
}
.cid-uL6GjeQ2TC .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uL6GjeQ2TC .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uL6GjeQ2TC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uL6GjeQ2TC .navbar-brand .navbar-caption:hover,
.cid-uL6GjeQ2TC .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uL6GjeQ2TC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6GjeQ2TC .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uL6GjeQ2TC .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uL6GjeQ2TC .dropdown-item.active,
.cid-uL6GjeQ2TC .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6GjeQ2TC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6GjeQ2TC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6GjeQ2TC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6GjeQ2TC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uL6GjeQ2TC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uL6GjeQ2TC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uL6GjeQ2TC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6GjeQ2TC ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uL6GjeQ2TC ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uL6GjeQ2TC .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uL6GjeQ2TC .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uL6GjeQ2TC .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uL6GjeQ2TC .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uL6GjeQ2TC button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uL6GjeQ2TC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uL6GjeQ2TC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uL6GjeQ2TC button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uL6GjeQ2TC button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uL6GjeQ2TC button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uL6GjeQ2TC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6GjeQ2TC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6GjeQ2TC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6GjeQ2TC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6GjeQ2TC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6GjeQ2TC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6GjeQ2TC .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-uL6GjeQ2TC .navbar {
    height: 70px;
  }
  .cid-uL6GjeQ2TC .navbar.opened {
    height: auto;
  }
  .cid-uL6GjeQ2TC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6GjeQ2TC .navbar-nav {
  margin: 0 auto;
}
.cid-uL6GjeQ2TC .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uL6GjeQ2TC .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uL6GjeQ2TC .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uL6GjeQ2TC .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uL6GjeQ2TC .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uL6GjeQ2TC .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uL6GjeQ2TC .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uL6GjeQ2TC .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uL6GjeQ2TC .navbar {
    justify-content: flex-start !important;
  }
  .cid-uL6GjeQ2TC .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uL6GjeQ2TC .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uL6GjeQ2TC .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uL6GjeQ2TC .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uL6GjeQ2TC .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uL6GjeQ2TC .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uL6GjeQ2TC .content-wrap {
  min-height: 110px;
}
.cid-uL6GjeQ2TC .mbr-section-btn .btn::after,
.cid-uL6GjeQ2TC .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uL6GjeQ2TC .mbr-section-btn .btn:hover,
.cid-uL6GjeQ2TC .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uL6GjeQ2TC .mbr-section-btn .btn:hover::after,
.cid-uL6GjeQ2TC .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uL6Gjfhly1 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uL6Gjfhly1 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uL6Gjfhly1 .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uL6Gjfhly1 .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uL6Gjfhly1 .desc {
  color: #111213;
}
.cid-uL6Gjfhly1 .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uL6Gjfhly1 .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uL6Gjfhly1 .name {
  margin-bottom: 20px;
}
.cid-uL6Gjfhly1 .price {
  width: auto;
  display: inline;
}
.cid-uL6Gjfhly1 .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uL6Gjfhly1 .plus1 {
  display: inline;
  width: auto;
  color: #3b5830;
}
.cid-uL6Gjfhly1 .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uL6Gjfhly1 .new-price {
  width: auto;
  display: inline;
}
.cid-uL6Gjfhly1 .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uL6Gjfhly1 .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uL6Gjfhly1 .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uL6Gjfhly1 .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uL6Gjfhly1 .plus {
  color: #52586a;
}
.cid-uL6Gjfhly1 .desc,
.cid-uL6Gjfhly1 .plus {
  display: inline-block;
  width: auto;
}
.cid-uL6Gjfhly1 .mbr-text,
.cid-uL6Gjfhly1 .mbr-section-btn {
  color: #52586a;
}
.cid-uL6Gjfhly1 .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uL6Gjfhly1 .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uL6Gjfhly1 .name,
.cid-uL6Gjfhly1 .card,
.cid-uL6Gjfhly1 .price-line {
  color: #111213;
}
.cid-uL6OJwYVtn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6OJwYVtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6OJwYVtn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6OJwYVtn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uL6OJwYVtn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uL6OJwYVtn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uL6OJwYVtn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uL6OJwYVtn .container {
    max-width: 100%;
  }
  .cid-uL6OJwYVtn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uL6OJwYVtn .item-wrap {
  width: 100%;
}
.cid-uL6OJwYVtn .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uL6OJwYVtn .copyright {
  color: #C4CFDE;
  padding: 0;
  width: 100%;
}
.cid-uL6HCP4mNg {
  z-index: 1000;
  width: 100%;
}
.cid-uL6HCP4mNg nav.navbar {
  position: fixed;
}
.cid-uL6HCP4mNg .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uL6HCP4mNg .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uL6HCP4mNg .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-uL6HCP4mNg .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uL6HCP4mNg .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-uL6HCP4mNg .dropdown-item:hover,
.cid-uL6HCP4mNg .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uL6HCP4mNg .dropdown-item:hover span {
  color: white;
}
.cid-uL6HCP4mNg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6HCP4mNg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6HCP4mNg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6HCP4mNg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6HCP4mNg .nav-link {
  position: relative;
}
.cid-uL6HCP4mNg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uL6HCP4mNg .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6HCP4mNg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uL6HCP4mNg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uL6HCP4mNg .dropdown-menu,
.cid-uL6HCP4mNg .navbar.opened {
  background: #121212 !important;
}
.cid-uL6HCP4mNg .nav-item:focus,
.cid-uL6HCP4mNg .nav-link:focus {
  outline: none;
}
.cid-uL6HCP4mNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6HCP4mNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uL6HCP4mNg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6HCP4mNg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6HCP4mNg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6HCP4mNg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6HCP4mNg .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 18, 18, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uL6HCP4mNg .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6HCP4mNg .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uL6HCP4mNg .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uL6HCP4mNg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6HCP4mNg .navbar.collapsed {
  justify-content: center;
}
.cid-uL6HCP4mNg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6HCP4mNg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6HCP4mNg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6HCP4mNg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6HCP4mNg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6HCP4mNg .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-uL6HCP4mNg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6HCP4mNg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6HCP4mNg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6HCP4mNg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6HCP4mNg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6HCP4mNg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6HCP4mNg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6HCP4mNg .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-uL6HCP4mNg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6HCP4mNg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6HCP4mNg .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uL6HCP4mNg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uL6HCP4mNg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6HCP4mNg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL6HCP4mNg .navbar.navbar-short {
  min-height: 96px;
}
.cid-uL6HCP4mNg .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uL6HCP4mNg .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uL6HCP4mNg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uL6HCP4mNg .navbar-brand .navbar-caption:hover,
.cid-uL6HCP4mNg .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uL6HCP4mNg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6HCP4mNg .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uL6HCP4mNg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uL6HCP4mNg .dropdown-item.active,
.cid-uL6HCP4mNg .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6HCP4mNg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6HCP4mNg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6HCP4mNg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6HCP4mNg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uL6HCP4mNg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uL6HCP4mNg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uL6HCP4mNg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6HCP4mNg ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uL6HCP4mNg ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uL6HCP4mNg .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uL6HCP4mNg .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uL6HCP4mNg .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uL6HCP4mNg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uL6HCP4mNg button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uL6HCP4mNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uL6HCP4mNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uL6HCP4mNg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uL6HCP4mNg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uL6HCP4mNg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uL6HCP4mNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6HCP4mNg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6HCP4mNg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6HCP4mNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6HCP4mNg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6HCP4mNg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6HCP4mNg .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-uL6HCP4mNg .navbar {
    height: 70px;
  }
  .cid-uL6HCP4mNg .navbar.opened {
    height: auto;
  }
  .cid-uL6HCP4mNg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6HCP4mNg .navbar-nav {
  margin: 0 auto;
}
.cid-uL6HCP4mNg .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uL6HCP4mNg .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uL6HCP4mNg .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uL6HCP4mNg .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uL6HCP4mNg .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uL6HCP4mNg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uL6HCP4mNg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uL6HCP4mNg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uL6HCP4mNg .navbar {
    justify-content: flex-start !important;
  }
  .cid-uL6HCP4mNg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uL6HCP4mNg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uL6HCP4mNg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uL6HCP4mNg .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uL6HCP4mNg .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uL6HCP4mNg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uL6HCP4mNg .content-wrap {
  min-height: 110px;
}
.cid-uL6HCP4mNg .mbr-section-btn .btn::after,
.cid-uL6HCP4mNg .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uL6HCP4mNg .mbr-section-btn .btn:hover,
.cid-uL6HCP4mNg .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uL6HCP4mNg .mbr-section-btn .btn:hover::after,
.cid-uL6HCP4mNg .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uL6HCPtqOA {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uL6HCPtqOA .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uL6HCPtqOA .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uL6HCPtqOA .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uL6HCPtqOA .desc {
  color: #111213;
}
.cid-uL6HCPtqOA .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uL6HCPtqOA .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uL6HCPtqOA .name {
  margin-bottom: 20px;
}
.cid-uL6HCPtqOA .price {
  width: auto;
  display: inline;
}
.cid-uL6HCPtqOA .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uL6HCPtqOA .plus1 {
  display: inline;
  width: auto;
  color: #3b5830;
}
.cid-uL6HCPtqOA .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uL6HCPtqOA .new-price {
  width: auto;
  display: inline;
}
.cid-uL6HCPtqOA .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uL6HCPtqOA .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uL6HCPtqOA .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uL6HCPtqOA .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uL6HCPtqOA .plus {
  color: #52586a;
}
.cid-uL6HCPtqOA .desc,
.cid-uL6HCPtqOA .plus {
  display: inline-block;
  width: auto;
}
.cid-uL6HCPtqOA .mbr-text,
.cid-uL6HCPtqOA .mbr-section-btn {
  color: #52586a;
}
.cid-uL6HCPtqOA .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uL6HCPtqOA .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uL6HCPtqOA .name,
.cid-uL6HCPtqOA .card,
.cid-uL6HCPtqOA .price-line {
  color: #111213;
}
.cid-uL6OJwYVtn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6OJwYVtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6OJwYVtn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6OJwYVtn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uL6OJwYVtn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uL6OJwYVtn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uL6OJwYVtn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uL6OJwYVtn .container {
    max-width: 100%;
  }
  .cid-uL6OJwYVtn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uL6OJwYVtn .item-wrap {
  width: 100%;
}
.cid-uL6OJwYVtn .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uL6OJwYVtn .copyright {
  color: #C4CFDE;
  padding: 0;
  width: 100%;
}
.cid-uL6KR9Q2Kw {
  z-index: 1000;
  width: 100%;
}
.cid-uL6KR9Q2Kw nav.navbar {
  position: fixed;
}
.cid-uL6KR9Q2Kw .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uL6KR9Q2Kw .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uL6KR9Q2Kw .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-uL6KR9Q2Kw .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uL6KR9Q2Kw .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-uL6KR9Q2Kw .dropdown-item:hover,
.cid-uL6KR9Q2Kw .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uL6KR9Q2Kw .dropdown-item:hover span {
  color: white;
}
.cid-uL6KR9Q2Kw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6KR9Q2Kw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6KR9Q2Kw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6KR9Q2Kw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6KR9Q2Kw .nav-link {
  position: relative;
}
.cid-uL6KR9Q2Kw .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uL6KR9Q2Kw .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6KR9Q2Kw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uL6KR9Q2Kw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uL6KR9Q2Kw .dropdown-menu,
.cid-uL6KR9Q2Kw .navbar.opened {
  background: #121212 !important;
}
.cid-uL6KR9Q2Kw .nav-item:focus,
.cid-uL6KR9Q2Kw .nav-link:focus {
  outline: none;
}
.cid-uL6KR9Q2Kw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6KR9Q2Kw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uL6KR9Q2Kw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6KR9Q2Kw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6KR9Q2Kw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6KR9Q2Kw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6KR9Q2Kw .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 18, 18, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uL6KR9Q2Kw .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6KR9Q2Kw .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uL6KR9Q2Kw .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uL6KR9Q2Kw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6KR9Q2Kw .navbar.collapsed {
  justify-content: center;
}
.cid-uL6KR9Q2Kw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6KR9Q2Kw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6KR9Q2Kw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6KR9Q2Kw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6KR9Q2Kw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6KR9Q2Kw .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-uL6KR9Q2Kw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6KR9Q2Kw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6KR9Q2Kw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6KR9Q2Kw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6KR9Q2Kw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6KR9Q2Kw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6KR9Q2Kw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6KR9Q2Kw .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-uL6KR9Q2Kw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6KR9Q2Kw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6KR9Q2Kw .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uL6KR9Q2Kw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uL6KR9Q2Kw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6KR9Q2Kw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL6KR9Q2Kw .navbar.navbar-short {
  min-height: 96px;
}
.cid-uL6KR9Q2Kw .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uL6KR9Q2Kw .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uL6KR9Q2Kw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uL6KR9Q2Kw .navbar-brand .navbar-caption:hover,
.cid-uL6KR9Q2Kw .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uL6KR9Q2Kw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6KR9Q2Kw .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uL6KR9Q2Kw .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uL6KR9Q2Kw .dropdown-item.active,
.cid-uL6KR9Q2Kw .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6KR9Q2Kw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6KR9Q2Kw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6KR9Q2Kw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6KR9Q2Kw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uL6KR9Q2Kw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uL6KR9Q2Kw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uL6KR9Q2Kw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6KR9Q2Kw ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uL6KR9Q2Kw ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uL6KR9Q2Kw .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uL6KR9Q2Kw .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uL6KR9Q2Kw .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uL6KR9Q2Kw .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uL6KR9Q2Kw button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uL6KR9Q2Kw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uL6KR9Q2Kw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uL6KR9Q2Kw button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uL6KR9Q2Kw button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uL6KR9Q2Kw button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uL6KR9Q2Kw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6KR9Q2Kw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6KR9Q2Kw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6KR9Q2Kw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6KR9Q2Kw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6KR9Q2Kw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6KR9Q2Kw .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-uL6KR9Q2Kw .navbar {
    height: 70px;
  }
  .cid-uL6KR9Q2Kw .navbar.opened {
    height: auto;
  }
  .cid-uL6KR9Q2Kw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6KR9Q2Kw .navbar-nav {
  margin: 0 auto;
}
.cid-uL6KR9Q2Kw .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uL6KR9Q2Kw .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uL6KR9Q2Kw .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uL6KR9Q2Kw .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uL6KR9Q2Kw .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uL6KR9Q2Kw .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uL6KR9Q2Kw .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uL6KR9Q2Kw .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uL6KR9Q2Kw .navbar {
    justify-content: flex-start !important;
  }
  .cid-uL6KR9Q2Kw .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uL6KR9Q2Kw .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uL6KR9Q2Kw .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uL6KR9Q2Kw .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uL6KR9Q2Kw .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uL6KR9Q2Kw .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uL6KR9Q2Kw .content-wrap {
  min-height: 110px;
}
.cid-uL6KR9Q2Kw .mbr-section-btn .btn::after,
.cid-uL6KR9Q2Kw .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uL6KR9Q2Kw .mbr-section-btn .btn:hover,
.cid-uL6KR9Q2Kw .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uL6KR9Q2Kw .mbr-section-btn .btn:hover::after,
.cid-uL6KR9Q2Kw .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uL6KRagKIC {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uL6KRagKIC .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uL6KRagKIC .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uL6KRagKIC .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uL6KRagKIC .desc {
  color: #111213;
}
.cid-uL6KRagKIC .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uL6KRagKIC .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uL6KRagKIC .name {
  margin-bottom: 20px;
}
.cid-uL6KRagKIC .price {
  width: auto;
  display: inline;
}
.cid-uL6KRagKIC .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uL6KRagKIC .plus1 {
  display: inline;
  width: auto;
  color: #3b5830;
}
.cid-uL6KRagKIC .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uL6KRagKIC .new-price {
  width: auto;
  display: inline;
}
.cid-uL6KRagKIC .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uL6KRagKIC .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uL6KRagKIC .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uL6KRagKIC .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uL6KRagKIC .plus {
  color: #52586a;
}
.cid-uL6KRagKIC .desc,
.cid-uL6KRagKIC .plus {
  display: inline-block;
  width: auto;
}
.cid-uL6KRagKIC .mbr-text,
.cid-uL6KRagKIC .mbr-section-btn {
  color: #52586a;
}
.cid-uL6KRagKIC .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uL6KRagKIC .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uL6KRagKIC .name,
.cid-uL6KRagKIC .card,
.cid-uL6KRagKIC .price-line {
  color: #111213;
}
.cid-uL6OJwYVtn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6OJwYVtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6OJwYVtn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6OJwYVtn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uL6OJwYVtn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uL6OJwYVtn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uL6OJwYVtn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uL6OJwYVtn .container {
    max-width: 100%;
  }
  .cid-uL6OJwYVtn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uL6OJwYVtn .item-wrap {
  width: 100%;
}
.cid-uL6OJwYVtn .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uL6OJwYVtn .copyright {
  color: #C4CFDE;
  padding: 0;
  width: 100%;
}
.cid-uJumq9HS5U {
  z-index: 1000;
  width: 100%;
}
.cid-uJumq9HS5U nav.navbar {
  position: fixed;
}
.cid-uJumq9HS5U .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uJumq9HS5U .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uJumq9HS5U .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-uJumq9HS5U .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uJumq9HS5U .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-uJumq9HS5U .dropdown-item:hover,
.cid-uJumq9HS5U .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uJumq9HS5U .dropdown-item:hover span {
  color: white;
}
.cid-uJumq9HS5U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJumq9HS5U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJumq9HS5U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJumq9HS5U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJumq9HS5U .nav-link {
  position: relative;
}
.cid-uJumq9HS5U .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uJumq9HS5U .container {
    flex-wrap: nowrap;
  }
}
.cid-uJumq9HS5U .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uJumq9HS5U .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJumq9HS5U .dropdown-menu,
.cid-uJumq9HS5U .navbar.opened {
  background: #121212 !important;
}
.cid-uJumq9HS5U .nav-item:focus,
.cid-uJumq9HS5U .nav-link:focus {
  outline: none;
}
.cid-uJumq9HS5U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJumq9HS5U .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uJumq9HS5U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJumq9HS5U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJumq9HS5U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJumq9HS5U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJumq9HS5U .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 18, 18, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJumq9HS5U .navbar.opened {
  transition: all 0.3s;
}
.cid-uJumq9HS5U .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uJumq9HS5U .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uJumq9HS5U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJumq9HS5U .navbar.collapsed {
  justify-content: center;
}
.cid-uJumq9HS5U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJumq9HS5U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJumq9HS5U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJumq9HS5U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJumq9HS5U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJumq9HS5U .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-uJumq9HS5U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJumq9HS5U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJumq9HS5U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJumq9HS5U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJumq9HS5U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJumq9HS5U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJumq9HS5U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJumq9HS5U .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-uJumq9HS5U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJumq9HS5U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJumq9HS5U .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uJumq9HS5U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uJumq9HS5U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJumq9HS5U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJumq9HS5U .navbar.navbar-short {
  min-height: 96px;
}
.cid-uJumq9HS5U .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uJumq9HS5U .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uJumq9HS5U .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJumq9HS5U .navbar-brand .navbar-caption:hover,
.cid-uJumq9HS5U .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uJumq9HS5U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJumq9HS5U .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uJumq9HS5U .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uJumq9HS5U .dropdown-item.active,
.cid-uJumq9HS5U .dropdown-item:active {
  background-color: transparent;
}
.cid-uJumq9HS5U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJumq9HS5U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJumq9HS5U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJumq9HS5U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uJumq9HS5U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uJumq9HS5U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uJumq9HS5U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJumq9HS5U ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uJumq9HS5U ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uJumq9HS5U .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uJumq9HS5U .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uJumq9HS5U .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uJumq9HS5U .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uJumq9HS5U button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJumq9HS5U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJumq9HS5U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uJumq9HS5U button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJumq9HS5U button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJumq9HS5U button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uJumq9HS5U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJumq9HS5U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJumq9HS5U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJumq9HS5U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJumq9HS5U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJumq9HS5U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJumq9HS5U .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-uJumq9HS5U .navbar {
    height: 70px;
  }
  .cid-uJumq9HS5U .navbar.opened {
    height: auto;
  }
  .cid-uJumq9HS5U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJumq9HS5U .navbar-nav {
  margin: 0 auto;
}
.cid-uJumq9HS5U .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uJumq9HS5U .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uJumq9HS5U .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uJumq9HS5U .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uJumq9HS5U .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uJumq9HS5U .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uJumq9HS5U .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uJumq9HS5U .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uJumq9HS5U .navbar {
    justify-content: flex-start !important;
  }
  .cid-uJumq9HS5U .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uJumq9HS5U .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uJumq9HS5U .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uJumq9HS5U .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uJumq9HS5U .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uJumq9HS5U .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uJumq9HS5U .content-wrap {
  min-height: 110px;
}
.cid-uJumq9HS5U .mbr-section-btn .btn::after,
.cid-uJumq9HS5U .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uJumq9HS5U .mbr-section-btn .btn:hover,
.cid-uJumq9HS5U .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uJumq9HS5U .mbr-section-btn .btn:hover::after,
.cid-uJumq9HS5U .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uL6UW0wLlN {
  background-image: url("../../../assets/images/privacy-1920x1440.jpg-1920x1440.jpg");
}
.cid-uL6UW0wLlN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6UW0wLlN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6UW0wLlN .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 20px;
}
.cid-uL6UW0wLlN .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 20px;
}
.cid-uL6UW0wLlN .mbr-text {
  color: #FFFFFF;
}
.cid-uL6UW0wLlN .mbr-section-btn {
  margin-top: 18px;
}
.cid-uL6V8EP61b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cecdc7;
}
.cid-uL6V8EP61b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6V8EP61b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6V8EP61b .row {
  justify-content: space-between;
}
.cid-uL6V8EP61b .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uL6V8EP61b .content-wrapper {
    padding: 0;
  }
}
.cid-uL6V8EP61b .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uL6V8EP61b .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uL6V8EP61b .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uL6V8EP61b .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uL6V8EP61b .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uL6V8EP61b .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uL6V8EP61b .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uL6V8EP61b .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uL6V8EP61b .mbr-section-title {
  color: #000000;
}
.cid-uL6V8EP61b .mbr-desc {
  color: #000000;
}
.cid-uL6V8EP61b .mbr-text {
  color: #000000;
}
.cid-uL6OJwYVtn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6OJwYVtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6OJwYVtn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6OJwYVtn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uL6OJwYVtn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uL6OJwYVtn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uL6OJwYVtn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uL6OJwYVtn .container {
    max-width: 100%;
  }
  .cid-uL6OJwYVtn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uL6OJwYVtn .item-wrap {
  width: 100%;
}
.cid-uL6OJwYVtn .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uL6OJwYVtn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uL6OJwYVtn .copyright {
  color: #C4CFDE;
  padding: 0;
  width: 100%;
}
