body {
  font-family: 'Rubik', sans-serif;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  line-height: 1.35;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fafafa !important;
}
.bg-success {
  background-color: #6ec7f2 !important;
}
.bg-info {
  background-color: #c4c4c8 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-info,
.btn-info:active {
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
  color: #444449 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #262626 !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #444449 !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
  color: #083f59 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #262626 !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #083f59 !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #262626 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #262626 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #662200 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #262626 !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #662200 !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #262626 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #262626 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #262626 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c4c4c8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #97979e !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: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6ec7f2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1ea8eb !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: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !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: #fafafa !important;
}
.text-secondary {
  color: #fafafa !important;
}
.text-success {
  color: #6ec7f2 !important;
}
.text-info {
  color: #c4c4c8 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #262626 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #fafafa !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c7c7c7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #15a1e5 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8f8f97 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link {
  font-weight: 500;
}
.nav-tabs .nav-link.active {
  color: #fafafa;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c4c4c8;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fafafa;
  border-color: #fafafa;
  color: #878787;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fafafa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #fafafa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #fafafa;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fafafa;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fafafa !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fafafa !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='%23fafafa' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tXRIFGF8zG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
}
.cid-tXRIFGF8zG nav.navbar {
  position: fixed;
}
.cid-tXRIFGF8zG .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-tXRIFGF8zG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXRIFGF8zG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXRIFGF8zG .dropdown-item:hover,
.cid-tXRIFGF8zG .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-tXRIFGF8zG .dropdown-item:hover span {
  color: white;
}
.cid-tXRIFGF8zG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXRIFGF8zG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXRIFGF8zG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXRIFGF8zG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXRIFGF8zG .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-tXRIFGF8zG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXRIFGF8zG .container {
    flex-wrap: nowrap;
  }
}
.cid-tXRIFGF8zG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXRIFGF8zG .dropdown-menu,
.cid-tXRIFGF8zG .navbar.opened {
  background: #2b2b2b !important;
}
.cid-tXRIFGF8zG .nav-item:focus,
.cid-tXRIFGF8zG .nav-link:focus {
  outline: none;
}
.cid-tXRIFGF8zG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXRIFGF8zG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXRIFGF8zG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXRIFGF8zG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXRIFGF8zG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXRIFGF8zG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXRIFGF8zG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(43, 43, 43, 0.8);
}
.cid-tXRIFGF8zG .navbar.opened {
  transition: all 0.3s;
}
.cid-tXRIFGF8zG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXRIFGF8zG .navbar .navbar-logo img {
  width: auto;
}
.cid-tXRIFGF8zG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXRIFGF8zG .navbar.collapsed {
  justify-content: center;
}
.cid-tXRIFGF8zG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXRIFGF8zG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXRIFGF8zG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-tXRIFGF8zG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXRIFGF8zG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXRIFGF8zG .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-tXRIFGF8zG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXRIFGF8zG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXRIFGF8zG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXRIFGF8zG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXRIFGF8zG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXRIFGF8zG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXRIFGF8zG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXRIFGF8zG .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-tXRIFGF8zG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXRIFGF8zG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXRIFGF8zG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXRIFGF8zG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXRIFGF8zG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXRIFGF8zG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tXRIFGF8zG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tXRIFGF8zG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXRIFGF8zG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXRIFGF8zG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXRIFGF8zG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXRIFGF8zG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXRIFGF8zG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXRIFGF8zG .dropdown-item.active,
.cid-tXRIFGF8zG .dropdown-item:active {
  background-color: transparent;
}
.cid-tXRIFGF8zG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXRIFGF8zG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXRIFGF8zG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXRIFGF8zG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b2b2b;
}
.cid-tXRIFGF8zG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXRIFGF8zG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXRIFGF8zG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXRIFGF8zG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXRIFGF8zG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXRIFGF8zG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tXRIFGF8zG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXRIFGF8zG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXRIFGF8zG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXRIFGF8zG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXRIFGF8zG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXRIFGF8zG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXRIFGF8zG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXRIFGF8zG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXRIFGF8zG .navbar-dropdown {
  position: fixed;
}
.cid-tXRIFGF8zG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXRIFGF8zG .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-tXRIFGF8zG .navbar {
    height: 70px;
  }
  .cid-tXRIFGF8zG .navbar.opened {
    height: auto;
  }
  .cid-tXRIFGF8zG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taOw7vq3RR {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-taOw7vq3RR .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-taOw7vq3RR .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-taOw7vq3RR .card-btn svg {
  transition: all 0.4s;
}
.cid-taOw7vq3RR .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-taOw7vq3RR .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-taOw7vq3RR .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-taOw7vq3RR .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-taOw7vq3RR .column {
  display: flex;
  flex-direction: column;
}
.cid-taOw7vq3RR .mbr-card-title,
.cid-taOw7vq3RR .mbr-text {
  color: #fafafa;
}
.cid-taOw7vq3RR .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-taOw7vq3RR .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-taOw7vq3RR .mbr-card-title {
  text-align: center;
}
.cid-taOw7vq3RR .mbr-text {
  text-align: center;
}
.cid-taOwgHUAs2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e8e8e8;
}
.cid-taOwgHUAs2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-taOwgHUAs2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taOwgHUAs2 .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-taOwgHUAs2 .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-taOwgHUAs2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-taOwgHUAs2 .item-wrapper .w-100 {
  height: 300px;
}
.cid-taOwgHUAs2 .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-taOwgHUAs2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-taOwgHUAs2 .carousel-control,
.cid-taOwgHUAs2 .close {
  background: #1b1b1b;
}
.cid-taOwgHUAs2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-taOwgHUAs2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-taOwgHUAs2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-taOwgHUAs2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-taOwgHUAs2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-taOwgHUAs2 .close::before {
  content: '\e91a';
}
.cid-taOwgHUAs2 .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-taOwgHUAs2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-taOwgHUAs2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taOwgHUAs2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-taOwgHUAs2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-taOwgHUAs2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-taOwgHUAs2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-taOwgHUAs2 .carousel-indicators li.active,
.cid-taOwgHUAs2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-taOwgHUAs2 .carousel-indicators li::after,
.cid-taOwgHUAs2 .carousel-indicators li::before {
  content: none;
}
.cid-taOwgHUAs2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-taOwgHUAs2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-taOwgHUAs2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-taOwgHUAs2 .carousel-indicators {
    display: none;
  }
}
.cid-taOwgHUAs2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-taOwgHUAs2 .carousel-inner > .active {
  display: block;
}
.cid-taOwgHUAs2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taOwgHUAs2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taOwgHUAs2 .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-taOwgHUAs2 .carousel-control,
  .cid-taOwgHUAs2 .carousel-indicators,
  .cid-taOwgHUAs2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-taOwgHUAs2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-taOwgHUAs2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-taOwgHUAs2 .carousel-indicators .active,
.cid-taOwgHUAs2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-taOwgHUAs2 .carousel-indicators .active {
  background: #fafafa;
}
.cid-taOwgHUAs2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-taOwgHUAs2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-taOwgHUAs2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-taOwgHUAs2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-taOwgHUAs2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-taOwgHUAs2 .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-taOwgHUAs2 .carousel {
  width: 100%;
}
.cid-taOwgHUAs2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-taOwgHUAs2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-taOwgHUAs2 .modal.fade .modal-dialog,
.cid-taOwgHUAs2 .modal.in .modal-dialog {
  transform: none;
}
.cid-taOwgHUAs2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-taOwgHUAs2 H6 {
  text-align: center;
}
.cid-taOwgHUAs2 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-taOwgHUAs2 .rotate {
    top: -6px;
  }
}
.cid-taOwgHUAs2 .title-relative {
  position: relative;
}
.cid-taOwgHUAs2 .mbr-section-title,
.cid-taOwgHUAs2 .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-taOwgHUAs2 .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-taOwgHUAs2 .item-content {
    padding-top: 10px;
  }
}
.cid-taOwgHUAs2 .mbr-text,
.cid-taOwgHUAs2 .item-title {
  color: #fafafa;
}
.cid-taOwgHUAs2 .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-taOwgHUAs2 .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-taOwgHUAs2 .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-taOwgHUAs2 .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-taOwgHUAs2 .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-taOwgHUAs2 .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-taOwgHUAs2 .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-taOwgHUAs2 .item-title {
  text-align: center;
  color: #161616;
}
.cid-taOwgHUAs2 .mbr-text,
.cid-taOwgHUAs2 .mbr-section-btn {
  text-align: center;
  color: #161616;
}
.cid-taOwgHUAs2 .mbr-section-title {
  text-align: center;
  color: #161616;
}
.cid-taOwhm7MiC {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #2b2b2b;
}
.cid-taOwhm7MiC .mbr-text,
.cid-taOwhm7MiC .mbr-section-btn {
  color: #fafafa;
}
.cid-taOwhm7MiC .row {
  justify-content: start;
}
.cid-taOwhm7MiC .mbr-section-title {
  color: #fafafa;
}
.cid-taOwhm7MiC .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-taOwhm7MiC .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-taOwhm7MiC .wrapper {
    flex-direction: column-reverse;
  }
  .cid-taOwhm7MiC .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-taOwhm7MiC .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-taOwhm7MiC .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-taOwhm7MiC .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-taOwhm7MiC .wrapper-position {
    margin: 0 0 3rem 0;
  }
}
.cid-taOwo0l45a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2b2b2b;
}
.cid-taOwo0l45a .row {
  flex-direction: row-reverse;
}
.cid-taOwo0l45a .mbr-fallback-image.disabled {
  display: none;
}
.cid-taOwo0l45a .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-taOwo0l45a .row {
    flex-direction: column-reverse;
  }
  .cid-taOwo0l45a .arrow-text {
    display: none;
  }
}
@media (max-width: 425px) {
  .cid-taOwo0l45a .image-wrapper {
    display: none;
  }
  .cid-taOwo0l45a .card-title {
    line-height: 46px !important;
  }
}
.cid-taOwo0l45a .content-wrapper {
  background: #2b2b2b;
}
@media (max-width: 991px) {
  .cid-taOwo0l45a .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-taOwo0l45a .content-wrapper {
    padding: 1rem;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-taOwo0l45a .content-wrapper {
    padding: 2rem;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .cid-taOwo0l45a .content-wrapper {
    padding: 2rem 1rem;
    padding-left: 0;
  }
  .cid-taOwo0l45a .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-taOwo0l45a .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-taOwo0l45a .card-title,
.cid-taOwo0l45a .mbr-text {
  color: #fafafa;
}
.cid-taOwo0l45a .card-title {
  line-height: 69px;
}
@media (min-width: 991px) {
  .cid-taOwo0l45a .card-title-position {
    margin-left: 25rem;
  }
  .cid-taOwo0l45a .mbr-text {
    margin-bottom: 0;
    padding: 0;
  }
}
.cid-taOwo0l45a .mbr-text {
  padding-left: 50px;
}
.cid-taOwo0l45a .arrow-text {
  transform: rotate(225deg);
  color: #fafafa;
  position: absolute;
  left: 25px;
  top: -7px;
}
@media (max-width: 991px) {
  .cid-taOwo0l45a .arrow-text {
    display: none;
  }
  .cid-taOwo0l45a .mbr-text {
    padding-left: 50px;
  }
}
@media (max-width: 576px) {
  .cid-taOwo0l45a .arrow-text {
    display: none;
  }
  .cid-taOwo0l45a .mbr-text {
    padding-left: 0;
  }
}
.cid-taOwo0l45a .for-arrow {
  position: relative;
}
.cid-taOwrfqjLU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2b2b2b;
}
.cid-taOwrfqjLU .mbr-text {
  color: #fafafa;
}
.cid-taOwrfqjLU .row {
  justify-content: start;
}
.cid-taOwrfqjLU .line {
  border-top: 1px solid currentColor;
  margin-bottom: 5rem;
}
.cid-taOwrfqjLU .mbr-section-title {
  color: #fafafa;
}
.cid-taOwrfqjLU .title-arrow {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-taOwrfqjLU .title-arrow {
    top: 23px;
  }
}
@media (max-width: 991px) {
  .cid-taOwrfqjLU .wrapper {
    flex-direction: column-reverse;
  }
}
.cid-taOwrfqjLU .text-position {
  padding: 48px 32px;
}
@media (max-width: 991px) {
  .cid-taOwrfqjLU .text-position {
    padding-top: 0;
  }
}
@media (max-width: 425px) {
  .cid-taOwrfqjLU .text-position {
    padding: 0 10px 24px 10px;
  }
}
.cid-taOwsPezKZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2b2b2b;
}
.cid-taOwsPezKZ .mbr-text,
.cid-taOwsPezKZ .mbr-section-btn {
  color: #121212;
}
.cid-taOwsPezKZ .mbr-text,
.cid-taOwsPezKZ .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-taOwsPezKZ .mbr-text,
  .cid-taOwsPezKZ .mbr-section-title {
    text-align: center;
  }
}
.cid-taOwsPezKZ a.btn {
  height: 100%;
  margin: 0;
}
.cid-taOwsPezKZ .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-taOwsPezKZ .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-taOwsPezKZ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-taOwsPezKZ .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-taOwsPezKZ .justify-content-center {
  align-items: center;
}
.cid-taOwsPezKZ .border-radius {
  border-radius: 0px;
}
.cid-taOwsPezKZ .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-taOwsPezKZ .rotate {
    top: -6px;
  }
}
.cid-taOwsPezKZ svg {
  transition: all 0.4s;
}
.cid-taOwsPezKZ .svg-rotate {
  transform: rotate(225deg);
}
.cid-taOwsPezKZ .style-button {
  font-size: 30px;
  cursor: pointer;
  font-weight: 500;
  border-radius: 0px;
}
.cid-taOwsPezKZ .style-button:hover > .svg-rotate {
  transform: rotate(315deg);
}
.cid-tX1xKYLzkX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2b2b2b;
}
.cid-tX1xKYLzkX .form-control,
.cid-tX1xKYLzkX .form-control:focus {
  color: #e8e8e8 !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #e8e8e8;
}
.cid-tX1xKYLzkX .form-control:focus,
.cid-tX1xKYLzkX .form-control:focus:focus {
  outline: none;
}
.cid-tX1xKYLzkX input::-webkit-input-placeholder {
  color: #e8e8e8;
}
.cid-tX1xKYLzkX input::-moz-placeholder {
  color: #e8e8e8;
}
.cid-tX1xKYLzkX textarea::-webkit-input-placeholder {
  color: #e8e8e8;
}
.cid-tX1xKYLzkX textarea::-moz-placeholder {
  color: #e8e8e8;
}
.cid-tX1xKYLzkX .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tX1xKYLzkX .form-control {
  margin-bottom: 15px;
}
.cid-tX1xKYLzkX .map {
  width: 100%;
  height: 30rem;
}
.cid-tX1xKYLzkX .map iframe {
  width: inherit;
  height: 100%;
}
.cid-tX1xKYLzkX .mbr-text {
  color: #767676;
}
.cid-tX1xKYLzkX .input-group-btn {
  display: block;
}
.cid-tX1xKYLzkX .google-map {
  height: 25rem;
  position: relative;
}
.cid-tX1xKYLzkX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tX1xKYLzkX .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tX1xKYLzkX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tX1xKYLzkX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 768px) {
  .cid-tX1xKYLzkX .mbr-section-subtitle,
  .cid-tX1xKYLzkX .mbr-section-title {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tX1xKYLzkX .mbr-form {
    padding-bottom: 2rem;
  }
}
.cid-tX1xKYLzkX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX1xKYLzkX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX1xKYLzkX H2 {
  color: #fafafa;
}
.cid-tX1xKYLzkX .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tX12QnIvL5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b2b2b;
}
.cid-tX12QnIvL5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX12QnIvL5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX12QnIvL5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tX12QnIvL5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tX12QnIvL5 .socicon {
  color: #161616 !important;
}
@media (max-width: 767px) {
  .cid-tX12QnIvL5 .row {
    text-align: center;
  }
  .cid-tX12QnIvL5 .social-row {
    justify-content: center;
  }
}
.cid-tX12QnIvL5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tX12QnIvL5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tX12QnIvL5 .list {
    margin-bottom: 0rem;
  }
}
.cid-tX12QnIvL5 .mbr-text {
  color: #bbbbbb;
}
.cid-tX12QnIvL5 .mbr-iconfont {
  color: black;
}
.cid-tX12QnIvL5 .copyright {
  color: #ffffff;
}
.cid-tX12RCsRJj {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #2b2b2b;
}
.cid-tX12RCsRJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX12RCsRJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX12RCsRJj .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tX12RCsRJj .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tX12RCsRJj .row {
    text-align: center;
  }
  .cid-tX12RCsRJj .row > div {
    margin: auto;
  }
  .cid-tX12RCsRJj .social-row {
    justify-content: center;
  }
  .cid-tX12RCsRJj .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tX12RCsRJj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tX12RCsRJj .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tX12RCsRJj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tX12RCsRJj .list {
    margin-bottom: 0rem;
  }
}
.cid-tX12RCsRJj .mbr-text,
.cid-tX12RCsRJj .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tX12RCsRJj .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tX12RCsRJj .soc-item:last-child {
  margin-right: 0;
}
.cid-tX12RCsRJj .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tX12RCsRJj div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tX12RCsRJj .self-center {
  align-self: center;
}
.cid-tX12RCsRJj .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tX12RCsRJj .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tX12RCsRJj .indent-up {
    margin-bottom: 0;
  }
}
.cid-tX12RCsRJj .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tX12RCsRJj .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tX12RCsRJj .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tX12RCsRJj .position {
    text-align: center;
  }
}
.cid-tX12RCsRJj .pt-16 {
  padding-top: 16px;
}
.cid-tX12RCsRJj .pb-16 {
  padding-bottom: 16px;
}
.cid-tX12RCsRJj P {
  color: #fafafa;
}
.cid-tXRINrQg8i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
}
.cid-tXRINrQg8i nav.navbar {
  position: fixed;
}
.cid-tXRINrQg8i .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-tXRINrQg8i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXRINrQg8i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXRINrQg8i .dropdown-item:hover,
.cid-tXRINrQg8i .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-tXRINrQg8i .dropdown-item:hover span {
  color: white;
}
.cid-tXRINrQg8i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXRINrQg8i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXRINrQg8i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXRINrQg8i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXRINrQg8i .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-tXRINrQg8i .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXRINrQg8i .container {
    flex-wrap: nowrap;
  }
}
.cid-tXRINrQg8i .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXRINrQg8i .dropdown-menu,
.cid-tXRINrQg8i .navbar.opened {
  background: #2b2b2b !important;
}
.cid-tXRINrQg8i .nav-item:focus,
.cid-tXRINrQg8i .nav-link:focus {
  outline: none;
}
.cid-tXRINrQg8i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXRINrQg8i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXRINrQg8i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXRINrQg8i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXRINrQg8i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXRINrQg8i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXRINrQg8i .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(43, 43, 43, 0.8);
}
.cid-tXRINrQg8i .navbar.opened {
  transition: all 0.3s;
}
.cid-tXRINrQg8i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXRINrQg8i .navbar .navbar-logo img {
  width: auto;
}
.cid-tXRINrQg8i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXRINrQg8i .navbar.collapsed {
  justify-content: center;
}
.cid-tXRINrQg8i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXRINrQg8i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXRINrQg8i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-tXRINrQg8i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXRINrQg8i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXRINrQg8i .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-tXRINrQg8i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXRINrQg8i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXRINrQg8i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXRINrQg8i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXRINrQg8i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXRINrQg8i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXRINrQg8i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXRINrQg8i .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-tXRINrQg8i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXRINrQg8i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXRINrQg8i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXRINrQg8i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXRINrQg8i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXRINrQg8i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tXRINrQg8i .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tXRINrQg8i .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXRINrQg8i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXRINrQg8i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXRINrQg8i .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXRINrQg8i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXRINrQg8i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXRINrQg8i .dropdown-item.active,
.cid-tXRINrQg8i .dropdown-item:active {
  background-color: transparent;
}
.cid-tXRINrQg8i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXRINrQg8i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXRINrQg8i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXRINrQg8i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b2b2b;
}
.cid-tXRINrQg8i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXRINrQg8i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXRINrQg8i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXRINrQg8i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXRINrQg8i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXRINrQg8i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tXRINrQg8i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXRINrQg8i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXRINrQg8i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXRINrQg8i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXRINrQg8i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXRINrQg8i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXRINrQg8i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXRINrQg8i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXRINrQg8i .navbar-dropdown {
  position: fixed;
}
.cid-tXRINrQg8i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXRINrQg8i .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-tXRINrQg8i .navbar {
    height: 70px;
  }
  .cid-tXRINrQg8i .navbar.opened {
    height: auto;
  }
  .cid-tXRINrQg8i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXMUP27Z6F {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b2b2b;
  overflow: hidden;
}
.cid-tXMPBMNFbi {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #2b2b2b;
}
.cid-tXMPBMNFbi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXMPBMNFbi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXMPBMNFbi .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-tXMPBMNFbi .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-tXMPBMNFbi .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tXMPBMNFbi .item-wrapper .w-100 {
  height: 400px;
}
.cid-tXMPBMNFbi .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tXMPBMNFbi .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tXMPBMNFbi .carousel-control,
.cid-tXMPBMNFbi .close {
  background: #1b1b1b;
}
.cid-tXMPBMNFbi .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tXMPBMNFbi .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tXMPBMNFbi .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tXMPBMNFbi .carousel-control-next span {
  margin-left: 5px;
}
.cid-tXMPBMNFbi .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tXMPBMNFbi .close::before {
  content: '\e91a';
}
.cid-tXMPBMNFbi .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-tXMPBMNFbi .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tXMPBMNFbi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXMPBMNFbi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXMPBMNFbi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXMPBMNFbi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tXMPBMNFbi .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tXMPBMNFbi .carousel-indicators li.active,
.cid-tXMPBMNFbi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXMPBMNFbi .carousel-indicators li::after,
.cid-tXMPBMNFbi .carousel-indicators li::before {
  content: none;
}
.cid-tXMPBMNFbi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tXMPBMNFbi .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tXMPBMNFbi .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tXMPBMNFbi .carousel-indicators {
    display: none;
  }
}
.cid-tXMPBMNFbi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tXMPBMNFbi .carousel-inner > .active {
  display: block;
}
.cid-tXMPBMNFbi .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXMPBMNFbi .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXMPBMNFbi .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tXMPBMNFbi .carousel-control,
  .cid-tXMPBMNFbi .carousel-indicators,
  .cid-tXMPBMNFbi .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tXMPBMNFbi .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tXMPBMNFbi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXMPBMNFbi .carousel-indicators .active,
.cid-tXMPBMNFbi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tXMPBMNFbi .carousel-indicators .active {
  background: #fafafa;
}
.cid-tXMPBMNFbi .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tXMPBMNFbi .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tXMPBMNFbi .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tXMPBMNFbi .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tXMPBMNFbi .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tXMPBMNFbi .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tXMPBMNFbi .carousel {
  width: 100%;
}
.cid-tXMPBMNFbi .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tXMPBMNFbi .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tXMPBMNFbi .modal.fade .modal-dialog,
.cid-tXMPBMNFbi .modal.in .modal-dialog {
  transform: none;
}
.cid-tXMPBMNFbi .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tXMPBMNFbi H6 {
  text-align: center;
}
.cid-tXMPBMNFbi .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-tXMPBMNFbi .rotate {
    top: -6px;
  }
}
.cid-tXMPBMNFbi .title-relative {
  position: relative;
}
.cid-tXMPBMNFbi .mbr-section-title,
.cid-tXMPBMNFbi .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tXMPBMNFbi .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-tXMPBMNFbi .item-content {
    padding-top: 10px;
  }
}
.cid-tXMPBMNFbi .mbr-text,
.cid-tXMPBMNFbi .item-title {
  color: #fafafa;
}
.cid-tXMPBMNFbi .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-tXMPBMNFbi .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-tXMPBMNFbi .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-tXMPBMNFbi .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-tXMPBMNFbi .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-tXMPBMNFbi .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-tXMPBMNFbi .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-tXYU6LcyCt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #2b2b2b;
}
.cid-tXYU6LcyCt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXYU6LcyCt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXYU6LcyCt .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-tXYU6LcyCt .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-tXYU6LcyCt .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tXYU6LcyCt .item-wrapper .w-100 {
  height: 400px;
}
.cid-tXYU6LcyCt .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tXYU6LcyCt .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tXYU6LcyCt .carousel-control,
.cid-tXYU6LcyCt .close {
  background: #1b1b1b;
}
.cid-tXYU6LcyCt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tXYU6LcyCt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tXYU6LcyCt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tXYU6LcyCt .carousel-control-next span {
  margin-left: 5px;
}
.cid-tXYU6LcyCt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tXYU6LcyCt .close::before {
  content: '\e91a';
}
.cid-tXYU6LcyCt .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-tXYU6LcyCt .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tXYU6LcyCt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXYU6LcyCt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXYU6LcyCt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXYU6LcyCt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tXYU6LcyCt .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tXYU6LcyCt .carousel-indicators li.active,
.cid-tXYU6LcyCt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXYU6LcyCt .carousel-indicators li::after,
.cid-tXYU6LcyCt .carousel-indicators li::before {
  content: none;
}
.cid-tXYU6LcyCt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tXYU6LcyCt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tXYU6LcyCt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tXYU6LcyCt .carousel-indicators {
    display: none;
  }
}
.cid-tXYU6LcyCt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tXYU6LcyCt .carousel-inner > .active {
  display: block;
}
.cid-tXYU6LcyCt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXYU6LcyCt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXYU6LcyCt .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tXYU6LcyCt .carousel-control,
  .cid-tXYU6LcyCt .carousel-indicators,
  .cid-tXYU6LcyCt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tXYU6LcyCt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tXYU6LcyCt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXYU6LcyCt .carousel-indicators .active,
.cid-tXYU6LcyCt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tXYU6LcyCt .carousel-indicators .active {
  background: #fafafa;
}
.cid-tXYU6LcyCt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tXYU6LcyCt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tXYU6LcyCt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tXYU6LcyCt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tXYU6LcyCt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tXYU6LcyCt .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tXYU6LcyCt .carousel {
  width: 100%;
}
.cid-tXYU6LcyCt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tXYU6LcyCt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tXYU6LcyCt .modal.fade .modal-dialog,
.cid-tXYU6LcyCt .modal.in .modal-dialog {
  transform: none;
}
.cid-tXYU6LcyCt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tXYU6LcyCt H6 {
  text-align: center;
}
.cid-tXYU6LcyCt .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-tXYU6LcyCt .rotate {
    top: -6px;
  }
}
.cid-tXYU6LcyCt .title-relative {
  position: relative;
}
.cid-tXYU6LcyCt .mbr-section-title,
.cid-tXYU6LcyCt .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tXYU6LcyCt .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-tXYU6LcyCt .item-content {
    padding-top: 10px;
  }
}
.cid-tXYU6LcyCt .mbr-text,
.cid-tXYU6LcyCt .item-title {
  color: #fafafa;
}
.cid-tXYU6LcyCt .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-tXYU6LcyCt .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-tXYU6LcyCt .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-tXYU6LcyCt .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-tXYU6LcyCt .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-tXYU6LcyCt .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-tXYU6LcyCt .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-tXYU7Jpa7t {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #2b2b2b;
}
.cid-tXYU7Jpa7t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXYU7Jpa7t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXYU7Jpa7t .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-tXYU7Jpa7t .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-tXYU7Jpa7t .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tXYU7Jpa7t .item-wrapper .w-100 {
  height: 400px;
}
.cid-tXYU7Jpa7t .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tXYU7Jpa7t .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tXYU7Jpa7t .carousel-control,
.cid-tXYU7Jpa7t .close {
  background: #1b1b1b;
}
.cid-tXYU7Jpa7t .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tXYU7Jpa7t .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tXYU7Jpa7t .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tXYU7Jpa7t .carousel-control-next span {
  margin-left: 5px;
}
.cid-tXYU7Jpa7t .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tXYU7Jpa7t .close::before {
  content: '\e91a';
}
.cid-tXYU7Jpa7t .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-tXYU7Jpa7t .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tXYU7Jpa7t .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXYU7Jpa7t .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXYU7Jpa7t .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXYU7Jpa7t .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tXYU7Jpa7t .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tXYU7Jpa7t .carousel-indicators li.active,
.cid-tXYU7Jpa7t .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXYU7Jpa7t .carousel-indicators li::after,
.cid-tXYU7Jpa7t .carousel-indicators li::before {
  content: none;
}
.cid-tXYU7Jpa7t .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tXYU7Jpa7t .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tXYU7Jpa7t .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tXYU7Jpa7t .carousel-indicators {
    display: none;
  }
}
.cid-tXYU7Jpa7t .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tXYU7Jpa7t .carousel-inner > .active {
  display: block;
}
.cid-tXYU7Jpa7t .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXYU7Jpa7t .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXYU7Jpa7t .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tXYU7Jpa7t .carousel-control,
  .cid-tXYU7Jpa7t .carousel-indicators,
  .cid-tXYU7Jpa7t .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tXYU7Jpa7t .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tXYU7Jpa7t .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXYU7Jpa7t .carousel-indicators .active,
.cid-tXYU7Jpa7t .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tXYU7Jpa7t .carousel-indicators .active {
  background: #fafafa;
}
.cid-tXYU7Jpa7t .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tXYU7Jpa7t .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tXYU7Jpa7t .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tXYU7Jpa7t .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tXYU7Jpa7t .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tXYU7Jpa7t .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tXYU7Jpa7t .carousel {
  width: 100%;
}
.cid-tXYU7Jpa7t .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tXYU7Jpa7t .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tXYU7Jpa7t .modal.fade .modal-dialog,
.cid-tXYU7Jpa7t .modal.in .modal-dialog {
  transform: none;
}
.cid-tXYU7Jpa7t .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tXYU7Jpa7t H6 {
  text-align: center;
}
.cid-tXYU7Jpa7t .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-tXYU7Jpa7t .rotate {
    top: -6px;
  }
}
.cid-tXYU7Jpa7t .title-relative {
  position: relative;
}
.cid-tXYU7Jpa7t .mbr-section-title,
.cid-tXYU7Jpa7t .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tXYU7Jpa7t .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-tXYU7Jpa7t .item-content {
    padding-top: 10px;
  }
}
.cid-tXYU7Jpa7t .mbr-text,
.cid-tXYU7Jpa7t .item-title {
  color: #fafafa;
}
.cid-tXYU7Jpa7t .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-tXYU7Jpa7t .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-tXYU7Jpa7t .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-tXYU7Jpa7t .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-tXYU7Jpa7t .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-tXYU7Jpa7t .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-tXYU7Jpa7t .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-tXRIFGF8zG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
}
.cid-tXRIFGF8zG nav.navbar {
  position: fixed;
}
.cid-tXRIFGF8zG .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-tXRIFGF8zG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXRIFGF8zG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXRIFGF8zG .dropdown-item:hover,
.cid-tXRIFGF8zG .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-tXRIFGF8zG .dropdown-item:hover span {
  color: white;
}
.cid-tXRIFGF8zG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXRIFGF8zG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXRIFGF8zG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXRIFGF8zG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXRIFGF8zG .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-tXRIFGF8zG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXRIFGF8zG .container {
    flex-wrap: nowrap;
  }
}
.cid-tXRIFGF8zG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXRIFGF8zG .dropdown-menu,
.cid-tXRIFGF8zG .navbar.opened {
  background: #2b2b2b !important;
}
.cid-tXRIFGF8zG .nav-item:focus,
.cid-tXRIFGF8zG .nav-link:focus {
  outline: none;
}
.cid-tXRIFGF8zG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXRIFGF8zG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXRIFGF8zG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXRIFGF8zG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXRIFGF8zG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXRIFGF8zG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXRIFGF8zG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(43, 43, 43, 0.8);
}
.cid-tXRIFGF8zG .navbar.opened {
  transition: all 0.3s;
}
.cid-tXRIFGF8zG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXRIFGF8zG .navbar .navbar-logo img {
  width: auto;
}
.cid-tXRIFGF8zG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXRIFGF8zG .navbar.collapsed {
  justify-content: center;
}
.cid-tXRIFGF8zG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXRIFGF8zG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXRIFGF8zG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-tXRIFGF8zG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXRIFGF8zG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXRIFGF8zG .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-tXRIFGF8zG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXRIFGF8zG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXRIFGF8zG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXRIFGF8zG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXRIFGF8zG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXRIFGF8zG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXRIFGF8zG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXRIFGF8zG .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-tXRIFGF8zG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXRIFGF8zG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXRIFGF8zG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXRIFGF8zG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXRIFGF8zG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXRIFGF8zG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tXRIFGF8zG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tXRIFGF8zG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXRIFGF8zG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXRIFGF8zG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXRIFGF8zG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXRIFGF8zG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXRIFGF8zG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXRIFGF8zG .dropdown-item.active,
.cid-tXRIFGF8zG .dropdown-item:active {
  background-color: transparent;
}
.cid-tXRIFGF8zG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXRIFGF8zG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXRIFGF8zG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXRIFGF8zG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b2b2b;
}
.cid-tXRIFGF8zG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXRIFGF8zG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXRIFGF8zG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXRIFGF8zG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXRIFGF8zG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXRIFGF8zG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tXRIFGF8zG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXRIFGF8zG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXRIFGF8zG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXRIFGF8zG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXRIFGF8zG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXRIFGF8zG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXRIFGF8zG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXRIFGF8zG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXRIFGF8zG .navbar-dropdown {
  position: fixed;
}
.cid-tXRIFGF8zG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXRIFGF8zG .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-tXRIFGF8zG .navbar {
    height: 70px;
  }
  .cid-tXRIFGF8zG .navbar.opened {
    height: auto;
  }
  .cid-tXRIFGF8zG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYYPeqXbga {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYYPeqXbga .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tYYPeqXbga .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYPeqXbga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYYK1P4xvb {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tYYK1P4xvb .mbr-text {
  color: #8d97ad;
}
.cid-tYYK1P4xvb .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-tYYK1P4xvb .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tYYK1P4xvb .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #fafafa;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fafafa, #5eeebb);
  border-radius: 0;
}
.cid-tX12RCsRJj {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #2b2b2b;
}
.cid-tX12RCsRJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX12RCsRJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX12RCsRJj .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tX12RCsRJj .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tX12RCsRJj .row {
    text-align: center;
  }
  .cid-tX12RCsRJj .row > div {
    margin: auto;
  }
  .cid-tX12RCsRJj .social-row {
    justify-content: center;
  }
  .cid-tX12RCsRJj .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tX12RCsRJj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tX12RCsRJj .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tX12RCsRJj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tX12RCsRJj .list {
    margin-bottom: 0rem;
  }
}
.cid-tX12RCsRJj .mbr-text,
.cid-tX12RCsRJj .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tX12RCsRJj .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tX12RCsRJj .soc-item:last-child {
  margin-right: 0;
}
.cid-tX12RCsRJj .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tX12RCsRJj div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tX12RCsRJj .self-center {
  align-self: center;
}
.cid-tX12RCsRJj .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tX12RCsRJj .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tX12RCsRJj .indent-up {
    margin-bottom: 0;
  }
}
.cid-tX12RCsRJj .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tX12RCsRJj .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tX12RCsRJj .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tX12RCsRJj .position {
    text-align: center;
  }
}
.cid-tX12RCsRJj .pt-16 {
  padding-top: 16px;
}
.cid-tX12RCsRJj .pb-16 {
  padding-bottom: 16px;
}
.cid-tX12RCsRJj P {
  color: #fafafa;
}
