.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .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: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !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: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.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: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.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: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #9fe870;
}
/* 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: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.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: #9fe870;
  border-bottom-color: #9fe870;
}
.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: #9fe870 !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: #ffd7ef !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='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tOxY5uYPCQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tOxY5uYPCQ nav.navbar {
  position: fixed;
}
.cid-tOxY5uYPCQ .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-tOxY5uYPCQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOxY5uYPCQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tOxY5uYPCQ .dropdown-item:hover,
.cid-tOxY5uYPCQ .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-tOxY5uYPCQ .dropdown-item:hover span {
  color: white;
}
.cid-tOxY5uYPCQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOxY5uYPCQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOxY5uYPCQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOxY5uYPCQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOxY5uYPCQ .nav-link {
  position: relative;
}
.cid-tOxY5uYPCQ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOxY5uYPCQ .container {
    flex-wrap: wrap;
  }
}
.cid-tOxY5uYPCQ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOxY5uYPCQ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tOxY5uYPCQ .iconfont-wrapper {
  color: #757b62 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tOxY5uYPCQ .dropdown-menu,
.cid-tOxY5uYPCQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tOxY5uYPCQ .nav-item:focus,
.cid-tOxY5uYPCQ .nav-link:focus {
  outline: none;
}
.cid-tOxY5uYPCQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOxY5uYPCQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOxY5uYPCQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOxY5uYPCQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOxY5uYPCQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOxY5uYPCQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOxY5uYPCQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tOxY5uYPCQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tOxY5uYPCQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOxY5uYPCQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tOxY5uYPCQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOxY5uYPCQ .navbar.collapsed {
  justify-content: center;
}
.cid-tOxY5uYPCQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOxY5uYPCQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOxY5uYPCQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tOxY5uYPCQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOxY5uYPCQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOxY5uYPCQ .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-tOxY5uYPCQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOxY5uYPCQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOxY5uYPCQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOxY5uYPCQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOxY5uYPCQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOxY5uYPCQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOxY5uYPCQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOxY5uYPCQ .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-tOxY5uYPCQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOxY5uYPCQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOxY5uYPCQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOxY5uYPCQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOxY5uYPCQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOxY5uYPCQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tOxY5uYPCQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tOxY5uYPCQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOxY5uYPCQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOxY5uYPCQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOxY5uYPCQ .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-tOxY5uYPCQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOxY5uYPCQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOxY5uYPCQ .dropdown-item.active,
.cid-tOxY5uYPCQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tOxY5uYPCQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOxY5uYPCQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOxY5uYPCQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOxY5uYPCQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOxY5uYPCQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOxY5uYPCQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOxY5uYPCQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOxY5uYPCQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOxY5uYPCQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOxY5uYPCQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOxY5uYPCQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOxY5uYPCQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOxY5uYPCQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOxY5uYPCQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOxY5uYPCQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOxY5uYPCQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOxY5uYPCQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOxY5uYPCQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOxY5uYPCQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOxY5uYPCQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOxY5uYPCQ .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-tOxY5uYPCQ .navbar {
    height: 70px;
  }
  .cid-tOxY5uYPCQ .navbar.opened {
    height: auto;
  }
  .cid-tOxY5uYPCQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOyx5pmd9g {
  background-image: url("../../../assets/images/lemmix-logo-2-1379x1141.png");
}
.cid-tOyx5pmd9g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOyx5pmd9g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOyJqmi9NI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-tOyJqmi9NI img,
.cid-tOyJqmi9NI .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tOyJqmi9NI .item:focus,
.cid-tOyJqmi9NI span:focus {
  outline: none;
}
.cid-tOyJqmi9NI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tOyJqmi9NI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tOyJqmi9NI .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tOyJqmi9NI .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOyJqmi9NI .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tOyJqmi9NI .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tOyJqmi9NI .item-wrapper {
  background: transparent;
}
.cid-tOyJqmi9NI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tOyJqmi9NI .mbr-section-title {
  color: #232323;
}
.cid-tOyJqmi9NI .mbr-text,
.cid-tOyJqmi9NI .mbr-section-btn {
  text-align: center;
}
.cid-tOyJqmi9NI .item-title {
  text-align: center;
}
.cid-tOyJqmi9NI .item-subtitle {
  text-align: center;
}
.cid-tOBiMP7Hlt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOBiMP7Hlt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOBiMP7Hlt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOBiMP7Hlt .title .num {
  width: 100%;
  display: block;
}
.cid-tOBiMP7Hlt .title .card-title {
  z-index: 1;
}
.cid-tOBiMP7Hlt .num {
  color: #757b62;
  text-align: center;
}
.cid-tOBiMP7Hlt .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tOBiMP7Hlt .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tOBiMP7Hlt * {
    text-align: center !important;
  }
  .cid-tOBiMP7Hlt .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tOBiMP7Hlt .content-head {
  max-width: 800px;
}
.cid-tOBiMP7Hlt .card-text {
  text-align: center;
}
.cid-tOBdtVY04u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-tOBdtVY04u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOBdtVY04u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOBdtVY04u .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tOBdtVY04u .item {
    margin-bottom: 1rem;
  }
}
.cid-tOBdtVY04u .item-wrapper {
  position: relative;
}
.cid-tOBdtVY04u .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: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tOBdtVY04u .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tOBdtVY04u .carousel-control,
.cid-tOBdtVY04u .close {
  background: #1b1b1b;
}
.cid-tOBdtVY04u .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tOBdtVY04u .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tOBdtVY04u .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tOBdtVY04u .carousel-control-next span {
  margin-left: 5px;
}
.cid-tOBdtVY04u .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tOBdtVY04u .close::before {
  content: '\e91a';
}
.cid-tOBdtVY04u .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tOBdtVY04u .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 #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tOBdtVY04u .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOBdtVY04u .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tOBdtVY04u .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tOBdtVY04u .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tOBdtVY04u .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 #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tOBdtVY04u .carousel-indicators li.active,
.cid-tOBdtVY04u .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tOBdtVY04u .carousel-indicators li::after,
.cid-tOBdtVY04u .carousel-indicators li::before {
  content: none;
}
.cid-tOBdtVY04u .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tOBdtVY04u .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tOBdtVY04u .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tOBdtVY04u .carousel-indicators {
    display: none;
  }
}
.cid-tOBdtVY04u .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tOBdtVY04u .carousel-inner > .active {
  display: block;
}
.cid-tOBdtVY04u .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOBdtVY04u .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tOBdtVY04u .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tOBdtVY04u .carousel-control,
  .cid-tOBdtVY04u .carousel-indicators,
  .cid-tOBdtVY04u .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tOBdtVY04u .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tOBdtVY04u .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tOBdtVY04u .carousel-indicators .active,
.cid-tOBdtVY04u .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tOBdtVY04u .carousel-indicators .active {
  background: #fff;
}
.cid-tOBdtVY04u .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tOBdtVY04u .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tOBdtVY04u .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tOBdtVY04u .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tOBdtVY04u .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tOBdtVY04u .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tOBdtVY04u .carousel {
  width: 100%;
}
.cid-tOBdtVY04u .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tOBdtVY04u .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tOBdtVY04u .modal.fade .modal-dialog,
.cid-tOBdtVY04u .modal.in .modal-dialog {
  transform: none;
}
.cid-tOBdtVY04u .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tOBdtVY04u .content-head {
  max-width: 800px;
}
.cid-tOyBrlds8x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOyBrlds8x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOyBrlds8x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOyBrlds8x .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #9fe870;
  margin-bottom: 2rem;
}
.cid-tOyBrlds8x .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tOyBrlds8x .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tOyBrlds8x .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tOGV25b0Bl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #314453;
}
.cid-tOGV25b0Bl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOGV25b0Bl .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tOGV25b0Bl .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOGV25b0Bl .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tOGV25b0Bl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tOGV25b0Bl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tOGV25b0Bl .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOGV25b0Bl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tOGV25b0Bl .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tOGV25b0Bl .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tOGV25b0Bl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOGV25b0Bl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOGV25b0Bl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tOGV25b0Bl .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tOxY5uYPCQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tOxY5uYPCQ nav.navbar {
  position: fixed;
}
.cid-tOxY5uYPCQ .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-tOxY5uYPCQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOxY5uYPCQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tOxY5uYPCQ .dropdown-item:hover,
.cid-tOxY5uYPCQ .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-tOxY5uYPCQ .dropdown-item:hover span {
  color: white;
}
.cid-tOxY5uYPCQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOxY5uYPCQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOxY5uYPCQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOxY5uYPCQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOxY5uYPCQ .nav-link {
  position: relative;
}
.cid-tOxY5uYPCQ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOxY5uYPCQ .container {
    flex-wrap: wrap;
  }
}
.cid-tOxY5uYPCQ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOxY5uYPCQ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tOxY5uYPCQ .iconfont-wrapper {
  color: #757b62 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tOxY5uYPCQ .dropdown-menu,
.cid-tOxY5uYPCQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tOxY5uYPCQ .nav-item:focus,
.cid-tOxY5uYPCQ .nav-link:focus {
  outline: none;
}
.cid-tOxY5uYPCQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOxY5uYPCQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOxY5uYPCQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOxY5uYPCQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOxY5uYPCQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOxY5uYPCQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOxY5uYPCQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tOxY5uYPCQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tOxY5uYPCQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOxY5uYPCQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tOxY5uYPCQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOxY5uYPCQ .navbar.collapsed {
  justify-content: center;
}
.cid-tOxY5uYPCQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOxY5uYPCQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOxY5uYPCQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tOxY5uYPCQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOxY5uYPCQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOxY5uYPCQ .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-tOxY5uYPCQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOxY5uYPCQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOxY5uYPCQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOxY5uYPCQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOxY5uYPCQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOxY5uYPCQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOxY5uYPCQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOxY5uYPCQ .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-tOxY5uYPCQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOxY5uYPCQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOxY5uYPCQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOxY5uYPCQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOxY5uYPCQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOxY5uYPCQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tOxY5uYPCQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tOxY5uYPCQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOxY5uYPCQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOxY5uYPCQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOxY5uYPCQ .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-tOxY5uYPCQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOxY5uYPCQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOxY5uYPCQ .dropdown-item.active,
.cid-tOxY5uYPCQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tOxY5uYPCQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOxY5uYPCQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOxY5uYPCQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOxY5uYPCQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOxY5uYPCQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOxY5uYPCQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOxY5uYPCQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOxY5uYPCQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOxY5uYPCQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOxY5uYPCQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOxY5uYPCQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOxY5uYPCQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOxY5uYPCQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOxY5uYPCQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOxY5uYPCQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOxY5uYPCQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOxY5uYPCQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOxY5uYPCQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOxY5uYPCQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOxY5uYPCQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOxY5uYPCQ .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-tOxY5uYPCQ .navbar {
    height: 70px;
  }
  .cid-tOxY5uYPCQ .navbar.opened {
    height: auto;
  }
  .cid-tOxY5uYPCQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOxD1TrWXH {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOxD1TrWXH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOxD1TrWXH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOxD1TrWXH .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tOxD1TrWXH .currentcost {
  color: #232323;
}
.cid-tOxD1TrWXH .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tOxD1TrWXH .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tOxD1TrWXH .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tOxD1TrWXH .text-box {
    padding: 1rem;
  }
}
.cid-tOxD1TrWXH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tOH6vpCPGq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOH6vpCPGq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOH6vpCPGq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOH6vpCPGq .item {
  padding-bottom: 2rem;
}
.cid-tOH6vpCPGq .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tOH6vpCPGq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tOH6vpCPGq .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: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tOH6vpCPGq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tOH6vpCPGq .carousel-control,
.cid-tOH6vpCPGq .close {
  background: #1b1b1b;
}
.cid-tOH6vpCPGq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tOH6vpCPGq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tOH6vpCPGq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tOH6vpCPGq .carousel-control-next span {
  margin-left: 5px;
}
.cid-tOH6vpCPGq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tOH6vpCPGq .close::before {
  content: '\e91a';
}
.cid-tOH6vpCPGq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tOH6vpCPGq .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 #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tOH6vpCPGq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOH6vpCPGq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tOH6vpCPGq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tOH6vpCPGq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tOH6vpCPGq .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 #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tOH6vpCPGq .carousel-indicators li.active,
.cid-tOH6vpCPGq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tOH6vpCPGq .carousel-indicators li::after,
.cid-tOH6vpCPGq .carousel-indicators li::before {
  content: none;
}
.cid-tOH6vpCPGq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tOH6vpCPGq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tOH6vpCPGq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tOH6vpCPGq .carousel-indicators {
    display: none;
  }
}
.cid-tOH6vpCPGq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tOH6vpCPGq .carousel-inner > .active {
  display: block;
}
.cid-tOH6vpCPGq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOH6vpCPGq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tOH6vpCPGq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tOH6vpCPGq .carousel-control,
  .cid-tOH6vpCPGq .carousel-indicators,
  .cid-tOH6vpCPGq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tOH6vpCPGq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tOH6vpCPGq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tOH6vpCPGq .carousel-indicators .active,
.cid-tOH6vpCPGq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tOH6vpCPGq .carousel-indicators .active {
  background: #fff;
}
.cid-tOH6vpCPGq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tOH6vpCPGq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tOH6vpCPGq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tOH6vpCPGq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tOH6vpCPGq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tOH6vpCPGq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tOH6vpCPGq .carousel {
  width: 100%;
}
.cid-tOH6vpCPGq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tOH6vpCPGq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tOH6vpCPGq .modal.fade .modal-dialog,
.cid-tOH6vpCPGq .modal.in .modal-dialog {
  transform: none;
}
.cid-tOH6vpCPGq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tOH6vpCPGq H6 {
  text-align: center;
}
.cid-tOxKSkdcgw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOxKSkdcgw blockquote {
  border-color: #a6a99c;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tOxMgG8S7O {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOxMgG8S7O blockquote {
  border-color: #757b62;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tOxLP8ywIq {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOxLP8ywIq .line {
  background-color: #757b62;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tOGV25b0Bl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #314453;
}
.cid-tOGV25b0Bl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOGV25b0Bl .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tOGV25b0Bl .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOGV25b0Bl .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tOGV25b0Bl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tOGV25b0Bl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tOGV25b0Bl .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOGV25b0Bl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tOGV25b0Bl .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tOGV25b0Bl .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tOGV25b0Bl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOGV25b0Bl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOGV25b0Bl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tOGV25b0Bl .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tOJK8LYVDb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tOJK8LYVDb nav.navbar {
  position: fixed;
}
.cid-tOJK8LYVDb .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-tOJK8LYVDb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOJK8LYVDb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tOJK8LYVDb .dropdown-item:hover,
.cid-tOJK8LYVDb .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-tOJK8LYVDb .dropdown-item:hover span {
  color: white;
}
.cid-tOJK8LYVDb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOJK8LYVDb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOJK8LYVDb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOJK8LYVDb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOJK8LYVDb .nav-link {
  position: relative;
}
.cid-tOJK8LYVDb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOJK8LYVDb .container {
    flex-wrap: wrap;
  }
}
.cid-tOJK8LYVDb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOJK8LYVDb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tOJK8LYVDb .iconfont-wrapper {
  color: #757b62 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tOJK8LYVDb .dropdown-menu,
.cid-tOJK8LYVDb .navbar.opened {
  background: #ffffff !important;
}
.cid-tOJK8LYVDb .nav-item:focus,
.cid-tOJK8LYVDb .nav-link:focus {
  outline: none;
}
.cid-tOJK8LYVDb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOJK8LYVDb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOJK8LYVDb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOJK8LYVDb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOJK8LYVDb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOJK8LYVDb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOJK8LYVDb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tOJK8LYVDb .navbar.opened {
  transition: all 0.3s;
}
.cid-tOJK8LYVDb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOJK8LYVDb .navbar .navbar-logo img {
  width: auto;
}
.cid-tOJK8LYVDb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOJK8LYVDb .navbar.collapsed {
  justify-content: center;
}
.cid-tOJK8LYVDb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOJK8LYVDb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOJK8LYVDb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tOJK8LYVDb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOJK8LYVDb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOJK8LYVDb .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-tOJK8LYVDb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOJK8LYVDb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOJK8LYVDb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOJK8LYVDb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOJK8LYVDb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOJK8LYVDb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOJK8LYVDb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOJK8LYVDb .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-tOJK8LYVDb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOJK8LYVDb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOJK8LYVDb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOJK8LYVDb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOJK8LYVDb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOJK8LYVDb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tOJK8LYVDb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tOJK8LYVDb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOJK8LYVDb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOJK8LYVDb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOJK8LYVDb .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-tOJK8LYVDb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOJK8LYVDb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOJK8LYVDb .dropdown-item.active,
.cid-tOJK8LYVDb .dropdown-item:active {
  background-color: transparent;
}
.cid-tOJK8LYVDb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOJK8LYVDb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOJK8LYVDb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOJK8LYVDb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOJK8LYVDb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOJK8LYVDb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOJK8LYVDb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOJK8LYVDb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOJK8LYVDb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOJK8LYVDb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOJK8LYVDb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOJK8LYVDb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOJK8LYVDb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOJK8LYVDb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOJK8LYVDb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOJK8LYVDb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOJK8LYVDb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOJK8LYVDb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOJK8LYVDb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOJK8LYVDb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOJK8LYVDb .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-tOJK8LYVDb .navbar {
    height: 70px;
  }
  .cid-tOJK8LYVDb .navbar.opened {
    height: auto;
  }
  .cid-tOJK8LYVDb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOJK8MCTKA {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOJK8MCTKA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOJK8MCTKA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOJK8MCTKA .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tOJK8MCTKA .currentcost {
  color: #232323;
}
.cid-tOJK8MCTKA .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tOJK8MCTKA .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tOJK8MCTKA .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tOJK8MCTKA .text-box {
    padding: 1rem;
  }
}
.cid-tOJK8MCTKA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tOJK8N1Ys2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOJK8N1Ys2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOJK8N1Ys2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOJK8N1Ys2 .item {
  padding-bottom: 2rem;
}
.cid-tOJK8N1Ys2 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tOJK8N1Ys2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tOJK8N1Ys2 .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: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tOJK8N1Ys2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tOJK8N1Ys2 .carousel-control,
.cid-tOJK8N1Ys2 .close {
  background: #1b1b1b;
}
.cid-tOJK8N1Ys2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tOJK8N1Ys2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tOJK8N1Ys2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tOJK8N1Ys2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tOJK8N1Ys2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tOJK8N1Ys2 .close::before {
  content: '\e91a';
}
.cid-tOJK8N1Ys2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tOJK8N1Ys2 .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 #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tOJK8N1Ys2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOJK8N1Ys2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tOJK8N1Ys2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tOJK8N1Ys2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tOJK8N1Ys2 .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 #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tOJK8N1Ys2 .carousel-indicators li.active,
.cid-tOJK8N1Ys2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tOJK8N1Ys2 .carousel-indicators li::after,
.cid-tOJK8N1Ys2 .carousel-indicators li::before {
  content: none;
}
.cid-tOJK8N1Ys2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tOJK8N1Ys2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tOJK8N1Ys2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tOJK8N1Ys2 .carousel-indicators {
    display: none;
  }
}
.cid-tOJK8N1Ys2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tOJK8N1Ys2 .carousel-inner > .active {
  display: block;
}
.cid-tOJK8N1Ys2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOJK8N1Ys2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tOJK8N1Ys2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tOJK8N1Ys2 .carousel-control,
  .cid-tOJK8N1Ys2 .carousel-indicators,
  .cid-tOJK8N1Ys2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tOJK8N1Ys2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tOJK8N1Ys2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tOJK8N1Ys2 .carousel-indicators .active,
.cid-tOJK8N1Ys2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tOJK8N1Ys2 .carousel-indicators .active {
  background: #fff;
}
.cid-tOJK8N1Ys2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tOJK8N1Ys2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tOJK8N1Ys2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tOJK8N1Ys2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tOJK8N1Ys2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tOJK8N1Ys2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tOJK8N1Ys2 .carousel {
  width: 100%;
}
.cid-tOJK8N1Ys2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tOJK8N1Ys2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tOJK8N1Ys2 .modal.fade .modal-dialog,
.cid-tOJK8N1Ys2 .modal.in .modal-dialog {
  transform: none;
}
.cid-tOJK8N1Ys2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tOJK8N1Ys2 H6 {
  text-align: center;
}
.cid-tOJK8NT1d2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOJK8NT1d2 blockquote {
  border-color: #a6a99c;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tOJK8ODw5v {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOJK8ODw5v .line {
  background-color: #757b62;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tOJK8ONBPv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #314453;
}
.cid-tOJK8ONBPv .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOJK8ONBPv .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tOJK8ONBPv .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOJK8ONBPv .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tOJK8ONBPv .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tOJK8ONBPv .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tOJK8ONBPv .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOJK8ONBPv .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tOJK8ONBPv .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tOJK8ONBPv .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tOJK8ONBPv .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOJK8ONBPv .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOJK8ONBPv .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tOJK8ONBPv .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tOJTJjbhis {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tOJTJjbhis nav.navbar {
  position: fixed;
}
.cid-tOJTJjbhis .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-tOJTJjbhis .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOJTJjbhis .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tOJTJjbhis .dropdown-item:hover,
.cid-tOJTJjbhis .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-tOJTJjbhis .dropdown-item:hover span {
  color: white;
}
.cid-tOJTJjbhis .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOJTJjbhis .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOJTJjbhis .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOJTJjbhis .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOJTJjbhis .nav-link {
  position: relative;
}
.cid-tOJTJjbhis .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOJTJjbhis .container {
    flex-wrap: wrap;
  }
}
.cid-tOJTJjbhis .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOJTJjbhis .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tOJTJjbhis .iconfont-wrapper {
  color: #757b62 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tOJTJjbhis .dropdown-menu,
.cid-tOJTJjbhis .navbar.opened {
  background: #ffffff !important;
}
.cid-tOJTJjbhis .nav-item:focus,
.cid-tOJTJjbhis .nav-link:focus {
  outline: none;
}
.cid-tOJTJjbhis .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOJTJjbhis .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOJTJjbhis .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOJTJjbhis .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOJTJjbhis .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOJTJjbhis .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOJTJjbhis .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tOJTJjbhis .navbar.opened {
  transition: all 0.3s;
}
.cid-tOJTJjbhis .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOJTJjbhis .navbar .navbar-logo img {
  width: auto;
}
.cid-tOJTJjbhis .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOJTJjbhis .navbar.collapsed {
  justify-content: center;
}
.cid-tOJTJjbhis .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOJTJjbhis .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOJTJjbhis .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tOJTJjbhis .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOJTJjbhis .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOJTJjbhis .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-tOJTJjbhis .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOJTJjbhis .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOJTJjbhis .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOJTJjbhis .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOJTJjbhis .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOJTJjbhis .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOJTJjbhis .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOJTJjbhis .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-tOJTJjbhis .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOJTJjbhis .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOJTJjbhis .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOJTJjbhis .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOJTJjbhis .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOJTJjbhis .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tOJTJjbhis .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tOJTJjbhis .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOJTJjbhis .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOJTJjbhis .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOJTJjbhis .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-tOJTJjbhis .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOJTJjbhis .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOJTJjbhis .dropdown-item.active,
.cid-tOJTJjbhis .dropdown-item:active {
  background-color: transparent;
}
.cid-tOJTJjbhis .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOJTJjbhis .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOJTJjbhis .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOJTJjbhis .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOJTJjbhis .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOJTJjbhis .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOJTJjbhis ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOJTJjbhis .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOJTJjbhis button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOJTJjbhis button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOJTJjbhis button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOJTJjbhis button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOJTJjbhis button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOJTJjbhis button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOJTJjbhis nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOJTJjbhis nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOJTJjbhis nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOJTJjbhis nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOJTJjbhis .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOJTJjbhis a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOJTJjbhis .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-tOJTJjbhis .navbar {
    height: 70px;
  }
  .cid-tOJTJjbhis .navbar.opened {
    height: auto;
  }
  .cid-tOJTJjbhis .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOJTJjHMQV {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOJTJjHMQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOJTJjHMQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOJTJjHMQV .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tOJTJjHMQV .currentcost {
  color: #232323;
}
.cid-tOJTJjHMQV .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tOJTJjHMQV .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tOJTJjHMQV .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tOJTJjHMQV .text-box {
    padding: 1rem;
  }
}
.cid-tOJTJjHMQV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tOJTJk6syA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOJTJk6syA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOJTJk6syA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOJTJk6syA .item {
  padding-bottom: 2rem;
}
.cid-tOJTJk6syA .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tOJTJk6syA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tOJTJk6syA .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: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tOJTJk6syA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tOJTJk6syA .carousel-control,
.cid-tOJTJk6syA .close {
  background: #1b1b1b;
}
.cid-tOJTJk6syA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tOJTJk6syA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tOJTJk6syA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tOJTJk6syA .carousel-control-next span {
  margin-left: 5px;
}
.cid-tOJTJk6syA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tOJTJk6syA .close::before {
  content: '\e91a';
}
.cid-tOJTJk6syA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tOJTJk6syA .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 #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tOJTJk6syA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOJTJk6syA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tOJTJk6syA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tOJTJk6syA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tOJTJk6syA .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 #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tOJTJk6syA .carousel-indicators li.active,
.cid-tOJTJk6syA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tOJTJk6syA .carousel-indicators li::after,
.cid-tOJTJk6syA .carousel-indicators li::before {
  content: none;
}
.cid-tOJTJk6syA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tOJTJk6syA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tOJTJk6syA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tOJTJk6syA .carousel-indicators {
    display: none;
  }
}
.cid-tOJTJk6syA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tOJTJk6syA .carousel-inner > .active {
  display: block;
}
.cid-tOJTJk6syA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOJTJk6syA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tOJTJk6syA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tOJTJk6syA .carousel-control,
  .cid-tOJTJk6syA .carousel-indicators,
  .cid-tOJTJk6syA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tOJTJk6syA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tOJTJk6syA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tOJTJk6syA .carousel-indicators .active,
.cid-tOJTJk6syA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tOJTJk6syA .carousel-indicators .active {
  background: #fff;
}
.cid-tOJTJk6syA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tOJTJk6syA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tOJTJk6syA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tOJTJk6syA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tOJTJk6syA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tOJTJk6syA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tOJTJk6syA .carousel {
  width: 100%;
}
.cid-tOJTJk6syA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tOJTJk6syA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tOJTJk6syA .modal.fade .modal-dialog,
.cid-tOJTJk6syA .modal.in .modal-dialog {
  transform: none;
}
.cid-tOJTJk6syA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tOJTJk6syA H6 {
  text-align: center;
}
.cid-tOJTJl1mef {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOJTJl1mef blockquote {
  border-color: #a6a99c;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tOJTJlAHeo {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOJTJlAHeo .line {
  background-color: #757b62;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tOJTJlPPjj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #314453;
}
.cid-tOJTJlPPjj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOJTJlPPjj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tOJTJlPPjj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOJTJlPPjj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tOJTJlPPjj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tOJTJlPPjj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tOJTJlPPjj .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOJTJlPPjj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tOJTJlPPjj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tOJTJlPPjj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tOJTJlPPjj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOJTJlPPjj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOJTJlPPjj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tOJTJlPPjj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tOSMarpMMY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tOSMarpMMY nav.navbar {
  position: fixed;
}
.cid-tOSMarpMMY .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-tOSMarpMMY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOSMarpMMY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tOSMarpMMY .dropdown-item:hover,
.cid-tOSMarpMMY .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-tOSMarpMMY .dropdown-item:hover span {
  color: white;
}
.cid-tOSMarpMMY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOSMarpMMY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOSMarpMMY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOSMarpMMY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOSMarpMMY .nav-link {
  position: relative;
}
.cid-tOSMarpMMY .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOSMarpMMY .container {
    flex-wrap: wrap;
  }
}
.cid-tOSMarpMMY .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOSMarpMMY .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tOSMarpMMY .iconfont-wrapper {
  color: #757b62 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tOSMarpMMY .dropdown-menu,
.cid-tOSMarpMMY .navbar.opened {
  background: #ffffff !important;
}
.cid-tOSMarpMMY .nav-item:focus,
.cid-tOSMarpMMY .nav-link:focus {
  outline: none;
}
.cid-tOSMarpMMY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOSMarpMMY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOSMarpMMY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOSMarpMMY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOSMarpMMY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOSMarpMMY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOSMarpMMY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tOSMarpMMY .navbar.opened {
  transition: all 0.3s;
}
.cid-tOSMarpMMY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOSMarpMMY .navbar .navbar-logo img {
  width: auto;
}
.cid-tOSMarpMMY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOSMarpMMY .navbar.collapsed {
  justify-content: center;
}
.cid-tOSMarpMMY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOSMarpMMY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOSMarpMMY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tOSMarpMMY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOSMarpMMY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOSMarpMMY .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-tOSMarpMMY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOSMarpMMY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOSMarpMMY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOSMarpMMY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOSMarpMMY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOSMarpMMY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOSMarpMMY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOSMarpMMY .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-tOSMarpMMY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOSMarpMMY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOSMarpMMY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOSMarpMMY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOSMarpMMY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOSMarpMMY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tOSMarpMMY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tOSMarpMMY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOSMarpMMY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOSMarpMMY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOSMarpMMY .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-tOSMarpMMY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOSMarpMMY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOSMarpMMY .dropdown-item.active,
.cid-tOSMarpMMY .dropdown-item:active {
  background-color: transparent;
}
.cid-tOSMarpMMY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOSMarpMMY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOSMarpMMY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOSMarpMMY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOSMarpMMY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOSMarpMMY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOSMarpMMY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOSMarpMMY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOSMarpMMY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOSMarpMMY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOSMarpMMY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOSMarpMMY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOSMarpMMY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOSMarpMMY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOSMarpMMY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOSMarpMMY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOSMarpMMY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOSMarpMMY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOSMarpMMY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOSMarpMMY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOSMarpMMY .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-tOSMarpMMY .navbar {
    height: 70px;
  }
  .cid-tOSMarpMMY .navbar.opened {
    height: auto;
  }
  .cid-tOSMarpMMY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOSMarYDeK {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOSMarYDeK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOSMarYDeK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOSMarYDeK .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tOSMarYDeK .currentcost {
  color: #232323;
}
.cid-tOSMarYDeK .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tOSMarYDeK .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tOSMarYDeK .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tOSMarYDeK .text-box {
    padding: 1rem;
  }
}
.cid-tOSMarYDeK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tOSMashFNy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOSMashFNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOSMashFNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOSMashFNy .item {
  padding-bottom: 2rem;
}
.cid-tOSMashFNy .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tOSMashFNy .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tOSMashFNy .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: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tOSMashFNy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tOSMashFNy .carousel-control,
.cid-tOSMashFNy .close {
  background: #1b1b1b;
}
.cid-tOSMashFNy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tOSMashFNy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tOSMashFNy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tOSMashFNy .carousel-control-next span {
  margin-left: 5px;
}
.cid-tOSMashFNy .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tOSMashFNy .close::before {
  content: '\e91a';
}
.cid-tOSMashFNy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tOSMashFNy .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 #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tOSMashFNy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOSMashFNy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tOSMashFNy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tOSMashFNy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tOSMashFNy .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 #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tOSMashFNy .carousel-indicators li.active,
.cid-tOSMashFNy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tOSMashFNy .carousel-indicators li::after,
.cid-tOSMashFNy .carousel-indicators li::before {
  content: none;
}
.cid-tOSMashFNy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tOSMashFNy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tOSMashFNy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tOSMashFNy .carousel-indicators {
    display: none;
  }
}
.cid-tOSMashFNy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tOSMashFNy .carousel-inner > .active {
  display: block;
}
.cid-tOSMashFNy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOSMashFNy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tOSMashFNy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tOSMashFNy .carousel-control,
  .cid-tOSMashFNy .carousel-indicators,
  .cid-tOSMashFNy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tOSMashFNy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tOSMashFNy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tOSMashFNy .carousel-indicators .active,
.cid-tOSMashFNy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tOSMashFNy .carousel-indicators .active {
  background: #fff;
}
.cid-tOSMashFNy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tOSMashFNy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tOSMashFNy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tOSMashFNy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tOSMashFNy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tOSMashFNy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tOSMashFNy .carousel {
  width: 100%;
}
.cid-tOSMashFNy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tOSMashFNy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tOSMashFNy .modal.fade .modal-dialog,
.cid-tOSMashFNy .modal.in .modal-dialog {
  transform: none;
}
.cid-tOSMashFNy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tOSMashFNy H6 {
  text-align: center;
}
.cid-tOSMatbRtY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOSMatbRtY blockquote {
  border-color: #a6a99c;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tOSMatFDX4 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOSMatFDX4 .line {
  background-color: #757b62;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tOSMatVG23 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #314453;
}
.cid-tOSMatVG23 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOSMatVG23 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tOSMatVG23 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOSMatVG23 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tOSMatVG23 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tOSMatVG23 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tOSMatVG23 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOSMatVG23 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tOSMatVG23 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tOSMatVG23 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tOSMatVG23 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOSMatVG23 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOSMatVG23 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tOSMatVG23 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tOSTkR0X62 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tOSTkR0X62 nav.navbar {
  position: fixed;
}
.cid-tOSTkR0X62 .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-tOSTkR0X62 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOSTkR0X62 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tOSTkR0X62 .dropdown-item:hover,
.cid-tOSTkR0X62 .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-tOSTkR0X62 .dropdown-item:hover span {
  color: white;
}
.cid-tOSTkR0X62 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOSTkR0X62 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOSTkR0X62 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOSTkR0X62 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOSTkR0X62 .nav-link {
  position: relative;
}
.cid-tOSTkR0X62 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOSTkR0X62 .container {
    flex-wrap: wrap;
  }
}
.cid-tOSTkR0X62 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOSTkR0X62 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tOSTkR0X62 .iconfont-wrapper {
  color: #757b62 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tOSTkR0X62 .dropdown-menu,
.cid-tOSTkR0X62 .navbar.opened {
  background: #ffffff !important;
}
.cid-tOSTkR0X62 .nav-item:focus,
.cid-tOSTkR0X62 .nav-link:focus {
  outline: none;
}
.cid-tOSTkR0X62 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOSTkR0X62 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOSTkR0X62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOSTkR0X62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOSTkR0X62 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOSTkR0X62 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOSTkR0X62 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tOSTkR0X62 .navbar.opened {
  transition: all 0.3s;
}
.cid-tOSTkR0X62 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOSTkR0X62 .navbar .navbar-logo img {
  width: auto;
}
.cid-tOSTkR0X62 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOSTkR0X62 .navbar.collapsed {
  justify-content: center;
}
.cid-tOSTkR0X62 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOSTkR0X62 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOSTkR0X62 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tOSTkR0X62 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOSTkR0X62 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOSTkR0X62 .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-tOSTkR0X62 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOSTkR0X62 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOSTkR0X62 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOSTkR0X62 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOSTkR0X62 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOSTkR0X62 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOSTkR0X62 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOSTkR0X62 .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-tOSTkR0X62 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOSTkR0X62 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOSTkR0X62 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOSTkR0X62 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOSTkR0X62 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOSTkR0X62 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tOSTkR0X62 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tOSTkR0X62 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOSTkR0X62 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOSTkR0X62 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOSTkR0X62 .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-tOSTkR0X62 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOSTkR0X62 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOSTkR0X62 .dropdown-item.active,
.cid-tOSTkR0X62 .dropdown-item:active {
  background-color: transparent;
}
.cid-tOSTkR0X62 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOSTkR0X62 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOSTkR0X62 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOSTkR0X62 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOSTkR0X62 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOSTkR0X62 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOSTkR0X62 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOSTkR0X62 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOSTkR0X62 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOSTkR0X62 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOSTkR0X62 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOSTkR0X62 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOSTkR0X62 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOSTkR0X62 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOSTkR0X62 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOSTkR0X62 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOSTkR0X62 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOSTkR0X62 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOSTkR0X62 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOSTkR0X62 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOSTkR0X62 .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-tOSTkR0X62 .navbar {
    height: 70px;
  }
  .cid-tOSTkR0X62 .navbar.opened {
    height: auto;
  }
  .cid-tOSTkR0X62 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOSTkRzua2 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOSTkRzua2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOSTkRzua2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOSTkRzua2 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tOSTkRzua2 .currentcost {
  color: #232323;
}
.cid-tOSTkRzua2 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tOSTkRzua2 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tOSTkRzua2 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tOSTkRzua2 .text-box {
    padding: 1rem;
  }
}
.cid-tOSTkRzua2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tOSTkS3CAB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOSTkS3CAB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOSTkS3CAB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOSTkS3CAB .item {
  padding-bottom: 2rem;
}
.cid-tOSTkS3CAB .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tOSTkS3CAB .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tOSTkS3CAB .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: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tOSTkS3CAB .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tOSTkS3CAB .carousel-control,
.cid-tOSTkS3CAB .close {
  background: #1b1b1b;
}
.cid-tOSTkS3CAB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tOSTkS3CAB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tOSTkS3CAB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tOSTkS3CAB .carousel-control-next span {
  margin-left: 5px;
}
.cid-tOSTkS3CAB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tOSTkS3CAB .close::before {
  content: '\e91a';
}
.cid-tOSTkS3CAB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tOSTkS3CAB .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 #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tOSTkS3CAB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOSTkS3CAB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tOSTkS3CAB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tOSTkS3CAB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tOSTkS3CAB .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 #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tOSTkS3CAB .carousel-indicators li.active,
.cid-tOSTkS3CAB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tOSTkS3CAB .carousel-indicators li::after,
.cid-tOSTkS3CAB .carousel-indicators li::before {
  content: none;
}
.cid-tOSTkS3CAB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tOSTkS3CAB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tOSTkS3CAB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tOSTkS3CAB .carousel-indicators {
    display: none;
  }
}
.cid-tOSTkS3CAB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tOSTkS3CAB .carousel-inner > .active {
  display: block;
}
.cid-tOSTkS3CAB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOSTkS3CAB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tOSTkS3CAB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tOSTkS3CAB .carousel-control,
  .cid-tOSTkS3CAB .carousel-indicators,
  .cid-tOSTkS3CAB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tOSTkS3CAB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tOSTkS3CAB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tOSTkS3CAB .carousel-indicators .active,
.cid-tOSTkS3CAB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tOSTkS3CAB .carousel-indicators .active {
  background: #fff;
}
.cid-tOSTkS3CAB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tOSTkS3CAB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tOSTkS3CAB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tOSTkS3CAB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tOSTkS3CAB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tOSTkS3CAB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tOSTkS3CAB .carousel {
  width: 100%;
}
.cid-tOSTkS3CAB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tOSTkS3CAB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tOSTkS3CAB .modal.fade .modal-dialog,
.cid-tOSTkS3CAB .modal.in .modal-dialog {
  transform: none;
}
.cid-tOSTkS3CAB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tOSTkS3CAB H6 {
  text-align: center;
}
.cid-tOSTkT7d8O {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOSTkT7d8O blockquote {
  border-color: #a6a99c;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tOSTkTDz9c {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOSTkTDz9c .line {
  background-color: #757b62;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tOSTkTRf86 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #314453;
}
.cid-tOSTkTRf86 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOSTkTRf86 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tOSTkTRf86 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOSTkTRf86 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tOSTkTRf86 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tOSTkTRf86 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tOSTkTRf86 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOSTkTRf86 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tOSTkTRf86 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tOSTkTRf86 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tOSTkTRf86 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOSTkTRf86 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOSTkTRf86 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tOSTkTRf86 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tOJOYK0jhd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tOJOYK0jhd nav.navbar {
  position: fixed;
}
.cid-tOJOYK0jhd .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-tOJOYK0jhd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOJOYK0jhd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tOJOYK0jhd .dropdown-item:hover,
.cid-tOJOYK0jhd .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-tOJOYK0jhd .dropdown-item:hover span {
  color: white;
}
.cid-tOJOYK0jhd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOJOYK0jhd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOJOYK0jhd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOJOYK0jhd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOJOYK0jhd .nav-link {
  position: relative;
}
.cid-tOJOYK0jhd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOJOYK0jhd .container {
    flex-wrap: wrap;
  }
}
.cid-tOJOYK0jhd .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOJOYK0jhd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tOJOYK0jhd .iconfont-wrapper {
  color: #757b62 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tOJOYK0jhd .dropdown-menu,
.cid-tOJOYK0jhd .navbar.opened {
  background: #ffffff !important;
}
.cid-tOJOYK0jhd .nav-item:focus,
.cid-tOJOYK0jhd .nav-link:focus {
  outline: none;
}
.cid-tOJOYK0jhd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOJOYK0jhd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOJOYK0jhd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOJOYK0jhd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOJOYK0jhd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOJOYK0jhd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOJOYK0jhd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tOJOYK0jhd .navbar.opened {
  transition: all 0.3s;
}
.cid-tOJOYK0jhd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOJOYK0jhd .navbar .navbar-logo img {
  width: auto;
}
.cid-tOJOYK0jhd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOJOYK0jhd .navbar.collapsed {
  justify-content: center;
}
.cid-tOJOYK0jhd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOJOYK0jhd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOJOYK0jhd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tOJOYK0jhd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOJOYK0jhd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOJOYK0jhd .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-tOJOYK0jhd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOJOYK0jhd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOJOYK0jhd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOJOYK0jhd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOJOYK0jhd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOJOYK0jhd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOJOYK0jhd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOJOYK0jhd .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-tOJOYK0jhd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOJOYK0jhd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOJOYK0jhd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOJOYK0jhd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOJOYK0jhd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOJOYK0jhd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tOJOYK0jhd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tOJOYK0jhd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOJOYK0jhd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOJOYK0jhd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOJOYK0jhd .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-tOJOYK0jhd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOJOYK0jhd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOJOYK0jhd .dropdown-item.active,
.cid-tOJOYK0jhd .dropdown-item:active {
  background-color: transparent;
}
.cid-tOJOYK0jhd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOJOYK0jhd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOJOYK0jhd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOJOYK0jhd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOJOYK0jhd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOJOYK0jhd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOJOYK0jhd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOJOYK0jhd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOJOYK0jhd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOJOYK0jhd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOJOYK0jhd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOJOYK0jhd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOJOYK0jhd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOJOYK0jhd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOJOYK0jhd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOJOYK0jhd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOJOYK0jhd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOJOYK0jhd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOJOYK0jhd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOJOYK0jhd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOJOYK0jhd .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-tOJOYK0jhd .navbar {
    height: 70px;
  }
  .cid-tOJOYK0jhd .navbar.opened {
    height: auto;
  }
  .cid-tOJOYK0jhd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOJOYLdPxw {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOJOYLdPxw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOJOYLdPxw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOJOYLdPxw .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tOJOYLdPxw .currentcost {
  color: #232323;
}
.cid-tOJOYLdPxw .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tOJOYLdPxw .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tOJOYLdPxw .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tOJOYLdPxw .text-box {
    padding: 1rem;
  }
}
.cid-tOJOYLdPxw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tOJOYLAxlG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOJOYLAxlG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOJOYLAxlG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOJOYLAxlG .item {
  padding-bottom: 2rem;
}
.cid-tOJOYLAxlG .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tOJOYLAxlG .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tOJOYLAxlG .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: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tOJOYLAxlG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tOJOYLAxlG .carousel-control,
.cid-tOJOYLAxlG .close {
  background: #1b1b1b;
}
.cid-tOJOYLAxlG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tOJOYLAxlG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tOJOYLAxlG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tOJOYLAxlG .carousel-control-next span {
  margin-left: 5px;
}
.cid-tOJOYLAxlG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tOJOYLAxlG .close::before {
  content: '\e91a';
}
.cid-tOJOYLAxlG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tOJOYLAxlG .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 #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tOJOYLAxlG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOJOYLAxlG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tOJOYLAxlG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tOJOYLAxlG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tOJOYLAxlG .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 #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tOJOYLAxlG .carousel-indicators li.active,
.cid-tOJOYLAxlG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tOJOYLAxlG .carousel-indicators li::after,
.cid-tOJOYLAxlG .carousel-indicators li::before {
  content: none;
}
.cid-tOJOYLAxlG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tOJOYLAxlG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tOJOYLAxlG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tOJOYLAxlG .carousel-indicators {
    display: none;
  }
}
.cid-tOJOYLAxlG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tOJOYLAxlG .carousel-inner > .active {
  display: block;
}
.cid-tOJOYLAxlG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOJOYLAxlG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tOJOYLAxlG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tOJOYLAxlG .carousel-control,
  .cid-tOJOYLAxlG .carousel-indicators,
  .cid-tOJOYLAxlG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tOJOYLAxlG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tOJOYLAxlG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tOJOYLAxlG .carousel-indicators .active,
.cid-tOJOYLAxlG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tOJOYLAxlG .carousel-indicators .active {
  background: #fff;
}
.cid-tOJOYLAxlG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tOJOYLAxlG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tOJOYLAxlG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tOJOYLAxlG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tOJOYLAxlG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tOJOYLAxlG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tOJOYLAxlG .carousel {
  width: 100%;
}
.cid-tOJOYLAxlG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tOJOYLAxlG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tOJOYLAxlG .modal.fade .modal-dialog,
.cid-tOJOYLAxlG .modal.in .modal-dialog {
  transform: none;
}
.cid-tOJOYLAxlG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tOJOYLAxlG H6 {
  text-align: center;
}
.cid-tOJOYMwNeV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOJOYMwNeV blockquote {
  border-color: #a6a99c;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tOJOYN4aBM {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOJOYN4aBM .line {
  background-color: #757b62;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tOJOYNjgad {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #314453;
}
.cid-tOJOYNjgad .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOJOYNjgad .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tOJOYNjgad .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOJOYNjgad .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tOJOYNjgad .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tOJOYNjgad .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tOJOYNjgad .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOJOYNjgad .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tOJOYNjgad .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tOJOYNjgad .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tOJOYNjgad .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOJOYNjgad .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOJOYNjgad .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tOJOYNjgad .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tOSVxYFvTP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tOSVxYFvTP nav.navbar {
  position: fixed;
}
.cid-tOSVxYFvTP .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-tOSVxYFvTP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOSVxYFvTP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tOSVxYFvTP .dropdown-item:hover,
.cid-tOSVxYFvTP .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-tOSVxYFvTP .dropdown-item:hover span {
  color: white;
}
.cid-tOSVxYFvTP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOSVxYFvTP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOSVxYFvTP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOSVxYFvTP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOSVxYFvTP .nav-link {
  position: relative;
}
.cid-tOSVxYFvTP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOSVxYFvTP .container {
    flex-wrap: wrap;
  }
}
.cid-tOSVxYFvTP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOSVxYFvTP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tOSVxYFvTP .iconfont-wrapper {
  color: #757b62 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tOSVxYFvTP .dropdown-menu,
.cid-tOSVxYFvTP .navbar.opened {
  background: #ffffff !important;
}
.cid-tOSVxYFvTP .nav-item:focus,
.cid-tOSVxYFvTP .nav-link:focus {
  outline: none;
}
.cid-tOSVxYFvTP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOSVxYFvTP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOSVxYFvTP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOSVxYFvTP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOSVxYFvTP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOSVxYFvTP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOSVxYFvTP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tOSVxYFvTP .navbar.opened {
  transition: all 0.3s;
}
.cid-tOSVxYFvTP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOSVxYFvTP .navbar .navbar-logo img {
  width: auto;
}
.cid-tOSVxYFvTP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOSVxYFvTP .navbar.collapsed {
  justify-content: center;
}
.cid-tOSVxYFvTP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOSVxYFvTP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOSVxYFvTP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tOSVxYFvTP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOSVxYFvTP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOSVxYFvTP .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-tOSVxYFvTP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOSVxYFvTP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOSVxYFvTP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOSVxYFvTP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOSVxYFvTP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOSVxYFvTP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOSVxYFvTP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOSVxYFvTP .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-tOSVxYFvTP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOSVxYFvTP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOSVxYFvTP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOSVxYFvTP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOSVxYFvTP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOSVxYFvTP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tOSVxYFvTP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tOSVxYFvTP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOSVxYFvTP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOSVxYFvTP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOSVxYFvTP .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-tOSVxYFvTP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOSVxYFvTP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOSVxYFvTP .dropdown-item.active,
.cid-tOSVxYFvTP .dropdown-item:active {
  background-color: transparent;
}
.cid-tOSVxYFvTP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOSVxYFvTP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOSVxYFvTP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOSVxYFvTP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOSVxYFvTP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOSVxYFvTP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOSVxYFvTP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOSVxYFvTP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOSVxYFvTP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOSVxYFvTP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOSVxYFvTP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOSVxYFvTP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOSVxYFvTP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOSVxYFvTP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOSVxYFvTP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOSVxYFvTP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOSVxYFvTP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOSVxYFvTP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOSVxYFvTP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOSVxYFvTP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOSVxYFvTP .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-tOSVxYFvTP .navbar {
    height: 70px;
  }
  .cid-tOSVxYFvTP .navbar.opened {
    height: auto;
  }
  .cid-tOSVxYFvTP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOSVxZejxZ {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOSVxZejxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOSVxZejxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOSVxZejxZ .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tOSVxZejxZ .currentcost {
  color: #232323;
}
.cid-tOSVxZejxZ .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tOSVxZejxZ .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tOSVxZejxZ .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tOSVxZejxZ .text-box {
    padding: 1rem;
  }
}
.cid-tOSVxZejxZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tOSVxZzv8x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOSVxZzv8x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOSVxZzv8x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOSVxZzv8x .item {
  padding-bottom: 2rem;
}
.cid-tOSVxZzv8x .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tOSVxZzv8x .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tOSVxZzv8x .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: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tOSVxZzv8x .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tOSVxZzv8x .carousel-control,
.cid-tOSVxZzv8x .close {
  background: #1b1b1b;
}
.cid-tOSVxZzv8x .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tOSVxZzv8x .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tOSVxZzv8x .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tOSVxZzv8x .carousel-control-next span {
  margin-left: 5px;
}
.cid-tOSVxZzv8x .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tOSVxZzv8x .close::before {
  content: '\e91a';
}
.cid-tOSVxZzv8x .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tOSVxZzv8x .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 #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tOSVxZzv8x .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOSVxZzv8x .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tOSVxZzv8x .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tOSVxZzv8x .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tOSVxZzv8x .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 #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tOSVxZzv8x .carousel-indicators li.active,
.cid-tOSVxZzv8x .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tOSVxZzv8x .carousel-indicators li::after,
.cid-tOSVxZzv8x .carousel-indicators li::before {
  content: none;
}
.cid-tOSVxZzv8x .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tOSVxZzv8x .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tOSVxZzv8x .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tOSVxZzv8x .carousel-indicators {
    display: none;
  }
}
.cid-tOSVxZzv8x .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tOSVxZzv8x .carousel-inner > .active {
  display: block;
}
.cid-tOSVxZzv8x .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOSVxZzv8x .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tOSVxZzv8x .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tOSVxZzv8x .carousel-control,
  .cid-tOSVxZzv8x .carousel-indicators,
  .cid-tOSVxZzv8x .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tOSVxZzv8x .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tOSVxZzv8x .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tOSVxZzv8x .carousel-indicators .active,
.cid-tOSVxZzv8x .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tOSVxZzv8x .carousel-indicators .active {
  background: #fff;
}
.cid-tOSVxZzv8x .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tOSVxZzv8x .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tOSVxZzv8x .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tOSVxZzv8x .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tOSVxZzv8x .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tOSVxZzv8x .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tOSVxZzv8x .carousel {
  width: 100%;
}
.cid-tOSVxZzv8x .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tOSVxZzv8x .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tOSVxZzv8x .modal.fade .modal-dialog,
.cid-tOSVxZzv8x .modal.in .modal-dialog {
  transform: none;
}
.cid-tOSVxZzv8x .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tOSVxZzv8x H6 {
  text-align: center;
}
.cid-tOSVy0sJZt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOSVy0sJZt blockquote {
  border-color: #a6a99c;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tOSVy17Rgs {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOSVy17Rgs .line {
  background-color: #757b62;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tOSVy1nOtN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #314453;
}
.cid-tOSVy1nOtN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOSVy1nOtN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tOSVy1nOtN .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOSVy1nOtN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tOSVy1nOtN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tOSVy1nOtN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tOSVy1nOtN .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOSVy1nOtN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tOSVy1nOtN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tOSVy1nOtN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tOSVy1nOtN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOSVy1nOtN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOSVy1nOtN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tOSVy1nOtN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tOSR2Znkme {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tOSR2Znkme nav.navbar {
  position: fixed;
}
.cid-tOSR2Znkme .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-tOSR2Znkme .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOSR2Znkme .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tOSR2Znkme .dropdown-item:hover,
.cid-tOSR2Znkme .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-tOSR2Znkme .dropdown-item:hover span {
  color: white;
}
.cid-tOSR2Znkme .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOSR2Znkme .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOSR2Znkme .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOSR2Znkme .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOSR2Znkme .nav-link {
  position: relative;
}
.cid-tOSR2Znkme .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOSR2Znkme .container {
    flex-wrap: wrap;
  }
}
.cid-tOSR2Znkme .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOSR2Znkme .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tOSR2Znkme .iconfont-wrapper {
  color: #757b62 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tOSR2Znkme .dropdown-menu,
.cid-tOSR2Znkme .navbar.opened {
  background: #ffffff !important;
}
.cid-tOSR2Znkme .nav-item:focus,
.cid-tOSR2Znkme .nav-link:focus {
  outline: none;
}
.cid-tOSR2Znkme .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOSR2Znkme .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOSR2Znkme .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOSR2Znkme .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOSR2Znkme .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOSR2Znkme .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOSR2Znkme .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tOSR2Znkme .navbar.opened {
  transition: all 0.3s;
}
.cid-tOSR2Znkme .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOSR2Znkme .navbar .navbar-logo img {
  width: auto;
}
.cid-tOSR2Znkme .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOSR2Znkme .navbar.collapsed {
  justify-content: center;
}
.cid-tOSR2Znkme .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOSR2Znkme .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOSR2Znkme .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tOSR2Znkme .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOSR2Znkme .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOSR2Znkme .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-tOSR2Znkme .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOSR2Znkme .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOSR2Znkme .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOSR2Znkme .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOSR2Znkme .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOSR2Znkme .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOSR2Znkme .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOSR2Znkme .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-tOSR2Znkme .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOSR2Znkme .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOSR2Znkme .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOSR2Znkme .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOSR2Znkme .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOSR2Znkme .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tOSR2Znkme .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tOSR2Znkme .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOSR2Znkme .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOSR2Znkme .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOSR2Znkme .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-tOSR2Znkme .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOSR2Znkme .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOSR2Znkme .dropdown-item.active,
.cid-tOSR2Znkme .dropdown-item:active {
  background-color: transparent;
}
.cid-tOSR2Znkme .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOSR2Znkme .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOSR2Znkme .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOSR2Znkme .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOSR2Znkme .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOSR2Znkme .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOSR2Znkme ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOSR2Znkme .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOSR2Znkme button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOSR2Znkme button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOSR2Znkme button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOSR2Znkme button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOSR2Znkme button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOSR2Znkme button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOSR2Znkme nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOSR2Znkme nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOSR2Znkme nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOSR2Znkme nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOSR2Znkme .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOSR2Znkme a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOSR2Znkme .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-tOSR2Znkme .navbar {
    height: 70px;
  }
  .cid-tOSR2Znkme .navbar.opened {
    height: auto;
  }
  .cid-tOSR2Znkme .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOSR2ZS4ob {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOSR2ZS4ob .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOSR2ZS4ob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOSR2ZS4ob .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tOSR2ZS4ob .currentcost {
  color: #232323;
}
.cid-tOSR2ZS4ob .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tOSR2ZS4ob .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tOSR2ZS4ob .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tOSR2ZS4ob .text-box {
    padding: 1rem;
  }
}
.cid-tOSR2ZS4ob .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tOSR30fcG4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOSR30fcG4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOSR30fcG4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOSR30fcG4 .item {
  padding-bottom: 2rem;
}
.cid-tOSR30fcG4 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tOSR30fcG4 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tOSR30fcG4 .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: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tOSR30fcG4 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tOSR30fcG4 .carousel-control,
.cid-tOSR30fcG4 .close {
  background: #1b1b1b;
}
.cid-tOSR30fcG4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tOSR30fcG4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tOSR30fcG4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tOSR30fcG4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tOSR30fcG4 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tOSR30fcG4 .close::before {
  content: '\e91a';
}
.cid-tOSR30fcG4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tOSR30fcG4 .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 #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tOSR30fcG4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOSR30fcG4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tOSR30fcG4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tOSR30fcG4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tOSR30fcG4 .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 #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tOSR30fcG4 .carousel-indicators li.active,
.cid-tOSR30fcG4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tOSR30fcG4 .carousel-indicators li::after,
.cid-tOSR30fcG4 .carousel-indicators li::before {
  content: none;
}
.cid-tOSR30fcG4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tOSR30fcG4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tOSR30fcG4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tOSR30fcG4 .carousel-indicators {
    display: none;
  }
}
.cid-tOSR30fcG4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tOSR30fcG4 .carousel-inner > .active {
  display: block;
}
.cid-tOSR30fcG4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOSR30fcG4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tOSR30fcG4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tOSR30fcG4 .carousel-control,
  .cid-tOSR30fcG4 .carousel-indicators,
  .cid-tOSR30fcG4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tOSR30fcG4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tOSR30fcG4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tOSR30fcG4 .carousel-indicators .active,
.cid-tOSR30fcG4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tOSR30fcG4 .carousel-indicators .active {
  background: #fff;
}
.cid-tOSR30fcG4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tOSR30fcG4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tOSR30fcG4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tOSR30fcG4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tOSR30fcG4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tOSR30fcG4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tOSR30fcG4 .carousel {
  width: 100%;
}
.cid-tOSR30fcG4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tOSR30fcG4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tOSR30fcG4 .modal.fade .modal-dialog,
.cid-tOSR30fcG4 .modal.in .modal-dialog {
  transform: none;
}
.cid-tOSR30fcG4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tOSR30fcG4 H6 {
  text-align: center;
}
.cid-tOSR31dEfe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOSR31dEfe blockquote {
  border-color: #a6a99c;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tOSR31ZH9j {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOSR31ZH9j .line {
  background-color: #757b62;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tOSR32gntt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #314453;
}
.cid-tOSR32gntt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOSR32gntt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tOSR32gntt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOSR32gntt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tOSR32gntt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tOSR32gntt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tOSR32gntt .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOSR32gntt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tOSR32gntt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tOSR32gntt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tOSR32gntt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOSR32gntt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOSR32gntt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tOSR32gntt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tOJYNROgt9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tOJYNROgt9 nav.navbar {
  position: fixed;
}
.cid-tOJYNROgt9 .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-tOJYNROgt9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOJYNROgt9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tOJYNROgt9 .dropdown-item:hover,
.cid-tOJYNROgt9 .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-tOJYNROgt9 .dropdown-item:hover span {
  color: white;
}
.cid-tOJYNROgt9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOJYNROgt9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOJYNROgt9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOJYNROgt9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOJYNROgt9 .nav-link {
  position: relative;
}
.cid-tOJYNROgt9 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOJYNROgt9 .container {
    flex-wrap: wrap;
  }
}
.cid-tOJYNROgt9 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOJYNROgt9 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tOJYNROgt9 .iconfont-wrapper {
  color: #757b62 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tOJYNROgt9 .dropdown-menu,
.cid-tOJYNROgt9 .navbar.opened {
  background: #ffffff !important;
}
.cid-tOJYNROgt9 .nav-item:focus,
.cid-tOJYNROgt9 .nav-link:focus {
  outline: none;
}
.cid-tOJYNROgt9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOJYNROgt9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOJYNROgt9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOJYNROgt9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOJYNROgt9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOJYNROgt9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOJYNROgt9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tOJYNROgt9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tOJYNROgt9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOJYNROgt9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tOJYNROgt9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOJYNROgt9 .navbar.collapsed {
  justify-content: center;
}
.cid-tOJYNROgt9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOJYNROgt9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOJYNROgt9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tOJYNROgt9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOJYNROgt9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOJYNROgt9 .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-tOJYNROgt9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOJYNROgt9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOJYNROgt9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOJYNROgt9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOJYNROgt9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOJYNROgt9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOJYNROgt9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOJYNROgt9 .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-tOJYNROgt9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOJYNROgt9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOJYNROgt9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOJYNROgt9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOJYNROgt9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOJYNROgt9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tOJYNROgt9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tOJYNROgt9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOJYNROgt9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOJYNROgt9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOJYNROgt9 .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-tOJYNROgt9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOJYNROgt9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOJYNROgt9 .dropdown-item.active,
.cid-tOJYNROgt9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tOJYNROgt9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOJYNROgt9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOJYNROgt9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOJYNROgt9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOJYNROgt9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOJYNROgt9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOJYNROgt9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOJYNROgt9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOJYNROgt9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOJYNROgt9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOJYNROgt9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOJYNROgt9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOJYNROgt9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOJYNROgt9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOJYNROgt9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOJYNROgt9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOJYNROgt9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOJYNROgt9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOJYNROgt9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOJYNROgt9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOJYNROgt9 .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-tOJYNROgt9 .navbar {
    height: 70px;
  }
  .cid-tOJYNROgt9 .navbar.opened {
    height: auto;
  }
  .cid-tOJYNROgt9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOJYNSnyUE {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOJYNSnyUE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOJYNSnyUE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOJYNSnyUE .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tOJYNSnyUE .currentcost {
  color: #232323;
}
.cid-tOJYNSnyUE .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tOJYNSnyUE .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tOJYNSnyUE .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tOJYNSnyUE .text-box {
    padding: 1rem;
  }
}
.cid-tOJYNSnyUE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tOJYNSLhvq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOJYNSLhvq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOJYNSLhvq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOJYNSLhvq .item {
  padding-bottom: 2rem;
}
.cid-tOJYNSLhvq .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tOJYNSLhvq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tOJYNSLhvq .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: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tOJYNSLhvq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tOJYNSLhvq .carousel-control,
.cid-tOJYNSLhvq .close {
  background: #1b1b1b;
}
.cid-tOJYNSLhvq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tOJYNSLhvq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tOJYNSLhvq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tOJYNSLhvq .carousel-control-next span {
  margin-left: 5px;
}
.cid-tOJYNSLhvq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tOJYNSLhvq .close::before {
  content: '\e91a';
}
.cid-tOJYNSLhvq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tOJYNSLhvq .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 #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tOJYNSLhvq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOJYNSLhvq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tOJYNSLhvq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tOJYNSLhvq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tOJYNSLhvq .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 #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tOJYNSLhvq .carousel-indicators li.active,
.cid-tOJYNSLhvq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tOJYNSLhvq .carousel-indicators li::after,
.cid-tOJYNSLhvq .carousel-indicators li::before {
  content: none;
}
.cid-tOJYNSLhvq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tOJYNSLhvq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tOJYNSLhvq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tOJYNSLhvq .carousel-indicators {
    display: none;
  }
}
.cid-tOJYNSLhvq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tOJYNSLhvq .carousel-inner > .active {
  display: block;
}
.cid-tOJYNSLhvq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOJYNSLhvq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tOJYNSLhvq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tOJYNSLhvq .carousel-control,
  .cid-tOJYNSLhvq .carousel-indicators,
  .cid-tOJYNSLhvq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tOJYNSLhvq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tOJYNSLhvq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tOJYNSLhvq .carousel-indicators .active,
.cid-tOJYNSLhvq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tOJYNSLhvq .carousel-indicators .active {
  background: #fff;
}
.cid-tOJYNSLhvq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tOJYNSLhvq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tOJYNSLhvq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tOJYNSLhvq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tOJYNSLhvq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tOJYNSLhvq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tOJYNSLhvq .carousel {
  width: 100%;
}
.cid-tOJYNSLhvq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tOJYNSLhvq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tOJYNSLhvq .modal.fade .modal-dialog,
.cid-tOJYNSLhvq .modal.in .modal-dialog {
  transform: none;
}
.cid-tOJYNSLhvq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tOJYNSLhvq H6 {
  text-align: center;
}
.cid-tOJYNTBczG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOJYNTBczG blockquote {
  border-color: #a6a99c;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tOJYNUfd9I {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOJYNUfd9I .line {
  background-color: #757b62;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tOJYNUuzS8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #314453;
}
.cid-tOJYNUuzS8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOJYNUuzS8 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tOJYNUuzS8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOJYNUuzS8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tOJYNUuzS8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tOJYNUuzS8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tOJYNUuzS8 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOJYNUuzS8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tOJYNUuzS8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tOJYNUuzS8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tOJYNUuzS8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOJYNUuzS8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOJYNUuzS8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tOJYNUuzS8 .media-container-row .row-copirayt p {
  width: 100%;
}
