.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #ffffff;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #8d99ae !important;
}
.bg-success {
  background-color: #2fd98a !important;
}
.bg-info {
  background-color: #16cdf2 !important;
}
.bg-warning {
  background-color: #ffc209 !important;
}
.bg-danger {
  background-color: #db2d3e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8d99ae !important;
  border-color: #8d99ae !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #abb4c3 !important;
  border-color: #abb4c3 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #abb4c3 !important;
  border-color: #abb4c3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ef233c !important;
  border-color: #ef233c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f25366 !important;
  border-color: #f25366 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f25366 !important;
  border-color: #f25366 !important;
}
.btn-info,
.btn-info:active {
  background-color: #16cdf2 !important;
  border-color: #16cdf2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #46d7f5 !important;
  border-color: #46d7f5 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #46d7f5 !important;
  border-color: #46d7f5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2fd98a !important;
  border-color: #2fd98a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5ae1a2 !important;
  border-color: #5ae1a2 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5ae1a2 !important;
  border-color: #5ae1a2 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc209 !important;
  border-color: #ffc209 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffcf3c !important;
  border-color: #ffcf3c !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffcf3c !important;
  border-color: #ffcf3c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #db2d3e !important;
  border-color: #db2d3e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e25966 !important;
  border-color: #e25966 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e25966 !important;
  border-color: #e25966 !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: #8d99ae;
  color: #8d99ae;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #5f6d85 !important;
  background-color: transparent !important;
  border-color: #5f6d85 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8d99ae !important;
  border-color: #8d99ae !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ef233c;
  color: #ef233c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #af0d21 !important;
  background-color: transparent !important;
  border-color: #af0d21 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ef233c !important;
  border-color: #ef233c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #16cdf2;
  color: #16cdf2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #098da8 !important;
  background-color: transparent !important;
  border-color: #098da8 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #16cdf2 !important;
  border-color: #16cdf2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2fd98a;
  color: #2fd98a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1b965d !important;
  background-color: transparent !important;
  border-color: #1b965d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2fd98a !important;
  border-color: #2fd98a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc209;
  color: #ffc209;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b18500 !important;
  background-color: transparent !important;
  border-color: #b18500 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffc209 !important;
  border-color: #ffc209 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #db2d3e;
  color: #db2d3e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #971a26 !important;
  background-color: transparent !important;
  border-color: #971a26 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #db2d3e !important;
  border-color: #db2d3e !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: #8d99ae !important;
}
.text-secondary {
  color: #ef233c !important;
}
.text-success {
  color: #2fd98a !important;
}
.text-info {
  color: #16cdf2 !important;
}
.text-warning {
  color: #ffc209 !important;
}
.text-danger {
  color: #db2d3e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #58667d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a00c1e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #198955 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #098199 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a27a00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #8a1823 !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: #8d99ae;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #16cdf2;
}
.alert-warning {
  background-color: #ffc209;
}
.alert-danger {
  background-color: #db2d3e;
}
.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: #8d99ae;
  border-color: #8d99ae;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #8d99ae;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d8dce3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dbf9eb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d7f6fd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff5d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f9dbde;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #8d99ae !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #8d99ae;
}
/* 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: #8d99ae;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8d99ae;
}
.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: #8d99ae;
  border-bottom-color: #8d99ae;
}
.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: #8d99ae !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ef233c !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='%238d99ae' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tVyhp8kLuG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tVyhp8kLuG .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;
}
@media (max-width: 767px) {
  .cid-tVyhp8kLuG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tVyhp8kLuG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVyhp8kLuG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-tVyhp8kLuG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVyhp8kLuG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVyhp8kLuG .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-tVyhp8kLuG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-tVyhp8kLuG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-tVyhp8kLuG .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tVyhp8kLuG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tVyhp8kLuG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tVyhp8kLuG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-tVyhp8kLuG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tVyhp8kLuG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tVyhp8kLuG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tVyhp8kLuG .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tVyhp8kLuG .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tVyhp8kLuG .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tVyhp8kLuG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tVyhp8kLuG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-tVyhp8kLuG .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tVyhp8kLuG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tVyhp8kLuG .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tVyhp8kLuG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVyhp8kLuG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-tVyhp8kLuG .nav-item:focus,
.cid-tVyhp8kLuG .nav-link:focus {
  outline: none;
}
.cid-tVyhp8kLuG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVyhp8kLuG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVyhp8kLuG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVyhp8kLuG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVyhp8kLuG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVyhp8kLuG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVyhp8kLuG .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tVyhp8kLuG .navbar.opened {
  transition: all 0.3s;
}
.cid-tVyhp8kLuG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVyhp8kLuG .navbar .navbar-logo img {
  width: auto;
}
.cid-tVyhp8kLuG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tVyhp8kLuG .navbar.collapsed {
  justify-content: center;
}
.cid-tVyhp8kLuG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVyhp8kLuG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVyhp8kLuG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVyhp8kLuG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVyhp8kLuG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVyhp8kLuG .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-tVyhp8kLuG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVyhp8kLuG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVyhp8kLuG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tVyhp8kLuG .navbar {
    min-height: 72px;
  }
  .cid-tVyhp8kLuG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tVyhp8kLuG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVyhp8kLuG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVyhp8kLuG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVyhp8kLuG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVyhp8kLuG .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-tVyhp8kLuG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVyhp8kLuG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tVyhp8kLuG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVyhp8kLuG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tVyhp8kLuG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tVyhp8kLuG .dropdown-item.active,
.cid-tVyhp8kLuG .dropdown-item:active {
  background-color: transparent;
}
.cid-tVyhp8kLuG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVyhp8kLuG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVyhp8kLuG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVyhp8kLuG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVyhp8kLuG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tVyhp8kLuG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tVyhp8kLuG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVyhp8kLuG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tVyhp8kLuG .navbar-buttons {
    text-align: left;
  }
}
.cid-tVyhp8kLuG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVyhp8kLuG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tVyhp8kLuG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVyhp8kLuG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVyhp8kLuG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVyhp8kLuG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVyhp8kLuG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVyhp8kLuG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVyhp8kLuG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVyhp8kLuG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVyhp8kLuG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVyhp8kLuG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVyhp8kLuG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tVyhp8kLuG .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVyhp8kLuG .navbar {
    height: 70px;
  }
  .cid-tVyhp8kLuG .navbar.opened {
    height: auto;
  }
  .cid-tVyhp8kLuG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVyhp8kLuG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tVyhp8kLuG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tVyhp8kLuG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tVyhp8kLuG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-tVyhp8kLuG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tVyhp8kLuG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tVyhp8kLuG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tVyhp8kLuG .navbar-brand {
    margin-right: auto;
  }
  .cid-tVyhp8kLuG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-tVyhp8kLuG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tVyhp8kLuG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tVyhp8kLuG .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tVyhp8kLuG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tVyhp8kLuG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tVyhp8kLuG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-tVyhp8kLuG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tVyhp8kLuG .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tVyhp8kLuG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tVyhp8kLuG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tVyhp8ngYm {
  background-color: #ffffff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-tVyhp8ngYm .carousel {
  height: 800px;
}
.cid-tVyhp8ngYm .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tVyhp8ngYm .carousel-item,
.cid-tVyhp8ngYm .carousel-inner {
  height: 100%;
}
.cid-tVyhp8ngYm img,
.cid-tVyhp8ngYm .item-wrapper {
  border-radius: 0 !important;
}
.cid-tVyhp8ngYm .carousel-caption {
  bottom: 40px;
}
.cid-tVyhp8ngYm .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tVyhp8ngYm .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tVyhp8ngYm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tVyhp8ngYm .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tVyhp8ngYm .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tVyhp8ngYm .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tVyhp8ngYm .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tVyhp8ngYm .carousel-control {
  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-tVyhp8ngYm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVyhp8ngYm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tVyhp8ngYm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tVyhp8ngYm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tVyhp8ngYm .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-tVyhp8ngYm .carousel-indicators li.active,
.cid-tVyhp8ngYm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tVyhp8ngYm .carousel-indicators li::after,
.cid-tVyhp8ngYm .carousel-indicators li::before {
  content: none;
}
.cid-tVyhp8ngYm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tVyhp8ngYm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tVyhp8ngYm .mbr-section-subtitle,
  .cid-tVyhp8ngYm .mbr-section-text,
  .cid-tVyhp8ngYm .mbr-section-btn {
    text-align: center;
  }
}
.cid-tVyhp8lV1k {
  background-color: transparent;
}
.cid-tVyhp8lV1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVyhp8lV1k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tVyhp8lV1k .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-tVyhp8lV1k .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-tVyhp8lV1k .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-tVyhp8lV1k .card-wrapper {
  background: #ffffff;
}
.cid-tVyhp8lV1k .mbr-text,
.cid-tVyhp8lV1k .mbr-section-btn {
  color: #2e481a;
  text-align: left;
}
.cid-tVyhp8lV1k .card-title,
.cid-tVyhp8lV1k .card-box {
  text-align: center;
  color: #f92c50;
}
.cid-ubTvuCZuLv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-ubTvuCZuLv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubTvuCZuLv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubTvuCZuLv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubTvuCZuLv .row {
  flex-direction: row-reverse;
}
.cid-ubTvuCZuLv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubTvuCZuLv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubTvuCZuLv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubTvuCZuLv .mbr-section-title {
  color: #f92c50;
}
.cid-ubTvuCZuLv .mbr-text,
.cid-ubTvuCZuLv .mbr-section-btn {
  color: #000000;
}
.cid-ubYn1fDqfu {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ubYn1fDqfu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubYn1fDqfu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubYn1fDqfu .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ubYn1fDqfu .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ubYn1fDqfu .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubYn1fDqfu .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubYn1fDqfu .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-ubYn1fDqfu .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ubYn1fDqfu .carousel-control,
.cid-ubYn1fDqfu .close {
  background: #1b1b1b;
}
.cid-ubYn1fDqfu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubYn1fDqfu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubYn1fDqfu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubYn1fDqfu .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubYn1fDqfu .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-ubYn1fDqfu .close::before {
  content: '\e91a';
}
.cid-ubYn1fDqfu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubYn1fDqfu .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-ubYn1fDqfu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubYn1fDqfu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubYn1fDqfu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubYn1fDqfu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubYn1fDqfu .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-ubYn1fDqfu .carousel-indicators li.active,
.cid-ubYn1fDqfu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubYn1fDqfu .carousel-indicators li::after,
.cid-ubYn1fDqfu .carousel-indicators li::before {
  content: none;
}
.cid-ubYn1fDqfu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubYn1fDqfu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubYn1fDqfu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubYn1fDqfu .carousel-indicators {
    display: none;
  }
}
.cid-ubYn1fDqfu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubYn1fDqfu .carousel-inner > .active {
  display: block;
}
.cid-ubYn1fDqfu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubYn1fDqfu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubYn1fDqfu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubYn1fDqfu .carousel-control,
  .cid-ubYn1fDqfu .carousel-indicators,
  .cid-ubYn1fDqfu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubYn1fDqfu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubYn1fDqfu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubYn1fDqfu .carousel-indicators .active,
.cid-ubYn1fDqfu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubYn1fDqfu .carousel-indicators .active {
  background: #fff;
}
.cid-ubYn1fDqfu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubYn1fDqfu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubYn1fDqfu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubYn1fDqfu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubYn1fDqfu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubYn1fDqfu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubYn1fDqfu .carousel {
  width: 100%;
}
.cid-ubYn1fDqfu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubYn1fDqfu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubYn1fDqfu .modal.fade .modal-dialog,
.cid-ubYn1fDqfu .modal.in .modal-dialog {
  transform: none;
}
.cid-ubYn1fDqfu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubYn1fDqfu .content-head {
  max-width: 800px;
}
.cid-ubYn1fDqfu H3 {
  color: #f92c50;
}
.cid-tVyhp8nkq5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-tVyhp8nkq5 .mbr-text {
  color: #000000;
}
.cid-tVyhp8nkq5 .mbr-section-subtitle {
  color: #000000;
}
.cid-tVyhp8nkq5 .mbr-section-title {
  color: #f92c50;
}
.cid-tVyhp8nj5s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-tVyhp8nj5s .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-tVyhp8nj5s .panel-group {
  border: none;
}
.cid-tVyhp8nj5s .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-tVyhp8nj5s .card-header {
    padding: 0rem;
  }
}
.cid-tVyhp8nj5s .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-tVyhp8nj5s .img-col {
  padding: 0;
}
.cid-tVyhp8nj5s .img-item {
  height: 100%;
}
.cid-tVyhp8nj5s img {
  height: 100%;
  object-fit: cover;
}
.cid-tVyhp8nj5s .collapsed span {
  transform: rotate(0deg);
}
.cid-tVyhp8nj5s .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tVyhp8nj5s p {
  margin-bottom: 0.3rem;
}
.cid-tVyhp8nj5s .panel-title-edit {
  color: #000000;
}
.cid-tVyhp8nj5s .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-tVyhp8nj5s .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tVyhp8nj5s .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-tVyhp8nj5s .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-tVyhp8nj5s .panel-text {
  color: #000000;
}
.cid-tVyhp8nj5s .mbr-section-title {
  text-align: center;
  color: #f92c50;
}
.cid-tVyhp8nj5s .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tVyhp8nj5s .panel-title-edit,
.cid-tVyhp8nj5s .mbr-iconfont {
  color: #000000;
}
.cid-tVyhp8mTxp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-1593623671781-20b707595e84.jpeg");
}
.cid-tVyhp8mTxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVyhp8mTxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVyhp8mTxp .card-wrapper {
  background: #f92c50;
}
@media (max-width: 767px) {
  .cid-tVyhp8mTxp .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tVyhp8mTxp .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-tVyhp8mTxp .card-wrapper {
    padding: 4rem;
  }
}
.cid-tVyhp8mTxp .mbr-text,
.cid-tVyhp8mTxp .mbr-section-btn {
  text-align: left;
}
.cid-tVyhp8mTxp .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-ubVH0EZ63V {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-ubVH0EZ63V .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ubVH0EZ63V .btn {
  border-radius: 2rem;
  padding: 1rem 3rem;
}
.cid-ubVH0EZ63V .col-auto {
  margin: auto;
  padding-top: 2rem;
}
.cid-ubVH0EZ63V h5 {
  padding-bottom: 2rem;
}
.cid-ubVH0EZ63V .form-control,
.cid-ubVH0EZ63V .field-input {
  padding: 0.5rem;
  border: 0 !important;
  border-bottom: 1px solid #48525c !important;
  color: #00004c;
  transition: 0.4s;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  outline: none;
}
.cid-ubVH0EZ63V .form-control::-webkit-input-placeholder,
.cid-ubVH0EZ63V .field-input::-webkit-input-placeholder,
.cid-ubVH0EZ63V .form-control::-webkit-input-placeholder,
.cid-ubVH0EZ63V .field-input::-webkit-input-placeholder {
  color: #00004c;
}
.cid-ubVH0EZ63V .form-control:-moz-placeholder,
.cid-ubVH0EZ63V .field-input:-moz-placeholder,
.cid-ubVH0EZ63V .form-control:-moz-placeholder,
.cid-ubVH0EZ63V .field-input:-moz-placeholder {
  color: #00004c;
}
.cid-ubVH0EZ63V .form-control:hover,
.cid-ubVH0EZ63V .field-input:hover,
.cid-ubVH0EZ63V .form-control:focus,
.cid-ubVH0EZ63V .field-input:focus {
  border: 0 !important;
  border-bottom: 1px solid #48525c !important;
  color: #00004c;
  box-shadow: none;
  outline: none;
}
.cid-ubVH0EZ63V .form-control:hover::-webkit-input-placeholder,
.cid-ubVH0EZ63V .field-input:hover::-webkit-input-placeholder,
.cid-ubVH0EZ63V .form-control:focus::-webkit-input-placeholder,
.cid-ubVH0EZ63V .field-input:focus::-webkit-input-placeholder,
.cid-ubVH0EZ63V .form-control:hover::-webkit-input-placeholder,
.cid-ubVH0EZ63V .field-input:hover::-webkit-input-placeholder,
.cid-ubVH0EZ63V .form-control:focus::-webkit-input-placeholder,
.cid-ubVH0EZ63V .field-input:focus::-webkit-input-placeholder {
  color: #00004c;
}
.cid-ubVH0EZ63V .form-control:hover:-moz-placeholder,
.cid-ubVH0EZ63V .field-input:hover:-moz-placeholder,
.cid-ubVH0EZ63V .form-control:focus:-moz-placeholder,
.cid-ubVH0EZ63V .field-input:focus:-moz-placeholder,
.cid-ubVH0EZ63V .form-control:hover:-moz-placeholder,
.cid-ubVH0EZ63V .field-input:hover:-moz-placeholder,
.cid-ubVH0EZ63V .form-control:focus:-moz-placeholder,
.cid-ubVH0EZ63V .field-input:focus:-moz-placeholder {
  color: #00004c;
}
.cid-ubVH0EZ63V .jq-number__spin:hover,
.cid-ubVH0EZ63V .jq-number__spin:focus {
  border-bottom: 1px solid #48525c !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ubVH0EZ63V .jq-number__spin {
  border-bottom: 1px solid #48525c !important;
  color: #00004c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ubVH0EZ63V textarea {
  min-height: 200px;
}
.cid-ubVH0EZ63V input::-webkit-clear-button {
  display: none;
}
.cid-ubVH0EZ63V input::-webkit-inner-spin-button {
  display: none;
}
.cid-ubVH0EZ63V input::-webkit-outer-spin-button {
  display: none;
}
.cid-ubVH0EZ63V input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ubVH0EZ63V LABEL {
  color: #767676;
}
.cid-ubVH0EZ63V H5 {
  text-align: center;
  color: #f92c50;
}
.cid-tVyhp8nGm3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-tVyhp8nGm3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVyhp8nGm3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tVyhp8nGm3 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tVyhp8nGm3 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-tVyhp8nGm3 .google-map {
  height: 100%;
  position: relative;
}
.cid-tVyhp8nGm3 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tVyhp8nGm3 .google-map iframe {
    min-height: 350px;
  }
}
.cid-tVyhp8nGm3 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tVyhp8nGm3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tVyhp8nGm3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tVyhp8nGm3 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-tVyhp8nGm3 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tVyhp8nGm3 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-tVyhp8nGm3 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tVyhp8nGm3 .content-head {
  max-width: 800px;
}
.cid-tVyhp8nGm3 .mbr-section-title {
  color: #f92c50;
}
.cid-tVyhp8nGm3 .list,
.cid-tVyhp8nGm3 .item-wrap {
  color: #2e481a;
}
.cid-tVyhp8nGm3 .cardTitle {
  color: #f92c50;
}
.cid-ubTHgKqpSn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f92c50;
}
@media (max-width: 991px) {
  .cid-ubTHgKqpSn .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-ubTHgKqpSn .container {
    padding: 0 12px;
  }
}
.cid-ubTHgKqpSn .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ubTHgKqpSn .social-row .soc-item {
  margin: 8px;
}
.cid-ubTHgKqpSn .social-row .soc-item a:hover .mbr-iconfont,
.cid-ubTHgKqpSn .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffeb69;
}
.cid-ubTHgKqpSn .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2e481a;
  transition: all 0.3s ease-in-out;
}
.cid-ubTHgKqpSn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ubTHgKqpSn .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ubTHgKqpSn .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ubTHgKqpSn .header-menu li p {
  margin: 0;
}
.cid-ubTHgKqpSn .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ubTHgKqpSn .mbr-section-title {
  color: #ffffff;
}
.cid-ubTHgKqpSn header-menu-item {
  text-align: center;
}
.cid-ubTIU7aeSs {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ubTIU7aeSs .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;
}
@media (max-width: 767px) {
  .cid-ubTIU7aeSs .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ubTIU7aeSs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubTIU7aeSs .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ubTIU7aeSs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubTIU7aeSs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubTIU7aeSs .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ubTIU7aeSs .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ubTIU7aeSs .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ubTIU7aeSs .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ubTIU7aeSs .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ubTIU7aeSs .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ubTIU7aeSs .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ubTIU7aeSs .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ubTIU7aeSs .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ubTIU7aeSs .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ubTIU7aeSs .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ubTIU7aeSs .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ubTIU7aeSs .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubTIU7aeSs .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ubTIU7aeSs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ubTIU7aeSs .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ubTIU7aeSs .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubTIU7aeSs .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ubTIU7aeSs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubTIU7aeSs .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-ubTIU7aeSs .nav-item:focus,
.cid-ubTIU7aeSs .nav-link:focus {
  outline: none;
}
.cid-ubTIU7aeSs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubTIU7aeSs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubTIU7aeSs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubTIU7aeSs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubTIU7aeSs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubTIU7aeSs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubTIU7aeSs .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ubTIU7aeSs .navbar.opened {
  transition: all 0.3s;
}
.cid-ubTIU7aeSs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubTIU7aeSs .navbar .navbar-logo img {
  width: auto;
}
.cid-ubTIU7aeSs .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ubTIU7aeSs .navbar.collapsed {
  justify-content: center;
}
.cid-ubTIU7aeSs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubTIU7aeSs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubTIU7aeSs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ubTIU7aeSs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubTIU7aeSs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubTIU7aeSs .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-ubTIU7aeSs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubTIU7aeSs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubTIU7aeSs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubTIU7aeSs .navbar {
    min-height: 72px;
  }
  .cid-ubTIU7aeSs .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ubTIU7aeSs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubTIU7aeSs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubTIU7aeSs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubTIU7aeSs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubTIU7aeSs .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-ubTIU7aeSs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubTIU7aeSs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ubTIU7aeSs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubTIU7aeSs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubTIU7aeSs .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ubTIU7aeSs .dropdown-item.active,
.cid-ubTIU7aeSs .dropdown-item:active {
  background-color: transparent;
}
.cid-ubTIU7aeSs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubTIU7aeSs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubTIU7aeSs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubTIU7aeSs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubTIU7aeSs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ubTIU7aeSs .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ubTIU7aeSs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubTIU7aeSs .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ubTIU7aeSs .navbar-buttons {
    text-align: left;
  }
}
.cid-ubTIU7aeSs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubTIU7aeSs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubTIU7aeSs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubTIU7aeSs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubTIU7aeSs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubTIU7aeSs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubTIU7aeSs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubTIU7aeSs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubTIU7aeSs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubTIU7aeSs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubTIU7aeSs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ubTIU7aeSs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubTIU7aeSs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ubTIU7aeSs .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubTIU7aeSs .navbar {
    height: 70px;
  }
  .cid-ubTIU7aeSs .navbar.opened {
    height: auto;
  }
  .cid-ubTIU7aeSs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubTIU7aeSs .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ubTIU7aeSs .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ubTIU7aeSs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ubTIU7aeSs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ubTIU7aeSs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ubTIU7aeSs .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ubTIU7aeSs .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ubTIU7aeSs .navbar-brand {
    margin-right: auto;
  }
  .cid-ubTIU7aeSs .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-ubTIU7aeSs .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ubTIU7aeSs .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ubTIU7aeSs .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ubTIU7aeSs .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ubTIU7aeSs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ubTIU7aeSs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ubTIU7aeSs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ubTIU7aeSs .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ubTIU7aeSs .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ubTIU7aeSs .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubTRFI7np2 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-ubTRFI7np2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubTRFI7np2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubTRFI7np2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubTRFI7np2 .item {
    margin-bottom: 1rem;
  }
}
.cid-ubTRFI7np2 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubTRFI7np2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubTRFI7np2 .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-ubTRFI7np2 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ubTRFI7np2 .carousel-control,
.cid-ubTRFI7np2 .close {
  background: #1b1b1b;
}
.cid-ubTRFI7np2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubTRFI7np2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubTRFI7np2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubTRFI7np2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubTRFI7np2 .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-ubTRFI7np2 .close::before {
  content: '\e91a';
}
.cid-ubTRFI7np2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubTRFI7np2 .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-ubTRFI7np2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubTRFI7np2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubTRFI7np2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubTRFI7np2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubTRFI7np2 .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-ubTRFI7np2 .carousel-indicators li.active,
.cid-ubTRFI7np2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubTRFI7np2 .carousel-indicators li::after,
.cid-ubTRFI7np2 .carousel-indicators li::before {
  content: none;
}
.cid-ubTRFI7np2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubTRFI7np2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubTRFI7np2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubTRFI7np2 .carousel-indicators {
    display: none;
  }
}
.cid-ubTRFI7np2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubTRFI7np2 .carousel-inner > .active {
  display: block;
}
.cid-ubTRFI7np2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubTRFI7np2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubTRFI7np2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubTRFI7np2 .carousel-control,
  .cid-ubTRFI7np2 .carousel-indicators,
  .cid-ubTRFI7np2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubTRFI7np2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubTRFI7np2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubTRFI7np2 .carousel-indicators .active,
.cid-ubTRFI7np2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubTRFI7np2 .carousel-indicators .active {
  background: #fff;
}
.cid-ubTRFI7np2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubTRFI7np2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubTRFI7np2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubTRFI7np2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubTRFI7np2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubTRFI7np2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubTRFI7np2 .carousel {
  width: 100%;
}
.cid-ubTRFI7np2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubTRFI7np2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubTRFI7np2 .modal.fade .modal-dialog,
.cid-ubTRFI7np2 .modal.in .modal-dialog {
  transform: none;
}
.cid-ubTRFI7np2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubTRFI7np2 .content-head {
  max-width: 800px;
}
.cid-ubTRFI7np2 DIV {
  text-align: left;
}
.cid-ubTRFI7np2 H3 {
  text-align: left;
  color: #f92c50;
}
.cid-ubTRFI7np2 H4 {
  text-align: left;
}
.cid-ubU49NDsIw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubU49NDsIw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubU49NDsIw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubU49NDsIw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubU49NDsIw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubU49NDsIw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubU49NDsIw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubU49NDsIw .mbr-section-title {
  color: #f92c50;
}
.cid-ubU49NDsIw .mbr-text,
.cid-ubU49NDsIw .mbr-section-btn {
  color: #260a30;
}
.cid-ubU9D8SSDt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ubU9D8SSDt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubU9D8SSDt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ubU9D8SSDt .container {
    padding: 0 30px;
  }
}
.cid-ubU9D8SSDt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ubU9D8SSDt .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ubU9D8SSDt .items {
  padding: 20px 0;
}
.cid-ubU9D8SSDt .items .item {
  padding-bottom: 30px;
  border-bottom: 2px solid #ededed;
  margin-bottom: 30px;
}
.cid-ubU9D8SSDt .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ubU9D8SSDt .items .item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.cid-ubU9D8SSDt .items .item .item-wrapper .card-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  .cid-ubU9D8SSDt .items .item .item-wrapper .card-box {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-ubU9D8SSDt .items .item .item-wrapper .card-box .content-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-ubU9D8SSDt .items .item .item-wrapper .card-box .content-wrap .card-subtitle {
  line-height: 180%;
  margin-bottom: 0;
}
.cid-ubU9D8SSDt .items .item .item-wrapper .card-box .content-wrap .mbr-desc {
  opacity: .6;
  line-height: 180%;
  margin-bottom: 0;
}
.cid-ubU9D8SSDt .mbr-section-title {
  color: #000000;
}
.cid-ubU9D8SSDt .card-subtitle {
  color: #000000;
}
.cid-ubU9D8SSDt .mbr-desc {
  color: #000000;
}
.cid-ubUglND4TL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ubUglND4TL h6 {
  line-height: 1.2;
}
.cid-ubUglND4TL img,
.cid-ubUglND4TL .item-img {
  width: 100%;
}
.cid-ubUglND4TL .item:focus,
.cid-ubUglND4TL span:focus {
  outline: none;
}
.cid-ubUglND4TL .item {
  cursor: pointer;
}
.cid-ubUglND4TL .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ubUglND4TL .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ubUglND4TL .mbr-section-title {
  color: #000000;
}
.cid-ubUglND4TL .mbr-text,
.cid-ubUglND4TL .mbr-section-btn {
  color: #000000;
}
.cid-ubUglND4TL .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubUglND4TL .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubUglND4TL .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubUglND4TL .content-head {
  max-width: 800px;
}
.cid-ubTIUbBZaY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f92c50;
}
@media (max-width: 991px) {
  .cid-ubTIUbBZaY .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-ubTIUbBZaY .container {
    padding: 0 12px;
  }
}
.cid-ubTIUbBZaY .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ubTIUbBZaY .social-row .soc-item {
  margin: 8px;
}
.cid-ubTIUbBZaY .social-row .soc-item a:hover .mbr-iconfont,
.cid-ubTIUbBZaY .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffeb69;
}
.cid-ubTIUbBZaY .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2e481a;
  transition: all 0.3s ease-in-out;
}
.cid-ubTIUbBZaY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ubTIUbBZaY .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ubTIUbBZaY .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ubTIUbBZaY .header-menu li p {
  margin: 0;
}
.cid-ubTIUbBZaY .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ubTIUbBZaY .mbr-section-title {
  color: #ffffff;
}
.cid-ubTIUbBZaY header-menu-item {
  text-align: center;
}
.cid-ubU0L7nYhe {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ubU0L7nYhe .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;
}
@media (max-width: 767px) {
  .cid-ubU0L7nYhe .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ubU0L7nYhe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubU0L7nYhe .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ubU0L7nYhe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubU0L7nYhe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubU0L7nYhe .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ubU0L7nYhe .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ubU0L7nYhe .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ubU0L7nYhe .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ubU0L7nYhe .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ubU0L7nYhe .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ubU0L7nYhe .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ubU0L7nYhe .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ubU0L7nYhe .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ubU0L7nYhe .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ubU0L7nYhe .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ubU0L7nYhe .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ubU0L7nYhe .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubU0L7nYhe .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ubU0L7nYhe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ubU0L7nYhe .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ubU0L7nYhe .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubU0L7nYhe .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ubU0L7nYhe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubU0L7nYhe .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-ubU0L7nYhe .nav-item:focus,
.cid-ubU0L7nYhe .nav-link:focus {
  outline: none;
}
.cid-ubU0L7nYhe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubU0L7nYhe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubU0L7nYhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubU0L7nYhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubU0L7nYhe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubU0L7nYhe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubU0L7nYhe .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ubU0L7nYhe .navbar.opened {
  transition: all 0.3s;
}
.cid-ubU0L7nYhe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubU0L7nYhe .navbar .navbar-logo img {
  width: auto;
}
.cid-ubU0L7nYhe .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ubU0L7nYhe .navbar.collapsed {
  justify-content: center;
}
.cid-ubU0L7nYhe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubU0L7nYhe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubU0L7nYhe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ubU0L7nYhe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubU0L7nYhe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubU0L7nYhe .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-ubU0L7nYhe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubU0L7nYhe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubU0L7nYhe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubU0L7nYhe .navbar {
    min-height: 72px;
  }
  .cid-ubU0L7nYhe .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ubU0L7nYhe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubU0L7nYhe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubU0L7nYhe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubU0L7nYhe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubU0L7nYhe .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-ubU0L7nYhe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubU0L7nYhe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ubU0L7nYhe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubU0L7nYhe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubU0L7nYhe .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ubU0L7nYhe .dropdown-item.active,
.cid-ubU0L7nYhe .dropdown-item:active {
  background-color: transparent;
}
.cid-ubU0L7nYhe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubU0L7nYhe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubU0L7nYhe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubU0L7nYhe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubU0L7nYhe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ubU0L7nYhe .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ubU0L7nYhe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubU0L7nYhe .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ubU0L7nYhe .navbar-buttons {
    text-align: left;
  }
}
.cid-ubU0L7nYhe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubU0L7nYhe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubU0L7nYhe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubU0L7nYhe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubU0L7nYhe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubU0L7nYhe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubU0L7nYhe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubU0L7nYhe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubU0L7nYhe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubU0L7nYhe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubU0L7nYhe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ubU0L7nYhe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubU0L7nYhe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ubU0L7nYhe .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubU0L7nYhe .navbar {
    height: 70px;
  }
  .cid-ubU0L7nYhe .navbar.opened {
    height: auto;
  }
  .cid-ubU0L7nYhe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubU0L7nYhe .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ubU0L7nYhe .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ubU0L7nYhe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ubU0L7nYhe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ubU0L7nYhe .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ubU0L7nYhe .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ubU0L7nYhe .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ubU0L7nYhe .navbar-brand {
    margin-right: auto;
  }
  .cid-ubU0L7nYhe .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-ubU0L7nYhe .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ubU0L7nYhe .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ubU0L7nYhe .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ubU0L7nYhe .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ubU0L7nYhe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ubU0L7nYhe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ubU0L7nYhe .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ubU0L7nYhe .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ubU0L7nYhe .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ubU0L7nYhe .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubU0L86auz {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-ubU0L86auz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubU0L86auz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubU0L86auz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubU0L86auz .item {
    margin-bottom: 1rem;
  }
}
.cid-ubU0L86auz .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubU0L86auz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubU0L86auz .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-ubU0L86auz .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ubU0L86auz .carousel-control,
.cid-ubU0L86auz .close {
  background: #1b1b1b;
}
.cid-ubU0L86auz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubU0L86auz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubU0L86auz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubU0L86auz .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubU0L86auz .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-ubU0L86auz .close::before {
  content: '\e91a';
}
.cid-ubU0L86auz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubU0L86auz .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-ubU0L86auz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubU0L86auz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubU0L86auz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubU0L86auz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubU0L86auz .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-ubU0L86auz .carousel-indicators li.active,
.cid-ubU0L86auz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubU0L86auz .carousel-indicators li::after,
.cid-ubU0L86auz .carousel-indicators li::before {
  content: none;
}
.cid-ubU0L86auz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubU0L86auz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubU0L86auz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubU0L86auz .carousel-indicators {
    display: none;
  }
}
.cid-ubU0L86auz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubU0L86auz .carousel-inner > .active {
  display: block;
}
.cid-ubU0L86auz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubU0L86auz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubU0L86auz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubU0L86auz .carousel-control,
  .cid-ubU0L86auz .carousel-indicators,
  .cid-ubU0L86auz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubU0L86auz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubU0L86auz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubU0L86auz .carousel-indicators .active,
.cid-ubU0L86auz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubU0L86auz .carousel-indicators .active {
  background: #fff;
}
.cid-ubU0L86auz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubU0L86auz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubU0L86auz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubU0L86auz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubU0L86auz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubU0L86auz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubU0L86auz .carousel {
  width: 100%;
}
.cid-ubU0L86auz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubU0L86auz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubU0L86auz .modal.fade .modal-dialog,
.cid-ubU0L86auz .modal.in .modal-dialog {
  transform: none;
}
.cid-ubU0L86auz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubU0L86auz .content-head {
  max-width: 800px;
}
.cid-ubU0L86auz DIV {
  text-align: left;
}
.cid-ubU0L86auz H3 {
  text-align: left;
  color: #f92c50;
}
.cid-ubU0L9nSQe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f92c50;
}
@media (max-width: 991px) {
  .cid-ubU0L9nSQe .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-ubU0L9nSQe .container {
    padding: 0 12px;
  }
}
.cid-ubU0L9nSQe .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ubU0L9nSQe .social-row .soc-item {
  margin: 8px;
}
.cid-ubU0L9nSQe .social-row .soc-item a:hover .mbr-iconfont,
.cid-ubU0L9nSQe .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffeb69;
}
.cid-ubU0L9nSQe .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2e481a;
  transition: all 0.3s ease-in-out;
}
.cid-ubU0L9nSQe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ubU0L9nSQe .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ubU0L9nSQe .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ubU0L9nSQe .header-menu li p {
  margin: 0;
}
.cid-ubU0L9nSQe .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ubU0L9nSQe .mbr-section-title {
  color: #ffffff;
}
.cid-ubU0L9nSQe header-menu-item {
  text-align: center;
}
.cid-ubU0P6moXi {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ubU0P6moXi .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;
}
@media (max-width: 767px) {
  .cid-ubU0P6moXi .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ubU0P6moXi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubU0P6moXi .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ubU0P6moXi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubU0P6moXi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubU0P6moXi .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ubU0P6moXi .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ubU0P6moXi .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ubU0P6moXi .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ubU0P6moXi .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ubU0P6moXi .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ubU0P6moXi .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ubU0P6moXi .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ubU0P6moXi .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ubU0P6moXi .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ubU0P6moXi .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ubU0P6moXi .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ubU0P6moXi .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubU0P6moXi .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ubU0P6moXi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ubU0P6moXi .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ubU0P6moXi .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubU0P6moXi .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ubU0P6moXi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubU0P6moXi .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-ubU0P6moXi .nav-item:focus,
.cid-ubU0P6moXi .nav-link:focus {
  outline: none;
}
.cid-ubU0P6moXi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubU0P6moXi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubU0P6moXi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubU0P6moXi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubU0P6moXi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubU0P6moXi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubU0P6moXi .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ubU0P6moXi .navbar.opened {
  transition: all 0.3s;
}
.cid-ubU0P6moXi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubU0P6moXi .navbar .navbar-logo img {
  width: auto;
}
.cid-ubU0P6moXi .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ubU0P6moXi .navbar.collapsed {
  justify-content: center;
}
.cid-ubU0P6moXi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubU0P6moXi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubU0P6moXi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ubU0P6moXi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubU0P6moXi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubU0P6moXi .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-ubU0P6moXi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubU0P6moXi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubU0P6moXi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubU0P6moXi .navbar {
    min-height: 72px;
  }
  .cid-ubU0P6moXi .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ubU0P6moXi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubU0P6moXi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubU0P6moXi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubU0P6moXi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubU0P6moXi .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-ubU0P6moXi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubU0P6moXi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ubU0P6moXi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubU0P6moXi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubU0P6moXi .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ubU0P6moXi .dropdown-item.active,
.cid-ubU0P6moXi .dropdown-item:active {
  background-color: transparent;
}
.cid-ubU0P6moXi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubU0P6moXi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubU0P6moXi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubU0P6moXi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubU0P6moXi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ubU0P6moXi .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ubU0P6moXi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubU0P6moXi .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ubU0P6moXi .navbar-buttons {
    text-align: left;
  }
}
.cid-ubU0P6moXi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubU0P6moXi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubU0P6moXi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubU0P6moXi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubU0P6moXi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubU0P6moXi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubU0P6moXi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubU0P6moXi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubU0P6moXi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubU0P6moXi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubU0P6moXi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ubU0P6moXi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubU0P6moXi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ubU0P6moXi .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubU0P6moXi .navbar {
    height: 70px;
  }
  .cid-ubU0P6moXi .navbar.opened {
    height: auto;
  }
  .cid-ubU0P6moXi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubU0P6moXi .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ubU0P6moXi .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ubU0P6moXi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ubU0P6moXi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ubU0P6moXi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ubU0P6moXi .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ubU0P6moXi .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ubU0P6moXi .navbar-brand {
    margin-right: auto;
  }
  .cid-ubU0P6moXi .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-ubU0P6moXi .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ubU0P6moXi .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ubU0P6moXi .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ubU0P6moXi .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ubU0P6moXi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ubU0P6moXi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ubU0P6moXi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ubU0P6moXi .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ubU0P6moXi .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ubU0P6moXi .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubU0P7w8BJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-ubU0P7w8BJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubU0P7w8BJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubU0P7w8BJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubU0P7w8BJ .item {
    margin-bottom: 1rem;
  }
}
.cid-ubU0P7w8BJ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubU0P7w8BJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubU0P7w8BJ .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-ubU0P7w8BJ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ubU0P7w8BJ .carousel-control,
.cid-ubU0P7w8BJ .close {
  background: #1b1b1b;
}
.cid-ubU0P7w8BJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubU0P7w8BJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubU0P7w8BJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubU0P7w8BJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubU0P7w8BJ .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-ubU0P7w8BJ .close::before {
  content: '\e91a';
}
.cid-ubU0P7w8BJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubU0P7w8BJ .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-ubU0P7w8BJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubU0P7w8BJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubU0P7w8BJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubU0P7w8BJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubU0P7w8BJ .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-ubU0P7w8BJ .carousel-indicators li.active,
.cid-ubU0P7w8BJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubU0P7w8BJ .carousel-indicators li::after,
.cid-ubU0P7w8BJ .carousel-indicators li::before {
  content: none;
}
.cid-ubU0P7w8BJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubU0P7w8BJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubU0P7w8BJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubU0P7w8BJ .carousel-indicators {
    display: none;
  }
}
.cid-ubU0P7w8BJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubU0P7w8BJ .carousel-inner > .active {
  display: block;
}
.cid-ubU0P7w8BJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubU0P7w8BJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubU0P7w8BJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubU0P7w8BJ .carousel-control,
  .cid-ubU0P7w8BJ .carousel-indicators,
  .cid-ubU0P7w8BJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubU0P7w8BJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubU0P7w8BJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubU0P7w8BJ .carousel-indicators .active,
.cid-ubU0P7w8BJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubU0P7w8BJ .carousel-indicators .active {
  background: #fff;
}
.cid-ubU0P7w8BJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubU0P7w8BJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubU0P7w8BJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubU0P7w8BJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubU0P7w8BJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubU0P7w8BJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubU0P7w8BJ .carousel {
  width: 100%;
}
.cid-ubU0P7w8BJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubU0P7w8BJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubU0P7w8BJ .modal.fade .modal-dialog,
.cid-ubU0P7w8BJ .modal.in .modal-dialog {
  transform: none;
}
.cid-ubU0P7w8BJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubU0P7w8BJ .content-head {
  max-width: 800px;
}
.cid-ubU0P7w8BJ DIV {
  text-align: left;
}
.cid-ubU0P7w8BJ H3 {
  text-align: left;
  color: #f92c50;
}
.cid-ubULvgDQ0F {
  background-color: #ffffff;
}
.cid-ubULvgDQ0F .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubULvgDQ0F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubULvgDQ0F .row {
  flex-direction: row-reverse;
}
.cid-ubULvgDQ0F .mbr-description {
  text-align: left;
}
.cid-ubUSV7qsyN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ubUSV7qsyN h6 {
  line-height: 1.2;
}
.cid-ubUSV7qsyN img,
.cid-ubUSV7qsyN .item-img {
  width: 100%;
}
.cid-ubUSV7qsyN .item:focus,
.cid-ubUSV7qsyN span:focus {
  outline: none;
}
.cid-ubUSV7qsyN .item {
  cursor: pointer;
}
.cid-ubUSV7qsyN .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ubUSV7qsyN .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ubUSV7qsyN .mbr-section-title {
  color: #000000;
}
.cid-ubUSV7qsyN .mbr-text,
.cid-ubUSV7qsyN .mbr-section-btn {
  color: #000000;
}
.cid-ubUSV7qsyN .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubUSV7qsyN .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubUSV7qsyN .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubUSV7qsyN .content-head {
  max-width: 800px;
}
.cid-ubU0P8uTsi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f92c50;
}
@media (max-width: 991px) {
  .cid-ubU0P8uTsi .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-ubU0P8uTsi .container {
    padding: 0 12px;
  }
}
.cid-ubU0P8uTsi .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ubU0P8uTsi .social-row .soc-item {
  margin: 8px;
}
.cid-ubU0P8uTsi .social-row .soc-item a:hover .mbr-iconfont,
.cid-ubU0P8uTsi .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffeb69;
}
.cid-ubU0P8uTsi .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2e481a;
  transition: all 0.3s ease-in-out;
}
.cid-ubU0P8uTsi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ubU0P8uTsi .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ubU0P8uTsi .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ubU0P8uTsi .header-menu li p {
  margin: 0;
}
.cid-ubU0P8uTsi .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ubU0P8uTsi .mbr-section-title {
  color: #ffffff;
}
.cid-ubU0P8uTsi header-menu-item {
  text-align: center;
}
.cid-ubU0Ryb67D {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ubU0Ryb67D .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;
}
@media (max-width: 767px) {
  .cid-ubU0Ryb67D .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ubU0Ryb67D .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubU0Ryb67D .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ubU0Ryb67D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubU0Ryb67D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubU0Ryb67D .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ubU0Ryb67D .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ubU0Ryb67D .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ubU0Ryb67D .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ubU0Ryb67D .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ubU0Ryb67D .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ubU0Ryb67D .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ubU0Ryb67D .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ubU0Ryb67D .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ubU0Ryb67D .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ubU0Ryb67D .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ubU0Ryb67D .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ubU0Ryb67D .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubU0Ryb67D .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ubU0Ryb67D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ubU0Ryb67D .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ubU0Ryb67D .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubU0Ryb67D .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ubU0Ryb67D .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubU0Ryb67D .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-ubU0Ryb67D .nav-item:focus,
.cid-ubU0Ryb67D .nav-link:focus {
  outline: none;
}
.cid-ubU0Ryb67D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubU0Ryb67D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubU0Ryb67D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubU0Ryb67D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubU0Ryb67D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubU0Ryb67D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubU0Ryb67D .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ubU0Ryb67D .navbar.opened {
  transition: all 0.3s;
}
.cid-ubU0Ryb67D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubU0Ryb67D .navbar .navbar-logo img {
  width: auto;
}
.cid-ubU0Ryb67D .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ubU0Ryb67D .navbar.collapsed {
  justify-content: center;
}
.cid-ubU0Ryb67D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubU0Ryb67D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubU0Ryb67D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ubU0Ryb67D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubU0Ryb67D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubU0Ryb67D .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-ubU0Ryb67D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubU0Ryb67D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubU0Ryb67D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubU0Ryb67D .navbar {
    min-height: 72px;
  }
  .cid-ubU0Ryb67D .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ubU0Ryb67D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubU0Ryb67D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubU0Ryb67D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubU0Ryb67D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubU0Ryb67D .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-ubU0Ryb67D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubU0Ryb67D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ubU0Ryb67D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubU0Ryb67D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubU0Ryb67D .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ubU0Ryb67D .dropdown-item.active,
.cid-ubU0Ryb67D .dropdown-item:active {
  background-color: transparent;
}
.cid-ubU0Ryb67D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubU0Ryb67D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubU0Ryb67D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubU0Ryb67D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubU0Ryb67D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ubU0Ryb67D .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ubU0Ryb67D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubU0Ryb67D .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ubU0Ryb67D .navbar-buttons {
    text-align: left;
  }
}
.cid-ubU0Ryb67D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubU0Ryb67D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubU0Ryb67D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubU0Ryb67D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubU0Ryb67D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubU0Ryb67D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubU0Ryb67D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubU0Ryb67D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubU0Ryb67D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubU0Ryb67D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubU0Ryb67D .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ubU0Ryb67D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubU0Ryb67D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ubU0Ryb67D .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubU0Ryb67D .navbar {
    height: 70px;
  }
  .cid-ubU0Ryb67D .navbar.opened {
    height: auto;
  }
  .cid-ubU0Ryb67D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubU0Ryb67D .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ubU0Ryb67D .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ubU0Ryb67D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ubU0Ryb67D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ubU0Ryb67D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ubU0Ryb67D .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ubU0Ryb67D .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ubU0Ryb67D .navbar-brand {
    margin-right: auto;
  }
  .cid-ubU0Ryb67D .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-ubU0Ryb67D .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ubU0Ryb67D .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ubU0Ryb67D .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ubU0Ryb67D .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ubU0Ryb67D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ubU0Ryb67D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ubU0Ryb67D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ubU0Ryb67D .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ubU0Ryb67D .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ubU0Ryb67D .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubU0RyRVwU {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-ubU0RyRVwU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubU0RyRVwU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubU0RyRVwU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubU0RyRVwU .item {
    margin-bottom: 1rem;
  }
}
.cid-ubU0RyRVwU .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubU0RyRVwU .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubU0RyRVwU .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-ubU0RyRVwU .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ubU0RyRVwU .carousel-control,
.cid-ubU0RyRVwU .close {
  background: #1b1b1b;
}
.cid-ubU0RyRVwU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubU0RyRVwU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubU0RyRVwU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubU0RyRVwU .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubU0RyRVwU .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-ubU0RyRVwU .close::before {
  content: '\e91a';
}
.cid-ubU0RyRVwU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubU0RyRVwU .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-ubU0RyRVwU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubU0RyRVwU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubU0RyRVwU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubU0RyRVwU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubU0RyRVwU .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-ubU0RyRVwU .carousel-indicators li.active,
.cid-ubU0RyRVwU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubU0RyRVwU .carousel-indicators li::after,
.cid-ubU0RyRVwU .carousel-indicators li::before {
  content: none;
}
.cid-ubU0RyRVwU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubU0RyRVwU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubU0RyRVwU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubU0RyRVwU .carousel-indicators {
    display: none;
  }
}
.cid-ubU0RyRVwU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubU0RyRVwU .carousel-inner > .active {
  display: block;
}
.cid-ubU0RyRVwU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubU0RyRVwU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubU0RyRVwU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubU0RyRVwU .carousel-control,
  .cid-ubU0RyRVwU .carousel-indicators,
  .cid-ubU0RyRVwU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubU0RyRVwU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubU0RyRVwU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubU0RyRVwU .carousel-indicators .active,
.cid-ubU0RyRVwU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubU0RyRVwU .carousel-indicators .active {
  background: #fff;
}
.cid-ubU0RyRVwU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubU0RyRVwU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubU0RyRVwU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubU0RyRVwU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubU0RyRVwU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubU0RyRVwU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubU0RyRVwU .carousel {
  width: 100%;
}
.cid-ubU0RyRVwU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubU0RyRVwU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubU0RyRVwU .modal.fade .modal-dialog,
.cid-ubU0RyRVwU .modal.in .modal-dialog {
  transform: none;
}
.cid-ubU0RyRVwU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubU0RyRVwU .content-head {
  max-width: 800px;
}
.cid-ubU0RyRVwU DIV {
  text-align: left;
}
.cid-ubU0RyRVwU H3 {
  text-align: left;
  color: #f92c50;
}
.cid-ubU0RyRVwU H4 {
  text-align: left;
}
.cid-ubVcTsME9A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubVcTsME9A .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubVcTsME9A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ubVcTsME9A .container {
    padding: 0 30px;
  }
}
.cid-ubVcTsME9A .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ubVcTsME9A .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ubVcTsME9A .items {
  padding: 20px 0;
}
.cid-ubVcTsME9A .items .item {
  padding-bottom: 30px;
  border-bottom: 2px solid #ededed;
  margin-bottom: 30px;
}
.cid-ubVcTsME9A .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ubVcTsME9A .items .item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.cid-ubVcTsME9A .items .item .item-wrapper .card-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  .cid-ubVcTsME9A .items .item .item-wrapper .card-box {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-ubVcTsME9A .items .item .item-wrapper .card-box .content-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-ubVcTsME9A .items .item .item-wrapper .card-box .content-wrap .card-subtitle {
  line-height: 180%;
  margin-bottom: 0;
}
.cid-ubVcTsME9A .items .item .item-wrapper .card-box .content-wrap .mbr-desc {
  opacity: .6;
  line-height: 180%;
  margin-bottom: 0;
}
.cid-ubVcTsME9A .mbr-section-title {
  color: #000000;
}
.cid-ubVcTsME9A .card-subtitle {
  color: #000000;
}
.cid-ubVcTsME9A .mbr-desc {
  color: #000000;
}
.cid-ubU0RzYlvf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f92c50;
}
@media (max-width: 991px) {
  .cid-ubU0RzYlvf .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-ubU0RzYlvf .container {
    padding: 0 12px;
  }
}
.cid-ubU0RzYlvf .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ubU0RzYlvf .social-row .soc-item {
  margin: 8px;
}
.cid-ubU0RzYlvf .social-row .soc-item a:hover .mbr-iconfont,
.cid-ubU0RzYlvf .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffeb69;
}
.cid-ubU0RzYlvf .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2e481a;
  transition: all 0.3s ease-in-out;
}
.cid-ubU0RzYlvf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ubU0RzYlvf .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ubU0RzYlvf .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ubU0RzYlvf .header-menu li p {
  margin: 0;
}
.cid-ubU0RzYlvf .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ubU0RzYlvf .mbr-section-title {
  color: #ffffff;
}
.cid-ubU0RzYlvf header-menu-item {
  text-align: center;
}
.cid-ubU0U9wPxK {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ubU0U9wPxK .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;
}
@media (max-width: 767px) {
  .cid-ubU0U9wPxK .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ubU0U9wPxK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubU0U9wPxK .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ubU0U9wPxK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubU0U9wPxK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubU0U9wPxK .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ubU0U9wPxK .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ubU0U9wPxK .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ubU0U9wPxK .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ubU0U9wPxK .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ubU0U9wPxK .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ubU0U9wPxK .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ubU0U9wPxK .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ubU0U9wPxK .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ubU0U9wPxK .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ubU0U9wPxK .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ubU0U9wPxK .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ubU0U9wPxK .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubU0U9wPxK .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ubU0U9wPxK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ubU0U9wPxK .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ubU0U9wPxK .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubU0U9wPxK .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ubU0U9wPxK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubU0U9wPxK .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-ubU0U9wPxK .nav-item:focus,
.cid-ubU0U9wPxK .nav-link:focus {
  outline: none;
}
.cid-ubU0U9wPxK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubU0U9wPxK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubU0U9wPxK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubU0U9wPxK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubU0U9wPxK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubU0U9wPxK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubU0U9wPxK .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ubU0U9wPxK .navbar.opened {
  transition: all 0.3s;
}
.cid-ubU0U9wPxK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubU0U9wPxK .navbar .navbar-logo img {
  width: auto;
}
.cid-ubU0U9wPxK .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ubU0U9wPxK .navbar.collapsed {
  justify-content: center;
}
.cid-ubU0U9wPxK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubU0U9wPxK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubU0U9wPxK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ubU0U9wPxK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubU0U9wPxK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubU0U9wPxK .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-ubU0U9wPxK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubU0U9wPxK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubU0U9wPxK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubU0U9wPxK .navbar {
    min-height: 72px;
  }
  .cid-ubU0U9wPxK .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ubU0U9wPxK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubU0U9wPxK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubU0U9wPxK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubU0U9wPxK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubU0U9wPxK .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-ubU0U9wPxK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubU0U9wPxK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ubU0U9wPxK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubU0U9wPxK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubU0U9wPxK .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ubU0U9wPxK .dropdown-item.active,
.cid-ubU0U9wPxK .dropdown-item:active {
  background-color: transparent;
}
.cid-ubU0U9wPxK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubU0U9wPxK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubU0U9wPxK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubU0U9wPxK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubU0U9wPxK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ubU0U9wPxK .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ubU0U9wPxK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubU0U9wPxK .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ubU0U9wPxK .navbar-buttons {
    text-align: left;
  }
}
.cid-ubU0U9wPxK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubU0U9wPxK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubU0U9wPxK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubU0U9wPxK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubU0U9wPxK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubU0U9wPxK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubU0U9wPxK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubU0U9wPxK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubU0U9wPxK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubU0U9wPxK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubU0U9wPxK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ubU0U9wPxK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubU0U9wPxK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ubU0U9wPxK .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubU0U9wPxK .navbar {
    height: 70px;
  }
  .cid-ubU0U9wPxK .navbar.opened {
    height: auto;
  }
  .cid-ubU0U9wPxK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubU0U9wPxK .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ubU0U9wPxK .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ubU0U9wPxK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ubU0U9wPxK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ubU0U9wPxK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ubU0U9wPxK .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ubU0U9wPxK .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ubU0U9wPxK .navbar-brand {
    margin-right: auto;
  }
  .cid-ubU0U9wPxK .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-ubU0U9wPxK .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ubU0U9wPxK .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ubU0U9wPxK .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ubU0U9wPxK .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ubU0U9wPxK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ubU0U9wPxK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ubU0U9wPxK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ubU0U9wPxK .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ubU0U9wPxK .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ubU0U9wPxK .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubU0UaelYR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-ubU0UaelYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubU0UaelYR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubU0UaelYR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubU0UaelYR .item {
    margin-bottom: 1rem;
  }
}
.cid-ubU0UaelYR .item-wrapper {
  position: relative;
}
.cid-ubU0UaelYR .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-ubU0UaelYR .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ubU0UaelYR .carousel-control,
.cid-ubU0UaelYR .close {
  background: #1b1b1b;
}
.cid-ubU0UaelYR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubU0UaelYR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubU0UaelYR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubU0UaelYR .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubU0UaelYR .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-ubU0UaelYR .close::before {
  content: '\e91a';
}
.cid-ubU0UaelYR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubU0UaelYR .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-ubU0UaelYR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubU0UaelYR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubU0UaelYR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubU0UaelYR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubU0UaelYR .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-ubU0UaelYR .carousel-indicators li.active,
.cid-ubU0UaelYR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubU0UaelYR .carousel-indicators li::after,
.cid-ubU0UaelYR .carousel-indicators li::before {
  content: none;
}
.cid-ubU0UaelYR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubU0UaelYR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubU0UaelYR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubU0UaelYR .carousel-indicators {
    display: none;
  }
}
.cid-ubU0UaelYR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubU0UaelYR .carousel-inner > .active {
  display: block;
}
.cid-ubU0UaelYR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubU0UaelYR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubU0UaelYR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubU0UaelYR .carousel-control,
  .cid-ubU0UaelYR .carousel-indicators,
  .cid-ubU0UaelYR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubU0UaelYR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubU0UaelYR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubU0UaelYR .carousel-indicators .active,
.cid-ubU0UaelYR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubU0UaelYR .carousel-indicators .active {
  background: #fff;
}
.cid-ubU0UaelYR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubU0UaelYR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubU0UaelYR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubU0UaelYR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubU0UaelYR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubU0UaelYR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubU0UaelYR .carousel {
  width: 100%;
}
.cid-ubU0UaelYR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubU0UaelYR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubU0UaelYR .modal.fade .modal-dialog,
.cid-ubU0UaelYR .modal.in .modal-dialog {
  transform: none;
}
.cid-ubU0UaelYR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubU0UaelYR .content-head {
  max-width: 800px;
}
.cid-ubU0UaelYR DIV {
  text-align: left;
}
.cid-ubU0UaelYR H3 {
  text-align: left;
  color: #f92c50;
}
.cid-ubU0UaelYR H4 {
  text-align: left;
}
.cid-ubVgZptlrw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubVgZptlrw h6 {
  line-height: 1.2;
}
.cid-ubVgZptlrw img,
.cid-ubVgZptlrw .item-img {
  width: 100%;
}
.cid-ubVgZptlrw .item:focus,
.cid-ubVgZptlrw span:focus {
  outline: none;
}
.cid-ubVgZptlrw .item {
  cursor: pointer;
}
.cid-ubVgZptlrw .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ubVgZptlrw .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ubVgZptlrw .mbr-section-title {
  color: #000000;
}
.cid-ubVgZptlrw .mbr-text,
.cid-ubVgZptlrw .mbr-section-btn {
  color: #000000;
}
.cid-ubVgZptlrw .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubVgZptlrw .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubVgZptlrw .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubVgZptlrw .content-head {
  max-width: 800px;
}
.cid-ubVgZptlrw .mbr-section-subtitle {
  text-align: left;
}
.cid-ubU0UbszHm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f92c50;
}
@media (max-width: 991px) {
  .cid-ubU0UbszHm .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-ubU0UbszHm .container {
    padding: 0 12px;
  }
}
.cid-ubU0UbszHm .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ubU0UbszHm .social-row .soc-item {
  margin: 8px;
}
.cid-ubU0UbszHm .social-row .soc-item a:hover .mbr-iconfont,
.cid-ubU0UbszHm .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffeb69;
}
.cid-ubU0UbszHm .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2e481a;
  transition: all 0.3s ease-in-out;
}
.cid-ubU0UbszHm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ubU0UbszHm .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ubU0UbszHm .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ubU0UbszHm .header-menu li p {
  margin: 0;
}
.cid-ubU0UbszHm .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ubU0UbszHm .mbr-section-title {
  color: #ffffff;
}
.cid-ubU0UbszHm header-menu-item {
  text-align: center;
}
.cid-ubU0XlfdoE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ubU0XlfdoE .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;
}
@media (max-width: 767px) {
  .cid-ubU0XlfdoE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ubU0XlfdoE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubU0XlfdoE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ubU0XlfdoE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubU0XlfdoE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubU0XlfdoE .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ubU0XlfdoE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ubU0XlfdoE .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ubU0XlfdoE .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ubU0XlfdoE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ubU0XlfdoE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ubU0XlfdoE .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ubU0XlfdoE .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ubU0XlfdoE .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ubU0XlfdoE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ubU0XlfdoE .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ubU0XlfdoE .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ubU0XlfdoE .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubU0XlfdoE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ubU0XlfdoE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ubU0XlfdoE .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ubU0XlfdoE .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubU0XlfdoE .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ubU0XlfdoE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubU0XlfdoE .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-ubU0XlfdoE .nav-item:focus,
.cid-ubU0XlfdoE .nav-link:focus {
  outline: none;
}
.cid-ubU0XlfdoE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubU0XlfdoE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubU0XlfdoE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubU0XlfdoE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubU0XlfdoE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubU0XlfdoE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubU0XlfdoE .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ubU0XlfdoE .navbar.opened {
  transition: all 0.3s;
}
.cid-ubU0XlfdoE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubU0XlfdoE .navbar .navbar-logo img {
  width: auto;
}
.cid-ubU0XlfdoE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ubU0XlfdoE .navbar.collapsed {
  justify-content: center;
}
.cid-ubU0XlfdoE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubU0XlfdoE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubU0XlfdoE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ubU0XlfdoE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubU0XlfdoE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubU0XlfdoE .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-ubU0XlfdoE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubU0XlfdoE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubU0XlfdoE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubU0XlfdoE .navbar {
    min-height: 72px;
  }
  .cid-ubU0XlfdoE .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ubU0XlfdoE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubU0XlfdoE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubU0XlfdoE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubU0XlfdoE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubU0XlfdoE .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-ubU0XlfdoE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubU0XlfdoE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ubU0XlfdoE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubU0XlfdoE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubU0XlfdoE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ubU0XlfdoE .dropdown-item.active,
.cid-ubU0XlfdoE .dropdown-item:active {
  background-color: transparent;
}
.cid-ubU0XlfdoE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubU0XlfdoE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubU0XlfdoE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubU0XlfdoE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubU0XlfdoE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ubU0XlfdoE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ubU0XlfdoE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubU0XlfdoE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ubU0XlfdoE .navbar-buttons {
    text-align: left;
  }
}
.cid-ubU0XlfdoE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubU0XlfdoE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubU0XlfdoE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubU0XlfdoE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubU0XlfdoE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubU0XlfdoE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubU0XlfdoE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubU0XlfdoE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubU0XlfdoE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubU0XlfdoE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubU0XlfdoE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ubU0XlfdoE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubU0XlfdoE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ubU0XlfdoE .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubU0XlfdoE .navbar {
    height: 70px;
  }
  .cid-ubU0XlfdoE .navbar.opened {
    height: auto;
  }
  .cid-ubU0XlfdoE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubU0XlfdoE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ubU0XlfdoE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ubU0XlfdoE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ubU0XlfdoE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ubU0XlfdoE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ubU0XlfdoE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ubU0XlfdoE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ubU0XlfdoE .navbar-brand {
    margin-right: auto;
  }
  .cid-ubU0XlfdoE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-ubU0XlfdoE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ubU0XlfdoE .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ubU0XlfdoE .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ubU0XlfdoE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ubU0XlfdoE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ubU0XlfdoE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ubU0XlfdoE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ubU0XlfdoE .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ubU0XlfdoE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ubU0XlfdoE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubU0XlJ6tk {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-ubU0XlJ6tk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubU0XlJ6tk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubU0XlJ6tk .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ubU0XlJ6tk .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ubU0XlJ6tk .item-wrapper {
  position: relative;
}
.cid-ubU0XlJ6tk .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-ubU0XlJ6tk .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ubU0XlJ6tk .carousel-control,
.cid-ubU0XlJ6tk .close {
  background: #1b1b1b;
}
.cid-ubU0XlJ6tk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubU0XlJ6tk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubU0XlJ6tk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubU0XlJ6tk .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubU0XlJ6tk .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-ubU0XlJ6tk .close::before {
  content: '\e91a';
}
.cid-ubU0XlJ6tk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubU0XlJ6tk .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-ubU0XlJ6tk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubU0XlJ6tk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubU0XlJ6tk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubU0XlJ6tk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubU0XlJ6tk .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-ubU0XlJ6tk .carousel-indicators li.active,
.cid-ubU0XlJ6tk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubU0XlJ6tk .carousel-indicators li::after,
.cid-ubU0XlJ6tk .carousel-indicators li::before {
  content: none;
}
.cid-ubU0XlJ6tk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubU0XlJ6tk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubU0XlJ6tk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubU0XlJ6tk .carousel-indicators {
    display: none;
  }
}
.cid-ubU0XlJ6tk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubU0XlJ6tk .carousel-inner > .active {
  display: block;
}
.cid-ubU0XlJ6tk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubU0XlJ6tk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubU0XlJ6tk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubU0XlJ6tk .carousel-control,
  .cid-ubU0XlJ6tk .carousel-indicators,
  .cid-ubU0XlJ6tk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubU0XlJ6tk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubU0XlJ6tk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubU0XlJ6tk .carousel-indicators .active,
.cid-ubU0XlJ6tk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubU0XlJ6tk .carousel-indicators .active {
  background: #fff;
}
.cid-ubU0XlJ6tk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubU0XlJ6tk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubU0XlJ6tk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubU0XlJ6tk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubU0XlJ6tk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubU0XlJ6tk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubU0XlJ6tk .carousel {
  width: 100%;
}
.cid-ubU0XlJ6tk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubU0XlJ6tk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubU0XlJ6tk .modal.fade .modal-dialog,
.cid-ubU0XlJ6tk .modal.in .modal-dialog {
  transform: none;
}
.cid-ubU0XlJ6tk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubU0XlJ6tk .content-head {
  max-width: 800px;
}
.cid-ubU0XlJ6tk DIV {
  text-align: left;
}
.cid-ubU0XlJ6tk H3 {
  text-align: left;
  color: #f92c50;
}
.cid-ubU0XlJ6tk H4 {
  text-align: left;
}
.cid-ubVlUt0lBJ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ubVlUt0lBJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubVlUt0lBJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubVlUt0lBJ .row {
  flex-direction: row-reverse;
}
.cid-ubVlUt0lBJ .mbr-description {
  text-align: left;
}
.cid-ubU0XmnDMz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f92c50;
}
@media (max-width: 991px) {
  .cid-ubU0XmnDMz .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-ubU0XmnDMz .container {
    padding: 0 12px;
  }
}
.cid-ubU0XmnDMz .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ubU0XmnDMz .social-row .soc-item {
  margin: 8px;
}
.cid-ubU0XmnDMz .social-row .soc-item a:hover .mbr-iconfont,
.cid-ubU0XmnDMz .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffeb69;
}
.cid-ubU0XmnDMz .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2e481a;
  transition: all 0.3s ease-in-out;
}
.cid-ubU0XmnDMz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ubU0XmnDMz .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ubU0XmnDMz .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ubU0XmnDMz .header-menu li p {
  margin: 0;
}
.cid-ubU0XmnDMz .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ubU0XmnDMz .mbr-section-title {
  color: #ffffff;
}
.cid-ubU0XmnDMz header-menu-item {
  text-align: center;
}
.cid-ubU10qY5q8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ubU10qY5q8 .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;
}
@media (max-width: 767px) {
  .cid-ubU10qY5q8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ubU10qY5q8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubU10qY5q8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ubU10qY5q8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubU10qY5q8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubU10qY5q8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ubU10qY5q8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ubU10qY5q8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ubU10qY5q8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ubU10qY5q8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ubU10qY5q8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ubU10qY5q8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ubU10qY5q8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ubU10qY5q8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ubU10qY5q8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ubU10qY5q8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ubU10qY5q8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ubU10qY5q8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubU10qY5q8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ubU10qY5q8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ubU10qY5q8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ubU10qY5q8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubU10qY5q8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ubU10qY5q8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubU10qY5q8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-ubU10qY5q8 .nav-item:focus,
.cid-ubU10qY5q8 .nav-link:focus {
  outline: none;
}
.cid-ubU10qY5q8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubU10qY5q8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubU10qY5q8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubU10qY5q8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubU10qY5q8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubU10qY5q8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubU10qY5q8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ubU10qY5q8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ubU10qY5q8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubU10qY5q8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ubU10qY5q8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ubU10qY5q8 .navbar.collapsed {
  justify-content: center;
}
.cid-ubU10qY5q8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubU10qY5q8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubU10qY5q8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ubU10qY5q8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubU10qY5q8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubU10qY5q8 .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-ubU10qY5q8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubU10qY5q8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubU10qY5q8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubU10qY5q8 .navbar {
    min-height: 72px;
  }
  .cid-ubU10qY5q8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ubU10qY5q8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubU10qY5q8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubU10qY5q8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubU10qY5q8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubU10qY5q8 .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-ubU10qY5q8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubU10qY5q8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ubU10qY5q8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubU10qY5q8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubU10qY5q8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ubU10qY5q8 .dropdown-item.active,
.cid-ubU10qY5q8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ubU10qY5q8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubU10qY5q8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubU10qY5q8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubU10qY5q8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubU10qY5q8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ubU10qY5q8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ubU10qY5q8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubU10qY5q8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ubU10qY5q8 .navbar-buttons {
    text-align: left;
  }
}
.cid-ubU10qY5q8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubU10qY5q8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubU10qY5q8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubU10qY5q8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubU10qY5q8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubU10qY5q8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubU10qY5q8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubU10qY5q8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubU10qY5q8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubU10qY5q8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubU10qY5q8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ubU10qY5q8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubU10qY5q8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ubU10qY5q8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubU10qY5q8 .navbar {
    height: 70px;
  }
  .cid-ubU10qY5q8 .navbar.opened {
    height: auto;
  }
  .cid-ubU10qY5q8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubU10qY5q8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ubU10qY5q8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ubU10qY5q8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ubU10qY5q8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ubU10qY5q8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ubU10qY5q8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ubU10qY5q8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ubU10qY5q8 .navbar-brand {
    margin-right: auto;
  }
  .cid-ubU10qY5q8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-ubU10qY5q8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ubU10qY5q8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ubU10qY5q8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ubU10qY5q8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ubU10qY5q8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ubU10qY5q8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ubU10qY5q8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ubU10qY5q8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ubU10qY5q8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ubU10qY5q8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubU10rxGNW {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-ubU10rxGNW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubU10rxGNW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubU10rxGNW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubU10rxGNW .item {
    margin-bottom: 1rem;
  }
}
.cid-ubU10rxGNW .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubU10rxGNW .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubU10rxGNW .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-ubU10rxGNW .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ubU10rxGNW .carousel-control,
.cid-ubU10rxGNW .close {
  background: #1b1b1b;
}
.cid-ubU10rxGNW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubU10rxGNW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubU10rxGNW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubU10rxGNW .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubU10rxGNW .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-ubU10rxGNW .close::before {
  content: '\e91a';
}
.cid-ubU10rxGNW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubU10rxGNW .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-ubU10rxGNW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubU10rxGNW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubU10rxGNW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubU10rxGNW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubU10rxGNW .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-ubU10rxGNW .carousel-indicators li.active,
.cid-ubU10rxGNW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubU10rxGNW .carousel-indicators li::after,
.cid-ubU10rxGNW .carousel-indicators li::before {
  content: none;
}
.cid-ubU10rxGNW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubU10rxGNW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubU10rxGNW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubU10rxGNW .carousel-indicators {
    display: none;
  }
}
.cid-ubU10rxGNW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubU10rxGNW .carousel-inner > .active {
  display: block;
}
.cid-ubU10rxGNW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubU10rxGNW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubU10rxGNW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubU10rxGNW .carousel-control,
  .cid-ubU10rxGNW .carousel-indicators,
  .cid-ubU10rxGNW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubU10rxGNW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubU10rxGNW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubU10rxGNW .carousel-indicators .active,
.cid-ubU10rxGNW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubU10rxGNW .carousel-indicators .active {
  background: #fff;
}
.cid-ubU10rxGNW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubU10rxGNW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubU10rxGNW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubU10rxGNW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubU10rxGNW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubU10rxGNW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubU10rxGNW .carousel {
  width: 100%;
}
.cid-ubU10rxGNW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubU10rxGNW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubU10rxGNW .modal.fade .modal-dialog,
.cid-ubU10rxGNW .modal.in .modal-dialog {
  transform: none;
}
.cid-ubU10rxGNW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubU10rxGNW .content-head {
  max-width: 800px;
}
.cid-ubU10rxGNW DIV {
  text-align: left;
}
.cid-ubU10rxGNW H3 {
  text-align: left;
  color: #f92c50;
}
.cid-ubU10s5UoN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f92c50;
}
@media (max-width: 991px) {
  .cid-ubU10s5UoN .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-ubU10s5UoN .container {
    padding: 0 12px;
  }
}
.cid-ubU10s5UoN .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ubU10s5UoN .social-row .soc-item {
  margin: 8px;
}
.cid-ubU10s5UoN .social-row .soc-item a:hover .mbr-iconfont,
.cid-ubU10s5UoN .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffeb69;
}
.cid-ubU10s5UoN .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2e481a;
  transition: all 0.3s ease-in-out;
}
.cid-ubU10s5UoN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ubU10s5UoN .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ubU10s5UoN .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ubU10s5UoN .header-menu li p {
  margin: 0;
}
.cid-ubU10s5UoN .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ubU10s5UoN .mbr-section-title {
  color: #ffffff;
}
.cid-ubU10s5UoN header-menu-item {
  text-align: center;
}
.cid-ubU13x31x2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ubU13x31x2 .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;
}
@media (max-width: 767px) {
  .cid-ubU13x31x2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ubU13x31x2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubU13x31x2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ubU13x31x2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubU13x31x2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubU13x31x2 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ubU13x31x2 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ubU13x31x2 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ubU13x31x2 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ubU13x31x2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ubU13x31x2 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ubU13x31x2 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ubU13x31x2 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ubU13x31x2 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ubU13x31x2 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ubU13x31x2 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ubU13x31x2 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ubU13x31x2 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubU13x31x2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ubU13x31x2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ubU13x31x2 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ubU13x31x2 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubU13x31x2 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ubU13x31x2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubU13x31x2 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-ubU13x31x2 .nav-item:focus,
.cid-ubU13x31x2 .nav-link:focus {
  outline: none;
}
.cid-ubU13x31x2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubU13x31x2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubU13x31x2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubU13x31x2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubU13x31x2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubU13x31x2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubU13x31x2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ubU13x31x2 .navbar.opened {
  transition: all 0.3s;
}
.cid-ubU13x31x2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubU13x31x2 .navbar .navbar-logo img {
  width: auto;
}
.cid-ubU13x31x2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ubU13x31x2 .navbar.collapsed {
  justify-content: center;
}
.cid-ubU13x31x2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubU13x31x2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubU13x31x2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ubU13x31x2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubU13x31x2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubU13x31x2 .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-ubU13x31x2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubU13x31x2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubU13x31x2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubU13x31x2 .navbar {
    min-height: 72px;
  }
  .cid-ubU13x31x2 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ubU13x31x2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubU13x31x2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubU13x31x2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubU13x31x2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubU13x31x2 .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-ubU13x31x2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubU13x31x2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ubU13x31x2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubU13x31x2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubU13x31x2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ubU13x31x2 .dropdown-item.active,
.cid-ubU13x31x2 .dropdown-item:active {
  background-color: transparent;
}
.cid-ubU13x31x2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubU13x31x2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubU13x31x2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubU13x31x2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubU13x31x2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ubU13x31x2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ubU13x31x2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubU13x31x2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ubU13x31x2 .navbar-buttons {
    text-align: left;
  }
}
.cid-ubU13x31x2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubU13x31x2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubU13x31x2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubU13x31x2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubU13x31x2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubU13x31x2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubU13x31x2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubU13x31x2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubU13x31x2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubU13x31x2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubU13x31x2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ubU13x31x2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubU13x31x2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ubU13x31x2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubU13x31x2 .navbar {
    height: 70px;
  }
  .cid-ubU13x31x2 .navbar.opened {
    height: auto;
  }
  .cid-ubU13x31x2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubU13x31x2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ubU13x31x2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ubU13x31x2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ubU13x31x2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ubU13x31x2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ubU13x31x2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ubU13x31x2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ubU13x31x2 .navbar-brand {
    margin-right: auto;
  }
  .cid-ubU13x31x2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-ubU13x31x2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ubU13x31x2 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ubU13x31x2 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ubU13x31x2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ubU13x31x2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ubU13x31x2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ubU13x31x2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ubU13x31x2 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ubU13x31x2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ubU13x31x2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubU13xKf0k {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-ubU13xKf0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubU13xKf0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubU13xKf0k .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ubU13xKf0k .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ubU13xKf0k .item-wrapper {
  position: relative;
}
.cid-ubU13xKf0k .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-ubU13xKf0k .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ubU13xKf0k .carousel-control,
.cid-ubU13xKf0k .close {
  background: #1b1b1b;
}
.cid-ubU13xKf0k .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubU13xKf0k .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubU13xKf0k .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubU13xKf0k .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubU13xKf0k .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-ubU13xKf0k .close::before {
  content: '\e91a';
}
.cid-ubU13xKf0k .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubU13xKf0k .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-ubU13xKf0k .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubU13xKf0k .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubU13xKf0k .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubU13xKf0k .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubU13xKf0k .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-ubU13xKf0k .carousel-indicators li.active,
.cid-ubU13xKf0k .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubU13xKf0k .carousel-indicators li::after,
.cid-ubU13xKf0k .carousel-indicators li::before {
  content: none;
}
.cid-ubU13xKf0k .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubU13xKf0k .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubU13xKf0k .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubU13xKf0k .carousel-indicators {
    display: none;
  }
}
.cid-ubU13xKf0k .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubU13xKf0k .carousel-inner > .active {
  display: block;
}
.cid-ubU13xKf0k .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubU13xKf0k .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubU13xKf0k .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubU13xKf0k .carousel-control,
  .cid-ubU13xKf0k .carousel-indicators,
  .cid-ubU13xKf0k .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubU13xKf0k .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubU13xKf0k .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubU13xKf0k .carousel-indicators .active,
.cid-ubU13xKf0k .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubU13xKf0k .carousel-indicators .active {
  background: #fff;
}
.cid-ubU13xKf0k .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubU13xKf0k .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubU13xKf0k .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubU13xKf0k .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubU13xKf0k .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubU13xKf0k .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubU13xKf0k .carousel {
  width: 100%;
}
.cid-ubU13xKf0k .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubU13xKf0k .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubU13xKf0k .modal.fade .modal-dialog,
.cid-ubU13xKf0k .modal.in .modal-dialog {
  transform: none;
}
.cid-ubU13xKf0k .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubU13xKf0k .content-head {
  max-width: 800px;
}
.cid-ubU13xKf0k DIV {
  text-align: left;
}
.cid-ubU13xKf0k H3 {
  text-align: left;
  color: #f92c50;
}
.cid-ubU13yRV6t {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f92c50;
}
@media (max-width: 991px) {
  .cid-ubU13yRV6t .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-ubU13yRV6t .container {
    padding: 0 12px;
  }
}
.cid-ubU13yRV6t .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ubU13yRV6t .social-row .soc-item {
  margin: 8px;
}
.cid-ubU13yRV6t .social-row .soc-item a:hover .mbr-iconfont,
.cid-ubU13yRV6t .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffeb69;
}
.cid-ubU13yRV6t .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2e481a;
  transition: all 0.3s ease-in-out;
}
.cid-ubU13yRV6t .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ubU13yRV6t .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ubU13yRV6t .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ubU13yRV6t .header-menu li p {
  margin: 0;
}
.cid-ubU13yRV6t .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ubU13yRV6t .mbr-section-title {
  color: #ffffff;
}
.cid-ubU13yRV6t header-menu-item {
  text-align: center;
}
.cid-ubUwx9kSC0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ubUwx9kSC0 .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;
}
@media (max-width: 767px) {
  .cid-ubUwx9kSC0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ubUwx9kSC0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubUwx9kSC0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ubUwx9kSC0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubUwx9kSC0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubUwx9kSC0 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ubUwx9kSC0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ubUwx9kSC0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ubUwx9kSC0 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ubUwx9kSC0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ubUwx9kSC0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ubUwx9kSC0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ubUwx9kSC0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ubUwx9kSC0 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ubUwx9kSC0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ubUwx9kSC0 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ubUwx9kSC0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ubUwx9kSC0 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubUwx9kSC0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ubUwx9kSC0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ubUwx9kSC0 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ubUwx9kSC0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubUwx9kSC0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ubUwx9kSC0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubUwx9kSC0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-ubUwx9kSC0 .nav-item:focus,
.cid-ubUwx9kSC0 .nav-link:focus {
  outline: none;
}
.cid-ubUwx9kSC0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubUwx9kSC0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubUwx9kSC0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubUwx9kSC0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubUwx9kSC0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubUwx9kSC0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubUwx9kSC0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ubUwx9kSC0 .navbar.opened {
  transition: all 0.3s;
}
.cid-ubUwx9kSC0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubUwx9kSC0 .navbar .navbar-logo img {
  width: auto;
}
.cid-ubUwx9kSC0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ubUwx9kSC0 .navbar.collapsed {
  justify-content: center;
}
.cid-ubUwx9kSC0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubUwx9kSC0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubUwx9kSC0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ubUwx9kSC0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubUwx9kSC0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubUwx9kSC0 .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-ubUwx9kSC0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubUwx9kSC0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubUwx9kSC0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubUwx9kSC0 .navbar {
    min-height: 72px;
  }
  .cid-ubUwx9kSC0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ubUwx9kSC0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubUwx9kSC0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubUwx9kSC0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubUwx9kSC0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubUwx9kSC0 .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-ubUwx9kSC0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubUwx9kSC0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ubUwx9kSC0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubUwx9kSC0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubUwx9kSC0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ubUwx9kSC0 .dropdown-item.active,
.cid-ubUwx9kSC0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ubUwx9kSC0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubUwx9kSC0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubUwx9kSC0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubUwx9kSC0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubUwx9kSC0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ubUwx9kSC0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ubUwx9kSC0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubUwx9kSC0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ubUwx9kSC0 .navbar-buttons {
    text-align: left;
  }
}
.cid-ubUwx9kSC0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubUwx9kSC0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubUwx9kSC0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubUwx9kSC0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubUwx9kSC0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubUwx9kSC0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubUwx9kSC0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubUwx9kSC0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubUwx9kSC0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubUwx9kSC0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubUwx9kSC0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ubUwx9kSC0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubUwx9kSC0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ubUwx9kSC0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubUwx9kSC0 .navbar {
    height: 70px;
  }
  .cid-ubUwx9kSC0 .navbar.opened {
    height: auto;
  }
  .cid-ubUwx9kSC0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubUwx9kSC0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ubUwx9kSC0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ubUwx9kSC0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ubUwx9kSC0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ubUwx9kSC0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ubUwx9kSC0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ubUwx9kSC0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ubUwx9kSC0 .navbar-brand {
    margin-right: auto;
  }
  .cid-ubUwx9kSC0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-ubUwx9kSC0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ubUwx9kSC0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ubUwx9kSC0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ubUwx9kSC0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ubUwx9kSC0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ubUwx9kSC0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ubUwx9kSC0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ubUwx9kSC0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ubUwx9kSC0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ubUwx9kSC0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubUwx9XfaG {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-ubUwx9XfaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubUwx9XfaG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubUwx9XfaG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubUwx9XfaG .item {
    margin-bottom: 1rem;
  }
}
.cid-ubUwx9XfaG .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubUwx9XfaG .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubUwx9XfaG .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-ubUwx9XfaG .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ubUwx9XfaG .carousel-control,
.cid-ubUwx9XfaG .close {
  background: #1b1b1b;
}
.cid-ubUwx9XfaG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubUwx9XfaG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubUwx9XfaG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubUwx9XfaG .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubUwx9XfaG .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-ubUwx9XfaG .close::before {
  content: '\e91a';
}
.cid-ubUwx9XfaG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubUwx9XfaG .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-ubUwx9XfaG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubUwx9XfaG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubUwx9XfaG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubUwx9XfaG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubUwx9XfaG .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-ubUwx9XfaG .carousel-indicators li.active,
.cid-ubUwx9XfaG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubUwx9XfaG .carousel-indicators li::after,
.cid-ubUwx9XfaG .carousel-indicators li::before {
  content: none;
}
.cid-ubUwx9XfaG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubUwx9XfaG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubUwx9XfaG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubUwx9XfaG .carousel-indicators {
    display: none;
  }
}
.cid-ubUwx9XfaG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubUwx9XfaG .carousel-inner > .active {
  display: block;
}
.cid-ubUwx9XfaG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubUwx9XfaG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubUwx9XfaG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubUwx9XfaG .carousel-control,
  .cid-ubUwx9XfaG .carousel-indicators,
  .cid-ubUwx9XfaG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubUwx9XfaG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubUwx9XfaG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubUwx9XfaG .carousel-indicators .active,
.cid-ubUwx9XfaG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubUwx9XfaG .carousel-indicators .active {
  background: #fff;
}
.cid-ubUwx9XfaG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubUwx9XfaG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubUwx9XfaG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubUwx9XfaG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubUwx9XfaG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubUwx9XfaG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubUwx9XfaG .carousel {
  width: 100%;
}
.cid-ubUwx9XfaG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubUwx9XfaG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubUwx9XfaG .modal.fade .modal-dialog,
.cid-ubUwx9XfaG .modal.in .modal-dialog {
  transform: none;
}
.cid-ubUwx9XfaG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubUwx9XfaG .content-head {
  max-width: 800px;
}
.cid-ubUwx9XfaG DIV {
  text-align: left;
}
.cid-ubUwx9XfaG H3 {
  text-align: left;
  color: #f92c50;
}
.cid-ubUwx9XfaG H4 {
  text-align: left;
}
.cid-ubUwxaND0X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubUwxaND0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubUwxaND0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubUwxaND0X .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubUwxaND0X .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubUwxaND0X .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubUwxaND0X .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubUwxaND0X .mbr-section-title {
  color: #f92c50;
}
.cid-ubUwxaND0X .mbr-text,
.cid-ubUwxaND0X .mbr-section-btn {
  color: #260a30;
}
.cid-ubUwxbl4la {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ubUwxbl4la .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubUwxbl4la .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ubUwxbl4la .container {
    padding: 0 30px;
  }
}
.cid-ubUwxbl4la .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ubUwxbl4la .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ubUwxbl4la .items {
  padding: 20px 0;
}
.cid-ubUwxbl4la .items .item {
  padding-bottom: 30px;
  border-bottom: 2px solid #ededed;
  margin-bottom: 30px;
}
.cid-ubUwxbl4la .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ubUwxbl4la .items .item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.cid-ubUwxbl4la .items .item .item-wrapper .card-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  .cid-ubUwxbl4la .items .item .item-wrapper .card-box {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-ubUwxbl4la .items .item .item-wrapper .card-box .content-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-ubUwxbl4la .items .item .item-wrapper .card-box .content-wrap .card-subtitle {
  line-height: 180%;
  margin-bottom: 0;
}
.cid-ubUwxbl4la .items .item .item-wrapper .card-box .content-wrap .mbr-desc {
  opacity: .6;
  line-height: 180%;
  margin-bottom: 0;
}
.cid-ubUwxbl4la .mbr-section-title {
  color: #000000;
}
.cid-ubUwxbl4la .card-subtitle {
  color: #000000;
}
.cid-ubUwxbl4la .mbr-desc {
  color: #000000;
}
.cid-ubUwxc1aTk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ubUwxc1aTk h6 {
  line-height: 1.2;
}
.cid-ubUwxc1aTk img,
.cid-ubUwxc1aTk .item-img {
  width: 100%;
}
.cid-ubUwxc1aTk .item:focus,
.cid-ubUwxc1aTk span:focus {
  outline: none;
}
.cid-ubUwxc1aTk .item {
  cursor: pointer;
}
.cid-ubUwxc1aTk .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ubUwxc1aTk .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ubUwxc1aTk .mbr-section-title {
  color: #000000;
}
.cid-ubUwxc1aTk .mbr-text,
.cid-ubUwxc1aTk .mbr-section-btn {
  color: #000000;
}
.cid-ubUwxc1aTk .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubUwxc1aTk .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubUwxc1aTk .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubUwxc1aTk .content-head {
  max-width: 800px;
}
.cid-ubUwxcDdX4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f92c50;
}
@media (max-width: 991px) {
  .cid-ubUwxcDdX4 .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-ubUwxcDdX4 .container {
    padding: 0 12px;
  }
}
.cid-ubUwxcDdX4 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ubUwxcDdX4 .social-row .soc-item {
  margin: 8px;
}
.cid-ubUwxcDdX4 .social-row .soc-item a:hover .mbr-iconfont,
.cid-ubUwxcDdX4 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffeb69;
}
.cid-ubUwxcDdX4 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2e481a;
  transition: all 0.3s ease-in-out;
}
.cid-ubUwxcDdX4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ubUwxcDdX4 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ubUwxcDdX4 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ubUwxcDdX4 .header-menu li p {
  margin: 0;
}
.cid-ubUwxcDdX4 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ubUwxcDdX4 .mbr-section-title {
  color: #ffffff;
}
.cid-ubUwxcDdX4 header-menu-item {
  text-align: center;
}
