body {
  font-family: 'Syne', sans-serif;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 3.43rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.2875rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 1.3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-4 {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.744rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.401rem;
    font-size: calc( 1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.105rem + (1.3 - 1.105) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #7f8678 !important;
}
.bg-success {
  background-color: #6d9aba !important;
}
.bg-info {
  background-color: #4479d9 !important;
}
.bg-warning {
  background-color: #5b6153 !important;
}
.bg-danger {
  background-color: #caa884 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7f8678 !important;
  border-color: #7f8678 !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: #54584f !important;
  border-color: #54584f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #54584f !important;
  border-color: #54584f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d7d3c6 !important;
  border-color: #d7d3c6 !important;
  color: #5d5641 !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: #b3ac93 !important;
  border-color: #b3ac93 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #5d5641 !important;
  background-color: #b3ac93 !important;
  border-color: #b3ac93 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !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: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6d9aba !important;
  border-color: #6d9aba !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: #436e8d !important;
  border-color: #436e8d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #436e8d !important;
  border-color: #436e8d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b6153 !important;
  border-color: #5b6153 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #2f322b !important;
  border-color: #2f322b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2f322b !important;
  border-color: #2f322b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #caa884 !important;
  border-color: #caa884 !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: #ad7d4a !important;
  border-color: #ad7d4a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ad7d4a !important;
  border-color: #ad7d4a !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: #7f8678;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #54584f !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: #7f8678 !important;
  border-color: #7f8678 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d7d3c6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b3ac93 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #5d5641 !important;
  background-color: #d7d3c6 !important;
  border-color: #d7d3c6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2150a5 !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: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6d9aba;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #436e8d !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: #6d9aba !important;
  border-color: #6d9aba !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5b6153;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2f322b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b6153 !important;
  border-color: #5b6153 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #caa884;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ad7d4a !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: #caa884 !important;
  border-color: #caa884 !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: #7f8678 !important;
}
.text-secondary {
  color: #d7d3c6 !important;
}
.text-success {
  color: #6d9aba !important;
}
.text-info {
  color: #4479d9 !important;
}
.text-warning {
  color: #5b6153 !important;
}
.text-danger {
  color: #caa884 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4c5048 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ada58a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3e6683 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1f4a98 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #272a24 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a27546 !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: #7f8678;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4479d9;
}
.alert-warning {
  background-color: #5b6153;
}
.alert-danger {
  background-color: #caa884;
}
.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: #7f8678;
  border-color: #7f8678;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #7f8678;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bfc2bb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c4d6e3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ba292;
}
.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: 'Syne', 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: #7f8678 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', 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: #7f8678;
}
/* 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: #7f8678;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7f8678;
}
.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: #7f8678;
  border-bottom-color: #7f8678;
}
.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: #7f8678 !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: #d7d3c6 !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='%237f8678' %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-uI0AZqjEgo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI0AZqjEgo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uI0AZqjEgo .image-wrap {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uI0AZqjEgo .image-wrap {
    height: 350px;
  }
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uFnn1Y4Nwr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFnn1Y4Nwr .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFnn1Y4Nwr .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFnn1Y4Nwr .container {
    padding: 0 26px;
  }
}
.cid-uFnn1Y4Nwr .row {
  justify-content: center;
}
.cid-uFnn1Y4Nwr .content-wrapper {
  padding: 100px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uFnn1Y4Nwr .content-wrapper {
    padding: 100px 20px;
  }
}
.cid-uFnn1Y4Nwr .content-wrapper .content-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFnn1Y4Nwr .content-wrapper .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFnn1Y4Nwr .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFnn1Y4Nwr .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uFnn1Y4Nwr .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFnn1Y4Nwr .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFnn1Y4Nwr .content-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uFnn1Y4Nwr .content-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uFnn1Y4Nwr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 767px) {
  .cid-uFnn1Y4Nwr .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uFnn1Y4Nwr .embla__slide .slide-content {
  width: 100%;
}
.cid-uFnn1Y4Nwr .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 440px;
  border-radius: 20px;
  overflow: hidden;
}
.cid-uFnn1Y4Nwr .embla__slide .slide-content .item-wrapper .item-img:hover .item-title,
.cid-uFnn1Y4Nwr .embla__slide .slide-content .item-wrapper .item-img:focus .item-title {
  opacity: 1;
  transform: translateY(0);
}
.cid-uFnn1Y4Nwr .embla__slide .slide-content .item-wrapper .item-img:hover:before,
.cid-uFnn1Y4Nwr .embla__slide .slide-content .item-wrapper .item-img:focus:before {
  opacity: .3;
}
.cid-uFnn1Y4Nwr .embla__slide .slide-content .item-wrapper .item-img:hover img,
.cid-uFnn1Y4Nwr .embla__slide .slide-content .item-wrapper .item-img:focus img {
  transform: scale(1);
}
.cid-uFnn1Y4Nwr .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
  transition: all 0.3s ease-in-out;
}
.cid-uFnn1Y4Nwr .embla__slide .slide-content .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uFnn1Y4Nwr .embla__slide .slide-content .item-wrapper .item-img .item-title {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(16px);
  padding: 0 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uFnn1Y4Nwr .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
.cid-uFnn1Y4Nwr .embla__button--next,
.cid-uFnn1Y4Nwr .embla__button--prev {
  display: flex;
}
.cid-uFnn1Y4Nwr .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #7f8678 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uFnn1Y4Nwr .embla__button:hover {
  opacity: .6 !important;
}
.cid-uFnn1Y4Nwr .embla__button.embla__button--prev {
  left: 0;
}
.cid-uFnn1Y4Nwr .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 768px) {
  .cid-uFnn1Y4Nwr .embla__button {
    top: 0;
  }
}
.cid-uFnn1Y4Nwr .embla {
  position: relative;
  width: 100%;
}
.cid-uFnn1Y4Nwr .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uFnn1Y4Nwr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFnn1Y4Nwr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFnn1Y4Nwr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFnn1Y4Nwr .mbr-section-title {
  color: #000000;
}
.cid-uFnn1Y4Nwr .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uFnn1Y4Nwr .mbr-text,
.cid-uFnn1Y4Nwr .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uFnn1Y4Nwr .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFnn1Y4Nwr .mbr-section-title,
.cid-uFnn1Y4Nwr .mbr-section-btn {
  text-align: center;
}
.cid-uFnkGLjOHL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #000000;
}
.cid-uFnkGLjOHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFnkGLjOHL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uFnkGLjOHL .container-fluid {
    padding: 0;
  }
}
.cid-uFnkGLjOHL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 375px;
  max-width: 375px;
}
@media (max-width: 600px) {
  .cid-uFnkGLjOHL .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uFnkGLjOHL .embla__button--next,
.cid-uFnkGLjOHL .embla__button--prev {
  display: flex;
  transition: all 0.3s ease;
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFnkGLjOHL .embla__button--next,
  .cid-uFnkGLjOHL .embla__button--prev {
    opacity: 1 !important;
    margin: 0;
    transform: translateX(0);
  }
}
.cid-uFnkGLjOHL .embla__button--prev {
  transform: translateX(3rem);
}
.cid-uFnkGLjOHL .embla__button--next {
  transform: translateX(-3rem);
}
.cid-uFnkGLjOHL .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uFnkGLjOHL .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uFnkGLjOHL .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFnkGLjOHL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFnkGLjOHL .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFnkGLjOHL .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFnkGLjOHL .embla {
  position: relative;
  width: 100%;
}
.cid-uFnkGLjOHL .embla:hover .embla__button--next,
.cid-uFnkGLjOHL .embla:hover .embla__button--prev {
  transform: translateX(0);
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uFnkGLjOHL .embla .embla__button--next,
  .cid-uFnkGLjOHL .embla .embla__button--prev {
    opacity: 1 !important;
    margin: 0;
    transform: translateX(0);
  }
}
.cid-uFnkGLjOHL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uFnkGLjOHL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFnkGLjOHL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFnkGLjOHL .embla__slide a {
  cursor: grab;
}
.cid-uFnkGLjOHL .embla__slide a:active {
  cursor: grabbing;
}
.cid-uFnkGLjOHL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFnkGLjOHL .mbr-section-title {
  color: #fdfde1;
}
.cid-uFnkGLjOHL .mbr-section-title .mbr-iconfont {
  color: #bff747;
  transition: all 300ms ease;
}
.cid-uFnkGLjOHL .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-uFnkGLjOHL .mbr-box {
  color: #ffffff;
}
.cid-uFnkGLjOHL .slide-content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uFnkGLjOHL .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #fffff5;
  position: relative;
  transition: all 300ms ease;
}
.cid-uFnkGLjOHL .card-text {
  line-height: 1.66;
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cid-uFnkGLjOHL .item-img {
  object-fit: cover;
  overflow: hidden;
  transition: all 300ms ease;
}
.cid-uFnkGLjOHL .item-wrapper {
  position: relative;
  overflow: hidden !important;
  transition: all 300ms ease;
  height: 400px;
}
.cid-uFnkGLjOHL .item-wrapper .icon-wrapper {
  transition: all 300ms ease;
}
.cid-uFnkGLjOHL .item-wrapper .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem 0 1.5rem 1.5rem;
  z-index: 11;
}
.cid-uFnkGLjOHL .item-wrapper .card-box .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  transition: all 300ms ease;
}
.cid-uFnkGLjOHL .item-wrapper .card-text {
  font-size: 1.1rem;
}
.cid-uFnkGLjOHL .item-wrapper img {
  transition: all 300ms ease;
  object-fit: cover;
}
.cid-uFnkGLjOHL .item-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #000000);
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uFnkGLjOHL .item-wrapper:hover .icon-wrapper {
  transform: translateX(10px);
}
.cid-uFnkGLjOHL .item-wrapper:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uFnkGLjOHL .item-wrapper:hover .card-title,
.cid-uFnkGLjOHL .item-wrapper:hover .mbr-iconfont {
  color: #bff747;
}
.cid-uFnkGLjOHL .content-head {
  max-width: 856px;
}
.cid-uFnkGLjOHL .card-title-1 {
  color: #ffffff;
}
.cid-uFnkGLjOHL .icon-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uFnkLzAMkN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #000000;
}
.cid-uFnkLzAMkN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFnkLzAMkN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uFnkLzAMkN .container-fluid {
    padding: 0;
  }
}
.cid-uFnkLzAMkN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 375px;
  max-width: 375px;
}
@media (max-width: 600px) {
  .cid-uFnkLzAMkN .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uFnkLzAMkN .embla__button--next,
.cid-uFnkLzAMkN .embla__button--prev {
  display: flex;
  transition: all 0.3s ease;
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFnkLzAMkN .embla__button--next,
  .cid-uFnkLzAMkN .embla__button--prev {
    opacity: 1 !important;
    margin: 0;
    transform: translateX(0);
  }
}
.cid-uFnkLzAMkN .embla__button--prev {
  transform: translateX(3rem);
}
.cid-uFnkLzAMkN .embla__button--next {
  transform: translateX(-3rem);
}
.cid-uFnkLzAMkN .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uFnkLzAMkN .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uFnkLzAMkN .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFnkLzAMkN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFnkLzAMkN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFnkLzAMkN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFnkLzAMkN .embla {
  position: relative;
  width: 100%;
}
.cid-uFnkLzAMkN .embla:hover .embla__button--next,
.cid-uFnkLzAMkN .embla:hover .embla__button--prev {
  transform: translateX(0);
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uFnkLzAMkN .embla .embla__button--next,
  .cid-uFnkLzAMkN .embla .embla__button--prev {
    opacity: 1 !important;
    margin: 0;
    transform: translateX(0);
  }
}
.cid-uFnkLzAMkN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uFnkLzAMkN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFnkLzAMkN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFnkLzAMkN .embla__slide a {
  cursor: grab;
}
.cid-uFnkLzAMkN .embla__slide a:active {
  cursor: grabbing;
}
.cid-uFnkLzAMkN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFnkLzAMkN .mbr-section-title {
  color: #fdfde1;
}
.cid-uFnkLzAMkN .mbr-section-title .mbr-iconfont {
  color: #bff747;
  transition: all 300ms ease;
}
.cid-uFnkLzAMkN .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-uFnkLzAMkN .mbr-box {
  color: #ffffff;
}
.cid-uFnkLzAMkN .slide-content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uFnkLzAMkN .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #fffff5;
  position: relative;
  transition: all 300ms ease;
}
.cid-uFnkLzAMkN .card-text {
  line-height: 1.66;
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cid-uFnkLzAMkN .item-img {
  object-fit: cover;
  overflow: hidden;
  transition: all 300ms ease;
}
.cid-uFnkLzAMkN .item-wrapper {
  position: relative;
  overflow: hidden !important;
  transition: all 300ms ease;
  height: 400px;
}
.cid-uFnkLzAMkN .item-wrapper .icon-wrapper {
  transition: all 300ms ease;
}
.cid-uFnkLzAMkN .item-wrapper .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem 0 1.5rem 1.5rem;
  z-index: 11;
}
.cid-uFnkLzAMkN .item-wrapper .card-box .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  transition: all 300ms ease;
}
.cid-uFnkLzAMkN .item-wrapper .card-text {
  font-size: 1.1rem;
}
.cid-uFnkLzAMkN .item-wrapper img {
  transition: all 300ms ease;
  object-fit: cover;
}
.cid-uFnkLzAMkN .item-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #000000);
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uFnkLzAMkN .item-wrapper:hover .icon-wrapper {
  transform: translateX(10px);
}
.cid-uFnkLzAMkN .item-wrapper:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uFnkLzAMkN .item-wrapper:hover .card-title,
.cid-uFnkLzAMkN .item-wrapper:hover .mbr-iconfont {
  color: #bff747;
}
.cid-uFnkLzAMkN .content-head {
  max-width: 856px;
}
.cid-uFnkLzAMkN .card-title-1 {
  color: #ffffff;
}
.cid-uFnkLzAMkN .icon-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uFV2rKxoyT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uFV2rKxoyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFV2rKxoyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFV2rKxoyT .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #7f8678;
  background-color: #2a2e25;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uFV2rKxoyT .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uFV2rKxoyT .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2a2e25;
  opacity: .5;
}
.cid-uFV2rKxoyT .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFV2rKxoyT .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFV2rKxoyT .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-uFV2rKxoyT .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uFV2rKxoyT .content-wrapper .items-wrap .item .item-wrapper {
  padding: 46px 24px;
  border: 1px solid #7f8678;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFV2rKxoyT .content-wrapper .items-wrap .item .item-wrapper {
    padding: 14px;
  }
}
.cid-uFV2rKxoyT .content-wrapper .items-wrap .item .item-wrapper .card-box .item-number {
  margin-bottom: 16px;
}
.cid-uFV2rKxoyT .content-wrapper .items-wrap .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uFV2rKxoyT .content-wrapper .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uFV2rKxoyT .mbr-section-title {
  color: #fdfde1;
  text-align: center;
}
.cid-uFV2rKxoyT .item-number {
  color: #bcfe1e;
}
.cid-uFV2rKxoyT .item-title {
  color: #ffffff;
}
.cid-uFV2rKxoyT .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFng8cGJdP.popup-builder {
  background-color: #ffffff;
}
.cid-uFng8cGJdP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uFng8cGJdP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uFng8cGJdP .modal-content,
.cid-uFng8cGJdP .modal-dialog {
  height: auto;
}
.cid-uFng8cGJdP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uFng8cGJdP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uFng8cGJdP .form-wrapper .mbr-form .form-group,
  .cid-uFng8cGJdP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uFng8cGJdP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uFng8cGJdP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFng8cGJdP .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uFng8cGJdP .pt-0 {
  padding-top: 0 !important;
}
.cid-uFng8cGJdP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uFng8cGJdP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uFng8cGJdP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uFng8cGJdP .modal-open {
  overflow: hidden;
}
.cid-uFng8cGJdP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uFng8cGJdP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uFng8cGJdP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uFng8cGJdP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uFng8cGJdP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uFng8cGJdP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uFng8cGJdP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uFng8cGJdP .modal-content {
  background: #3d3d3d;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uFng8cGJdP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uFng8cGJdP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uFng8cGJdP .modal-backdrop.fade {
  opacity: 0;
}
.cid-uFng8cGJdP .modal-backdrop.show {
  opacity: .5;
}
.cid-uFng8cGJdP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uFng8cGJdP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFng8cGJdP .modal-header {
    padding: 1rem;
  }
}
.cid-uFng8cGJdP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uFng8cGJdP .modal-header .close svg {
  fill: #ffffff;
}
.cid-uFng8cGJdP .modal-header .close:hover {
  opacity: 1;
}
.cid-uFng8cGJdP .modal-header .close:focus {
  outline: none;
}
.cid-uFng8cGJdP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uFng8cGJdP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uFng8cGJdP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFng8cGJdP .modal-body {
    padding: 1rem;
  }
}
.cid-uFng8cGJdP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uFng8cGJdP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFng8cGJdP .modal-footer {
    padding: 1rem;
  }
}
.cid-uFng8cGJdP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uFng8cGJdP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uFng8cGJdP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uFng8cGJdP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uFng8cGJdP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uFng8cGJdP .modal-lg,
  .cid-uFng8cGJdP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uFng8cGJdP .modal-xl {
    max-width: 1140px;
  }
}
.cid-uFng8cGJdP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uFng8cGJdP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uFng8cGJdP .form-group {
  margin-bottom: 1rem;
}
.cid-uFng8cGJdP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uFng8cGJdP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uFng8cGJdP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uFng8cGJdP .mbr-section-btn {
  margin: 0;
}
.cid-uFng8cGJdP .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFng7IyvpN.popup-builder {
  background-color: #ffffff;
}
.cid-uFng7IyvpN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uFng7IyvpN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uFng7IyvpN .modal-content,
.cid-uFng7IyvpN .modal-dialog {
  height: auto;
}
.cid-uFng7IyvpN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uFng7IyvpN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uFng7IyvpN .form-wrapper .mbr-form .form-group,
  .cid-uFng7IyvpN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uFng7IyvpN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uFng7IyvpN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFng7IyvpN .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uFng7IyvpN .pt-0 {
  padding-top: 0 !important;
}
.cid-uFng7IyvpN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uFng7IyvpN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uFng7IyvpN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uFng7IyvpN .modal-open {
  overflow: hidden;
}
.cid-uFng7IyvpN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uFng7IyvpN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uFng7IyvpN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uFng7IyvpN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uFng7IyvpN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uFng7IyvpN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uFng7IyvpN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uFng7IyvpN .modal-content {
  background: #3d3d3d;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uFng7IyvpN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uFng7IyvpN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uFng7IyvpN .modal-backdrop.fade {
  opacity: 0;
}
.cid-uFng7IyvpN .modal-backdrop.show {
  opacity: .5;
}
.cid-uFng7IyvpN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uFng7IyvpN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFng7IyvpN .modal-header {
    padding: 1rem;
  }
}
.cid-uFng7IyvpN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uFng7IyvpN .modal-header .close svg {
  fill: #ffffff;
}
.cid-uFng7IyvpN .modal-header .close:hover {
  opacity: 1;
}
.cid-uFng7IyvpN .modal-header .close:focus {
  outline: none;
}
.cid-uFng7IyvpN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uFng7IyvpN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uFng7IyvpN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFng7IyvpN .modal-body {
    padding: 1rem;
  }
}
.cid-uFng7IyvpN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uFng7IyvpN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFng7IyvpN .modal-footer {
    padding: 1rem;
  }
}
.cid-uFng7IyvpN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uFng7IyvpN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uFng7IyvpN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uFng7IyvpN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uFng7IyvpN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uFng7IyvpN .modal-lg,
  .cid-uFng7IyvpN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uFng7IyvpN .modal-xl {
    max-width: 1140px;
  }
}
.cid-uFng7IyvpN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uFng7IyvpN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uFng7IyvpN .form-group {
  margin-bottom: 1rem;
}
.cid-uFng7IyvpN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uFng7IyvpN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uFng7IyvpN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uFng7IyvpN .mbr-section-btn {
  margin: 0;
}
.cid-uFng7IyvpN .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFng7l7iBX.popup-builder {
  background-color: #ffffff;
}
.cid-uFng7l7iBX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uFng7l7iBX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uFng7l7iBX .modal-content,
.cid-uFng7l7iBX .modal-dialog {
  height: auto;
}
.cid-uFng7l7iBX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uFng7l7iBX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uFng7l7iBX .form-wrapper .mbr-form .form-group,
  .cid-uFng7l7iBX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uFng7l7iBX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uFng7l7iBX .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFng7l7iBX .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uFng7l7iBX .pt-0 {
  padding-top: 0 !important;
}
.cid-uFng7l7iBX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uFng7l7iBX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uFng7l7iBX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uFng7l7iBX .modal-open {
  overflow: hidden;
}
.cid-uFng7l7iBX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uFng7l7iBX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uFng7l7iBX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uFng7l7iBX .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uFng7l7iBX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uFng7l7iBX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uFng7l7iBX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uFng7l7iBX .modal-content {
  background: #3d3d3d;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uFng7l7iBX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uFng7l7iBX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uFng7l7iBX .modal-backdrop.fade {
  opacity: 0;
}
.cid-uFng7l7iBX .modal-backdrop.show {
  opacity: .5;
}
.cid-uFng7l7iBX .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uFng7l7iBX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFng7l7iBX .modal-header {
    padding: 1rem;
  }
}
.cid-uFng7l7iBX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uFng7l7iBX .modal-header .close svg {
  fill: #ffffff;
}
.cid-uFng7l7iBX .modal-header .close:hover {
  opacity: 1;
}
.cid-uFng7l7iBX .modal-header .close:focus {
  outline: none;
}
.cid-uFng7l7iBX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uFng7l7iBX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uFng7l7iBX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFng7l7iBX .modal-body {
    padding: 1rem;
  }
}
.cid-uFng7l7iBX .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uFng7l7iBX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFng7l7iBX .modal-footer {
    padding: 1rem;
  }
}
.cid-uFng7l7iBX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uFng7l7iBX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uFng7l7iBX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uFng7l7iBX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uFng7l7iBX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uFng7l7iBX .modal-lg,
  .cid-uFng7l7iBX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uFng7l7iBX .modal-xl {
    max-width: 1140px;
  }
}
.cid-uFng7l7iBX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uFng7l7iBX .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uFng7l7iBX .form-group {
  margin-bottom: 1rem;
}
.cid-uFng7l7iBX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uFng7l7iBX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uFng7l7iBX .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uFng7l7iBX .mbr-section-btn {
  margin: 0;
}
.cid-uFng7l7iBX .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFng6SYXqw.popup-builder {
  background-color: #ffffff;
}
.cid-uFng6SYXqw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uFng6SYXqw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uFng6SYXqw .modal-content,
.cid-uFng6SYXqw .modal-dialog {
  height: auto;
}
.cid-uFng6SYXqw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uFng6SYXqw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uFng6SYXqw .form-wrapper .mbr-form .form-group,
  .cid-uFng6SYXqw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uFng6SYXqw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uFng6SYXqw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFng6SYXqw .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uFng6SYXqw .pt-0 {
  padding-top: 0 !important;
}
.cid-uFng6SYXqw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uFng6SYXqw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uFng6SYXqw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uFng6SYXqw .modal-open {
  overflow: hidden;
}
.cid-uFng6SYXqw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uFng6SYXqw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uFng6SYXqw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uFng6SYXqw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uFng6SYXqw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uFng6SYXqw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uFng6SYXqw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uFng6SYXqw .modal-content {
  background: #3d3d3d;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uFng6SYXqw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uFng6SYXqw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uFng6SYXqw .modal-backdrop.fade {
  opacity: 0;
}
.cid-uFng6SYXqw .modal-backdrop.show {
  opacity: .5;
}
.cid-uFng6SYXqw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uFng6SYXqw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFng6SYXqw .modal-header {
    padding: 1rem;
  }
}
.cid-uFng6SYXqw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uFng6SYXqw .modal-header .close svg {
  fill: #ffffff;
}
.cid-uFng6SYXqw .modal-header .close:hover {
  opacity: 1;
}
.cid-uFng6SYXqw .modal-header .close:focus {
  outline: none;
}
.cid-uFng6SYXqw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uFng6SYXqw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uFng6SYXqw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFng6SYXqw .modal-body {
    padding: 1rem;
  }
}
.cid-uFng6SYXqw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uFng6SYXqw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFng6SYXqw .modal-footer {
    padding: 1rem;
  }
}
.cid-uFng6SYXqw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uFng6SYXqw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uFng6SYXqw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uFng6SYXqw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uFng6SYXqw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uFng6SYXqw .modal-lg,
  .cid-uFng6SYXqw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uFng6SYXqw .modal-xl {
    max-width: 1140px;
  }
}
.cid-uFng6SYXqw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uFng6SYXqw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uFng6SYXqw .form-group {
  margin-bottom: 1rem;
}
.cid-uFng6SYXqw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uFng6SYXqw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uFng6SYXqw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uFng6SYXqw .mbr-section-btn {
  margin: 0;
}
.cid-uFng6SYXqw .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFng4ffbGf.popup-builder {
  background-color: #ffffff;
}
.cid-uFng4ffbGf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uFng4ffbGf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uFng4ffbGf .modal-content,
.cid-uFng4ffbGf .modal-dialog {
  height: auto;
}
.cid-uFng4ffbGf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uFng4ffbGf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uFng4ffbGf .form-wrapper .mbr-form .form-group,
  .cid-uFng4ffbGf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uFng4ffbGf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uFng4ffbGf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFng4ffbGf .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uFng4ffbGf .pt-0 {
  padding-top: 0 !important;
}
.cid-uFng4ffbGf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uFng4ffbGf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uFng4ffbGf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uFng4ffbGf .modal-open {
  overflow: hidden;
}
.cid-uFng4ffbGf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uFng4ffbGf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uFng4ffbGf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uFng4ffbGf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uFng4ffbGf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uFng4ffbGf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uFng4ffbGf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uFng4ffbGf .modal-content {
  background: #3d3d3d;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uFng4ffbGf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uFng4ffbGf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uFng4ffbGf .modal-backdrop.fade {
  opacity: 0;
}
.cid-uFng4ffbGf .modal-backdrop.show {
  opacity: .5;
}
.cid-uFng4ffbGf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uFng4ffbGf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFng4ffbGf .modal-header {
    padding: 1rem;
  }
}
.cid-uFng4ffbGf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uFng4ffbGf .modal-header .close svg {
  fill: #ffffff;
}
.cid-uFng4ffbGf .modal-header .close:hover {
  opacity: 1;
}
.cid-uFng4ffbGf .modal-header .close:focus {
  outline: none;
}
.cid-uFng4ffbGf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uFng4ffbGf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uFng4ffbGf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFng4ffbGf .modal-body {
    padding: 1rem;
  }
}
.cid-uFng4ffbGf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uFng4ffbGf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFng4ffbGf .modal-footer {
    padding: 1rem;
  }
}
.cid-uFng4ffbGf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uFng4ffbGf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uFng4ffbGf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uFng4ffbGf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uFng4ffbGf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uFng4ffbGf .modal-lg,
  .cid-uFng4ffbGf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uFng4ffbGf .modal-xl {
    max-width: 1140px;
  }
}
.cid-uFng4ffbGf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uFng4ffbGf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uFng4ffbGf .form-group {
  margin-bottom: 1rem;
}
.cid-uFng4ffbGf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uFng4ffbGf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uFng4ffbGf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uFng4ffbGf .mbr-section-btn {
  margin: 0;
}
.cid-uFng4ffbGf .mbr-section-btn .btn {
  margin: 0;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uFPZ0ftbc0 {
  position: relative;
  background-color: #151e11;
}
.cid-uFPZ0ftbc0 .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uFPZ0ftbc0 .image-wrap {
    padding: 16px;
  }
}
.cid-uFPZ0ftbc0 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFPZ0ftbc0 .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uFPZ0ftbc0 .image-overlay {
    padding: 16px;
  }
}
.cid-uFPZ0ftbc0 .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-uFPZ0ftbc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPZ0ftbc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPZ0ftbc0 .row {
  justify-content: center;
}
.cid-uFPZ0ftbc0 .content-wrapper {
  padding: 150px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uFPZ0ftbc0 .content-wrapper {
    padding: 150px 16px;
  }
}
.cid-uFPZ0ftbc0 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFPZ0ftbc0 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFPZ0ftbc0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uFPZ0ftbc0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFPZ0ftbc0 .mbr-section-title {
  color: #fff7ee;
}
.cid-uFPZ0ftbc0 .mbr-text,
.cid-uFPZ0ftbc0 .text-wrapper {
  text-align: center;
  color: #fff7ee;
}
.cid-uFPZ0ftbc0 .mbr-section-title,
.cid-uFPZ0ftbc0 .mbr-section-btn {
  text-align: center;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uFQ9m7GsFg {
  position: relative;
  background-color: #151e11;
}
.cid-uFQ9m7GsFg .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uFQ9m7GsFg .image-wrap {
    padding: 16px;
  }
}
.cid-uFQ9m7GsFg .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFQ9m7GsFg .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uFQ9m7GsFg .image-overlay {
    padding: 16px;
  }
}
.cid-uFQ9m7GsFg .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-uFQ9m7GsFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFQ9m7GsFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFQ9m7GsFg .row {
  justify-content: center;
}
.cid-uFQ9m7GsFg .content-wrapper {
  padding: 150px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uFQ9m7GsFg .content-wrapper {
    padding: 150px 16px;
  }
}
.cid-uFQ9m7GsFg .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFQ9m7GsFg .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFQ9m7GsFg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uFQ9m7GsFg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFQ9m7GsFg .mbr-section-title {
  color: #fff7ee;
}
.cid-uFQ9m7GsFg .mbr-text,
.cid-uFQ9m7GsFg .text-wrapper {
  text-align: center;
  color: #fff7ee;
}
.cid-uFQ9m7GsFg .mbr-section-title,
.cid-uFQ9m7GsFg .mbr-section-btn {
  text-align: center;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uFQjjY2sl0 {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background: #000000;
}
.cid-uFQjjY2sl0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFQjjY2sl0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uFQjjY2sl0 .container-fluid {
    padding: 0;
  }
}
.cid-uFQjjY2sl0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 375px;
  max-width: 375px;
}
@media (max-width: 600px) {
  .cid-uFQjjY2sl0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uFQjjY2sl0 .embla__button--next,
.cid-uFQjjY2sl0 .embla__button--prev {
  display: flex;
  transition: all 0.3s ease;
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFQjjY2sl0 .embla__button--next,
  .cid-uFQjjY2sl0 .embla__button--prev {
    opacity: 1 !important;
    margin: 0;
    transform: translateX(0);
  }
}
.cid-uFQjjY2sl0 .embla__button--prev {
  transform: translateX(3rem);
}
.cid-uFQjjY2sl0 .embla__button--next {
  transform: translateX(-3rem);
}
.cid-uFQjjY2sl0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uFQjjY2sl0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uFQjjY2sl0 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFQjjY2sl0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFQjjY2sl0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFQjjY2sl0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFQjjY2sl0 .embla {
  position: relative;
  width: 100%;
}
.cid-uFQjjY2sl0 .embla:hover .embla__button--next,
.cid-uFQjjY2sl0 .embla:hover .embla__button--prev {
  transform: translateX(0);
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uFQjjY2sl0 .embla .embla__button--next,
  .cid-uFQjjY2sl0 .embla .embla__button--prev {
    opacity: 1 !important;
    margin: 0;
    transform: translateX(0);
  }
}
.cid-uFQjjY2sl0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uFQjjY2sl0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFQjjY2sl0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFQjjY2sl0 .embla__slide a {
  cursor: grab;
}
.cid-uFQjjY2sl0 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uFQjjY2sl0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFQjjY2sl0 .mbr-section-title {
  color: #fdfde1;
}
.cid-uFQjjY2sl0 .mbr-section-title .mbr-iconfont {
  color: #bff747;
  transition: all 300ms ease;
}
.cid-uFQjjY2sl0 .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-uFQjjY2sl0 .mbr-box {
  color: #ffffff;
}
.cid-uFQjjY2sl0 .slide-content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uFQjjY2sl0 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #fffff5;
  position: relative;
  transition: all 300ms ease;
}
.cid-uFQjjY2sl0 .card-text {
  line-height: 1.66;
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cid-uFQjjY2sl0 .item-img {
  object-fit: cover;
  overflow: hidden;
  transition: all 300ms ease;
}
.cid-uFQjjY2sl0 .item-wrapper {
  position: relative;
  overflow: hidden !important;
  transition: all 300ms ease;
  height: 400px;
}
.cid-uFQjjY2sl0 .item-wrapper .icon-wrapper {
  transition: all 300ms ease;
}
.cid-uFQjjY2sl0 .item-wrapper .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem 0 1.5rem 1.5rem;
  z-index: 11;
}
.cid-uFQjjY2sl0 .item-wrapper .card-box .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  transition: all 300ms ease;
}
.cid-uFQjjY2sl0 .item-wrapper .card-text {
  font-size: 1.1rem;
}
.cid-uFQjjY2sl0 .item-wrapper img {
  transition: all 300ms ease;
  object-fit: cover;
}
.cid-uFQjjY2sl0 .item-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #000000);
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uFQjjY2sl0 .item-wrapper:hover .icon-wrapper {
  transform: translateX(10px);
}
.cid-uFQjjY2sl0 .item-wrapper:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uFQjjY2sl0 .item-wrapper:hover .card-title,
.cid-uFQjjY2sl0 .item-wrapper:hover .mbr-iconfont {
  color: #bff747;
}
.cid-uFQjjY2sl0 .content-head {
  max-width: 856px;
}
.cid-uFQjjY2sl0 .card-title-1 {
  color: #ffffff;
}
.cid-uFQjjY2sl0 .icon-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uFQjhZnS3p {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background: #000000;
}
.cid-uFQjhZnS3p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFQjhZnS3p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uFQjhZnS3p .container-fluid {
    padding: 0;
  }
}
.cid-uFQjhZnS3p .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 375px;
  max-width: 375px;
}
@media (max-width: 600px) {
  .cid-uFQjhZnS3p .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uFQjhZnS3p .embla__button--next,
.cid-uFQjhZnS3p .embla__button--prev {
  display: flex;
  transition: all 0.3s ease;
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFQjhZnS3p .embla__button--next,
  .cid-uFQjhZnS3p .embla__button--prev {
    opacity: 1 !important;
    margin: 0;
    transform: translateX(0);
  }
}
.cid-uFQjhZnS3p .embla__button--prev {
  transform: translateX(3rem);
}
.cid-uFQjhZnS3p .embla__button--next {
  transform: translateX(-3rem);
}
.cid-uFQjhZnS3p .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uFQjhZnS3p .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uFQjhZnS3p .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFQjhZnS3p .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFQjhZnS3p .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFQjhZnS3p .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFQjhZnS3p .embla {
  position: relative;
  width: 100%;
}
.cid-uFQjhZnS3p .embla:hover .embla__button--next,
.cid-uFQjhZnS3p .embla:hover .embla__button--prev {
  transform: translateX(0);
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uFQjhZnS3p .embla .embla__button--next,
  .cid-uFQjhZnS3p .embla .embla__button--prev {
    opacity: 1 !important;
    margin: 0;
    transform: translateX(0);
  }
}
.cid-uFQjhZnS3p .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uFQjhZnS3p .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFQjhZnS3p .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFQjhZnS3p .embla__slide a {
  cursor: grab;
}
.cid-uFQjhZnS3p .embla__slide a:active {
  cursor: grabbing;
}
.cid-uFQjhZnS3p .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFQjhZnS3p .mbr-section-title {
  color: #fdfde1;
}
.cid-uFQjhZnS3p .mbr-section-title .mbr-iconfont {
  color: #bff747;
  transition: all 300ms ease;
}
.cid-uFQjhZnS3p .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-uFQjhZnS3p .mbr-box {
  color: #ffffff;
}
.cid-uFQjhZnS3p .slide-content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uFQjhZnS3p .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #fffff5;
  position: relative;
  transition: all 300ms ease;
}
.cid-uFQjhZnS3p .card-text {
  line-height: 1.66;
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cid-uFQjhZnS3p .item-img {
  object-fit: cover;
  overflow: hidden;
  transition: all 300ms ease;
}
.cid-uFQjhZnS3p .item-wrapper {
  position: relative;
  overflow: hidden !important;
  transition: all 300ms ease;
  height: 400px;
}
.cid-uFQjhZnS3p .item-wrapper .icon-wrapper {
  transition: all 300ms ease;
}
.cid-uFQjhZnS3p .item-wrapper .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem 0 1.5rem 1.5rem;
  z-index: 11;
}
.cid-uFQjhZnS3p .item-wrapper .card-box .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  transition: all 300ms ease;
}
.cid-uFQjhZnS3p .item-wrapper .card-text {
  font-size: 1.1rem;
}
.cid-uFQjhZnS3p .item-wrapper img {
  transition: all 300ms ease;
  object-fit: cover;
}
.cid-uFQjhZnS3p .item-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #000000);
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uFQjhZnS3p .item-wrapper:hover .icon-wrapper {
  transform: translateX(10px);
}
.cid-uFQjhZnS3p .item-wrapper:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uFQjhZnS3p .item-wrapper:hover .card-title,
.cid-uFQjhZnS3p .item-wrapper:hover .mbr-iconfont {
  color: #bff747;
}
.cid-uFQjhZnS3p .content-head {
  max-width: 856px;
}
.cid-uFQjhZnS3p .card-title-1 {
  color: #ffffff;
}
.cid-uFQjhZnS3p .icon-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uFQw358YTd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFQw358YTd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFQw358YTd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFQw358YTd .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFQw358YTd .container-fluid {
    padding: 0 20px;
  }
}
.cid-uFQw358YTd .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFQw358YTd .container {
    padding: 0 20px;
  }
}
.cid-uFQw358YTd .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFQw358YTd .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-uFQw358YTd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFQw358YTd .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIzXAxjAxp.popup-builder {
  background-color: #ffffff;
}
.cid-uIzXAxjAxp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uIzXAxjAxp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uIzXAxjAxp .modal-content,
.cid-uIzXAxjAxp .modal-dialog {
  height: auto;
}
.cid-uIzXAxjAxp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uIzXAxjAxp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uIzXAxjAxp .form-wrapper .mbr-form .form-group,
  .cid-uIzXAxjAxp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uIzXAxjAxp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uIzXAxjAxp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uIzXAxjAxp .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uIzXAxjAxp .pt-0 {
  padding-top: 0 !important;
}
.cid-uIzXAxjAxp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uIzXAxjAxp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uIzXAxjAxp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uIzXAxjAxp .modal-open {
  overflow: hidden;
}
.cid-uIzXAxjAxp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uIzXAxjAxp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uIzXAxjAxp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uIzXAxjAxp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uIzXAxjAxp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uIzXAxjAxp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uIzXAxjAxp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uIzXAxjAxp .modal-content {
  background: #3d3d3d;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uIzXAxjAxp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uIzXAxjAxp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uIzXAxjAxp .modal-backdrop.fade {
  opacity: 0;
}
.cid-uIzXAxjAxp .modal-backdrop.show {
  opacity: .5;
}
.cid-uIzXAxjAxp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uIzXAxjAxp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIzXAxjAxp .modal-header {
    padding: 1rem;
  }
}
.cid-uIzXAxjAxp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uIzXAxjAxp .modal-header .close svg {
  fill: #ffffff;
}
.cid-uIzXAxjAxp .modal-header .close:hover {
  opacity: 1;
}
.cid-uIzXAxjAxp .modal-header .close:focus {
  outline: none;
}
.cid-uIzXAxjAxp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uIzXAxjAxp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uIzXAxjAxp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIzXAxjAxp .modal-body {
    padding: 1rem;
  }
}
.cid-uIzXAxjAxp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uIzXAxjAxp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIzXAxjAxp .modal-footer {
    padding: 1rem;
  }
}
.cid-uIzXAxjAxp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uIzXAxjAxp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uIzXAxjAxp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uIzXAxjAxp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uIzXAxjAxp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uIzXAxjAxp .modal-lg,
  .cid-uIzXAxjAxp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uIzXAxjAxp .modal-xl {
    max-width: 1140px;
  }
}
.cid-uIzXAxjAxp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uIzXAxjAxp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uIzXAxjAxp .form-group {
  margin-bottom: 1rem;
}
.cid-uIzXAxjAxp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uIzXAxjAxp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uIzXAxjAxp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uIzXAxjAxp .mbr-section-btn {
  margin: 0;
}
.cid-uIzXAxjAxp .mbr-section-btn .btn {
  margin: 0;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uFQjIWDZIh {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uFQjIWDZIh .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFQjIWDZIh .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFQjIWDZIh .container {
    padding: 0 26px;
  }
}
.cid-uFQjIWDZIh .row {
  justify-content: center;
}
.cid-uFQjIWDZIh .content-wrapper {
  padding: 100px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uFQjIWDZIh .content-wrapper {
    padding: 100px 20px;
  }
}
.cid-uFQjIWDZIh .content-wrapper .content-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFQjIWDZIh .content-wrapper .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFQjIWDZIh .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFQjIWDZIh .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uFQjIWDZIh .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFQjIWDZIh .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFQjIWDZIh .content-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uFQjIWDZIh .content-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uFQjIWDZIh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 767px) {
  .cid-uFQjIWDZIh .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uFQjIWDZIh .embla__slide .slide-content {
  width: 100%;
}
.cid-uFQjIWDZIh .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 440px;
  border-radius: 20px;
  overflow: hidden;
}
.cid-uFQjIWDZIh .embla__slide .slide-content .item-wrapper .item-img:hover .item-title,
.cid-uFQjIWDZIh .embla__slide .slide-content .item-wrapper .item-img:focus .item-title {
  opacity: 1;
  transform: translateY(0);
}
.cid-uFQjIWDZIh .embla__slide .slide-content .item-wrapper .item-img:hover:before,
.cid-uFQjIWDZIh .embla__slide .slide-content .item-wrapper .item-img:focus:before {
  opacity: .3;
}
.cid-uFQjIWDZIh .embla__slide .slide-content .item-wrapper .item-img:hover img,
.cid-uFQjIWDZIh .embla__slide .slide-content .item-wrapper .item-img:focus img {
  transform: scale(1);
}
.cid-uFQjIWDZIh .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
  transition: all 0.3s ease-in-out;
}
.cid-uFQjIWDZIh .embla__slide .slide-content .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uFQjIWDZIh .embla__slide .slide-content .item-wrapper .item-img .item-title {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(16px);
  padding: 0 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uFQjIWDZIh .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
.cid-uFQjIWDZIh .embla__button--next,
.cid-uFQjIWDZIh .embla__button--prev {
  display: flex;
}
.cid-uFQjIWDZIh .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #7f8678 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uFQjIWDZIh .embla__button:hover {
  opacity: .6 !important;
}
.cid-uFQjIWDZIh .embla__button.embla__button--prev {
  left: 0;
}
.cid-uFQjIWDZIh .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 768px) {
  .cid-uFQjIWDZIh .embla__button {
    top: 0;
  }
}
.cid-uFQjIWDZIh .embla {
  position: relative;
  width: 100%;
  padding-top: 2rem;
}
.cid-uFQjIWDZIh .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uFQjIWDZIh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFQjIWDZIh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFQjIWDZIh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFQjIWDZIh .mbr-section-title {
  color: #000000;
}
.cid-uFQjIWDZIh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uFQjIWDZIh .mbr-text,
.cid-uFQjIWDZIh .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uFQjIWDZIh .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFQjIWDZIh .mbr-section-title,
.cid-uFQjIWDZIh .mbr-section-btn {
  text-align: center;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uFUPoHNjLj {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-uFUPoHNjLj .display-1 {
    font-size: 80px;
  }
}
.cid-uFUPoHNjLj .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uFUPoHNjLj .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFUPoHNjLj .row {
  padding: 0 32px;
}
.cid-uFUPoHNjLj .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-uFUPoHNjLj .card-title {
  width: 100%;
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uFUPoHNjLj .mbr-text {
  margin-bottom: 10px;
  color: #3d3d3d;
}
.cid-uFUPoHNjLj .iconfont-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.cid-uFUPoHNjLj .link-contacts {
  display: flex;
  justify-content: center;
}
.cid-uFUPoHNjLj .emerging-underline-link {
  color: #3d3d3d;
}
.cid-uFUPoHNjLj .emerging-underline-link:not(:last-child) {
  margin-right: 15px;
}
.cid-uFUP2rbVuj {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uFUP2rbVuj .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFUP2rbVuj .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFUP2rbVuj .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-uFUP2rbVuj .card .card-img span {
  color: #000000;
  font-size: 60px;
}
.cid-uFUP2rbVuj .card-title {
  margin: 0;
}
.cid-uFUP2rbVuj .card-img,
.cid-uFUP2rbVuj .card-box {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFUP2rbVuj .mbr-text {
  color: #878787;
}
@media (max-width: 767px) {
  .cid-uFUP2rbVuj .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uFUP2rbVuj .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uFUP2rbVuj .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-uFUP2rbVuj .card .card-box .card-title,
  .cid-uFUP2rbVuj .card .card-box .mbr-text,
  .cid-uFUP2rbVuj .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-uFUP2rbVuj .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-uFUP2rbVuj .card .card-img {
    text-align: right !important;
  }
}
.cid-uFUP2rbVuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFUP2rbVuj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFUP2rbVuj .card-title,
.cid-uFUP2rbVuj .card-img {
  color: #ffffff;
}
.cid-uFUYiuww1G {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/3.jpg-1280x820.jpg");
}
.cid-uFUYiuww1G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFUYiuww1G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFUYiuww1G .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uFUYiuww1G .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uFUYiuww1G .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uFUYiuww1G .container {
    padding: 0 20px;
  }
}
.cid-uFUYiuww1G .row {
  height: 100%;
}
.cid-uFUYiuww1G .row .card {
  justify-content: flex-end;
}
.cid-uFUYiuww1G .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFUYiuww1G .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFUYiuww1G .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uFUYiuww1G .mbr-section-btn {
    text-align: left;
  }
}
.cid-uFUYiuww1G .mbr-section-title {
  color: #ffffff;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHZEwkBvJr {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uHZEwkBvJr .item-img {
  position: relative;
}
.cid-uHZEwkBvJr .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uHZEwkBvJr .cardbg {
  background: #bfc6b8;
  height: 100%;
  min-height: 300px;
}
.cid-uHZEwkBvJr .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uHZEwkBvJr .image-wrapper {
  overflow: hidden;
}
.cid-uHZEwkBvJr .item1 {
  margin-bottom: 2rem !important;
}
.cid-uHZEwkBvJr .item-wrapper {
  position: relative;
  background: #000000;
  border: 3px solid #000000;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uHZEwkBvJr .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uHZEwkBvJr .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #000000;
}
.cid-uHZEwkBvJr .item1,
.cid-uHZEwkBvJr .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uHZEwkBvJr .item1 .item:hover,
.cid-uHZEwkBvJr .item .item:hover {
  cursor: pointer;
}
.cid-uHZEwkBvJr .item1:hover .link-icon-wrapper span,
.cid-uHZEwkBvJr .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uHZEwkBvJr .card2 {
    margin-top: 1rem;
  }
}
.cid-uHZEwkBvJr .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #000000;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uHZEwkBvJr .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uHZEwkBvJr .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uHZEwkBvJr .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uHZEwkBvJr .link-icon-wrapper .svg1 path {
  fill: #000000;
}
.cid-uHZEwkBvJr .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uHZEwkBvJr .link-icon-wrapper .svg2 path {
  fill: #000000;
}
.cid-uHZEwkBvJr .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uHZEwkBvJr .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uHZEwkBvJr img,
.cid-uHZEwkBvJr .item-img {
  width: 100%;
}
.cid-uHZEwkBvJr .item:focus,
.cid-uHZEwkBvJr span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uHZEwkBvJr .item {
    margin-bottom: 1rem;
  }
}
.cid-uHZEwkBvJr .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uHZEwkBvJr .item-title {
  text-align: left;
  color: #000000;
}
.cid-uHZEwkBvJr .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uHZEwkBvJr .mbr-section-subtitle,
.cid-uHZEwkBvJr .subtitle-wrap,
.cid-uHZEwkBvJr .mbr-section-btn {
  text-align: left;
}
.cid-uHZEwkBvJr .mbr-text,
.cid-uHZEwkBvJr .item .mbr-section-btn {
  color: #000000;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
#custom-html-3b {
  /* Type valid CSS here */
}
#custom-html-3b div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3b p {
  font-size: 60px;
  color: #777;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
#custom-html-3f {
  /* Type valid CSS here */
}
#custom-html-3f div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3f p {
  font-size: 60px;
  color: #777;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
#custom-html-3d {
  /* Type valid CSS here */
}
#custom-html-3d div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3d p {
  font-size: 60px;
  color: #777;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
#custom-html-3h {
  /* Type valid CSS here */
}
#custom-html-3h div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3h p {
  font-size: 60px;
  color: #777;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
#custom-html-3j {
  /* Type valid CSS here */
}
#custom-html-3j div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3j p {
  font-size: 60px;
  color: #777;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
#custom-html-3l {
  /* Type valid CSS here */
}
#custom-html-3l div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3l p {
  font-size: 60px;
  color: #777;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
#custom-html-3n {
  /* Type valid CSS here */
}
#custom-html-3n div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3n p {
  font-size: 60px;
  color: #777;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
#custom-html-3p {
  /* Type valid CSS here */
}
#custom-html-3p div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3p p {
  font-size: 60px;
  color: #777;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
#custom-html-3r {
  /* Type valid CSS here */
}
#custom-html-3r div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3r p {
  font-size: 60px;
  color: #777;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
#custom-html-3t {
  /* Type valid CSS here */
}
#custom-html-3t div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3t p {
  font-size: 60px;
  color: #777;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
#custom-html-3v {
  /* Type valid CSS here */
}
#custom-html-3v div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3v p {
  font-size: 60px;
  color: #777;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
#custom-html-3x {
  /* Type valid CSS here */
}
#custom-html-3x div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3x p {
  font-size: 60px;
  color: #777;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
#custom-html-3z {
  /* Type valid CSS here */
}
#custom-html-3z div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3z p {
  font-size: 60px;
  color: #777;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
#custom-html-41 {
  /* Type valid CSS here */
}
#custom-html-41 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-41 p {
  font-size: 60px;
  color: #777;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uI0nMQZMMi {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uI0nMQZMMi .item-img {
  position: relative;
}
.cid-uI0nMQZMMi .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uI0nMQZMMi .cardbg {
  background: #bfc6b8;
  height: 100%;
  min-height: 300px;
}
.cid-uI0nMQZMMi .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uI0nMQZMMi .image-wrapper {
  overflow: hidden;
}
.cid-uI0nMQZMMi .item1 {
  margin-bottom: 2rem !important;
}
.cid-uI0nMQZMMi .item-wrapper {
  position: relative;
  background: #000000;
  border: 3px solid #000000;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uI0nMQZMMi .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uI0nMQZMMi .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #000000;
}
.cid-uI0nMQZMMi .item1,
.cid-uI0nMQZMMi .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uI0nMQZMMi .item1 .item:hover,
.cid-uI0nMQZMMi .item .item:hover {
  cursor: pointer;
}
.cid-uI0nMQZMMi .item1:hover .link-icon-wrapper span,
.cid-uI0nMQZMMi .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uI0nMQZMMi .card2 {
    margin-top: 1rem;
  }
}
.cid-uI0nMQZMMi .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #000000;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uI0nMQZMMi .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uI0nMQZMMi .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uI0nMQZMMi .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uI0nMQZMMi .link-icon-wrapper .svg1 path {
  fill: #000000;
}
.cid-uI0nMQZMMi .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uI0nMQZMMi .link-icon-wrapper .svg2 path {
  fill: #000000;
}
.cid-uI0nMQZMMi .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uI0nMQZMMi .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uI0nMQZMMi img,
.cid-uI0nMQZMMi .item-img {
  width: 100%;
}
.cid-uI0nMQZMMi .item:focus,
.cid-uI0nMQZMMi span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uI0nMQZMMi .item {
    margin-bottom: 1rem;
  }
}
.cid-uI0nMQZMMi .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uI0nMQZMMi .item-title {
  text-align: left;
  color: #000000;
}
.cid-uI0nMQZMMi .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uI0nMQZMMi .mbr-section-subtitle,
.cid-uI0nMQZMMi .subtitle-wrap,
.cid-uI0nMQZMMi .mbr-section-btn {
  text-align: left;
}
.cid-uI0nMQZMMi .mbr-text,
.cid-uI0nMQZMMi .item .mbr-section-btn {
  color: #000000;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v9JQfU3eXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9JQfU3eXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v9JQfU3eXt .image-wrap {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-v9JQfU3eXt .image-wrap {
    height: 350px;
  }
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v9JQil34L8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v9JQil34L8 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-v9JQil34L8 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-v9JQil34L8 .container {
    padding: 0 26px;
  }
}
.cid-v9JQil34L8 .row {
  justify-content: center;
}
.cid-v9JQil34L8 .content-wrapper {
  padding: 100px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-v9JQil34L8 .content-wrapper {
    padding: 100px 20px;
  }
}
.cid-v9JQil34L8 .content-wrapper .content-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v9JQil34L8 .content-wrapper .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v9JQil34L8 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v9JQil34L8 .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-v9JQil34L8 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9JQil34L8 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9JQil34L8 .content-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-v9JQil34L8 .content-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-v9JQil34L8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 767px) {
  .cid-v9JQil34L8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v9JQil34L8 .embla__slide .slide-content {
  width: 100%;
}
.cid-v9JQil34L8 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 440px;
  border-radius: 20px;
  overflow: hidden;
}
.cid-v9JQil34L8 .embla__slide .slide-content .item-wrapper .item-img:hover .item-title,
.cid-v9JQil34L8 .embla__slide .slide-content .item-wrapper .item-img:focus .item-title {
  opacity: 1;
  transform: translateY(0);
}
.cid-v9JQil34L8 .embla__slide .slide-content .item-wrapper .item-img:hover:before,
.cid-v9JQil34L8 .embla__slide .slide-content .item-wrapper .item-img:focus:before {
  opacity: .3;
}
.cid-v9JQil34L8 .embla__slide .slide-content .item-wrapper .item-img:hover img,
.cid-v9JQil34L8 .embla__slide .slide-content .item-wrapper .item-img:focus img {
  transform: scale(1);
}
.cid-v9JQil34L8 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
  transition: all 0.3s ease-in-out;
}
.cid-v9JQil34L8 .embla__slide .slide-content .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v9JQil34L8 .embla__slide .slide-content .item-wrapper .item-img .item-title {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(16px);
  padding: 0 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v9JQil34L8 .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
.cid-v9JQil34L8 .embla__button--next,
.cid-v9JQil34L8 .embla__button--prev {
  display: flex;
}
.cid-v9JQil34L8 .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #7f8678 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v9JQil34L8 .embla__button:hover {
  opacity: .6 !important;
}
.cid-v9JQil34L8 .embla__button.embla__button--prev {
  left: 0;
}
.cid-v9JQil34L8 .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 768px) {
  .cid-v9JQil34L8 .embla__button {
    top: 0;
  }
}
.cid-v9JQil34L8 .embla {
  position: relative;
  width: 100%;
}
.cid-v9JQil34L8 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v9JQil34L8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9JQil34L8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9JQil34L8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v9JQil34L8 .mbr-section-title {
  color: #000000;
}
.cid-v9JQil34L8 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v9JQil34L8 .mbr-text,
.cid-v9JQil34L8 .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v9JQil34L8 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-v9JQil34L8 .mbr-section-title,
.cid-v9JQil34L8 .mbr-section-btn {
  text-align: center;
}
.cid-v9JQils1Hy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #000000;
}
.cid-v9JQils1Hy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9JQils1Hy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v9JQils1Hy .container-fluid {
    padding: 0;
  }
}
.cid-v9JQils1Hy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 375px;
  max-width: 375px;
}
@media (max-width: 600px) {
  .cid-v9JQils1Hy .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v9JQils1Hy .embla__button--next,
.cid-v9JQils1Hy .embla__button--prev {
  display: flex;
  transition: all 0.3s ease;
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .cid-v9JQils1Hy .embla__button--next,
  .cid-v9JQils1Hy .embla__button--prev {
    opacity: 1 !important;
    margin: 0;
    transform: translateX(0);
  }
}
.cid-v9JQils1Hy .embla__button--prev {
  transform: translateX(3rem);
}
.cid-v9JQils1Hy .embla__button--next {
  transform: translateX(-3rem);
}
.cid-v9JQils1Hy .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v9JQils1Hy .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v9JQils1Hy .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v9JQils1Hy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9JQils1Hy .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9JQils1Hy .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v9JQils1Hy .embla {
  position: relative;
  width: 100%;
}
.cid-v9JQils1Hy .embla:hover .embla__button--next,
.cid-v9JQils1Hy .embla:hover .embla__button--prev {
  transform: translateX(0);
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-v9JQils1Hy .embla .embla__button--next,
  .cid-v9JQils1Hy .embla .embla__button--prev {
    opacity: 1 !important;
    margin: 0;
    transform: translateX(0);
  }
}
.cid-v9JQils1Hy .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9JQils1Hy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9JQils1Hy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9JQils1Hy .embla__slide a {
  cursor: grab;
}
.cid-v9JQils1Hy .embla__slide a:active {
  cursor: grabbing;
}
.cid-v9JQils1Hy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v9JQils1Hy .mbr-section-title {
  color: #fdfde1;
}
.cid-v9JQils1Hy .mbr-section-title .mbr-iconfont {
  color: #bff747;
  transition: all 300ms ease;
}
.cid-v9JQils1Hy .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-v9JQils1Hy .mbr-box {
  color: #ffffff;
}
.cid-v9JQils1Hy .slide-content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9JQils1Hy .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #fffff5;
  position: relative;
  transition: all 300ms ease;
}
.cid-v9JQils1Hy .card-text {
  line-height: 1.66;
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cid-v9JQils1Hy .item-img {
  object-fit: cover;
  overflow: hidden;
  transition: all 300ms ease;
}
.cid-v9JQils1Hy .item-wrapper {
  position: relative;
  overflow: hidden !important;
  transition: all 300ms ease;
  height: 400px;
}
.cid-v9JQils1Hy .item-wrapper .icon-wrapper {
  transition: all 300ms ease;
}
.cid-v9JQils1Hy .item-wrapper .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem 0 1.5rem 1.5rem;
  z-index: 11;
}
.cid-v9JQils1Hy .item-wrapper .card-box .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  transition: all 300ms ease;
}
.cid-v9JQils1Hy .item-wrapper .card-text {
  font-size: 1.1rem;
}
.cid-v9JQils1Hy .item-wrapper img {
  transition: all 300ms ease;
  object-fit: cover;
}
.cid-v9JQils1Hy .item-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #000000);
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-v9JQils1Hy .item-wrapper:hover .icon-wrapper {
  transform: translateX(10px);
}
.cid-v9JQils1Hy .item-wrapper:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v9JQils1Hy .item-wrapper:hover .card-title,
.cid-v9JQils1Hy .item-wrapper:hover .mbr-iconfont {
  color: #bff747;
}
.cid-v9JQils1Hy .content-head {
  max-width: 856px;
}
.cid-v9JQils1Hy .card-title-1 {
  color: #ffffff;
}
.cid-v9JQils1Hy .icon-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v9JQim2u7k {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #000000;
}
.cid-v9JQim2u7k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9JQim2u7k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v9JQim2u7k .container-fluid {
    padding: 0;
  }
}
.cid-v9JQim2u7k .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 375px;
  max-width: 375px;
}
@media (max-width: 600px) {
  .cid-v9JQim2u7k .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v9JQim2u7k .embla__button--next,
.cid-v9JQim2u7k .embla__button--prev {
  display: flex;
  transition: all 0.3s ease;
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .cid-v9JQim2u7k .embla__button--next,
  .cid-v9JQim2u7k .embla__button--prev {
    opacity: 1 !important;
    margin: 0;
    transform: translateX(0);
  }
}
.cid-v9JQim2u7k .embla__button--prev {
  transform: translateX(3rem);
}
.cid-v9JQim2u7k .embla__button--next {
  transform: translateX(-3rem);
}
.cid-v9JQim2u7k .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v9JQim2u7k .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v9JQim2u7k .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v9JQim2u7k .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9JQim2u7k .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9JQim2u7k .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v9JQim2u7k .embla {
  position: relative;
  width: 100%;
}
.cid-v9JQim2u7k .embla:hover .embla__button--next,
.cid-v9JQim2u7k .embla:hover .embla__button--prev {
  transform: translateX(0);
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-v9JQim2u7k .embla .embla__button--next,
  .cid-v9JQim2u7k .embla .embla__button--prev {
    opacity: 1 !important;
    margin: 0;
    transform: translateX(0);
  }
}
.cid-v9JQim2u7k .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9JQim2u7k .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9JQim2u7k .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9JQim2u7k .embla__slide a {
  cursor: grab;
}
.cid-v9JQim2u7k .embla__slide a:active {
  cursor: grabbing;
}
.cid-v9JQim2u7k .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v9JQim2u7k .mbr-section-title {
  color: #fdfde1;
}
.cid-v9JQim2u7k .mbr-section-title .mbr-iconfont {
  color: #bff747;
  transition: all 300ms ease;
}
.cid-v9JQim2u7k .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-v9JQim2u7k .mbr-box {
  color: #ffffff;
}
.cid-v9JQim2u7k .slide-content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9JQim2u7k .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #fffff5;
  position: relative;
  transition: all 300ms ease;
}
.cid-v9JQim2u7k .card-text {
  line-height: 1.66;
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cid-v9JQim2u7k .item-img {
  object-fit: cover;
  overflow: hidden;
  transition: all 300ms ease;
}
.cid-v9JQim2u7k .item-wrapper {
  position: relative;
  overflow: hidden !important;
  transition: all 300ms ease;
  height: 400px;
}
.cid-v9JQim2u7k .item-wrapper .icon-wrapper {
  transition: all 300ms ease;
}
.cid-v9JQim2u7k .item-wrapper .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem 0 1.5rem 1.5rem;
  z-index: 11;
}
.cid-v9JQim2u7k .item-wrapper .card-box .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  transition: all 300ms ease;
}
.cid-v9JQim2u7k .item-wrapper .card-text {
  font-size: 1.1rem;
}
.cid-v9JQim2u7k .item-wrapper img {
  transition: all 300ms ease;
  object-fit: cover;
}
.cid-v9JQim2u7k .item-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #000000);
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-v9JQim2u7k .item-wrapper:hover .icon-wrapper {
  transform: translateX(10px);
}
.cid-v9JQim2u7k .item-wrapper:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v9JQim2u7k .item-wrapper:hover .card-title,
.cid-v9JQim2u7k .item-wrapper:hover .mbr-iconfont {
  color: #bff747;
}
.cid-v9JQim2u7k .content-head {
  max-width: 856px;
}
.cid-v9JQim2u7k .card-title-1 {
  color: #ffffff;
}
.cid-v9JQim2u7k .icon-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v9JQimAUZ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-v9JQimAUZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9JQimAUZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9JQimAUZ3 .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #7f8678;
  background-color: #2a2e25;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-v9JQimAUZ3 .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-v9JQimAUZ3 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2a2e25;
  opacity: .5;
}
.cid-v9JQimAUZ3 .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v9JQimAUZ3 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v9JQimAUZ3 .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-v9JQimAUZ3 .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-v9JQimAUZ3 .content-wrapper .items-wrap .item .item-wrapper {
  padding: 46px 24px;
  border: 1px solid #7f8678;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v9JQimAUZ3 .content-wrapper .items-wrap .item .item-wrapper {
    padding: 14px;
  }
}
.cid-v9JQimAUZ3 .content-wrapper .items-wrap .item .item-wrapper .card-box .item-number {
  margin-bottom: 16px;
}
.cid-v9JQimAUZ3 .content-wrapper .items-wrap .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-v9JQimAUZ3 .content-wrapper .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v9JQimAUZ3 .mbr-section-title {
  color: #fdfde1;
  text-align: center;
}
.cid-v9JQimAUZ3 .item-number {
  color: #bcfe1e;
}
.cid-v9JQimAUZ3 .item-title {
  color: #ffffff;
}
.cid-v9JQimAUZ3 .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-v9JQin2k4h.popup-builder {
  background-color: #ffffff;
}
.cid-v9JQin2k4h.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v9JQin2k4h.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v9JQin2k4h .modal-content,
.cid-v9JQin2k4h .modal-dialog {
  height: auto;
}
.cid-v9JQin2k4h .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v9JQin2k4h .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v9JQin2k4h .form-wrapper .mbr-form .form-group,
  .cid-v9JQin2k4h .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v9JQin2k4h .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v9JQin2k4h .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9JQin2k4h .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-v9JQin2k4h .pt-0 {
  padding-top: 0 !important;
}
.cid-v9JQin2k4h .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v9JQin2k4h .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v9JQin2k4h .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v9JQin2k4h .modal-open {
  overflow: hidden;
}
.cid-v9JQin2k4h .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v9JQin2k4h .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v9JQin2k4h .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v9JQin2k4h .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v9JQin2k4h .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v9JQin2k4h .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v9JQin2k4h .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v9JQin2k4h .modal-content {
  background: #3d3d3d;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v9JQin2k4h .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v9JQin2k4h .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v9JQin2k4h .modal-backdrop.fade {
  opacity: 0;
}
.cid-v9JQin2k4h .modal-backdrop.show {
  opacity: .5;
}
.cid-v9JQin2k4h .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v9JQin2k4h .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v9JQin2k4h .modal-header {
    padding: 1rem;
  }
}
.cid-v9JQin2k4h .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v9JQin2k4h .modal-header .close svg {
  fill: #ffffff;
}
.cid-v9JQin2k4h .modal-header .close:hover {
  opacity: 1;
}
.cid-v9JQin2k4h .modal-header .close:focus {
  outline: none;
}
.cid-v9JQin2k4h .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-v9JQin2k4h .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v9JQin2k4h .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9JQin2k4h .modal-body {
    padding: 1rem;
  }
}
.cid-v9JQin2k4h .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v9JQin2k4h .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9JQin2k4h .modal-footer {
    padding: 1rem;
  }
}
.cid-v9JQin2k4h .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v9JQin2k4h .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v9JQin2k4h .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v9JQin2k4h .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v9JQin2k4h .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v9JQin2k4h .modal-lg,
  .cid-v9JQin2k4h .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v9JQin2k4h .modal-xl {
    max-width: 1140px;
  }
}
.cid-v9JQin2k4h .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v9JQin2k4h .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v9JQin2k4h .form-group {
  margin-bottom: 1rem;
}
.cid-v9JQin2k4h .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v9JQin2k4h .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v9JQin2k4h .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v9JQin2k4h .mbr-section-btn {
  margin: 0;
}
.cid-v9JQin2k4h .mbr-section-btn .btn {
  margin: 0;
}
.cid-v9JQinyphO.popup-builder {
  background-color: #ffffff;
}
.cid-v9JQinyphO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v9JQinyphO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v9JQinyphO .modal-content,
.cid-v9JQinyphO .modal-dialog {
  height: auto;
}
.cid-v9JQinyphO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v9JQinyphO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v9JQinyphO .form-wrapper .mbr-form .form-group,
  .cid-v9JQinyphO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v9JQinyphO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v9JQinyphO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9JQinyphO .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-v9JQinyphO .pt-0 {
  padding-top: 0 !important;
}
.cid-v9JQinyphO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v9JQinyphO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v9JQinyphO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v9JQinyphO .modal-open {
  overflow: hidden;
}
.cid-v9JQinyphO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v9JQinyphO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v9JQinyphO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v9JQinyphO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v9JQinyphO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v9JQinyphO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v9JQinyphO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v9JQinyphO .modal-content {
  background: #3d3d3d;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v9JQinyphO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v9JQinyphO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v9JQinyphO .modal-backdrop.fade {
  opacity: 0;
}
.cid-v9JQinyphO .modal-backdrop.show {
  opacity: .5;
}
.cid-v9JQinyphO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v9JQinyphO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v9JQinyphO .modal-header {
    padding: 1rem;
  }
}
.cid-v9JQinyphO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v9JQinyphO .modal-header .close svg {
  fill: #ffffff;
}
.cid-v9JQinyphO .modal-header .close:hover {
  opacity: 1;
}
.cid-v9JQinyphO .modal-header .close:focus {
  outline: none;
}
.cid-v9JQinyphO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-v9JQinyphO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v9JQinyphO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9JQinyphO .modal-body {
    padding: 1rem;
  }
}
.cid-v9JQinyphO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v9JQinyphO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9JQinyphO .modal-footer {
    padding: 1rem;
  }
}
.cid-v9JQinyphO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v9JQinyphO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v9JQinyphO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v9JQinyphO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v9JQinyphO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v9JQinyphO .modal-lg,
  .cid-v9JQinyphO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v9JQinyphO .modal-xl {
    max-width: 1140px;
  }
}
.cid-v9JQinyphO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v9JQinyphO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v9JQinyphO .form-group {
  margin-bottom: 1rem;
}
.cid-v9JQinyphO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v9JQinyphO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v9JQinyphO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v9JQinyphO .mbr-section-btn {
  margin: 0;
}
.cid-v9JQinyphO .mbr-section-btn .btn {
  margin: 0;
}
.cid-v9JQio7SrV.popup-builder {
  background-color: #ffffff;
}
.cid-v9JQio7SrV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v9JQio7SrV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v9JQio7SrV .modal-content,
.cid-v9JQio7SrV .modal-dialog {
  height: auto;
}
.cid-v9JQio7SrV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v9JQio7SrV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v9JQio7SrV .form-wrapper .mbr-form .form-group,
  .cid-v9JQio7SrV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v9JQio7SrV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v9JQio7SrV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9JQio7SrV .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-v9JQio7SrV .pt-0 {
  padding-top: 0 !important;
}
.cid-v9JQio7SrV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v9JQio7SrV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v9JQio7SrV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v9JQio7SrV .modal-open {
  overflow: hidden;
}
.cid-v9JQio7SrV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v9JQio7SrV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v9JQio7SrV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v9JQio7SrV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v9JQio7SrV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v9JQio7SrV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v9JQio7SrV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v9JQio7SrV .modal-content {
  background: #3d3d3d;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v9JQio7SrV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v9JQio7SrV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v9JQio7SrV .modal-backdrop.fade {
  opacity: 0;
}
.cid-v9JQio7SrV .modal-backdrop.show {
  opacity: .5;
}
.cid-v9JQio7SrV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v9JQio7SrV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v9JQio7SrV .modal-header {
    padding: 1rem;
  }
}
.cid-v9JQio7SrV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v9JQio7SrV .modal-header .close svg {
  fill: #ffffff;
}
.cid-v9JQio7SrV .modal-header .close:hover {
  opacity: 1;
}
.cid-v9JQio7SrV .modal-header .close:focus {
  outline: none;
}
.cid-v9JQio7SrV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-v9JQio7SrV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v9JQio7SrV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9JQio7SrV .modal-body {
    padding: 1rem;
  }
}
.cid-v9JQio7SrV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v9JQio7SrV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9JQio7SrV .modal-footer {
    padding: 1rem;
  }
}
.cid-v9JQio7SrV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v9JQio7SrV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v9JQio7SrV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v9JQio7SrV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v9JQio7SrV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v9JQio7SrV .modal-lg,
  .cid-v9JQio7SrV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v9JQio7SrV .modal-xl {
    max-width: 1140px;
  }
}
.cid-v9JQio7SrV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v9JQio7SrV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v9JQio7SrV .form-group {
  margin-bottom: 1rem;
}
.cid-v9JQio7SrV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v9JQio7SrV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v9JQio7SrV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v9JQio7SrV .mbr-section-btn {
  margin: 0;
}
.cid-v9JQio7SrV .mbr-section-btn .btn {
  margin: 0;
}
.cid-v9JQioGKrG.popup-builder {
  background-color: #ffffff;
}
.cid-v9JQioGKrG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v9JQioGKrG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v9JQioGKrG .modal-content,
.cid-v9JQioGKrG .modal-dialog {
  height: auto;
}
.cid-v9JQioGKrG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v9JQioGKrG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v9JQioGKrG .form-wrapper .mbr-form .form-group,
  .cid-v9JQioGKrG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v9JQioGKrG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v9JQioGKrG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9JQioGKrG .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-v9JQioGKrG .pt-0 {
  padding-top: 0 !important;
}
.cid-v9JQioGKrG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v9JQioGKrG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v9JQioGKrG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v9JQioGKrG .modal-open {
  overflow: hidden;
}
.cid-v9JQioGKrG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v9JQioGKrG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v9JQioGKrG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v9JQioGKrG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v9JQioGKrG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v9JQioGKrG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v9JQioGKrG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v9JQioGKrG .modal-content {
  background: #3d3d3d;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v9JQioGKrG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v9JQioGKrG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v9JQioGKrG .modal-backdrop.fade {
  opacity: 0;
}
.cid-v9JQioGKrG .modal-backdrop.show {
  opacity: .5;
}
.cid-v9JQioGKrG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v9JQioGKrG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v9JQioGKrG .modal-header {
    padding: 1rem;
  }
}
.cid-v9JQioGKrG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v9JQioGKrG .modal-header .close svg {
  fill: #ffffff;
}
.cid-v9JQioGKrG .modal-header .close:hover {
  opacity: 1;
}
.cid-v9JQioGKrG .modal-header .close:focus {
  outline: none;
}
.cid-v9JQioGKrG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-v9JQioGKrG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v9JQioGKrG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9JQioGKrG .modal-body {
    padding: 1rem;
  }
}
.cid-v9JQioGKrG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v9JQioGKrG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9JQioGKrG .modal-footer {
    padding: 1rem;
  }
}
.cid-v9JQioGKrG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v9JQioGKrG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v9JQioGKrG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v9JQioGKrG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v9JQioGKrG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v9JQioGKrG .modal-lg,
  .cid-v9JQioGKrG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v9JQioGKrG .modal-xl {
    max-width: 1140px;
  }
}
.cid-v9JQioGKrG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v9JQioGKrG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v9JQioGKrG .form-group {
  margin-bottom: 1rem;
}
.cid-v9JQioGKrG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v9JQioGKrG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v9JQioGKrG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v9JQioGKrG .mbr-section-btn {
  margin: 0;
}
.cid-v9JQioGKrG .mbr-section-btn .btn {
  margin: 0;
}
.cid-v9JQipg8Yr.popup-builder {
  background-color: #ffffff;
}
.cid-v9JQipg8Yr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v9JQipg8Yr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v9JQipg8Yr .modal-content,
.cid-v9JQipg8Yr .modal-dialog {
  height: auto;
}
.cid-v9JQipg8Yr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v9JQipg8Yr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v9JQipg8Yr .form-wrapper .mbr-form .form-group,
  .cid-v9JQipg8Yr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v9JQipg8Yr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v9JQipg8Yr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9JQipg8Yr .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-v9JQipg8Yr .pt-0 {
  padding-top: 0 !important;
}
.cid-v9JQipg8Yr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v9JQipg8Yr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v9JQipg8Yr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v9JQipg8Yr .modal-open {
  overflow: hidden;
}
.cid-v9JQipg8Yr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v9JQipg8Yr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v9JQipg8Yr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v9JQipg8Yr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v9JQipg8Yr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v9JQipg8Yr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v9JQipg8Yr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v9JQipg8Yr .modal-content {
  background: #3d3d3d;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v9JQipg8Yr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v9JQipg8Yr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v9JQipg8Yr .modal-backdrop.fade {
  opacity: 0;
}
.cid-v9JQipg8Yr .modal-backdrop.show {
  opacity: .5;
}
.cid-v9JQipg8Yr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v9JQipg8Yr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v9JQipg8Yr .modal-header {
    padding: 1rem;
  }
}
.cid-v9JQipg8Yr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v9JQipg8Yr .modal-header .close svg {
  fill: #ffffff;
}
.cid-v9JQipg8Yr .modal-header .close:hover {
  opacity: 1;
}
.cid-v9JQipg8Yr .modal-header .close:focus {
  outline: none;
}
.cid-v9JQipg8Yr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-v9JQipg8Yr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v9JQipg8Yr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9JQipg8Yr .modal-body {
    padding: 1rem;
  }
}
.cid-v9JQipg8Yr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v9JQipg8Yr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9JQipg8Yr .modal-footer {
    padding: 1rem;
  }
}
.cid-v9JQipg8Yr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v9JQipg8Yr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v9JQipg8Yr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v9JQipg8Yr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v9JQipg8Yr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v9JQipg8Yr .modal-lg,
  .cid-v9JQipg8Yr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v9JQipg8Yr .modal-xl {
    max-width: 1140px;
  }
}
.cid-v9JQipg8Yr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v9JQipg8Yr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v9JQipg8Yr .form-group {
  margin-bottom: 1rem;
}
.cid-v9JQipg8Yr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v9JQipg8Yr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v9JQipg8Yr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v9JQipg8Yr .mbr-section-btn {
  margin: 0;
}
.cid-v9JQipg8Yr .mbr-section-btn .btn {
  margin: 0;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v9JQkXq9be {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v9JQkXq9be .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-v9JQkXq9be .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-v9JQkXq9be .container {
    padding: 0 26px;
  }
}
.cid-v9JQkXq9be .row {
  justify-content: center;
}
.cid-v9JQkXq9be .content-wrapper {
  padding: 100px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-v9JQkXq9be .content-wrapper {
    padding: 100px 20px;
  }
}
.cid-v9JQkXq9be .content-wrapper .content-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v9JQkXq9be .content-wrapper .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v9JQkXq9be .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v9JQkXq9be .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-v9JQkXq9be .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9JQkXq9be .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9JQkXq9be .content-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-v9JQkXq9be .content-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-v9JQkXq9be .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 767px) {
  .cid-v9JQkXq9be .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v9JQkXq9be .embla__slide .slide-content {
  width: 100%;
}
.cid-v9JQkXq9be .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 440px;
  border-radius: 20px;
  overflow: hidden;
}
.cid-v9JQkXq9be .embla__slide .slide-content .item-wrapper .item-img:hover .item-title,
.cid-v9JQkXq9be .embla__slide .slide-content .item-wrapper .item-img:focus .item-title {
  opacity: 1;
  transform: translateY(0);
}
.cid-v9JQkXq9be .embla__slide .slide-content .item-wrapper .item-img:hover:before,
.cid-v9JQkXq9be .embla__slide .slide-content .item-wrapper .item-img:focus:before {
  opacity: .3;
}
.cid-v9JQkXq9be .embla__slide .slide-content .item-wrapper .item-img:hover img,
.cid-v9JQkXq9be .embla__slide .slide-content .item-wrapper .item-img:focus img {
  transform: scale(1);
}
.cid-v9JQkXq9be .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
  transition: all 0.3s ease-in-out;
}
.cid-v9JQkXq9be .embla__slide .slide-content .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v9JQkXq9be .embla__slide .slide-content .item-wrapper .item-img .item-title {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(16px);
  padding: 0 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v9JQkXq9be .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
.cid-v9JQkXq9be .embla__button--next,
.cid-v9JQkXq9be .embla__button--prev {
  display: flex;
}
.cid-v9JQkXq9be .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #7f8678 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v9JQkXq9be .embla__button:hover {
  opacity: .6 !important;
}
.cid-v9JQkXq9be .embla__button.embla__button--prev {
  left: 0;
}
.cid-v9JQkXq9be .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 768px) {
  .cid-v9JQkXq9be .embla__button {
    top: 0;
  }
}
.cid-v9JQkXq9be .embla {
  position: relative;
  width: 100%;
  padding-top: 2rem;
}
.cid-v9JQkXq9be .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v9JQkXq9be .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9JQkXq9be .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9JQkXq9be .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v9JQkXq9be .mbr-section-title {
  color: #000000;
}
.cid-v9JQkXq9be .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v9JQkXq9be .mbr-text,
.cid-v9JQkXq9be .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v9JQkXq9be .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-v9JQkXq9be .mbr-section-title,
.cid-v9JQkXq9be .mbr-section-btn {
  text-align: center;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v9JQOJ9iNm {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background: #000000;
}
.cid-v9JQOJ9iNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9JQOJ9iNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v9JQOJ9iNm .container-fluid {
    padding: 0;
  }
}
.cid-v9JQOJ9iNm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 375px;
  max-width: 375px;
}
@media (max-width: 600px) {
  .cid-v9JQOJ9iNm .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v9JQOJ9iNm .embla__button--next,
.cid-v9JQOJ9iNm .embla__button--prev {
  display: flex;
  transition: all 0.3s ease;
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .cid-v9JQOJ9iNm .embla__button--next,
  .cid-v9JQOJ9iNm .embla__button--prev {
    opacity: 1 !important;
    margin: 0;
    transform: translateX(0);
  }
}
.cid-v9JQOJ9iNm .embla__button--prev {
  transform: translateX(3rem);
}
.cid-v9JQOJ9iNm .embla__button--next {
  transform: translateX(-3rem);
}
.cid-v9JQOJ9iNm .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v9JQOJ9iNm .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v9JQOJ9iNm .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v9JQOJ9iNm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9JQOJ9iNm .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9JQOJ9iNm .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v9JQOJ9iNm .embla {
  position: relative;
  width: 100%;
}
.cid-v9JQOJ9iNm .embla:hover .embla__button--next,
.cid-v9JQOJ9iNm .embla:hover .embla__button--prev {
  transform: translateX(0);
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-v9JQOJ9iNm .embla .embla__button--next,
  .cid-v9JQOJ9iNm .embla .embla__button--prev {
    opacity: 1 !important;
    margin: 0;
    transform: translateX(0);
  }
}
.cid-v9JQOJ9iNm .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9JQOJ9iNm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9JQOJ9iNm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9JQOJ9iNm .embla__slide a {
  cursor: grab;
}
.cid-v9JQOJ9iNm .embla__slide a:active {
  cursor: grabbing;
}
.cid-v9JQOJ9iNm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v9JQOJ9iNm .mbr-section-title {
  color: #fdfde1;
}
.cid-v9JQOJ9iNm .mbr-section-title .mbr-iconfont {
  color: #bff747;
  transition: all 300ms ease;
}
.cid-v9JQOJ9iNm .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-v9JQOJ9iNm .mbr-box {
  color: #ffffff;
}
.cid-v9JQOJ9iNm .slide-content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9JQOJ9iNm .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #fffff5;
  position: relative;
  transition: all 300ms ease;
}
.cid-v9JQOJ9iNm .card-text {
  line-height: 1.66;
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cid-v9JQOJ9iNm .item-img {
  object-fit: cover;
  overflow: hidden;
  transition: all 300ms ease;
}
.cid-v9JQOJ9iNm .item-wrapper {
  position: relative;
  overflow: hidden !important;
  transition: all 300ms ease;
  height: 400px;
}
.cid-v9JQOJ9iNm .item-wrapper .icon-wrapper {
  transition: all 300ms ease;
}
.cid-v9JQOJ9iNm .item-wrapper .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem 0 1.5rem 1.5rem;
  z-index: 11;
}
.cid-v9JQOJ9iNm .item-wrapper .card-box .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  transition: all 300ms ease;
}
.cid-v9JQOJ9iNm .item-wrapper .card-text {
  font-size: 1.1rem;
}
.cid-v9JQOJ9iNm .item-wrapper img {
  transition: all 300ms ease;
  object-fit: cover;
}
.cid-v9JQOJ9iNm .item-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #000000);
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-v9JQOJ9iNm .item-wrapper:hover .icon-wrapper {
  transform: translateX(10px);
}
.cid-v9JQOJ9iNm .item-wrapper:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v9JQOJ9iNm .item-wrapper:hover .card-title,
.cid-v9JQOJ9iNm .item-wrapper:hover .mbr-iconfont {
  color: #bff747;
}
.cid-v9JQOJ9iNm .content-head {
  max-width: 856px;
}
.cid-v9JQOJ9iNm .card-title-1 {
  color: #ffffff;
}
.cid-v9JQOJ9iNm .icon-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v9JQPy2hVW {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-v9JQPy2hVW .display-1 {
    font-size: 80px;
  }
}
.cid-v9JQPy2hVW .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-v9JQPy2hVW .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v9JQPy2hVW .row {
  padding: 0 32px;
}
.cid-v9JQPy2hVW .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-v9JQPy2hVW .card-title {
  width: 100%;
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-v9JQPy2hVW .mbr-text {
  margin-bottom: 10px;
  color: #3d3d3d;
}
.cid-v9JQPy2hVW .iconfont-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.cid-v9JQPy2hVW .link-contacts {
  display: flex;
  justify-content: center;
}
.cid-v9JQPy2hVW .emerging-underline-link {
  color: #3d3d3d;
}
.cid-v9JQPy2hVW .emerging-underline-link:not(:last-child) {
  margin-right: 15px;
}
.cid-v9JQPygMoY {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-v9JQPygMoY .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9JQPygMoY .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v9JQPygMoY .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-v9JQPygMoY .card .card-img span {
  color: #000000;
  font-size: 60px;
}
.cid-v9JQPygMoY .card-title {
  margin: 0;
}
.cid-v9JQPygMoY .card-img,
.cid-v9JQPygMoY .card-box {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9JQPygMoY .mbr-text {
  color: #878787;
}
@media (max-width: 767px) {
  .cid-v9JQPygMoY .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v9JQPygMoY .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-v9JQPygMoY .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-v9JQPygMoY .card .card-box .card-title,
  .cid-v9JQPygMoY .card .card-box .mbr-text,
  .cid-v9JQPygMoY .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-v9JQPygMoY .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-v9JQPygMoY .card .card-img {
    text-align: right !important;
  }
}
.cid-v9JQPygMoY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9JQPygMoY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9JQPygMoY .card-title,
.cid-v9JQPygMoY .card-img {
  color: #ffffff;
}
.cid-v9JQPyOAaE {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/3.jpg-1280x820.jpg");
}
.cid-v9JQPyOAaE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9JQPyOAaE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9JQPyOAaE .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-v9JQPyOAaE .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-v9JQPyOAaE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v9JQPyOAaE .container {
    padding: 0 20px;
  }
}
.cid-v9JQPyOAaE .row {
  height: 100%;
}
.cid-v9JQPyOAaE .row .card {
  justify-content: flex-end;
}
.cid-v9JQPyOAaE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9JQPyOAaE .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v9JQPyOAaE .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v9JQPyOAaE .mbr-section-btn {
    text-align: left;
  }
}
.cid-v9JQPyOAaE .mbr-section-title {
  color: #ffffff;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v9JQQi4nn4 {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background: #000000;
}
.cid-v9JQQi4nn4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9JQQi4nn4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v9JQQi4nn4 .container-fluid {
    padding: 0;
  }
}
.cid-v9JQQi4nn4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 375px;
  max-width: 375px;
}
@media (max-width: 600px) {
  .cid-v9JQQi4nn4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v9JQQi4nn4 .embla__button--next,
.cid-v9JQQi4nn4 .embla__button--prev {
  display: flex;
  transition: all 0.3s ease;
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .cid-v9JQQi4nn4 .embla__button--next,
  .cid-v9JQQi4nn4 .embla__button--prev {
    opacity: 1 !important;
    margin: 0;
    transform: translateX(0);
  }
}
.cid-v9JQQi4nn4 .embla__button--prev {
  transform: translateX(3rem);
}
.cid-v9JQQi4nn4 .embla__button--next {
  transform: translateX(-3rem);
}
.cid-v9JQQi4nn4 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v9JQQi4nn4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v9JQQi4nn4 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v9JQQi4nn4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9JQQi4nn4 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9JQQi4nn4 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v9JQQi4nn4 .embla {
  position: relative;
  width: 100%;
}
.cid-v9JQQi4nn4 .embla:hover .embla__button--next,
.cid-v9JQQi4nn4 .embla:hover .embla__button--prev {
  transform: translateX(0);
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-v9JQQi4nn4 .embla .embla__button--next,
  .cid-v9JQQi4nn4 .embla .embla__button--prev {
    opacity: 1 !important;
    margin: 0;
    transform: translateX(0);
  }
}
.cid-v9JQQi4nn4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9JQQi4nn4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9JQQi4nn4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9JQQi4nn4 .embla__slide a {
  cursor: grab;
}
.cid-v9JQQi4nn4 .embla__slide a:active {
  cursor: grabbing;
}
.cid-v9JQQi4nn4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v9JQQi4nn4 .mbr-section-title {
  color: #fdfde1;
}
.cid-v9JQQi4nn4 .mbr-section-title .mbr-iconfont {
  color: #bff747;
  transition: all 300ms ease;
}
.cid-v9JQQi4nn4 .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-v9JQQi4nn4 .mbr-box {
  color: #ffffff;
}
.cid-v9JQQi4nn4 .slide-content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9JQQi4nn4 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #fffff5;
  position: relative;
  transition: all 300ms ease;
}
.cid-v9JQQi4nn4 .card-text {
  line-height: 1.66;
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cid-v9JQQi4nn4 .item-img {
  object-fit: cover;
  overflow: hidden;
  transition: all 300ms ease;
}
.cid-v9JQQi4nn4 .item-wrapper {
  position: relative;
  overflow: hidden !important;
  transition: all 300ms ease;
  height: 400px;
}
.cid-v9JQQi4nn4 .item-wrapper .icon-wrapper {
  transition: all 300ms ease;
}
.cid-v9JQQi4nn4 .item-wrapper .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem 0 1.5rem 1.5rem;
  z-index: 11;
}
.cid-v9JQQi4nn4 .item-wrapper .card-box .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  transition: all 300ms ease;
}
.cid-v9JQQi4nn4 .item-wrapper .card-text {
  font-size: 1.1rem;
}
.cid-v9JQQi4nn4 .item-wrapper img {
  transition: all 300ms ease;
  object-fit: cover;
}
.cid-v9JQQi4nn4 .item-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #000000);
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-v9JQQi4nn4 .item-wrapper:hover .icon-wrapper {
  transform: translateX(10px);
}
.cid-v9JQQi4nn4 .item-wrapper:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v9JQQi4nn4 .item-wrapper:hover .card-title,
.cid-v9JQQi4nn4 .item-wrapper:hover .mbr-iconfont {
  color: #bff747;
}
.cid-v9JQQi4nn4 .content-head {
  max-width: 856px;
}
.cid-v9JQQi4nn4 .card-title-1 {
  color: #ffffff;
}
.cid-v9JQQi4nn4 .icon-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v9JQQiJ4S2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v9JQQiJ4S2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9JQQiJ4S2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9JQQiJ4S2 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v9JQQiJ4S2 .container-fluid {
    padding: 0 20px;
  }
}
.cid-v9JQQiJ4S2 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v9JQQiJ4S2 .container {
    padding: 0 20px;
  }
}
.cid-v9JQQiJ4S2 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v9JQQiJ4S2 .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-v9JQQiJ4S2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v9JQQiJ4S2 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v9JQQj4Poq.popup-builder {
  background-color: #ffffff;
}
.cid-v9JQQj4Poq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v9JQQj4Poq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v9JQQj4Poq .modal-content,
.cid-v9JQQj4Poq .modal-dialog {
  height: auto;
}
.cid-v9JQQj4Poq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v9JQQj4Poq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v9JQQj4Poq .form-wrapper .mbr-form .form-group,
  .cid-v9JQQj4Poq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v9JQQj4Poq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v9JQQj4Poq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9JQQj4Poq .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-v9JQQj4Poq .pt-0 {
  padding-top: 0 !important;
}
.cid-v9JQQj4Poq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v9JQQj4Poq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v9JQQj4Poq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v9JQQj4Poq .modal-open {
  overflow: hidden;
}
.cid-v9JQQj4Poq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v9JQQj4Poq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v9JQQj4Poq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v9JQQj4Poq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v9JQQj4Poq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v9JQQj4Poq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v9JQQj4Poq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v9JQQj4Poq .modal-content {
  background: #3d3d3d;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v9JQQj4Poq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v9JQQj4Poq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v9JQQj4Poq .modal-backdrop.fade {
  opacity: 0;
}
.cid-v9JQQj4Poq .modal-backdrop.show {
  opacity: .5;
}
.cid-v9JQQj4Poq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v9JQQj4Poq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v9JQQj4Poq .modal-header {
    padding: 1rem;
  }
}
.cid-v9JQQj4Poq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v9JQQj4Poq .modal-header .close svg {
  fill: #ffffff;
}
.cid-v9JQQj4Poq .modal-header .close:hover {
  opacity: 1;
}
.cid-v9JQQj4Poq .modal-header .close:focus {
  outline: none;
}
.cid-v9JQQj4Poq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-v9JQQj4Poq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v9JQQj4Poq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9JQQj4Poq .modal-body {
    padding: 1rem;
  }
}
.cid-v9JQQj4Poq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v9JQQj4Poq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9JQQj4Poq .modal-footer {
    padding: 1rem;
  }
}
.cid-v9JQQj4Poq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v9JQQj4Poq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v9JQQj4Poq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v9JQQj4Poq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v9JQQj4Poq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v9JQQj4Poq .modal-lg,
  .cid-v9JQQj4Poq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v9JQQj4Poq .modal-xl {
    max-width: 1140px;
  }
}
.cid-v9JQQj4Poq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v9JQQj4Poq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v9JQQj4Poq .form-group {
  margin-bottom: 1rem;
}
.cid-v9JQQj4Poq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v9JQQj4Poq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v9JQQj4Poq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v9JQQj4Poq .mbr-section-btn {
  margin: 0;
}
.cid-v9JQQj4Poq .mbr-section-btn .btn {
  margin: 0;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
#custom-html-51 {
  /* Type valid CSS here */
}
#custom-html-51 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-51 p {
  font-size: 60px;
  color: #777;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
#custom-html-53 {
  /* Type valid CSS here */
}
#custom-html-53 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-53 p {
  font-size: 60px;
  color: #777;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
#custom-html-55 {
  /* Type valid CSS here */
}
#custom-html-55 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-55 p {
  font-size: 60px;
  color: #777;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
#custom-html-57 {
  /* Type valid CSS here */
}
#custom-html-57 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-57 p {
  font-size: 60px;
  color: #777;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
#custom-html-59 {
  /* Type valid CSS here */
}
#custom-html-59 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-59 p {
  font-size: 60px;
  color: #777;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
#custom-html-5b {
  /* Type valid CSS here */
}
#custom-html-5b div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5b p {
  font-size: 60px;
  color: #777;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
#custom-html-5d {
  /* Type valid CSS here */
}
#custom-html-5d div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5d p {
  font-size: 60px;
  color: #777;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v9JQY8suFo {
  position: relative;
  background-color: #151e11;
}
.cid-v9JQY8suFo .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-v9JQY8suFo .image-wrap {
    padding: 16px;
  }
}
.cid-v9JQY8suFo .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v9JQY8suFo .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-v9JQY8suFo .image-overlay {
    padding: 16px;
  }
}
.cid-v9JQY8suFo .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-v9JQY8suFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9JQY8suFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9JQY8suFo .row {
  justify-content: center;
}
.cid-v9JQY8suFo .content-wrapper {
  padding: 150px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-v9JQY8suFo .content-wrapper {
    padding: 150px 16px;
  }
}
.cid-v9JQY8suFo .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9JQY8suFo .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v9JQY8suFo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v9JQY8suFo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9JQY8suFo .mbr-section-title {
  color: #fff7ee;
}
.cid-v9JQY8suFo .mbr-text,
.cid-v9JQY8suFo .text-wrapper {
  text-align: center;
  color: #fff7ee;
}
.cid-v9JQY8suFo .mbr-section-title,
.cid-v9JQY8suFo .mbr-section-btn {
  text-align: center;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v9JQZ8AWmQ {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v9JQZ8AWmQ .item-img {
  position: relative;
}
.cid-v9JQZ8AWmQ .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-v9JQZ8AWmQ .cardbg {
  background: #bfc6b8;
  height: 100%;
  min-height: 300px;
}
.cid-v9JQZ8AWmQ .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-v9JQZ8AWmQ .image-wrapper {
  overflow: hidden;
}
.cid-v9JQZ8AWmQ .item1 {
  margin-bottom: 2rem !important;
}
.cid-v9JQZ8AWmQ .item-wrapper {
  position: relative;
  background: #000000;
  border: 3px solid #000000;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v9JQZ8AWmQ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v9JQZ8AWmQ .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #000000;
}
.cid-v9JQZ8AWmQ .item1,
.cid-v9JQZ8AWmQ .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-v9JQZ8AWmQ .item1 .item:hover,
.cid-v9JQZ8AWmQ .item .item:hover {
  cursor: pointer;
}
.cid-v9JQZ8AWmQ .item1:hover .link-icon-wrapper span,
.cid-v9JQZ8AWmQ .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-v9JQZ8AWmQ .card2 {
    margin-top: 1rem;
  }
}
.cid-v9JQZ8AWmQ .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #000000;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-v9JQZ8AWmQ .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-v9JQZ8AWmQ .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v9JQZ8AWmQ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-v9JQZ8AWmQ .link-icon-wrapper .svg1 path {
  fill: #000000;
}
.cid-v9JQZ8AWmQ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-v9JQZ8AWmQ .link-icon-wrapper .svg2 path {
  fill: #000000;
}
.cid-v9JQZ8AWmQ .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v9JQZ8AWmQ .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-v9JQZ8AWmQ img,
.cid-v9JQZ8AWmQ .item-img {
  width: 100%;
}
.cid-v9JQZ8AWmQ .item:focus,
.cid-v9JQZ8AWmQ span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v9JQZ8AWmQ .item {
    margin-bottom: 1rem;
  }
}
.cid-v9JQZ8AWmQ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v9JQZ8AWmQ .item-title {
  text-align: left;
  color: #000000;
}
.cid-v9JQZ8AWmQ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-v9JQZ8AWmQ .mbr-section-subtitle,
.cid-v9JQZ8AWmQ .subtitle-wrap,
.cid-v9JQZ8AWmQ .mbr-section-btn {
  text-align: left;
}
.cid-v9JQZ8AWmQ .mbr-text,
.cid-v9JQZ8AWmQ .item .mbr-section-btn {
  color: #000000;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
#custom-html-5j {
  /* Type valid CSS here */
}
#custom-html-5j div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5j p {
  font-size: 60px;
  color: #777;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
#custom-html-5l {
  /* Type valid CSS here */
}
#custom-html-5l div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5l p {
  font-size: 60px;
  color: #777;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
#custom-html-5n {
  /* Type valid CSS here */
}
#custom-html-5n div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5n p {
  font-size: 60px;
  color: #777;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v9JR354PZK {
  position: relative;
  background-color: #151e11;
}
.cid-v9JR354PZK .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-v9JR354PZK .image-wrap {
    padding: 16px;
  }
}
.cid-v9JR354PZK .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v9JR354PZK .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-v9JR354PZK .image-overlay {
    padding: 16px;
  }
}
.cid-v9JR354PZK .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-v9JR354PZK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9JR354PZK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9JR354PZK .row {
  justify-content: center;
}
.cid-v9JR354PZK .content-wrapper {
  padding: 150px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-v9JR354PZK .content-wrapper {
    padding: 150px 16px;
  }
}
.cid-v9JR354PZK .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9JR354PZK .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v9JR354PZK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v9JR354PZK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9JR354PZK .mbr-section-title {
  color: #fff7ee;
}
.cid-v9JR354PZK .mbr-text,
.cid-v9JR354PZK .text-wrapper {
  text-align: center;
  color: #fff7ee;
}
.cid-v9JR354PZK .mbr-section-title,
.cid-v9JR354PZK .mbr-section-btn {
  text-align: center;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v9JR3T7mvr {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-v9JR3T7mvr .item-img {
  position: relative;
}
.cid-v9JR3T7mvr .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-v9JR3T7mvr .cardbg {
  background: #bfc6b8;
  height: 100%;
  min-height: 300px;
}
.cid-v9JR3T7mvr .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-v9JR3T7mvr .image-wrapper {
  overflow: hidden;
}
.cid-v9JR3T7mvr .item1 {
  margin-bottom: 2rem !important;
}
.cid-v9JR3T7mvr .item-wrapper {
  position: relative;
  background: #000000;
  border: 3px solid #000000;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v9JR3T7mvr .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v9JR3T7mvr .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #000000;
}
.cid-v9JR3T7mvr .item1,
.cid-v9JR3T7mvr .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-v9JR3T7mvr .item1 .item:hover,
.cid-v9JR3T7mvr .item .item:hover {
  cursor: pointer;
}
.cid-v9JR3T7mvr .item1:hover .link-icon-wrapper span,
.cid-v9JR3T7mvr .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-v9JR3T7mvr .card2 {
    margin-top: 1rem;
  }
}
.cid-v9JR3T7mvr .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #000000;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-v9JR3T7mvr .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-v9JR3T7mvr .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v9JR3T7mvr .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-v9JR3T7mvr .link-icon-wrapper .svg1 path {
  fill: #000000;
}
.cid-v9JR3T7mvr .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-v9JR3T7mvr .link-icon-wrapper .svg2 path {
  fill: #000000;
}
.cid-v9JR3T7mvr .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v9JR3T7mvr .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-v9JR3T7mvr img,
.cid-v9JR3T7mvr .item-img {
  width: 100%;
}
.cid-v9JR3T7mvr .item:focus,
.cid-v9JR3T7mvr span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v9JR3T7mvr .item {
    margin-bottom: 1rem;
  }
}
.cid-v9JR3T7mvr .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v9JR3T7mvr .item-title {
  text-align: left;
  color: #000000;
}
.cid-v9JR3T7mvr .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-v9JR3T7mvr .mbr-section-subtitle,
.cid-v9JR3T7mvr .subtitle-wrap,
.cid-v9JR3T7mvr .mbr-section-btn {
  text-align: left;
}
.cid-v9JR3T7mvr .mbr-text,
.cid-v9JR3T7mvr .item .mbr-section-btn {
  color: #000000;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
#custom-html-5t {
  /* Type valid CSS here */
}
#custom-html-5t div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5t p {
  font-size: 60px;
  color: #777;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
#custom-html-5v {
  /* Type valid CSS here */
}
#custom-html-5v div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5v p {
  font-size: 60px;
  color: #777;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
#custom-html-5x {
  /* Type valid CSS here */
}
#custom-html-5x div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5x p {
  font-size: 60px;
  color: #777;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
#custom-html-5z {
  /* Type valid CSS here */
}
#custom-html-5z div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5z p {
  font-size: 60px;
  color: #777;
}
.cid-v9JT1ZNYXw {
  z-index: 1000;
  width: 100%;
}
.cid-v9JT1ZNYXw nav.navbar {
  position: fixed;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9JT1ZNYXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9JT1ZNYXw .dropdown-item:hover,
.cid-v9JT1ZNYXw .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-v9JT1ZNYXw .dropdown-item:hover span {
  color: white;
}
.cid-v9JT1ZNYXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9JT1ZNYXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9JT1ZNYXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9JT1ZNYXw .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-v9JT1ZNYXw .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-v9JT1ZNYXw .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-v9JT1ZNYXw .container {
  display: flex;
  margin: auto;
}
.cid-v9JT1ZNYXw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9JT1ZNYXw .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-nav {
    align-items: center;
  }
}
.cid-v9JT1ZNYXw .dropdown-menu,
.cid-v9JT1ZNYXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9JT1ZNYXw .nav-item:focus,
.cid-v9JT1ZNYXw .nav-link:focus {
  outline: none;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9JT1ZNYXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9JT1ZNYXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9JT1ZNYXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9JT1ZNYXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: #000000;
  padding: 0 !important;
  box-shadow: none;
}
.cid-v9JT1ZNYXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9JT1ZNYXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9JT1ZNYXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9JT1ZNYXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9JT1ZNYXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9JT1ZNYXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9JT1ZNYXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9JT1ZNYXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9JT1ZNYXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9JT1ZNYXw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9JT1ZNYXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9JT1ZNYXw .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-v9JT1ZNYXw .dropdown-item.active,
.cid-v9JT1ZNYXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9JT1ZNYXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9JT1ZNYXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9JT1ZNYXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9JT1ZNYXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9JT1ZNYXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9JT1ZNYXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9JT1ZNYXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9JT1ZNYXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9JT1ZNYXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9JT1ZNYXw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9JT1ZNYXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9JT1ZNYXw .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-v9JT1ZNYXw .navbar {
    height: 70px;
  }
  .cid-v9JT1ZNYXw .navbar.opened {
    height: auto;
  }
  .cid-v9JT1ZNYXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9JT1ZNYXw .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .container-fluid {
    padding: 0 40px;
  }
}
.cid-v9JT1ZNYXw .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-v9JT1ZNYXw .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-v9JT1ZNYXw .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-v9JT1ZNYXw .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v9JT1ZNYXw .mbr-section-btn .btn {
    width: 100%;
  }
}
