body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Lexend', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Lexend', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Lexend', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #fffe61 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d8c3a5 !important;
  border-color: #d8c3a5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #be9b69 !important;
  border-color: #be9b69 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #be9b69 !important;
  border-color: #be9b69 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fffe61 !important;
  border-color: #fffe61 !important;
  color: #616000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0a00 !important;
  background-color: #fffd0a !important;
  border-color: #fffd0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #616000 !important;
  background-color: #fffd0a !important;
  border-color: #fffd0a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d8c3a5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #be9b69 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d8c3a5 !important;
  border-color: #d8c3a5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fffe61;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fffd0a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #616000 !important;
  background-color: #fffe61 !important;
  border-color: #fffe61 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #d8c3a5 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #fffe61 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b9945e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #faf800 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #fffe61;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d8c3a5 !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='%23000000' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-sFF0ciwnEL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFF0ciwnEL nav.navbar {
  position: fixed;
}
.cid-sFF0ciwnEL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFF0ciwnEL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFF0ciwnEL .dropdown-item:hover,
.cid-sFF0ciwnEL .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sFF0ciwnEL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFF0ciwnEL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFF0ciwnEL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFF0ciwnEL .nav-link {
  position: relative;
}
.cid-sFF0ciwnEL .container {
  display: flex;
  margin: auto;
}
.cid-sFF0ciwnEL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown-menu,
.cid-sFF0ciwnEL .navbar.opened {
  background: #ffffff !important;
}
.cid-sFF0ciwnEL .nav-item:focus,
.cid-sFF0ciwnEL .nav-link:focus {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFF0ciwnEL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFF0ciwnEL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sFF0ciwnEL .navbar.opened {
  transition: all 0.3s;
}
.cid-sFF0ciwnEL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFF0ciwnEL .navbar .navbar-logo img {
  width: auto;
}
.cid-sFF0ciwnEL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar.collapsed {
  justify-content: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFF0ciwnEL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFF0ciwnEL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFF0ciwnEL .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-sFF0ciwnEL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFF0ciwnEL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFF0ciwnEL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFF0ciwnEL .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-sFF0ciwnEL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFF0ciwnEL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFF0ciwnEL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFF0ciwnEL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFF0ciwnEL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFF0ciwnEL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFF0ciwnEL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown-item.active,
.cid-sFF0ciwnEL .dropdown-item:active {
  background-color: transparent;
}
.cid-sFF0ciwnEL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFF0ciwnEL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFF0ciwnEL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFF0ciwnEL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFF0ciwnEL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFF0ciwnEL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFF0ciwnEL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFF0ciwnEL .navbar {
    height: 70px;
  }
  .cid-sFF0ciwnEL .navbar.opened {
    height: auto;
  }
  .cid-sFF0ciwnEL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v30MDDzxZa {
  background-image: url("../../../assets/images/20160116-133955-1944x2592.jpeg");
}
.cid-v30MDDzxZa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30MDDzxZa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30MDDzxZa .mbr-section-subtitle {
  color: #fffe61;
}
.cid-v30MDDzxZa .mbr-text,
.cid-v30MDDzxZa .mbr-section-btn {
  text-align: justify;
}
.cid-v486pIuBnQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v486pIuBnQ img,
.cid-v486pIuBnQ .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v486pIuBnQ .item:focus,
.cid-v486pIuBnQ span:focus {
  outline: none;
}
.cid-v486pIuBnQ .item-wrapper {
  position: relative;
}
.cid-v486pIuBnQ .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v486pIuBnQ .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v486pIuBnQ .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v486pIuBnQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v486pIuBnQ .mbr-section-title {
  color: #232323;
}
.cid-v486pIuBnQ .mbr-text,
.cid-v486pIuBnQ .mbr-section-btn {
  text-align: left;
}
.cid-v486pIuBnQ .item-title {
  text-align: left;
}
.cid-v486pIuBnQ .item-subtitle {
  text-align: left;
}
.cid-v486pIuBnQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-v486pIuBnQ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v486pIuBnQ .embla__button--next,
.cid-v486pIuBnQ .embla__button--prev {
  display: flex;
}
.cid-v486pIuBnQ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-v486pIuBnQ .embla__button {
    display: none;
  }
}
.cid-v486pIuBnQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v486pIuBnQ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v486pIuBnQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v486pIuBnQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v486pIuBnQ .embla__button {
    top: auto;
  }
}
.cid-v486pIuBnQ .embla {
  position: relative;
  width: 100%;
}
.cid-v486pIuBnQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v486pIuBnQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v486pIuBnQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v486pIuBnQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2ZL6qNr08 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fffe61;
}
.cid-v2ZL6qNr08 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZL6qNr08 .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-v2ZL6qNr08 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2ZL6qNr08 .row {
  flex-direction: row-reverse;
}
.cid-v2ZL6qNr08 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v2ZL6qNr08 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v2ZL6qNr08 .mbr-section-title {
  text-align: justify;
}
.cid-v2ZL6qNr08 .mbr-text {
  color: #000000;
}
.cid-v47xbDDqzT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v47xbDDqzT img,
.cid-v47xbDDqzT .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v47xbDDqzT .item:focus,
.cid-v47xbDDqzT span:focus {
  outline: none;
}
.cid-v47xbDDqzT .item-wrapper {
  position: relative;
}
.cid-v47xbDDqzT .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v47xbDDqzT .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v47xbDDqzT .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v47xbDDqzT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v47xbDDqzT .mbr-section-title {
  color: #232323;
}
.cid-v47xbDDqzT .mbr-text,
.cid-v47xbDDqzT .mbr-section-btn {
  text-align: left;
}
.cid-v47xbDDqzT .item-title {
  text-align: center;
}
.cid-v47xbDDqzT .item-subtitle {
  text-align: left;
}
.cid-v47xbDDqzT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-v47xbDDqzT .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v47xbDDqzT .embla__button--next,
.cid-v47xbDDqzT .embla__button--prev {
  display: flex;
}
.cid-v47xbDDqzT .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v47xbDDqzT .embla__button {
    display: none;
  }
}
.cid-v47xbDDqzT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v47xbDDqzT .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v47xbDDqzT .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v47xbDDqzT .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v47xbDDqzT .embla__button {
    top: auto;
  }
}
.cid-v47xbDDqzT .embla {
  position: relative;
  width: 100%;
}
.cid-v47xbDDqzT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v47xbDDqzT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v47xbDDqzT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v47xbDDqzT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v4YY6kIoUK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v4YY6kIoUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YY6kIoUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4YY6kIoUK .mbr-section-title {
  color: #ffffff;
}
.cid-v47asvS6Ba {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v47asvS6Ba .mbr-fallback-image.disabled {
  display: none;
}
.cid-v47asvS6Ba .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-v47asvS6Ba .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v47asvS6Ba .row {
  flex-direction: row-reverse;
}
.cid-v47asvS6Ba img {
  width: 100%;
}
.cid-v3WK0q39XY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffe61;
}
.cid-v3WK0q39XY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v3WK0q39XY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v3WK0q39XY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v3WK0q39XY .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-v3WK0q39XY .mbr-text,
.cid-v3WK0q39XY .mbr-section-btn {
  color: #8e8d8a;
  text-align: justify;
}
.cid-v3WK0q39XY .mbr-section-title DIV {
  text-align: justify;
}
.cid-v2m6eVsaqd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2m6eVsaqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2m6eVsaqd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2m6eVsaqd .video-wrapper iframe {
  width: 100%;
}
.cid-v2m6eVsaqd .mbr-section-title,
.cid-v2m6eVsaqd .mbr-section-subtitle,
.cid-v2m6eVsaqd .mbr-text {
  text-align: center;
}
.cid-v2m6eVsaqd .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-v2m6eVsaqd .mbr-section-title {
  text-align: justify;
}
.cid-v2m6eVsaqd .mbr-section-subtitle {
  text-align: justify;
  color: #bbbbbb;
}
.cid-v8bOfDA8Cn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8bOfDA8Cn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v8bOfDA8Cn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v8bOfDA8Cn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v8bOfDA8Cn .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-v8bOfDA8Cn .mbr-text,
.cid-v8bOfDA8Cn .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v8bOfDA8Cn .mbr-section-title DIV {
  text-align: justify;
}
.cid-v8bRcLRSgu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8bRcLRSgu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8bRcLRSgu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8bRcLRSgu .mbr-section-title {
  color: #ffffff;
}
.cid-sFF5Wb1ZQt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffe61;
}
.cid-sFF5Wb1ZQt .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  margin-left: 1rem;
}
.cid-sFF5Wb1ZQt .panel-group {
  border: none;
}
.cid-sFF5Wb1ZQt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sFF5Wb1ZQt .panel-body,
.cid-sFF5Wb1ZQt .card-header {
  padding: 1rem 0;
}
.cid-sFF5Wb1ZQt .panel-title-edit {
  color: #000000;
}
.cid-sFF5Wb1ZQt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sFF5Wb1ZQt H3 {
  color: #000000;
  text-align: justify;
}
.cid-v8c1SERh2r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8c1SERh2r .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v8c1SERh2r form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-v8c1SERh2r form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8c1SERh2r form.mbr-form {
    padding: 1rem;
  }
}
.cid-v8c1SERh2r form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-v8c1SERh2r form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-v8c1SERh2r .mbr-section-title {
  text-align: justify;
  color: #bbbbbb;
}
.cid-v8c1SERh2r .mbr-text {
  text-align: center;
}
.cid-sFF3qL4anb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sFF3qL4anb .mbr-text,
.cid-sFF3qL4anb .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-sFF3qL4anb .mbr-text,
  .cid-sFF3qL4anb .mbr-section-title {
    text-align: center;
  }
}
.cid-sFF3qL4anb a.btn {
  height: 100%;
  margin: 0;
}
.cid-sFF3qL4anb .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-sFF3qL4anb .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sFF3qL4anb .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sFF3qL4anb .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-sFF3qL4anb .justify-content-center {
  align-items: center;
}
.cid-sFF3qL4anb H1 {
  color: #000000;
}
.cid-sFF3qL4anb P {
  text-align: justify;
}
.cid-sFF3qL4anb H3 {
  text-align: justify;
}
.cid-v3XGhBgnzL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3XGhBgnzL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3XGhBgnzL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3XGhBgnzL .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v3XGhBgnzL .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v3XGhBgnzL .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v3XGhBgnzL .bg-instagram:hover {
  background: #bd005c;
}
.cid-v3XGhBgnzL .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v3XGhBgnzL [class^="socicon-"]:before,
.cid-v3XGhBgnzL [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v3XGhBgnzL .mbr-section-title,
.cid-v3XGhBgnzL .social-list {
  text-align: center;
}
.cid-sFF3CYc3p7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sFF3CYc3p7 .media-container-row .mbr-text {
  color: #fafafa;
}
.cid-v4vWYscbO8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v4vWYscbO8 nav.navbar {
  position: fixed;
}
.cid-v4vWYscbO8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4vWYscbO8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4vWYscbO8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4vWYscbO8 .dropdown-item:hover,
.cid-v4vWYscbO8 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v4vWYscbO8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4vWYscbO8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4vWYscbO8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4vWYscbO8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4vWYscbO8 .nav-link {
  position: relative;
}
.cid-v4vWYscbO8 .container {
  display: flex;
  margin: auto;
}
.cid-v4vWYscbO8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4vWYscbO8 .dropdown-menu,
.cid-v4vWYscbO8 .navbar.opened {
  background: #ffffff !important;
}
.cid-v4vWYscbO8 .nav-item:focus,
.cid-v4vWYscbO8 .nav-link:focus {
  outline: none;
}
.cid-v4vWYscbO8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4vWYscbO8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4vWYscbO8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4vWYscbO8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4vWYscbO8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4vWYscbO8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4vWYscbO8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v4vWYscbO8 .navbar.opened {
  transition: all 0.3s;
}
.cid-v4vWYscbO8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4vWYscbO8 .navbar .navbar-logo img {
  width: auto;
}
.cid-v4vWYscbO8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4vWYscbO8 .navbar.collapsed {
  justify-content: center;
}
.cid-v4vWYscbO8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4vWYscbO8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4vWYscbO8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4vWYscbO8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4vWYscbO8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4vWYscbO8 .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-v4vWYscbO8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4vWYscbO8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4vWYscbO8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4vWYscbO8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4vWYscbO8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4vWYscbO8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4vWYscbO8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4vWYscbO8 .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-v4vWYscbO8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4vWYscbO8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4vWYscbO8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4vWYscbO8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4vWYscbO8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4vWYscbO8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4vWYscbO8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4vWYscbO8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4vWYscbO8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4vWYscbO8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4vWYscbO8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4vWYscbO8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4vWYscbO8 .dropdown-item.active,
.cid-v4vWYscbO8 .dropdown-item:active {
  background-color: transparent;
}
.cid-v4vWYscbO8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4vWYscbO8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4vWYscbO8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4vWYscbO8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4vWYscbO8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4vWYscbO8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4vWYscbO8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4vWYscbO8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4vWYscbO8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4vWYscbO8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4vWYscbO8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4vWYscbO8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4vWYscbO8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4vWYscbO8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4vWYscbO8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4vWYscbO8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4vWYscbO8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4vWYscbO8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4vWYscbO8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4vWYscbO8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4vWYscbO8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4vWYscbO8 .navbar {
    height: 70px;
  }
  .cid-v4vWYscbO8 .navbar.opened {
    height: auto;
  }
  .cid-v4vWYscbO8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4B2YFy97A {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/20180818-132649-2000x1500.jpeg");
}
.cid-v4B2YFy97A .mbr-overlay {
  background-color: #bbbbbb;
  opacity: 0.7;
}
.cid-v4B2YFy97A .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-v4B2YFy97A {
    align-items: flex-end;
  }
  .cid-v4B2YFy97A .row {
    justify-content: flex-start;
  }
  .cid-v4B2YFy97A .content-wrap {
    width: 35%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4B2YFy97A .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4B2YFy97A {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4B2YFy97A .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4B2YFy97A .content-wrap {
    width: 100%;
  }
}
.cid-v4B2YFy97A .mbr-section-title {
  text-align: justify;
}
.cid-v4NR4NSzHU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4NR4NSzHU .mbr-section-subtitle {
  color: #000000;
}
.cid-v4NR4NSzHU .mbr-text {
  text-align: justify;
}
.cid-v4BgFTGtaO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4BgFTGtaO img,
.cid-v4BgFTGtaO .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v4BgFTGtaO .item:focus,
.cid-v4BgFTGtaO span:focus {
  outline: none;
}
.cid-v4BgFTGtaO .item-wrapper {
  position: relative;
}
.cid-v4BgFTGtaO .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v4BgFTGtaO .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4BgFTGtaO .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v4BgFTGtaO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v4BgFTGtaO .mbr-section-title {
  color: #232323;
}
.cid-v4BgFTGtaO .mbr-text,
.cid-v4BgFTGtaO .mbr-section-btn {
  text-align: left;
}
.cid-v4BgFTGtaO .item-title {
  text-align: left;
  color: #000000;
}
.cid-v4BgFTGtaO .item-subtitle {
  text-align: left;
}
.cid-v4BgFTGtaO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-v4BgFTGtaO .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v4BgFTGtaO .embla__button--next,
.cid-v4BgFTGtaO .embla__button--prev {
  display: flex;
}
.cid-v4BgFTGtaO .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v4BgFTGtaO .embla__button {
    display: none;
  }
}
.cid-v4BgFTGtaO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v4BgFTGtaO .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v4BgFTGtaO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4BgFTGtaO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v4BgFTGtaO .embla__button {
    top: auto;
  }
}
.cid-v4BgFTGtaO .embla {
  position: relative;
  width: 100%;
}
.cid-v4BgFTGtaO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v4BgFTGtaO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v4BgFTGtaO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v4BgFTGtaO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v4vWYAvIfe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-v4vWYAvIfe .media-container-row .mbr-text {
  color: #fafafa;
}
.cid-v4vX3Rnpgj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v4vX3Rnpgj nav.navbar {
  position: fixed;
}
.cid-v4vX3Rnpgj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4vX3Rnpgj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4vX3Rnpgj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4vX3Rnpgj .dropdown-item:hover,
.cid-v4vX3Rnpgj .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v4vX3Rnpgj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4vX3Rnpgj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4vX3Rnpgj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4vX3Rnpgj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4vX3Rnpgj .nav-link {
  position: relative;
}
.cid-v4vX3Rnpgj .container {
  display: flex;
  margin: auto;
}
.cid-v4vX3Rnpgj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4vX3Rnpgj .dropdown-menu,
.cid-v4vX3Rnpgj .navbar.opened {
  background: #ffffff !important;
}
.cid-v4vX3Rnpgj .nav-item:focus,
.cid-v4vX3Rnpgj .nav-link:focus {
  outline: none;
}
.cid-v4vX3Rnpgj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4vX3Rnpgj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4vX3Rnpgj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4vX3Rnpgj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4vX3Rnpgj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4vX3Rnpgj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4vX3Rnpgj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v4vX3Rnpgj .navbar.opened {
  transition: all 0.3s;
}
.cid-v4vX3Rnpgj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4vX3Rnpgj .navbar .navbar-logo img {
  width: auto;
}
.cid-v4vX3Rnpgj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4vX3Rnpgj .navbar.collapsed {
  justify-content: center;
}
.cid-v4vX3Rnpgj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4vX3Rnpgj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4vX3Rnpgj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4vX3Rnpgj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4vX3Rnpgj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4vX3Rnpgj .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-v4vX3Rnpgj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4vX3Rnpgj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4vX3Rnpgj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4vX3Rnpgj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4vX3Rnpgj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4vX3Rnpgj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4vX3Rnpgj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4vX3Rnpgj .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-v4vX3Rnpgj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4vX3Rnpgj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4vX3Rnpgj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4vX3Rnpgj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4vX3Rnpgj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4vX3Rnpgj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4vX3Rnpgj .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4vX3Rnpgj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4vX3Rnpgj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4vX3Rnpgj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4vX3Rnpgj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4vX3Rnpgj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4vX3Rnpgj .dropdown-item.active,
.cid-v4vX3Rnpgj .dropdown-item:active {
  background-color: transparent;
}
.cid-v4vX3Rnpgj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4vX3Rnpgj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4vX3Rnpgj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4vX3Rnpgj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4vX3Rnpgj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4vX3Rnpgj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4vX3Rnpgj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4vX3Rnpgj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4vX3Rnpgj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4vX3Rnpgj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4vX3Rnpgj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4vX3Rnpgj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4vX3Rnpgj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4vX3Rnpgj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4vX3Rnpgj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4vX3Rnpgj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4vX3Rnpgj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4vX3Rnpgj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4vX3Rnpgj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4vX3Rnpgj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4vX3Rnpgj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4vX3Rnpgj .navbar {
    height: 70px;
  }
  .cid-v4vX3Rnpgj .navbar.opened {
    height: auto;
  }
  .cid-v4vX3Rnpgj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4vX3VrHRi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4vX3VrHRi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4vX3VrHRi .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-v4vX3VrHRi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4vX3VrHRi .row {
  flex-direction: row-reverse;
}
.cid-v4vX3VrHRi img {
  width: 100%;
}
.cid-v4wb9rEou8 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fffe61;
}
.cid-v4wb9rEou8 .mbr-section-subtitle {
  text-align: center;
}
.cid-v4B7ZNRyUo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4B7ZNRyUo .row {
  flex-direction: row-reverse;
}
.cid-v4B7ZNRyUo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4B7ZNRyUo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4B7ZNRyUo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4B7ZNRyUo .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-v4B7ZNRyUo .mbr-text,
.cid-v4B7ZNRyUo .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-v4B7ZNRyUo .mbr-section-title DIV {
  text-align: justify;
}
.cid-v4B858DQIb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4B858DQIb .row {
  flex-direction: row-reverse;
}
.cid-v4B858DQIb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4B858DQIb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4B858DQIb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4B858DQIb .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-v4B858DQIb .mbr-text,
.cid-v4B858DQIb .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v4B858DQIb .mbr-section-title DIV {
  text-align: justify;
}
.cid-v4w3MEW0ln {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4w3MEW0ln img,
.cid-v4w3MEW0ln .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v4w3MEW0ln .item:focus,
.cid-v4w3MEW0ln span:focus {
  outline: none;
}
.cid-v4w3MEW0ln .item-wrapper {
  position: relative;
}
.cid-v4w3MEW0ln .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v4w3MEW0ln .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4w3MEW0ln .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v4w3MEW0ln .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v4w3MEW0ln .mbr-section-title {
  color: #232323;
}
.cid-v4w3MEW0ln .mbr-text,
.cid-v4w3MEW0ln .mbr-section-btn {
  text-align: left;
}
.cid-v4w3MEW0ln .item-title {
  text-align: left;
  color: #000000;
}
.cid-v4w3MEW0ln .item-subtitle {
  text-align: left;
}
.cid-v4w3MEW0ln .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-v4w3MEW0ln .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v4w3MEW0ln .embla__button--next,
.cid-v4w3MEW0ln .embla__button--prev {
  display: flex;
}
.cid-v4w3MEW0ln .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v4w3MEW0ln .embla__button {
    display: none;
  }
}
.cid-v4w3MEW0ln .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v4w3MEW0ln .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v4w3MEW0ln .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4w3MEW0ln .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v4w3MEW0ln .embla__button {
    top: auto;
  }
}
.cid-v4w3MEW0ln .embla {
  position: relative;
  width: 100%;
}
.cid-v4w3MEW0ln .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v4w3MEW0ln .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v4w3MEW0ln .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v4w3MEW0ln .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v4vX3VFaFY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4vX3VFaFY img,
.cid-v4vX3VFaFY .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v4vX3VFaFY .item:focus,
.cid-v4vX3VFaFY span:focus {
  outline: none;
}
.cid-v4vX3VFaFY .item-wrapper {
  position: relative;
}
.cid-v4vX3VFaFY .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v4vX3VFaFY .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4vX3VFaFY .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v4vX3VFaFY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v4vX3VFaFY .mbr-section-title {
  color: #bbbbbb;
  text-align: center;
}
.cid-v4vX3VFaFY .mbr-text,
.cid-v4vX3VFaFY .mbr-section-btn {
  text-align: left;
}
.cid-v4vX3VFaFY .item-title {
  text-align: left;
}
.cid-v4vX3VFaFY .item-subtitle {
  text-align: left;
}
.cid-v4vX3VFaFY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-v4vX3VFaFY .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v4vX3VFaFY .embla__button--next,
.cid-v4vX3VFaFY .embla__button--prev {
  display: flex;
}
.cid-v4vX3VFaFY .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v4vX3VFaFY .embla__button {
    display: none;
  }
}
.cid-v4vX3VFaFY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v4vX3VFaFY .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v4vX3VFaFY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4vX3VFaFY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v4vX3VFaFY .embla__button {
    top: auto;
  }
}
.cid-v4vX3VFaFY .embla {
  position: relative;
  width: 100%;
}
.cid-v4vX3VFaFY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v4vX3VFaFY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v4vX3VFaFY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v4vX3VFaFY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v4vX3XcOMc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4vX3XcOMc img,
.cid-v4vX3XcOMc .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v4vX3XcOMc .item:focus,
.cid-v4vX3XcOMc span:focus {
  outline: none;
}
.cid-v4vX3XcOMc .item-wrapper {
  position: relative;
}
.cid-v4vX3XcOMc .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v4vX3XcOMc .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4vX3XcOMc .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v4vX3XcOMc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v4vX3XcOMc .mbr-section-title {
  color: #232323;
}
.cid-v4vX3XcOMc .mbr-text,
.cid-v4vX3XcOMc .mbr-section-btn {
  text-align: left;
}
.cid-v4vX3XcOMc .item-title {
  text-align: left;
}
.cid-v4vX3XcOMc .item-subtitle {
  text-align: left;
}
.cid-v4vX3XcOMc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-v4vX3XcOMc .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v4vX3XcOMc .embla__button--next,
.cid-v4vX3XcOMc .embla__button--prev {
  display: flex;
}
.cid-v4vX3XcOMc .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v4vX3XcOMc .embla__button {
    display: none;
  }
}
.cid-v4vX3XcOMc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v4vX3XcOMc .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v4vX3XcOMc .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4vX3XcOMc .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v4vX3XcOMc .embla__button {
    top: auto;
  }
}
.cid-v4vX3XcOMc .embla {
  position: relative;
  width: 100%;
}
.cid-v4vX3XcOMc .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v4vX3XcOMc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v4vX3XcOMc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v4vX3XcOMc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v4vX3YFeTX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4vX3YFeTX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4vX3YFeTX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4vX3YFeTX .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v4vX3YFeTX .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v4vX3YFeTX .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v4vX3YFeTX .bg-instagram:hover {
  background: #bd005c;
}
.cid-v4vX3YFeTX .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v4vX3YFeTX [class^="socicon-"]:before,
.cid-v4vX3YFeTX [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v4vX3YFeTX .mbr-section-title,
.cid-v4vX3YFeTX .social-list {
  text-align: center;
}
.cid-v4vX3Z1WHe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-v4vX3Z1WHe .media-container-row .mbr-text {
  color: #fafafa;
}
.cid-v4Z0FyEL99 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v4Z0FyEL99 nav.navbar {
  position: fixed;
}
.cid-v4Z0FyEL99 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4Z0FyEL99 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4Z0FyEL99 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4Z0FyEL99 .dropdown-item:hover,
.cid-v4Z0FyEL99 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v4Z0FyEL99 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4Z0FyEL99 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4Z0FyEL99 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4Z0FyEL99 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4Z0FyEL99 .nav-link {
  position: relative;
}
.cid-v4Z0FyEL99 .container {
  display: flex;
  margin: auto;
}
.cid-v4Z0FyEL99 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4Z0FyEL99 .dropdown-menu,
.cid-v4Z0FyEL99 .navbar.opened {
  background: #ffffff !important;
}
.cid-v4Z0FyEL99 .nav-item:focus,
.cid-v4Z0FyEL99 .nav-link:focus {
  outline: none;
}
.cid-v4Z0FyEL99 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4Z0FyEL99 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4Z0FyEL99 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4Z0FyEL99 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4Z0FyEL99 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4Z0FyEL99 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4Z0FyEL99 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v4Z0FyEL99 .navbar.opened {
  transition: all 0.3s;
}
.cid-v4Z0FyEL99 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4Z0FyEL99 .navbar .navbar-logo img {
  width: auto;
}
.cid-v4Z0FyEL99 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4Z0FyEL99 .navbar.collapsed {
  justify-content: center;
}
.cid-v4Z0FyEL99 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4Z0FyEL99 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4Z0FyEL99 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4Z0FyEL99 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4Z0FyEL99 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4Z0FyEL99 .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-v4Z0FyEL99 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4Z0FyEL99 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4Z0FyEL99 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4Z0FyEL99 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4Z0FyEL99 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4Z0FyEL99 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4Z0FyEL99 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4Z0FyEL99 .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-v4Z0FyEL99 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4Z0FyEL99 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4Z0FyEL99 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4Z0FyEL99 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4Z0FyEL99 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4Z0FyEL99 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4Z0FyEL99 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4Z0FyEL99 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4Z0FyEL99 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4Z0FyEL99 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4Z0FyEL99 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4Z0FyEL99 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4Z0FyEL99 .dropdown-item.active,
.cid-v4Z0FyEL99 .dropdown-item:active {
  background-color: transparent;
}
.cid-v4Z0FyEL99 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4Z0FyEL99 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4Z0FyEL99 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4Z0FyEL99 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4Z0FyEL99 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4Z0FyEL99 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4Z0FyEL99 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4Z0FyEL99 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4Z0FyEL99 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4Z0FyEL99 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4Z0FyEL99 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4Z0FyEL99 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4Z0FyEL99 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4Z0FyEL99 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4Z0FyEL99 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Z0FyEL99 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4Z0FyEL99 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4Z0FyEL99 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Z0FyEL99 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4Z0FyEL99 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4Z0FyEL99 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4Z0FyEL99 .navbar {
    height: 70px;
  }
  .cid-v4Z0FyEL99 .navbar.opened {
    height: auto;
  }
  .cid-v4Z0FyEL99 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4Z0FzWaS9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffe61;
}
.cid-v4Z0FzWaS9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Z0FzWaS9 .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-v4Z0FzWaS9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4Z0FzWaS9 .row {
  flex-direction: row-reverse;
}
.cid-v4Z0FzWaS9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v4Z0FzWaS9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v4Z0FzWaS9 .mbr-section-title {
  text-align: justify;
}
.cid-v4Z0FzWaS9 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v4ZCRqnFla {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v4ZCRqnFla .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ZCRqnFla .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-v4ZCRqnFla .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4ZCRqnFla img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v4ZCRqnFla .text-wrapper {
    padding: 2rem;
  }
}
.cid-v4ZCRqnFla .mbr-section-title {
  color: #000000;
}
.cid-v4ZCRqnFla .mbr-text {
  text-align: justify;
}
.cid-v54Y2uFfIr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v54Y2uFfIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54Y2uFfIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54Y2uFfIr .item {
  padding-bottom: 2rem;
}
.cid-v54Y2uFfIr .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v54Y2uFfIr .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v54Y2uFfIr .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v54Y2uFfIr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v54Y2uFfIr .carousel-control,
.cid-v54Y2uFfIr .close {
  background: #1b1b1b;
}
.cid-v54Y2uFfIr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v54Y2uFfIr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v54Y2uFfIr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v54Y2uFfIr .carousel-control-next span {
  margin-left: 5px;
}
.cid-v54Y2uFfIr .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-v54Y2uFfIr .close::before {
  content: '\e91a';
}
.cid-v54Y2uFfIr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v54Y2uFfIr .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-v54Y2uFfIr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v54Y2uFfIr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v54Y2uFfIr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v54Y2uFfIr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v54Y2uFfIr .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-v54Y2uFfIr .carousel-indicators li.active,
.cid-v54Y2uFfIr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v54Y2uFfIr .carousel-indicators li::after,
.cid-v54Y2uFfIr .carousel-indicators li::before {
  content: none;
}
.cid-v54Y2uFfIr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v54Y2uFfIr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v54Y2uFfIr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v54Y2uFfIr .carousel-indicators {
    display: none;
  }
}
.cid-v54Y2uFfIr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v54Y2uFfIr .carousel-inner > .active {
  display: block;
}
.cid-v54Y2uFfIr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v54Y2uFfIr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v54Y2uFfIr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v54Y2uFfIr .carousel-control,
  .cid-v54Y2uFfIr .carousel-indicators,
  .cid-v54Y2uFfIr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v54Y2uFfIr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v54Y2uFfIr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v54Y2uFfIr .carousel-indicators .active,
.cid-v54Y2uFfIr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v54Y2uFfIr .carousel-indicators .active {
  background: #fff;
}
.cid-v54Y2uFfIr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v54Y2uFfIr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v54Y2uFfIr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v54Y2uFfIr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v54Y2uFfIr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v54Y2uFfIr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v54Y2uFfIr .carousel {
  width: 100%;
}
.cid-v54Y2uFfIr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v54Y2uFfIr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v54Y2uFfIr .modal.fade .modal-dialog,
.cid-v54Y2uFfIr .modal.in .modal-dialog {
  transform: none;
}
.cid-v54Y2uFfIr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v54Y2uFfIr H6 {
  text-align: center;
}
.cid-v54VQTlXX8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v54VQTlXX8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54VQTlXX8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54VQTlXX8 .item {
  padding-bottom: 2rem;
}
.cid-v54VQTlXX8 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v54VQTlXX8 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v54VQTlXX8 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v54VQTlXX8 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v54VQTlXX8 .carousel-control,
.cid-v54VQTlXX8 .close {
  background: #1b1b1b;
}
.cid-v54VQTlXX8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v54VQTlXX8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v54VQTlXX8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v54VQTlXX8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v54VQTlXX8 .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-v54VQTlXX8 .close::before {
  content: '\e91a';
}
.cid-v54VQTlXX8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v54VQTlXX8 .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-v54VQTlXX8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v54VQTlXX8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v54VQTlXX8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v54VQTlXX8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v54VQTlXX8 .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-v54VQTlXX8 .carousel-indicators li.active,
.cid-v54VQTlXX8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v54VQTlXX8 .carousel-indicators li::after,
.cid-v54VQTlXX8 .carousel-indicators li::before {
  content: none;
}
.cid-v54VQTlXX8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v54VQTlXX8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v54VQTlXX8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v54VQTlXX8 .carousel-indicators {
    display: none;
  }
}
.cid-v54VQTlXX8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v54VQTlXX8 .carousel-inner > .active {
  display: block;
}
.cid-v54VQTlXX8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v54VQTlXX8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v54VQTlXX8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v54VQTlXX8 .carousel-control,
  .cid-v54VQTlXX8 .carousel-indicators,
  .cid-v54VQTlXX8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v54VQTlXX8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v54VQTlXX8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v54VQTlXX8 .carousel-indicators .active,
.cid-v54VQTlXX8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v54VQTlXX8 .carousel-indicators .active {
  background: #fff;
}
.cid-v54VQTlXX8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v54VQTlXX8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v54VQTlXX8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v54VQTlXX8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v54VQTlXX8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v54VQTlXX8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v54VQTlXX8 .carousel {
  width: 100%;
}
.cid-v54VQTlXX8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v54VQTlXX8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v54VQTlXX8 .modal.fade .modal-dialog,
.cid-v54VQTlXX8 .modal.in .modal-dialog {
  transform: none;
}
.cid-v54VQTlXX8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v54VQTlXX8 H6 {
  text-align: center;
}
.cid-v55fIQalDt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v55fIQalDt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55fIQalDt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v55fIQalDt .item {
  padding-bottom: 2rem;
}
.cid-v55fIQalDt .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v55fIQalDt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v55fIQalDt .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v55fIQalDt .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v55fIQalDt .carousel-control,
.cid-v55fIQalDt .close {
  background: #1b1b1b;
}
.cid-v55fIQalDt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v55fIQalDt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v55fIQalDt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v55fIQalDt .carousel-control-next span {
  margin-left: 5px;
}
.cid-v55fIQalDt .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-v55fIQalDt .close::before {
  content: '\e91a';
}
.cid-v55fIQalDt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v55fIQalDt .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-v55fIQalDt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v55fIQalDt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v55fIQalDt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v55fIQalDt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v55fIQalDt .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-v55fIQalDt .carousel-indicators li.active,
.cid-v55fIQalDt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v55fIQalDt .carousel-indicators li::after,
.cid-v55fIQalDt .carousel-indicators li::before {
  content: none;
}
.cid-v55fIQalDt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v55fIQalDt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v55fIQalDt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v55fIQalDt .carousel-indicators {
    display: none;
  }
}
.cid-v55fIQalDt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v55fIQalDt .carousel-inner > .active {
  display: block;
}
.cid-v55fIQalDt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v55fIQalDt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v55fIQalDt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v55fIQalDt .carousel-control,
  .cid-v55fIQalDt .carousel-indicators,
  .cid-v55fIQalDt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v55fIQalDt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v55fIQalDt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v55fIQalDt .carousel-indicators .active,
.cid-v55fIQalDt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v55fIQalDt .carousel-indicators .active {
  background: #fff;
}
.cid-v55fIQalDt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v55fIQalDt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v55fIQalDt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v55fIQalDt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v55fIQalDt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v55fIQalDt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v55fIQalDt .carousel {
  width: 100%;
}
.cid-v55fIQalDt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v55fIQalDt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v55fIQalDt .modal.fade .modal-dialog,
.cid-v55fIQalDt .modal.in .modal-dialog {
  transform: none;
}
.cid-v55fIQalDt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v55fIQalDt H6 {
  text-align: center;
}
.cid-v55ghmjjHJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v55ghmjjHJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55ghmjjHJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v55ghmjjHJ .item {
  padding-bottom: 2rem;
}
.cid-v55ghmjjHJ .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v55ghmjjHJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v55ghmjjHJ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v55ghmjjHJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v55ghmjjHJ .carousel-control,
.cid-v55ghmjjHJ .close {
  background: #1b1b1b;
}
.cid-v55ghmjjHJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v55ghmjjHJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v55ghmjjHJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v55ghmjjHJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-v55ghmjjHJ .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-v55ghmjjHJ .close::before {
  content: '\e91a';
}
.cid-v55ghmjjHJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v55ghmjjHJ .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-v55ghmjjHJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v55ghmjjHJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v55ghmjjHJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v55ghmjjHJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v55ghmjjHJ .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-v55ghmjjHJ .carousel-indicators li.active,
.cid-v55ghmjjHJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v55ghmjjHJ .carousel-indicators li::after,
.cid-v55ghmjjHJ .carousel-indicators li::before {
  content: none;
}
.cid-v55ghmjjHJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v55ghmjjHJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v55ghmjjHJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v55ghmjjHJ .carousel-indicators {
    display: none;
  }
}
.cid-v55ghmjjHJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v55ghmjjHJ .carousel-inner > .active {
  display: block;
}
.cid-v55ghmjjHJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v55ghmjjHJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v55ghmjjHJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v55ghmjjHJ .carousel-control,
  .cid-v55ghmjjHJ .carousel-indicators,
  .cid-v55ghmjjHJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v55ghmjjHJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v55ghmjjHJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v55ghmjjHJ .carousel-indicators .active,
.cid-v55ghmjjHJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v55ghmjjHJ .carousel-indicators .active {
  background: #fff;
}
.cid-v55ghmjjHJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v55ghmjjHJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v55ghmjjHJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v55ghmjjHJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v55ghmjjHJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v55ghmjjHJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v55ghmjjHJ .carousel {
  width: 100%;
}
.cid-v55ghmjjHJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v55ghmjjHJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v55ghmjjHJ .modal.fade .modal-dialog,
.cid-v55ghmjjHJ .modal.in .modal-dialog {
  transform: none;
}
.cid-v55ghmjjHJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v55ghmjjHJ H6 {
  text-align: center;
}
.cid-v56le6o21r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v56le6o21r .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56le6o21r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56le6o21r .item {
  padding-bottom: 2rem;
}
.cid-v56le6o21r .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v56le6o21r .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v56le6o21r .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v56le6o21r .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v56le6o21r .carousel-control,
.cid-v56le6o21r .close {
  background: #1b1b1b;
}
.cid-v56le6o21r .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v56le6o21r .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v56le6o21r .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v56le6o21r .carousel-control-next span {
  margin-left: 5px;
}
.cid-v56le6o21r .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-v56le6o21r .close::before {
  content: '\e91a';
}
.cid-v56le6o21r .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v56le6o21r .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-v56le6o21r .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v56le6o21r .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v56le6o21r .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v56le6o21r .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v56le6o21r .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-v56le6o21r .carousel-indicators li.active,
.cid-v56le6o21r .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v56le6o21r .carousel-indicators li::after,
.cid-v56le6o21r .carousel-indicators li::before {
  content: none;
}
.cid-v56le6o21r .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v56le6o21r .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v56le6o21r .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v56le6o21r .carousel-indicators {
    display: none;
  }
}
.cid-v56le6o21r .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v56le6o21r .carousel-inner > .active {
  display: block;
}
.cid-v56le6o21r .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v56le6o21r .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v56le6o21r .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v56le6o21r .carousel-control,
  .cid-v56le6o21r .carousel-indicators,
  .cid-v56le6o21r .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v56le6o21r .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v56le6o21r .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v56le6o21r .carousel-indicators .active,
.cid-v56le6o21r .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v56le6o21r .carousel-indicators .active {
  background: #fff;
}
.cid-v56le6o21r .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v56le6o21r .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v56le6o21r .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v56le6o21r .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v56le6o21r .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v56le6o21r .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v56le6o21r .carousel {
  width: 100%;
}
.cid-v56le6o21r .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v56le6o21r .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v56le6o21r .modal.fade .modal-dialog,
.cid-v56le6o21r .modal.in .modal-dialog {
  transform: none;
}
.cid-v56le6o21r .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v56le6o21r H6 {
  text-align: center;
}
.cid-v56i3Xytwl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v56i3Xytwl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56i3Xytwl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56i3Xytwl .item {
  padding-bottom: 2rem;
}
.cid-v56i3Xytwl .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v56i3Xytwl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v56i3Xytwl .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v56i3Xytwl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v56i3Xytwl .carousel-control,
.cid-v56i3Xytwl .close {
  background: #1b1b1b;
}
.cid-v56i3Xytwl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v56i3Xytwl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v56i3Xytwl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v56i3Xytwl .carousel-control-next span {
  margin-left: 5px;
}
.cid-v56i3Xytwl .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-v56i3Xytwl .close::before {
  content: '\e91a';
}
.cid-v56i3Xytwl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v56i3Xytwl .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-v56i3Xytwl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v56i3Xytwl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v56i3Xytwl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v56i3Xytwl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v56i3Xytwl .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-v56i3Xytwl .carousel-indicators li.active,
.cid-v56i3Xytwl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v56i3Xytwl .carousel-indicators li::after,
.cid-v56i3Xytwl .carousel-indicators li::before {
  content: none;
}
.cid-v56i3Xytwl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v56i3Xytwl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v56i3Xytwl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v56i3Xytwl .carousel-indicators {
    display: none;
  }
}
.cid-v56i3Xytwl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v56i3Xytwl .carousel-inner > .active {
  display: block;
}
.cid-v56i3Xytwl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v56i3Xytwl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v56i3Xytwl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v56i3Xytwl .carousel-control,
  .cid-v56i3Xytwl .carousel-indicators,
  .cid-v56i3Xytwl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v56i3Xytwl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v56i3Xytwl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v56i3Xytwl .carousel-indicators .active,
.cid-v56i3Xytwl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v56i3Xytwl .carousel-indicators .active {
  background: #fff;
}
.cid-v56i3Xytwl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v56i3Xytwl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v56i3Xytwl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v56i3Xytwl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v56i3Xytwl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v56i3Xytwl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v56i3Xytwl .carousel {
  width: 100%;
}
.cid-v56i3Xytwl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v56i3Xytwl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v56i3Xytwl .modal.fade .modal-dialog,
.cid-v56i3Xytwl .modal.in .modal-dialog {
  transform: none;
}
.cid-v56i3Xytwl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v56i3Xytwl H6 {
  text-align: center;
}
.cid-v56j6gA7U5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v56j6gA7U5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56j6gA7U5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56j6gA7U5 .item {
  padding-bottom: 2rem;
}
.cid-v56j6gA7U5 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v56j6gA7U5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v56j6gA7U5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v56j6gA7U5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v56j6gA7U5 .carousel-control,
.cid-v56j6gA7U5 .close {
  background: #1b1b1b;
}
.cid-v56j6gA7U5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v56j6gA7U5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v56j6gA7U5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v56j6gA7U5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v56j6gA7U5 .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-v56j6gA7U5 .close::before {
  content: '\e91a';
}
.cid-v56j6gA7U5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v56j6gA7U5 .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-v56j6gA7U5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v56j6gA7U5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v56j6gA7U5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v56j6gA7U5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v56j6gA7U5 .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-v56j6gA7U5 .carousel-indicators li.active,
.cid-v56j6gA7U5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v56j6gA7U5 .carousel-indicators li::after,
.cid-v56j6gA7U5 .carousel-indicators li::before {
  content: none;
}
.cid-v56j6gA7U5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v56j6gA7U5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v56j6gA7U5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v56j6gA7U5 .carousel-indicators {
    display: none;
  }
}
.cid-v56j6gA7U5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v56j6gA7U5 .carousel-inner > .active {
  display: block;
}
.cid-v56j6gA7U5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v56j6gA7U5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v56j6gA7U5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v56j6gA7U5 .carousel-control,
  .cid-v56j6gA7U5 .carousel-indicators,
  .cid-v56j6gA7U5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v56j6gA7U5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v56j6gA7U5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v56j6gA7U5 .carousel-indicators .active,
.cid-v56j6gA7U5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v56j6gA7U5 .carousel-indicators .active {
  background: #fff;
}
.cid-v56j6gA7U5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v56j6gA7U5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v56j6gA7U5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v56j6gA7U5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v56j6gA7U5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v56j6gA7U5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v56j6gA7U5 .carousel {
  width: 100%;
}
.cid-v56j6gA7U5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v56j6gA7U5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v56j6gA7U5 .modal.fade .modal-dialog,
.cid-v56j6gA7U5 .modal.in .modal-dialog {
  transform: none;
}
.cid-v56j6gA7U5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v56j6gA7U5 H6 {
  text-align: center;
}
.cid-v552Eon1ld {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v552Eon1ld .mbr-fallback-image.disabled {
  display: none;
}
.cid-v552Eon1ld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v552Eon1ld .item {
  padding-bottom: 2rem;
}
.cid-v552Eon1ld .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v552Eon1ld .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v552Eon1ld .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v552Eon1ld .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v552Eon1ld .carousel-control,
.cid-v552Eon1ld .close {
  background: #1b1b1b;
}
.cid-v552Eon1ld .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v552Eon1ld .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v552Eon1ld .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v552Eon1ld .carousel-control-next span {
  margin-left: 5px;
}
.cid-v552Eon1ld .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-v552Eon1ld .close::before {
  content: '\e91a';
}
.cid-v552Eon1ld .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v552Eon1ld .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-v552Eon1ld .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v552Eon1ld .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v552Eon1ld .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v552Eon1ld .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v552Eon1ld .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-v552Eon1ld .carousel-indicators li.active,
.cid-v552Eon1ld .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v552Eon1ld .carousel-indicators li::after,
.cid-v552Eon1ld .carousel-indicators li::before {
  content: none;
}
.cid-v552Eon1ld .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v552Eon1ld .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v552Eon1ld .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v552Eon1ld .carousel-indicators {
    display: none;
  }
}
.cid-v552Eon1ld .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v552Eon1ld .carousel-inner > .active {
  display: block;
}
.cid-v552Eon1ld .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v552Eon1ld .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v552Eon1ld .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v552Eon1ld .carousel-control,
  .cid-v552Eon1ld .carousel-indicators,
  .cid-v552Eon1ld .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v552Eon1ld .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v552Eon1ld .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v552Eon1ld .carousel-indicators .active,
.cid-v552Eon1ld .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v552Eon1ld .carousel-indicators .active {
  background: #fff;
}
.cid-v552Eon1ld .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v552Eon1ld .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v552Eon1ld .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v552Eon1ld .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v552Eon1ld .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v552Eon1ld .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v552Eon1ld .carousel {
  width: 100%;
}
.cid-v552Eon1ld .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v552Eon1ld .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v552Eon1ld .modal.fade .modal-dialog,
.cid-v552Eon1ld .modal.in .modal-dialog {
  transform: none;
}
.cid-v552Eon1ld .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v552Eon1ld H6 {
  text-align: center;
}
.cid-v55dRSuerh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v55dRSuerh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55dRSuerh .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-v55dRSuerh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v55dRSuerh .row {
  flex-direction: row-reverse;
}
.cid-v55dRSuerh img {
  width: 100%;
}
.cid-v4Z0FAaRuW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z0FAaRuW img,
.cid-v4Z0FAaRuW .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v4Z0FAaRuW .item:focus,
.cid-v4Z0FAaRuW span:focus {
  outline: none;
}
.cid-v4Z0FAaRuW .item-wrapper {
  position: relative;
}
.cid-v4Z0FAaRuW .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v4Z0FAaRuW .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4Z0FAaRuW .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v4Z0FAaRuW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v4Z0FAaRuW .mbr-section-title {
  color: #232323;
}
.cid-v4Z0FAaRuW .mbr-text,
.cid-v4Z0FAaRuW .mbr-section-btn {
  text-align: left;
}
.cid-v4Z0FAaRuW .item-title {
  text-align: left;
}
.cid-v4Z0FAaRuW .item-subtitle {
  text-align: left;
}
.cid-v4Z0FAaRuW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-v4Z0FAaRuW .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v4Z0FAaRuW .embla__button--next,
.cid-v4Z0FAaRuW .embla__button--prev {
  display: flex;
}
.cid-v4Z0FAaRuW .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v4Z0FAaRuW .embla__button {
    display: none;
  }
}
.cid-v4Z0FAaRuW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v4Z0FAaRuW .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v4Z0FAaRuW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4Z0FAaRuW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v4Z0FAaRuW .embla__button {
    top: auto;
  }
}
.cid-v4Z0FAaRuW .embla {
  position: relative;
  width: 100%;
}
.cid-v4Z0FAaRuW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v4Z0FAaRuW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v4Z0FAaRuW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v4Z0FAaRuW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v4Z0FB0IuW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Z0FB0IuW img,
.cid-v4Z0FB0IuW .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v4Z0FB0IuW .item:focus,
.cid-v4Z0FB0IuW span:focus {
  outline: none;
}
.cid-v4Z0FB0IuW .item-wrapper {
  position: relative;
}
.cid-v4Z0FB0IuW .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v4Z0FB0IuW .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4Z0FB0IuW .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v4Z0FB0IuW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v4Z0FB0IuW .mbr-section-title {
  color: #232323;
}
.cid-v4Z0FB0IuW .mbr-text,
.cid-v4Z0FB0IuW .mbr-section-btn {
  text-align: left;
}
.cid-v4Z0FB0IuW .item-title {
  text-align: left;
}
.cid-v4Z0FB0IuW .item-subtitle {
  text-align: left;
}
.cid-v4Z0FB0IuW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-v4Z0FB0IuW .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v4Z0FB0IuW .embla__button--next,
.cid-v4Z0FB0IuW .embla__button--prev {
  display: flex;
}
.cid-v4Z0FB0IuW .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v4Z0FB0IuW .embla__button {
    display: none;
  }
}
.cid-v4Z0FB0IuW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v4Z0FB0IuW .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v4Z0FB0IuW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4Z0FB0IuW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v4Z0FB0IuW .embla__button {
    top: auto;
  }
}
.cid-v4Z0FB0IuW .embla {
  position: relative;
  width: 100%;
}
.cid-v4Z0FB0IuW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v4Z0FB0IuW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v4Z0FB0IuW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v4Z0FB0IuW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v4Z0FHKoJ0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-v4Z0FHKoJ0 .media-container-row .mbr-text {
  color: #fafafa;
}
