.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Anton', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff7d19 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #ff7d19 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff7d19 !important;
  border-color: #ff7d19 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff9a4c !important;
  border-color: #ff9a4c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff9a4c !important;
  border-color: #ff9a4c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d70081 !important;
  border-color: #d70081 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff7d19 !important;
  border-color: #ff7d19 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff9a4c !important;
  border-color: #ff9a4c !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff9a4c !important;
  border-color: #ff9a4c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff7d19;
  color: #ff7d19;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c15400 !important;
  background-color: transparent !important;
  border-color: #c15400 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7d19 !important;
  border-color: #ff7d19 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d70081;
  color: #d70081;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #80004d !important;
  background-color: transparent !important;
  border-color: #80004d !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d70081 !important;
  border-color: #d70081 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff7d19;
  color: #ff7d19;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c15400 !important;
  background-color: transparent !important;
  border-color: #c15400 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7d19 !important;
  border-color: #ff7d19 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff7d19 !important;
}
.text-secondary {
  color: #d70081 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #ff7d19 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b24d00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #710044 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b24d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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: #ff7d19;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #ff7d19;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff7d19;
  border-color: #ff7d19;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff7d19;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff0e5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff0e5;
}
.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: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff7d19 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ff7d19;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff7d19;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff7d19;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff7d19;
  border-bottom-color: #ff7d19;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff7d19 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #d70081 !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='%23ff7d19' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-u3sLZ9H3ER {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u3sLZ9H3ER .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u3sLZ9H3ER .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u3sLZ9H3ER .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3sLZ9H3ER .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u3sLZ9H3ER .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3sLZ9H3ER .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3sLZ9H3ER .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u3sLZ9H3ER .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u3sLZ9H3ER .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u3sLZ9H3ER .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u3sLZ9H3ER .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u3sLZ9H3ER .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u3sLZ9H3ER .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u3sLZ9H3ER .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u3sLZ9H3ER .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u3sLZ9H3ER .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u3sLZ9H3ER .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u3sLZ9H3ER .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u3sLZ9H3ER .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3sLZ9H3ER .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u3sLZ9H3ER .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u3sLZ9H3ER .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u3sLZ9H3ER .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3sLZ9H3ER .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u3sLZ9H3ER .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3sLZ9H3ER .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.cid-u3sLZ9H3ER .nav-item:focus,
.cid-u3sLZ9H3ER .nav-link:focus {
  outline: none;
}
.cid-u3sLZ9H3ER .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3sLZ9H3ER .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3sLZ9H3ER .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3sLZ9H3ER .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3sLZ9H3ER .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3sLZ9H3ER .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3sLZ9H3ER .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u3sLZ9H3ER .navbar.opened {
  transition: all 0.25s;
}
.cid-u3sLZ9H3ER .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3sLZ9H3ER .navbar .navbar-logo img {
  width: auto;
}
.cid-u3sLZ9H3ER .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u3sLZ9H3ER .navbar.collapsed {
  justify-content: center;
}
.cid-u3sLZ9H3ER .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3sLZ9H3ER .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3sLZ9H3ER .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-u3sLZ9H3ER .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3sLZ9H3ER .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3sLZ9H3ER .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u3sLZ9H3ER .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3sLZ9H3ER .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3sLZ9H3ER .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3sLZ9H3ER .navbar {
    min-height: 72px;
  }
  .cid-u3sLZ9H3ER .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u3sLZ9H3ER .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3sLZ9H3ER .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3sLZ9H3ER .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-u3sLZ9H3ER .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3sLZ9H3ER .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u3sLZ9H3ER .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3sLZ9H3ER .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3sLZ9H3ER .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u3sLZ9H3ER .dropdown-item.active,
.cid-u3sLZ9H3ER .dropdown-item:active {
  background-color: transparent;
}
.cid-u3sLZ9H3ER .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3sLZ9H3ER .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3sLZ9H3ER .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3sLZ9H3ER .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u3sLZ9H3ER .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u3sLZ9H3ER .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u3sLZ9H3ER ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3sLZ9H3ER .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u3sLZ9H3ER .navbar-buttons {
    text-align: left;
  }
}
.cid-u3sLZ9H3ER button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3sLZ9H3ER button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u3sLZ9H3ER button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3sLZ9H3ER button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3sLZ9H3ER button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3sLZ9H3ER button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3sLZ9H3ER nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3sLZ9H3ER nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3sLZ9H3ER nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3sLZ9H3ER nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3sLZ9H3ER .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
  position: fixed;
}
.cid-u3sLZ9H3ER .opacityScroll {
  background: #000000 !important;
}
.cid-u3sLZ9H3ER a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3sLZ9H3ER .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3sLZ9H3ER .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3sLZ9H3ER .navbar {
    height: 70px;
  }
  .cid-u3sLZ9H3ER .navbar.opened {
    height: auto;
  }
  .cid-u3sLZ9H3ER .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u3sLZ9H3ER .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u3sLZ9H3ER .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u3sLZ9H3ER .navbar-brand {
    margin-right: auto;
  }
  .cid-u3sLZ9H3ER .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u3sLZ9H3ER .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u3sLZ9H3ER .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u3sLZ9H3ER .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-u3sLZ9H3ER .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-u3sLZ9H3ER .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u3sDlCYXAu {
  background-color: #ffffff;
}
.cid-u3sDlCYXAu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3sDlCYXAu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3sDlCYXAu .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u3sDlCYXAu .card-wrapper {
    padding: 1.5rem;
    padding-top: 7.5rem;
    padding-bottom: 10.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u3sDlCYXAu .card-wrapper {
    padding: 2.25rem;
    padding-top: 15rem;
    padding-bottom: 21rem;
  }
}
@media (min-width: 992px) {
  .cid-u3sDlCYXAu .card-wrapper {
    padding: 4rem;
    padding-top: 15rem;
    padding-bottom: 21rem;
  }
}
.cid-u3sDlCYXAu .wrap {
  background: url("../../../assets/images/04-2-1993x942.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-u3sDlCYXAu .wrap .inner-wrap {
  padding: 40px;
}
.cid-u3sDlCYXAu .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-u3sDlCYXAu .mbr-text {
  color: #000000;
}
.cid-u3sDlCYXAu .mbr-text,
.cid-u3sDlCYXAu .mbr-section-btn {
  color: #ffffff;
}
.cid-u3sAygfRPt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u3sAygfRPt .carousel {
    max-height: 800px;
  }
  .cid-u3sAygfRPt .carousel img {
    height: 800px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u3sAygfRPt .carousel {
    min-height: 520px;
  }
  .cid-u3sAygfRPt .carousel img {
    height: 520px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-u3sAygfRPt .carousel {
    min-height: 440px;
  }
  .cid-u3sAygfRPt .carousel img {
    height: 440px;
    object-fit: cover;
  }
  .cid-u3sAygfRPt .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u3sAygfRPt .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-u3sAygfRPt .carousel,
.cid-u3sAygfRPt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u3sAygfRPt .item-wrapper {
  width: 100%;
}
.cid-u3sAygfRPt .item-menu-overlay {
  border-radius: 2rem;
}
.cid-u3sAygfRPt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-u3sAygfRPt .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u3sAygfRPt .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u3sAygfRPt .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u3sAygfRPt .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u3sAygfRPt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u3sAygfRPt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u3sAygfRPt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u3sAygfRPt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u3sAygfRPt .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u3sAygfRPt .carousel-indicators li.active,
.cid-u3sAygfRPt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u3sAygfRPt .carousel-indicators li::after,
.cid-u3sAygfRPt .carousel-indicators li::before {
  content: none;
}
.cid-u3sAygfRPt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u3sAygfRPt .carousel-indicators {
    display: none !important;
  }
}
.cid-u3sAXyK086 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3sAXyK086 img,
.cid-u3sAXyK086 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u3sAXyK086 .item:focus,
.cid-u3sAXyK086 span:focus {
  outline: none;
}
.cid-u3sAXyK086 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3sAXyK086 .item {
    margin-bottom: 1rem;
  }
}
.cid-u3sAXyK086 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u3sAXyK086 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u3sAXyK086 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u3sAXyK086 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u3sAXyK086 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u3sAXyK086 .mbr-section-title {
  color: #000000;
}
.cid-u3sAXyK086 .item-title {
  text-align: left;
}
.cid-u3sAXyK086 .item-subtitle {
  text-align: left;
}
.cid-u3sAXyK086 .mbr-text,
.cid-u3sAXyK086 .item .mbr-section-btn {
  text-align: left;
}
.cid-u3sAXyK086 .content-head {
  max-width: 800px;
}
.cid-u3sAYB3yqh {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u3sAYB3yqh img,
.cid-u3sAYB3yqh .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u3sAYB3yqh .item:focus,
.cid-u3sAYB3yqh span:focus {
  outline: none;
}
.cid-u3sAYB3yqh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3sAYB3yqh .item {
    margin-bottom: 1rem;
  }
}
.cid-u3sAYB3yqh .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u3sAYB3yqh .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u3sAYB3yqh .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u3sAYB3yqh .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u3sAYB3yqh .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u3sAYB3yqh .mbr-section-title {
  color: #000000;
}
.cid-u3sAYB3yqh .item-title {
  text-align: left;
}
.cid-u3sAYB3yqh .item-subtitle {
  text-align: left;
}
.cid-u3sAYB3yqh .mbr-text,
.cid-u3sAYB3yqh .item .mbr-section-btn {
  text-align: left;
}
.cid-u3sAYB3yqh .content-head {
  max-width: 800px;
}
.cid-u3sAnGI5Yt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3sAnGI5Yt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3sAnGI5Yt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3sAnGI5Yt .row {
  align-items: stretch;
  justify-content: center;
}
.cid-u3sAnGI5Yt .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-u3sAnGI5Yt .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-u3sAnGI5Yt img,
.cid-u3sAnGI5Yt .item-img {
  width: 100%;
  object-position: 50% top;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u3sAnGI5Yt img,
  .cid-u3sAnGI5Yt .item-img {
    max-height: 350px;
  }
}
.cid-u3sCwI3V5z {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u3sCwI3V5z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3sCwI3V5z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3sCwI3V5z .mbr-text {
  color: #000000;
}
.cid-u3sCwI3V5z .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u3sCwI3V5z .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3sCwI3V5z .main-button {
    margin-bottom: 2rem;
  }
}
.cid-u3sCwI3V5z .mbr-section-subtitle,
.cid-u3sCwI3V5z .main-button {
  color: #000000;
}
.cid-u3sAIl1iid {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u3sAIl1iid .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3sAIl1iid .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-u3sAIl1iid .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-u3sAIl1iid .mbr-section-title {
  color: #ffffff;
}
.cid-u3sAIl1iid .mbr-text,
.cid-u3sAIl1iid .mbr-section-btn {
  color: #ffffff;
}
.cid-u3sAIl1iid .media-content,
.cid-u3sAIl1iid .mbr-figure {
  align-self: center;
}
.cid-u3sAIl1iid .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-u3sAIl1iid .app-video-wrapper {
  background: transparent;
}
.cid-u3sAIl1iid .content-head {
  max-width: 800px;
}
.cid-u3EwGUxbCv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3EwGUxbCv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3EwGUxbCv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3EwGUxbCv .mbr-text {
  color: #000000;
}
.cid-u3EwGUxbCv .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u3EwGUxbCv .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3EwGUxbCv .main-button {
    margin-bottom: 2rem;
  }
}
.cid-u3EwGUxbCv .mbr-section-subtitle,
.cid-u3EwGUxbCv .main-button {
  color: #000000;
}
.cid-u3EwGUxbCv .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-u3EwGUxbCv .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u3EwGUxbCv .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u3EwGUxbCv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u3EwGUxbCv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u3szRIKSAj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3szRIKSAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3szRIKSAj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3szRIKSAj .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-u3szRIKSAj .footer-col {
    flex-direction: column;
  }
}
.cid-u3szRIKSAj .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u3szRIKSAj .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u3szRIKSAj .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u3szRIKSAj .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u3szRIKSAj .mbr-section-btn {
    text-align: center;
  }
}
.cid-u3szRIKSAj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u3szRIKSAj .soc-item {
  margin: 8px;
}
.cid-u3szRIKSAj .soc-item a:hover .mbr-iconfont,
.cid-u3szRIKSAj .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-u3szRIKSAj .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u3szRIKSAj .row {
    text-align: center;
  }
  .cid-u3szRIKSAj .social-row {
    justify-content: center;
  }
}
.cid-u3szRIKSAj .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-u3szRIKSAj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3szRIKSAj .list {
    margin-bottom: 0rem;
  }
}
.cid-u3szRIKSAj .mbr-text {
  color: #bbbbbb;
}
.cid-u3szRIKSAj .mbr-section-subtitle {
  color: #000000;
}
.cid-u3szRIKSAj .list,
.cid-u3szRIKSAj .item-wrap {
  color: #232323;
}
.cid-u3szRIKSAj .copyright {
  color: #000000;
}
.cid-u3sLZ9H3ER {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u3sLZ9H3ER .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u3sLZ9H3ER .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u3sLZ9H3ER .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3sLZ9H3ER .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u3sLZ9H3ER .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3sLZ9H3ER .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3sLZ9H3ER .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u3sLZ9H3ER .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u3sLZ9H3ER .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u3sLZ9H3ER .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u3sLZ9H3ER .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u3sLZ9H3ER .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u3sLZ9H3ER .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u3sLZ9H3ER .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u3sLZ9H3ER .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u3sLZ9H3ER .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u3sLZ9H3ER .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u3sLZ9H3ER .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u3sLZ9H3ER .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3sLZ9H3ER .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u3sLZ9H3ER .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u3sLZ9H3ER .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u3sLZ9H3ER .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3sLZ9H3ER .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u3sLZ9H3ER .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3sLZ9H3ER .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.cid-u3sLZ9H3ER .nav-item:focus,
.cid-u3sLZ9H3ER .nav-link:focus {
  outline: none;
}
.cid-u3sLZ9H3ER .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3sLZ9H3ER .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3sLZ9H3ER .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3sLZ9H3ER .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3sLZ9H3ER .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3sLZ9H3ER .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3sLZ9H3ER .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u3sLZ9H3ER .navbar.opened {
  transition: all 0.25s;
}
.cid-u3sLZ9H3ER .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3sLZ9H3ER .navbar .navbar-logo img {
  width: auto;
}
.cid-u3sLZ9H3ER .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u3sLZ9H3ER .navbar.collapsed {
  justify-content: center;
}
.cid-u3sLZ9H3ER .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3sLZ9H3ER .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3sLZ9H3ER .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-u3sLZ9H3ER .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3sLZ9H3ER .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3sLZ9H3ER .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u3sLZ9H3ER .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3sLZ9H3ER .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3sLZ9H3ER .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3sLZ9H3ER .navbar {
    min-height: 72px;
  }
  .cid-u3sLZ9H3ER .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u3sLZ9H3ER .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3sLZ9H3ER .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3sLZ9H3ER .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-u3sLZ9H3ER .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3sLZ9H3ER .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u3sLZ9H3ER .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3sLZ9H3ER .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3sLZ9H3ER .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u3sLZ9H3ER .dropdown-item.active,
.cid-u3sLZ9H3ER .dropdown-item:active {
  background-color: transparent;
}
.cid-u3sLZ9H3ER .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3sLZ9H3ER .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3sLZ9H3ER .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3sLZ9H3ER .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u3sLZ9H3ER .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u3sLZ9H3ER .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u3sLZ9H3ER ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3sLZ9H3ER .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u3sLZ9H3ER .navbar-buttons {
    text-align: left;
  }
}
.cid-u3sLZ9H3ER button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3sLZ9H3ER button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u3sLZ9H3ER button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3sLZ9H3ER button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3sLZ9H3ER button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3sLZ9H3ER button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3sLZ9H3ER nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3sLZ9H3ER nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3sLZ9H3ER nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3sLZ9H3ER nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3sLZ9H3ER .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
  position: fixed;
}
.cid-u3sLZ9H3ER .opacityScroll {
  background: #000000 !important;
}
.cid-u3sLZ9H3ER a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3sLZ9H3ER .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3sLZ9H3ER .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3sLZ9H3ER .navbar {
    height: 70px;
  }
  .cid-u3sLZ9H3ER .navbar.opened {
    height: auto;
  }
  .cid-u3sLZ9H3ER .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u3sLZ9H3ER .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u3sLZ9H3ER .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u3sLZ9H3ER .navbar-brand {
    margin-right: auto;
  }
  .cid-u3sLZ9H3ER .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u3sLZ9H3ER .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u3sLZ9H3ER .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u3sLZ9H3ER .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-u3sLZ9H3ER .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-u3sLZ9H3ER .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u3yZ0amDZh {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u3yZ0amDZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3yZ0amDZh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3yZ0amDZh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3yZ0amDZh .row {
  flex-direction: row-reverse;
}
.cid-u3yZ0amDZh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u3yZ0amDZh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u3yZ0amDZh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u3yZ0amDZh .mbr-section-title {
  color: #000000;
}
.cid-u3yZ0amDZh .mbr-text,
.cid-u3yZ0amDZh .mbr-section-btn {
  color: #000000;
}
.cid-u3yYFVzakZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u3yYFVzakZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3yYFVzakZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3yYFVzakZ .mbr-section-title {
  color: #ffffff;
}
.cid-u3yYFVzakZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unWkNb2BdZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unWkNb2BdZ img,
.cid-unWkNb2BdZ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-unWkNb2BdZ .item:focus,
.cid-unWkNb2BdZ span:focus {
  outline: none;
}
.cid-unWkNb2BdZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-unWkNb2BdZ .item {
    margin-bottom: 1rem;
  }
}
.cid-unWkNb2BdZ .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unWkNb2BdZ .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-unWkNb2BdZ .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-unWkNb2BdZ .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-unWkNb2BdZ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-unWkNb2BdZ .mbr-section-title {
  color: #000000;
}
.cid-unWkNb2BdZ .item-title {
  text-align: left;
}
.cid-unWkNb2BdZ .item-subtitle {
  text-align: left;
}
.cid-unWkNb2BdZ .mbr-text,
.cid-unWkNb2BdZ .item .mbr-section-btn {
  text-align: left;
}
.cid-unWkNb2BdZ .content-head {
  max-width: 800px;
}
.cid-unWkOAuDiZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unWkOAuDiZ img,
.cid-unWkOAuDiZ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-unWkOAuDiZ .item:focus,
.cid-unWkOAuDiZ span:focus {
  outline: none;
}
.cid-unWkOAuDiZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-unWkOAuDiZ .item {
    margin-bottom: 1rem;
  }
}
.cid-unWkOAuDiZ .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unWkOAuDiZ .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-unWkOAuDiZ .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-unWkOAuDiZ .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-unWkOAuDiZ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-unWkOAuDiZ .mbr-section-title {
  color: #000000;
}
.cid-unWkOAuDiZ .item-title {
  text-align: left;
}
.cid-unWkOAuDiZ .item-subtitle {
  text-align: left;
}
.cid-unWkOAuDiZ .mbr-text,
.cid-unWkOAuDiZ .item .mbr-section-btn {
  text-align: left;
}
.cid-unWkOAuDiZ .content-head {
  max-width: 800px;
}
.cid-unWlgwkWLB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unWlgwkWLB img,
.cid-unWlgwkWLB .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-unWlgwkWLB .item:focus,
.cid-unWlgwkWLB span:focus {
  outline: none;
}
.cid-unWlgwkWLB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-unWlgwkWLB .item {
    margin-bottom: 1rem;
  }
}
.cid-unWlgwkWLB .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unWlgwkWLB .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-unWlgwkWLB .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-unWlgwkWLB .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-unWlgwkWLB .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-unWlgwkWLB .mbr-section-title {
  color: #000000;
}
.cid-unWlgwkWLB .item-title {
  text-align: left;
}
.cid-unWlgwkWLB .item-subtitle {
  text-align: left;
}
.cid-unWlgwkWLB .mbr-text,
.cid-unWlgwkWLB .item .mbr-section-btn {
  text-align: left;
}
.cid-unWlgwkWLB .content-head {
  max-width: 800px;
}
.cid-unWkPPm9Z4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unWkPPm9Z4 img,
.cid-unWkPPm9Z4 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-unWkPPm9Z4 .item:focus,
.cid-unWkPPm9Z4 span:focus {
  outline: none;
}
.cid-unWkPPm9Z4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-unWkPPm9Z4 .item {
    margin-bottom: 1rem;
  }
}
.cid-unWkPPm9Z4 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unWkPPm9Z4 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-unWkPPm9Z4 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-unWkPPm9Z4 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-unWkPPm9Z4 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-unWkPPm9Z4 .mbr-section-title {
  color: #000000;
}
.cid-unWkPPm9Z4 .item-title {
  text-align: left;
}
.cid-unWkPPm9Z4 .item-subtitle {
  text-align: left;
}
.cid-unWkPPm9Z4 .mbr-text,
.cid-unWkPPm9Z4 .item .mbr-section-btn {
  text-align: left;
}
.cid-unWkPPm9Z4 .content-head {
  max-width: 800px;
}
.cid-u3ELsjXU6u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u3ELsjXU6u .content-head {
  max-width: 800px;
}
.cid-u3ELePFHn7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3ELePFHn7 img,
.cid-u3ELePFHn7 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u3ELePFHn7 .item:focus,
.cid-u3ELePFHn7 span:focus {
  outline: none;
}
.cid-u3ELePFHn7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3ELePFHn7 .item {
    margin-bottom: 1rem;
  }
}
.cid-u3ELePFHn7 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u3ELePFHn7 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u3ELePFHn7 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u3ELePFHn7 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u3ELePFHn7 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u3ELePFHn7 .mbr-section-title {
  color: #000000;
}
.cid-u3ELePFHn7 .item-title {
  text-align: left;
}
.cid-u3ELePFHn7 .item-subtitle {
  text-align: left;
}
.cid-u3ELePFHn7 .mbr-text,
.cid-u3ELePFHn7 .item .mbr-section-btn {
  text-align: left;
}
.cid-u3ELePFHn7 .content-head {
  max-width: 800px;
}
.cid-unWliASHcQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unWliASHcQ img,
.cid-unWliASHcQ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-unWliASHcQ .item:focus,
.cid-unWliASHcQ span:focus {
  outline: none;
}
.cid-unWliASHcQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-unWliASHcQ .item {
    margin-bottom: 1rem;
  }
}
.cid-unWliASHcQ .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unWliASHcQ .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-unWliASHcQ .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-unWliASHcQ .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-unWliASHcQ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-unWliASHcQ .mbr-section-title {
  color: #000000;
}
.cid-unWliASHcQ .item-title {
  text-align: left;
}
.cid-unWliASHcQ .item-subtitle {
  text-align: left;
}
.cid-unWliASHcQ .mbr-text,
.cid-unWliASHcQ .item .mbr-section-btn {
  text-align: left;
}
.cid-unWliASHcQ .content-head {
  max-width: 800px;
}
.cid-u3ELcsLUvc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3ELcsLUvc img,
.cid-u3ELcsLUvc .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u3ELcsLUvc .item:focus,
.cid-u3ELcsLUvc span:focus {
  outline: none;
}
.cid-u3ELcsLUvc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3ELcsLUvc .item {
    margin-bottom: 1rem;
  }
}
.cid-u3ELcsLUvc .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u3ELcsLUvc .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u3ELcsLUvc .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u3ELcsLUvc .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u3ELcsLUvc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u3ELcsLUvc .mbr-section-title {
  color: #000000;
}
.cid-u3ELcsLUvc .item-title {
  text-align: left;
}
.cid-u3ELcsLUvc .item-subtitle {
  text-align: left;
}
.cid-u3ELcsLUvc .mbr-text,
.cid-u3ELcsLUvc .item .mbr-section-btn {
  text-align: left;
}
.cid-u3ELcsLUvc .content-head {
  max-width: 800px;
}
.cid-u3z6V3EeVW {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u3z6V3EeVW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3z6V3EeVW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3z6V3EeVW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3z6V3EeVW .row {
  flex-direction: row-reverse;
}
.cid-u3z6V3EeVW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u3z6V3EeVW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u3z6V3EeVW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u3z6V3EeVW .mbr-section-title {
  color: #000000;
}
.cid-u3z6V3EeVW .mbr-text,
.cid-u3z6V3EeVW .mbr-section-btn {
  color: #000000;
}
.cid-u3ELdhSkfO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3ELdhSkfO img,
.cid-u3ELdhSkfO .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u3ELdhSkfO .item:focus,
.cid-u3ELdhSkfO span:focus {
  outline: none;
}
.cid-u3ELdhSkfO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3ELdhSkfO .item {
    margin-bottom: 1rem;
  }
}
.cid-u3ELdhSkfO .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u3ELdhSkfO .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u3ELdhSkfO .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u3ELdhSkfO .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u3ELdhSkfO .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u3ELdhSkfO .mbr-section-title {
  color: #000000;
}
.cid-u3ELdhSkfO .item-title {
  text-align: left;
}
.cid-u3ELdhSkfO .item-subtitle {
  text-align: left;
}
.cid-u3ELdhSkfO .mbr-text,
.cid-u3ELdhSkfO .item .mbr-section-btn {
  text-align: left;
}
.cid-u3ELdhSkfO .content-head {
  max-width: 800px;
}
.cid-u3szRIKSAj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3szRIKSAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3szRIKSAj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3szRIKSAj .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-u3szRIKSAj .footer-col {
    flex-direction: column;
  }
}
.cid-u3szRIKSAj .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u3szRIKSAj .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u3szRIKSAj .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u3szRIKSAj .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u3szRIKSAj .mbr-section-btn {
    text-align: center;
  }
}
.cid-u3szRIKSAj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u3szRIKSAj .soc-item {
  margin: 8px;
}
.cid-u3szRIKSAj .soc-item a:hover .mbr-iconfont,
.cid-u3szRIKSAj .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-u3szRIKSAj .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u3szRIKSAj .row {
    text-align: center;
  }
  .cid-u3szRIKSAj .social-row {
    justify-content: center;
  }
}
.cid-u3szRIKSAj .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-u3szRIKSAj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3szRIKSAj .list {
    margin-bottom: 0rem;
  }
}
.cid-u3szRIKSAj .mbr-text {
  color: #bbbbbb;
}
.cid-u3szRIKSAj .mbr-section-subtitle {
  color: #000000;
}
.cid-u3szRIKSAj .list,
.cid-u3szRIKSAj .item-wrap {
  color: #232323;
}
.cid-u3szRIKSAj .copyright {
  color: #000000;
}
.cid-u3sLZ9H3ER {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u3sLZ9H3ER .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u3sLZ9H3ER .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u3sLZ9H3ER .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3sLZ9H3ER .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u3sLZ9H3ER .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3sLZ9H3ER .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3sLZ9H3ER .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u3sLZ9H3ER .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u3sLZ9H3ER .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u3sLZ9H3ER .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u3sLZ9H3ER .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u3sLZ9H3ER .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u3sLZ9H3ER .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u3sLZ9H3ER .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u3sLZ9H3ER .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u3sLZ9H3ER .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u3sLZ9H3ER .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u3sLZ9H3ER .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u3sLZ9H3ER .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3sLZ9H3ER .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u3sLZ9H3ER .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u3sLZ9H3ER .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u3sLZ9H3ER .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3sLZ9H3ER .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u3sLZ9H3ER .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3sLZ9H3ER .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.cid-u3sLZ9H3ER .nav-item:focus,
.cid-u3sLZ9H3ER .nav-link:focus {
  outline: none;
}
.cid-u3sLZ9H3ER .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3sLZ9H3ER .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3sLZ9H3ER .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3sLZ9H3ER .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3sLZ9H3ER .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3sLZ9H3ER .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3sLZ9H3ER .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u3sLZ9H3ER .navbar.opened {
  transition: all 0.25s;
}
.cid-u3sLZ9H3ER .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3sLZ9H3ER .navbar .navbar-logo img {
  width: auto;
}
.cid-u3sLZ9H3ER .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u3sLZ9H3ER .navbar.collapsed {
  justify-content: center;
}
.cid-u3sLZ9H3ER .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3sLZ9H3ER .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3sLZ9H3ER .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-u3sLZ9H3ER .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3sLZ9H3ER .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3sLZ9H3ER .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u3sLZ9H3ER .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3sLZ9H3ER .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3sLZ9H3ER .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3sLZ9H3ER .navbar {
    min-height: 72px;
  }
  .cid-u3sLZ9H3ER .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u3sLZ9H3ER .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3sLZ9H3ER .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3sLZ9H3ER .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-u3sLZ9H3ER .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3sLZ9H3ER .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u3sLZ9H3ER .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3sLZ9H3ER .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3sLZ9H3ER .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u3sLZ9H3ER .dropdown-item.active,
.cid-u3sLZ9H3ER .dropdown-item:active {
  background-color: transparent;
}
.cid-u3sLZ9H3ER .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3sLZ9H3ER .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3sLZ9H3ER .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3sLZ9H3ER .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u3sLZ9H3ER .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u3sLZ9H3ER .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u3sLZ9H3ER ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3sLZ9H3ER .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u3sLZ9H3ER .navbar-buttons {
    text-align: left;
  }
}
.cid-u3sLZ9H3ER button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3sLZ9H3ER button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u3sLZ9H3ER button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3sLZ9H3ER button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3sLZ9H3ER button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3sLZ9H3ER button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3sLZ9H3ER nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3sLZ9H3ER nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3sLZ9H3ER nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3sLZ9H3ER nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3sLZ9H3ER .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
  position: fixed;
}
.cid-u3sLZ9H3ER .opacityScroll {
  background: #000000 !important;
}
.cid-u3sLZ9H3ER a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3sLZ9H3ER .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3sLZ9H3ER .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3sLZ9H3ER .navbar {
    height: 70px;
  }
  .cid-u3sLZ9H3ER .navbar.opened {
    height: auto;
  }
  .cid-u3sLZ9H3ER .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u3sLZ9H3ER .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u3sLZ9H3ER .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u3sLZ9H3ER .navbar-brand {
    margin-right: auto;
  }
  .cid-u3sLZ9H3ER .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u3sLZ9H3ER .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u3sLZ9H3ER .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u3sLZ9H3ER .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-u3sLZ9H3ER .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-u3sLZ9H3ER .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u6bKD1aa06 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u6bKD1aa06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6bKD1aa06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6bKD1aa06 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u6bKD1aa06 .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u6bKD1aa06 .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-u6bKD1aa06 .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
.cid-u6bKD1aa06 .wrap {
  background: url("../../../assets/images/41-1-2000x876.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-u6bKD1aa06 .wrap .inner-wrap {
  padding: 40px;
}
.cid-u6bKD1aa06 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6bKD1aa06 .mbr-text {
  color: #000000;
}
.cid-u6bKD1aa06 .mbr-text,
.cid-u6bKD1aa06 .mbr-section-btn {
  color: #ffffff;
}
.cid-u3EsD1UYNG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u3EsD1UYNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3EsD1UYNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3EsD1UYNG .mbr-section-title {
  color: #ffffff;
}
.cid-u3EsD1UYNG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugb4GLZ9yh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugb4GLZ9yh img,
.cid-ugb4GLZ9yh .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ugb4GLZ9yh .item:focus,
.cid-ugb4GLZ9yh span:focus {
  outline: none;
}
.cid-ugb4GLZ9yh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugb4GLZ9yh .item {
    margin-bottom: 1rem;
  }
}
.cid-ugb4GLZ9yh .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ugb4GLZ9yh .item {
  padding: 0;
  margin: 0;
}
.cid-ugb4GLZ9yh .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugb4GLZ9yh .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ugb4GLZ9yh .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ugb4GLZ9yh .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ugb4GLZ9yh .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ugb4GLZ9yh .mbr-section-title {
  color: #000000;
}
.cid-ugb4GLZ9yh .item-title {
  text-align: left;
}
.cid-ugb4GLZ9yh .item-subtitle {
  text-align: left;
}
.cid-ugb4GLZ9yh .mbr-text,
.cid-ugb4GLZ9yh .item .mbr-section-btn {
  text-align: left;
}
.cid-ugb4GLZ9yh .content-head {
  max-width: 800px;
}
.cid-ugb4I782fG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugb4I782fG img,
.cid-ugb4I782fG .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ugb4I782fG .item:focus,
.cid-ugb4I782fG span:focus {
  outline: none;
}
.cid-ugb4I782fG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugb4I782fG .item {
    margin-bottom: 1rem;
  }
}
.cid-ugb4I782fG .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ugb4I782fG .item {
  padding: 0;
  margin: 0;
}
.cid-ugb4I782fG .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugb4I782fG .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ugb4I782fG .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ugb4I782fG .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ugb4I782fG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ugb4I782fG .mbr-section-title {
  color: #000000;
}
.cid-ugb4I782fG .item-title {
  text-align: left;
}
.cid-ugb4I782fG .item-subtitle {
  text-align: left;
}
.cid-ugb4I782fG .mbr-text,
.cid-ugb4I782fG .item .mbr-section-btn {
  text-align: left;
}
.cid-ugb4I782fG .content-head {
  max-width: 800px;
}
.cid-ugb4JbdpJh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugb4JbdpJh img,
.cid-ugb4JbdpJh .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ugb4JbdpJh .item:focus,
.cid-ugb4JbdpJh span:focus {
  outline: none;
}
.cid-ugb4JbdpJh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugb4JbdpJh .item {
    margin-bottom: 1rem;
  }
}
.cid-ugb4JbdpJh .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ugb4JbdpJh .item {
  padding: 0;
  margin: 0;
}
.cid-ugb4JbdpJh .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugb4JbdpJh .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ugb4JbdpJh .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ugb4JbdpJh .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ugb4JbdpJh .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ugb4JbdpJh .mbr-section-title {
  color: #000000;
}
.cid-ugb4JbdpJh .item-title {
  text-align: left;
}
.cid-ugb4JbdpJh .item-subtitle {
  text-align: left;
}
.cid-ugb4JbdpJh .mbr-text,
.cid-ugb4JbdpJh .item .mbr-section-btn {
  text-align: left;
}
.cid-ugb4JbdpJh .content-head {
  max-width: 800px;
}
.cid-ugb4K6B59e {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugb4K6B59e img,
.cid-ugb4K6B59e .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ugb4K6B59e .item:focus,
.cid-ugb4K6B59e span:focus {
  outline: none;
}
.cid-ugb4K6B59e .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugb4K6B59e .item {
    margin-bottom: 1rem;
  }
}
.cid-ugb4K6B59e .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ugb4K6B59e .item {
  padding: 0;
  margin: 0;
}
.cid-ugb4K6B59e .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugb4K6B59e .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ugb4K6B59e .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ugb4K6B59e .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ugb4K6B59e .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ugb4K6B59e .mbr-section-title {
  color: #000000;
}
.cid-ugb4K6B59e .item-title {
  text-align: left;
}
.cid-ugb4K6B59e .item-subtitle {
  text-align: left;
}
.cid-ugb4K6B59e .mbr-text,
.cid-ugb4K6B59e .item .mbr-section-btn {
  text-align: left;
}
.cid-ugb4K6B59e .content-head {
  max-width: 800px;
}
.cid-ugb4KXsCiS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugb4KXsCiS img,
.cid-ugb4KXsCiS .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ugb4KXsCiS .item:focus,
.cid-ugb4KXsCiS span:focus {
  outline: none;
}
.cid-ugb4KXsCiS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugb4KXsCiS .item {
    margin-bottom: 1rem;
  }
}
.cid-ugb4KXsCiS .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ugb4KXsCiS .item {
  padding: 0;
  margin: 0;
}
.cid-ugb4KXsCiS .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugb4KXsCiS .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ugb4KXsCiS .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ugb4KXsCiS .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ugb4KXsCiS .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ugb4KXsCiS .mbr-section-title {
  color: #000000;
}
.cid-ugb4KXsCiS .item-title {
  text-align: left;
}
.cid-ugb4KXsCiS .item-subtitle {
  text-align: left;
}
.cid-ugb4KXsCiS .mbr-text,
.cid-ugb4KXsCiS .item .mbr-section-btn {
  text-align: left;
}
.cid-ugb4KXsCiS .content-head {
  max-width: 800px;
}
.cid-ugb4LQFXOq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugb4LQFXOq img,
.cid-ugb4LQFXOq .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ugb4LQFXOq .item:focus,
.cid-ugb4LQFXOq span:focus {
  outline: none;
}
.cid-ugb4LQFXOq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugb4LQFXOq .item {
    margin-bottom: 1rem;
  }
}
.cid-ugb4LQFXOq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ugb4LQFXOq .item {
  padding: 0;
  margin: 0;
}
.cid-ugb4LQFXOq .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugb4LQFXOq .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ugb4LQFXOq .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ugb4LQFXOq .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ugb4LQFXOq .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ugb4LQFXOq .mbr-section-title {
  color: #000000;
}
.cid-ugb4LQFXOq .item-title {
  text-align: left;
}
.cid-ugb4LQFXOq .item-subtitle {
  text-align: left;
}
.cid-ugb4LQFXOq .mbr-text,
.cid-ugb4LQFXOq .item .mbr-section-btn {
  text-align: left;
}
.cid-ugb4LQFXOq .content-head {
  max-width: 800px;
}
.cid-u3Eskj6K8c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u3Eskj6K8c .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Eskj6K8c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3Eskj6K8c .mbr-description {
  text-align: left;
}
.cid-u3Eskj6K8c .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-u3Eskj6K8c .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u3Eskj6K8c .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-u3Eskj6K8c .card-title,
.cid-u3Eskj6K8c .iconfont-wrapper {
  color: #000000;
}
.cid-u3Eskj6K8c .card-text {
  color: #000000;
}
.cid-u3Eskj6K8c .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u3Eskj6K8c .mbr-number {
  color: #9fe870;
}
.cid-u3Eskj6K8c .mbr-text,
.cid-u3Eskj6K8c .mbr-section-btn {
  text-align: center;
}
.cid-u3Eskj6K8c .card-text,
.cid-u3Eskj6K8c .item .mbr-section-btn {
  text-align: left;
}
.cid-ugb4Oz3cUo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugb4Oz3cUo img,
.cid-ugb4Oz3cUo .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ugb4Oz3cUo .item:focus,
.cid-ugb4Oz3cUo span:focus {
  outline: none;
}
.cid-ugb4Oz3cUo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugb4Oz3cUo .item {
    margin-bottom: 1rem;
  }
}
.cid-ugb4Oz3cUo .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ugb4Oz3cUo .item {
  padding: 0;
  margin: 0;
}
.cid-ugb4Oz3cUo .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugb4Oz3cUo .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ugb4Oz3cUo .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ugb4Oz3cUo .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ugb4Oz3cUo .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ugb4Oz3cUo .mbr-section-title {
  color: #000000;
}
.cid-ugb4Oz3cUo .item-title {
  text-align: left;
}
.cid-ugb4Oz3cUo .item-subtitle {
  text-align: left;
}
.cid-ugb4Oz3cUo .mbr-text,
.cid-ugb4Oz3cUo .item .mbr-section-btn {
  text-align: left;
}
.cid-ugb4Oz3cUo .content-head {
  max-width: 800px;
}
.cid-ugb6kbi96W {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugb6kbi96W img,
.cid-ugb6kbi96W .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ugb6kbi96W .item:focus,
.cid-ugb6kbi96W span:focus {
  outline: none;
}
.cid-ugb6kbi96W .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugb6kbi96W .item {
    margin-bottom: 1rem;
  }
}
.cid-ugb6kbi96W .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ugb6kbi96W .item {
  padding: 0;
  margin: 0;
}
.cid-ugb6kbi96W .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugb6kbi96W .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ugb6kbi96W .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ugb6kbi96W .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ugb6kbi96W .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ugb6kbi96W .mbr-section-title {
  color: #000000;
}
.cid-ugb6kbi96W .item-title {
  text-align: left;
}
.cid-ugb6kbi96W .item-subtitle {
  text-align: left;
}
.cid-ugb6kbi96W .mbr-text,
.cid-ugb6kbi96W .item .mbr-section-btn {
  text-align: left;
}
.cid-ugb6kbi96W .content-head {
  max-width: 800px;
}
.cid-ugb6kZjegb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugb6kZjegb img,
.cid-ugb6kZjegb .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ugb6kZjegb .item:focus,
.cid-ugb6kZjegb span:focus {
  outline: none;
}
.cid-ugb6kZjegb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugb6kZjegb .item {
    margin-bottom: 1rem;
  }
}
.cid-ugb6kZjegb .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ugb6kZjegb .item {
  padding: 0;
  margin: 0;
}
.cid-ugb6kZjegb .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugb6kZjegb .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ugb6kZjegb .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ugb6kZjegb .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ugb6kZjegb .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ugb6kZjegb .mbr-section-title {
  color: #000000;
}
.cid-ugb6kZjegb .item-title {
  text-align: left;
}
.cid-ugb6kZjegb .item-subtitle {
  text-align: left;
}
.cid-ugb6kZjegb .mbr-text,
.cid-ugb6kZjegb .item .mbr-section-btn {
  text-align: left;
}
.cid-ugb6kZjegb .content-head {
  max-width: 800px;
}
.cid-ugb6lXK8cT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugb6lXK8cT img,
.cid-ugb6lXK8cT .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ugb6lXK8cT .item:focus,
.cid-ugb6lXK8cT span:focus {
  outline: none;
}
.cid-ugb6lXK8cT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugb6lXK8cT .item {
    margin-bottom: 1rem;
  }
}
.cid-ugb6lXK8cT .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ugb6lXK8cT .item {
  padding: 0;
  margin: 0;
}
.cid-ugb6lXK8cT .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugb6lXK8cT .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ugb6lXK8cT .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ugb6lXK8cT .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ugb6lXK8cT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ugb6lXK8cT .mbr-section-title {
  color: #000000;
}
.cid-ugb6lXK8cT .item-title {
  text-align: left;
}
.cid-ugb6lXK8cT .item-subtitle {
  text-align: left;
}
.cid-ugb6lXK8cT .mbr-text,
.cid-ugb6lXK8cT .item .mbr-section-btn {
  text-align: left;
}
.cid-ugb6lXK8cT .content-head {
  max-width: 800px;
}
.cid-u3Es3sNSUk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3Es3sNSUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Es3sNSUk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3Es3sNSUk .row {
  flex-direction: row-reverse;
}
.cid-u3Es3sNSUk .mbr-description {
  text-align: left;
}
.cid-u3szRIKSAj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3szRIKSAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3szRIKSAj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3szRIKSAj .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-u3szRIKSAj .footer-col {
    flex-direction: column;
  }
}
.cid-u3szRIKSAj .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u3szRIKSAj .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u3szRIKSAj .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u3szRIKSAj .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u3szRIKSAj .mbr-section-btn {
    text-align: center;
  }
}
.cid-u3szRIKSAj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u3szRIKSAj .soc-item {
  margin: 8px;
}
.cid-u3szRIKSAj .soc-item a:hover .mbr-iconfont,
.cid-u3szRIKSAj .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-u3szRIKSAj .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u3szRIKSAj .row {
    text-align: center;
  }
  .cid-u3szRIKSAj .social-row {
    justify-content: center;
  }
}
.cid-u3szRIKSAj .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-u3szRIKSAj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3szRIKSAj .list {
    margin-bottom: 0rem;
  }
}
.cid-u3szRIKSAj .mbr-text {
  color: #bbbbbb;
}
.cid-u3szRIKSAj .mbr-section-subtitle {
  color: #000000;
}
.cid-u3szRIKSAj .list,
.cid-u3szRIKSAj .item-wrap {
  color: #232323;
}
.cid-u3szRIKSAj .copyright {
  color: #000000;
}
.cid-u3sLZ9H3ER {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u3sLZ9H3ER .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u3sLZ9H3ER .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u3sLZ9H3ER .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3sLZ9H3ER .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u3sLZ9H3ER .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3sLZ9H3ER .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3sLZ9H3ER .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u3sLZ9H3ER .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u3sLZ9H3ER .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u3sLZ9H3ER .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u3sLZ9H3ER .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u3sLZ9H3ER .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u3sLZ9H3ER .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u3sLZ9H3ER .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u3sLZ9H3ER .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u3sLZ9H3ER .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u3sLZ9H3ER .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u3sLZ9H3ER .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u3sLZ9H3ER .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3sLZ9H3ER .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u3sLZ9H3ER .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u3sLZ9H3ER .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u3sLZ9H3ER .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3sLZ9H3ER .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u3sLZ9H3ER .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3sLZ9H3ER .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.cid-u3sLZ9H3ER .nav-item:focus,
.cid-u3sLZ9H3ER .nav-link:focus {
  outline: none;
}
.cid-u3sLZ9H3ER .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3sLZ9H3ER .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3sLZ9H3ER .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3sLZ9H3ER .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3sLZ9H3ER .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3sLZ9H3ER .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3sLZ9H3ER .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u3sLZ9H3ER .navbar.opened {
  transition: all 0.25s;
}
.cid-u3sLZ9H3ER .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3sLZ9H3ER .navbar .navbar-logo img {
  width: auto;
}
.cid-u3sLZ9H3ER .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u3sLZ9H3ER .navbar.collapsed {
  justify-content: center;
}
.cid-u3sLZ9H3ER .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3sLZ9H3ER .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3sLZ9H3ER .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-u3sLZ9H3ER .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3sLZ9H3ER .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3sLZ9H3ER .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u3sLZ9H3ER .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3sLZ9H3ER .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3sLZ9H3ER .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3sLZ9H3ER .navbar {
    min-height: 72px;
  }
  .cid-u3sLZ9H3ER .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u3sLZ9H3ER .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3sLZ9H3ER .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3sLZ9H3ER .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-u3sLZ9H3ER .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3sLZ9H3ER .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u3sLZ9H3ER .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3sLZ9H3ER .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3sLZ9H3ER .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u3sLZ9H3ER .dropdown-item.active,
.cid-u3sLZ9H3ER .dropdown-item:active {
  background-color: transparent;
}
.cid-u3sLZ9H3ER .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3sLZ9H3ER .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3sLZ9H3ER .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3sLZ9H3ER .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u3sLZ9H3ER .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u3sLZ9H3ER .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u3sLZ9H3ER ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3sLZ9H3ER .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u3sLZ9H3ER .navbar-buttons {
    text-align: left;
  }
}
.cid-u3sLZ9H3ER button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3sLZ9H3ER button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u3sLZ9H3ER button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3sLZ9H3ER button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3sLZ9H3ER button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3sLZ9H3ER button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3sLZ9H3ER nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3sLZ9H3ER nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3sLZ9H3ER nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3sLZ9H3ER nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3sLZ9H3ER .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
  position: fixed;
}
.cid-u3sLZ9H3ER .opacityScroll {
  background: #000000 !important;
}
.cid-u3sLZ9H3ER a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3sLZ9H3ER .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3sLZ9H3ER .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3sLZ9H3ER .navbar {
    height: 70px;
  }
  .cid-u3sLZ9H3ER .navbar.opened {
    height: auto;
  }
  .cid-u3sLZ9H3ER .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u3sLZ9H3ER .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u3sLZ9H3ER .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u3sLZ9H3ER .navbar-brand {
    margin-right: auto;
  }
  .cid-u3sLZ9H3ER .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u3sLZ9H3ER .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u3sLZ9H3ER .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u3sLZ9H3ER .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-u3sLZ9H3ER .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-u3sLZ9H3ER .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u5lHbqwoq6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u5lHbqwoq6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5lHbqwoq6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5lHbqwoq6 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u5lHbqwoq6 .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5lHbqwoq6 .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-u5lHbqwoq6 .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
.cid-u5lHbqwoq6 .wrap {
  background: url("../../../assets/images/38-2000x888.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-u5lHbqwoq6 .wrap .inner-wrap {
  padding: 40px;
}
.cid-u5lHbqwoq6 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5lHbqwoq6 .mbr-text {
  color: #000000;
}
.cid-u5lHbqwoq6 .mbr-text,
.cid-u5lHbqwoq6 .mbr-section-btn {
  color: #ffffff;
}
.cid-u3ExMcOB6i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3ExMcOB6i .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3ExMcOB6i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3ExMcOB6i .mbr-text {
  color: #000000;
}
.cid-u3ExMcOB6i .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u3ExMcOB6i .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-u3ExMcOB6i .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u3ExMcOB6i .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-u3ExMcOB6i .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3ExMcOB6i .main-button {
    margin-bottom: 2rem;
  }
}
.cid-u3ExMcOB6i .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-u3ExMcOB6i .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-u3ExMcOB6i .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-u3ExMcOB6i .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-u3ExMcOB6i .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-u3ExMcOB6i .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3ExMcOB6i .mbr-text UL {
  text-align: left;
}
.cid-u3ExMcOB6i .mbr-section-subtitle,
.cid-u3ExMcOB6i .main-button {
  color: #000000;
}
.cid-u3EzvHAKBV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u3EzvHAKBV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u3EzvHAKBV form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u3EzvHAKBV form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u3EzvHAKBV form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u3EzvHAKBV .content-head {
  max-width: 800px;
}
.cid-u3szRIKSAj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3szRIKSAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3szRIKSAj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3szRIKSAj .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-u3szRIKSAj .footer-col {
    flex-direction: column;
  }
}
.cid-u3szRIKSAj .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u3szRIKSAj .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u3szRIKSAj .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u3szRIKSAj .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u3szRIKSAj .mbr-section-btn {
    text-align: center;
  }
}
.cid-u3szRIKSAj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u3szRIKSAj .soc-item {
  margin: 8px;
}
.cid-u3szRIKSAj .soc-item a:hover .mbr-iconfont,
.cid-u3szRIKSAj .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-u3szRIKSAj .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u3szRIKSAj .row {
    text-align: center;
  }
  .cid-u3szRIKSAj .social-row {
    justify-content: center;
  }
}
.cid-u3szRIKSAj .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-u3szRIKSAj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3szRIKSAj .list {
    margin-bottom: 0rem;
  }
}
.cid-u3szRIKSAj .mbr-text {
  color: #bbbbbb;
}
.cid-u3szRIKSAj .mbr-section-subtitle {
  color: #000000;
}
.cid-u3szRIKSAj .list,
.cid-u3szRIKSAj .item-wrap {
  color: #232323;
}
.cid-u3szRIKSAj .copyright {
  color: #000000;
}
.cid-u3sLZ9H3ER {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u3sLZ9H3ER .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u3sLZ9H3ER .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u3sLZ9H3ER .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3sLZ9H3ER .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u3sLZ9H3ER .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3sLZ9H3ER .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3sLZ9H3ER .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u3sLZ9H3ER .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u3sLZ9H3ER .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u3sLZ9H3ER .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u3sLZ9H3ER .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u3sLZ9H3ER .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u3sLZ9H3ER .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u3sLZ9H3ER .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u3sLZ9H3ER .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u3sLZ9H3ER .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u3sLZ9H3ER .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u3sLZ9H3ER .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u3sLZ9H3ER .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3sLZ9H3ER .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u3sLZ9H3ER .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u3sLZ9H3ER .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u3sLZ9H3ER .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3sLZ9H3ER .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u3sLZ9H3ER .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3sLZ9H3ER .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.cid-u3sLZ9H3ER .nav-item:focus,
.cid-u3sLZ9H3ER .nav-link:focus {
  outline: none;
}
.cid-u3sLZ9H3ER .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3sLZ9H3ER .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3sLZ9H3ER .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3sLZ9H3ER .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3sLZ9H3ER .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3sLZ9H3ER .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3sLZ9H3ER .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u3sLZ9H3ER .navbar.opened {
  transition: all 0.25s;
}
.cid-u3sLZ9H3ER .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3sLZ9H3ER .navbar .navbar-logo img {
  width: auto;
}
.cid-u3sLZ9H3ER .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u3sLZ9H3ER .navbar.collapsed {
  justify-content: center;
}
.cid-u3sLZ9H3ER .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3sLZ9H3ER .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3sLZ9H3ER .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-u3sLZ9H3ER .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3sLZ9H3ER .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3sLZ9H3ER .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u3sLZ9H3ER .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3sLZ9H3ER .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3sLZ9H3ER .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3sLZ9H3ER .navbar {
    min-height: 72px;
  }
  .cid-u3sLZ9H3ER .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u3sLZ9H3ER .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3sLZ9H3ER .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3sLZ9H3ER .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-u3sLZ9H3ER .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3sLZ9H3ER .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u3sLZ9H3ER .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3sLZ9H3ER .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3sLZ9H3ER .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u3sLZ9H3ER .dropdown-item.active,
.cid-u3sLZ9H3ER .dropdown-item:active {
  background-color: transparent;
}
.cid-u3sLZ9H3ER .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3sLZ9H3ER .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3sLZ9H3ER .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3sLZ9H3ER .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u3sLZ9H3ER .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u3sLZ9H3ER .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u3sLZ9H3ER ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3sLZ9H3ER .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u3sLZ9H3ER .navbar-buttons {
    text-align: left;
  }
}
.cid-u3sLZ9H3ER button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3sLZ9H3ER button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u3sLZ9H3ER button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3sLZ9H3ER button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3sLZ9H3ER button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3sLZ9H3ER button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3sLZ9H3ER nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3sLZ9H3ER nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3sLZ9H3ER nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3sLZ9H3ER nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3sLZ9H3ER .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
  position: fixed;
}
.cid-u3sLZ9H3ER .opacityScroll {
  background: #000000 !important;
}
.cid-u3sLZ9H3ER a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3sLZ9H3ER .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3sLZ9H3ER .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3sLZ9H3ER .navbar {
    height: 70px;
  }
  .cid-u3sLZ9H3ER .navbar.opened {
    height: auto;
  }
  .cid-u3sLZ9H3ER .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u3sLZ9H3ER .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u3sLZ9H3ER .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u3sLZ9H3ER .navbar-brand {
    margin-right: auto;
  }
  .cid-u3sLZ9H3ER .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u3sLZ9H3ER .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u3sLZ9H3ER .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u3sLZ9H3ER .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u3sLZ9H3ER .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u3sLZ9H3ER .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-u3sLZ9H3ER .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-u3sLZ9H3ER .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u3EufA1MXY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u3EufA1MXY .row {
  flex-direction: row-reverse;
}
.cid-u3EufA1MXY .justify-content-center {
  align-items: center;
}
.cid-u3EufA1MXY .mbr-section-title {
  text-align: center;
}
.cid-u3EufA1MXY .mbr-text,
.cid-u3EufA1MXY .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u3EufA1MXY .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u3EufA1MXY .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3EufA1MXY .item-wrapper {
    padding: 4rem;
  }
}
.cid-u3szRIKSAj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3szRIKSAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3szRIKSAj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3szRIKSAj .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-u3szRIKSAj .footer-col {
    flex-direction: column;
  }
}
.cid-u3szRIKSAj .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u3szRIKSAj .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u3szRIKSAj .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u3szRIKSAj .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u3szRIKSAj .mbr-section-btn {
    text-align: center;
  }
}
.cid-u3szRIKSAj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u3szRIKSAj .soc-item {
  margin: 8px;
}
.cid-u3szRIKSAj .soc-item a:hover .mbr-iconfont,
.cid-u3szRIKSAj .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-u3szRIKSAj .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u3szRIKSAj .row {
    text-align: center;
  }
  .cid-u3szRIKSAj .social-row {
    justify-content: center;
  }
}
.cid-u3szRIKSAj .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-u3szRIKSAj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3szRIKSAj .list {
    margin-bottom: 0rem;
  }
}
.cid-u3szRIKSAj .mbr-text {
  color: #bbbbbb;
}
.cid-u3szRIKSAj .mbr-section-subtitle {
  color: #000000;
}
.cid-u3szRIKSAj .list,
.cid-u3szRIKSAj .item-wrap {
  color: #232323;
}
.cid-u3szRIKSAj .copyright {
  color: #000000;
}
.cid-u3KlVXwCP0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u3KlVXwCP0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u3KlVXwCP0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u3KlVXwCP0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3KlVXwCP0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u3KlVXwCP0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3KlVXwCP0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3KlVXwCP0 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u3KlVXwCP0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u3KlVXwCP0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u3KlVXwCP0 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u3KlVXwCP0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u3KlVXwCP0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u3KlVXwCP0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u3KlVXwCP0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u3KlVXwCP0 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u3KlVXwCP0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u3KlVXwCP0 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u3KlVXwCP0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u3KlVXwCP0 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3KlVXwCP0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u3KlVXwCP0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u3KlVXwCP0 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u3KlVXwCP0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3KlVXwCP0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u3KlVXwCP0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3KlVXwCP0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.cid-u3KlVXwCP0 .nav-item:focus,
.cid-u3KlVXwCP0 .nav-link:focus {
  outline: none;
}
.cid-u3KlVXwCP0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3KlVXwCP0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3KlVXwCP0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3KlVXwCP0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3KlVXwCP0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3KlVXwCP0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3KlVXwCP0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u3KlVXwCP0 .navbar.opened {
  transition: all 0.25s;
}
.cid-u3KlVXwCP0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3KlVXwCP0 .navbar .navbar-logo img {
  width: auto;
}
.cid-u3KlVXwCP0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u3KlVXwCP0 .navbar.collapsed {
  justify-content: center;
}
.cid-u3KlVXwCP0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3KlVXwCP0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3KlVXwCP0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-u3KlVXwCP0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3KlVXwCP0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3KlVXwCP0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u3KlVXwCP0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3KlVXwCP0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3KlVXwCP0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3KlVXwCP0 .navbar {
    min-height: 72px;
  }
  .cid-u3KlVXwCP0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u3KlVXwCP0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3KlVXwCP0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3KlVXwCP0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3KlVXwCP0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3KlVXwCP0 .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-u3KlVXwCP0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3KlVXwCP0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u3KlVXwCP0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3KlVXwCP0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3KlVXwCP0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u3KlVXwCP0 .dropdown-item.active,
.cid-u3KlVXwCP0 .dropdown-item:active {
  background-color: transparent;
}
.cid-u3KlVXwCP0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3KlVXwCP0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3KlVXwCP0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3KlVXwCP0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u3KlVXwCP0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u3KlVXwCP0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u3KlVXwCP0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3KlVXwCP0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u3KlVXwCP0 .navbar-buttons {
    text-align: left;
  }
}
.cid-u3KlVXwCP0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3KlVXwCP0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u3KlVXwCP0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3KlVXwCP0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3KlVXwCP0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3KlVXwCP0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3KlVXwCP0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3KlVXwCP0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3KlVXwCP0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3KlVXwCP0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3KlVXwCP0 .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
  position: fixed;
}
.cid-u3KlVXwCP0 .opacityScroll {
  background: #000000 !important;
}
.cid-u3KlVXwCP0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3KlVXwCP0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3KlVXwCP0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3KlVXwCP0 .navbar {
    height: 70px;
  }
  .cid-u3KlVXwCP0 .navbar.opened {
    height: auto;
  }
  .cid-u3KlVXwCP0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3KlVXwCP0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u3KlVXwCP0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u3KlVXwCP0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u3KlVXwCP0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u3KlVXwCP0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u3KlVXwCP0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u3KlVXwCP0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u3KlVXwCP0 .navbar-brand {
    margin-right: auto;
  }
  .cid-u3KlVXwCP0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u3KlVXwCP0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u3KlVXwCP0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u3KlVXwCP0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u3KlVXwCP0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u3KlVXwCP0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u3KlVXwCP0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u3KlVXwCP0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u3KlVXwCP0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u3KlVXwCP0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u3KlVXwCP0 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-u3KlVXwCP0 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-u3KlVXwCP0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u4TgfzBFoZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4TgfzBFoZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4TgfzBFoZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4TgfzBFoZ .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u4TgfzBFoZ .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u4TgfzBFoZ .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-u4TgfzBFoZ .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
.cid-u4TgfzBFoZ .wrap {
  background: url("../../../assets/images/27-1-2000x889.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-u4TgfzBFoZ .wrap .inner-wrap {
  padding: 40px;
}
.cid-u4TgfzBFoZ .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-u4TgfzBFoZ .mbr-text {
  color: #000000;
}
.cid-u4TgfzBFoZ .mbr-text,
.cid-u4TgfzBFoZ .mbr-section-btn {
  color: #ffffff;
}
.cid-u3KlW3BuBK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3KlW3BuBK img,
.cid-u3KlW3BuBK .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u3KlW3BuBK .item:focus,
.cid-u3KlW3BuBK span:focus {
  outline: none;
}
.cid-u3KlW3BuBK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3KlW3BuBK .item {
    margin-bottom: 1rem;
  }
}
.cid-u3KlW3BuBK .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u3KlW3BuBK .item {
  padding: 0;
  margin: 0;
}
.cid-u3KlW3BuBK .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u3KlW3BuBK .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u3KlW3BuBK .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u3KlW3BuBK .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u3KlW3BuBK .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u3KlW3BuBK .mbr-section-title {
  color: #000000;
}
.cid-u3KlW3BuBK .item-title {
  text-align: left;
}
.cid-u3KlW3BuBK .item-subtitle {
  text-align: left;
}
.cid-u3KlW3BuBK .mbr-text,
.cid-u3KlW3BuBK .item .mbr-section-btn {
  text-align: left;
}
.cid-u3KlW3BuBK .content-head {
  max-width: 800px;
}
.cid-u3KlW6vAQP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3KlW6vAQP img,
.cid-u3KlW6vAQP .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u3KlW6vAQP .item:focus,
.cid-u3KlW6vAQP span:focus {
  outline: none;
}
.cid-u3KlW6vAQP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3KlW6vAQP .item {
    margin-bottom: 1rem;
  }
}
.cid-u3KlW6vAQP .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u3KlW6vAQP .item {
  padding: 0;
  margin: 0;
}
.cid-u3KlW6vAQP .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u3KlW6vAQP .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u3KlW6vAQP .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u3KlW6vAQP .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u3KlW6vAQP .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u3KlW6vAQP .mbr-section-title {
  color: #000000;
}
.cid-u3KlW6vAQP .item-title {
  text-align: left;
}
.cid-u3KlW6vAQP .item-subtitle {
  text-align: left;
}
.cid-u3KlW6vAQP .mbr-text,
.cid-u3KlW6vAQP .item .mbr-section-btn {
  text-align: left;
}
.cid-u3KlW6vAQP .content-head {
  max-width: 800px;
}
.cid-u3KlWeP9MJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u3KlWeP9MJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3KlWeP9MJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3KlWeP9MJ .mbr-description {
  text-align: left;
}
.cid-u3KlWeP9MJ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-u3KlWeP9MJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u3KlWeP9MJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-u3KlWeP9MJ .card-title,
.cid-u3KlWeP9MJ .iconfont-wrapper {
  color: #000000;
}
.cid-u3KlWeP9MJ .card-text {
  color: #000000;
}
.cid-u3KlWeP9MJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u3KlWeP9MJ .mbr-number {
  color: #9fe870;
}
.cid-u3KlWeP9MJ .mbr-text,
.cid-u3KlWeP9MJ .mbr-section-btn {
  text-align: center;
}
.cid-u3KlWeP9MJ .card-text,
.cid-u3KlWeP9MJ .item .mbr-section-btn {
  text-align: left;
}
.cid-u3KlWgOHRl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3KlWgOHRl img,
.cid-u3KlWgOHRl .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u3KlWgOHRl .item:focus,
.cid-u3KlWgOHRl span:focus {
  outline: none;
}
.cid-u3KlWgOHRl .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3KlWgOHRl .item {
    margin-bottom: 1rem;
  }
}
.cid-u3KlWgOHRl .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u3KlWgOHRl .item {
  padding: 0;
  margin: 0;
}
.cid-u3KlWgOHRl .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u3KlWgOHRl .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u3KlWgOHRl .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u3KlWgOHRl .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u3KlWgOHRl .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u3KlWgOHRl .mbr-section-title {
  color: #000000;
}
.cid-u3KlWgOHRl .item-title {
  text-align: left;
}
.cid-u3KlWgOHRl .item-subtitle {
  text-align: left;
}
.cid-u3KlWgOHRl .mbr-text,
.cid-u3KlWgOHRl .item .mbr-section-btn {
  text-align: left;
}
.cid-u3KlWgOHRl .content-head {
  max-width: 800px;
}
.cid-u3KlWjdyVS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3KlWjdyVS img,
.cid-u3KlWjdyVS .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u3KlWjdyVS .item:focus,
.cid-u3KlWjdyVS span:focus {
  outline: none;
}
.cid-u3KlWjdyVS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3KlWjdyVS .item {
    margin-bottom: 1rem;
  }
}
.cid-u3KlWjdyVS .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u3KlWjdyVS .item {
  padding: 0;
  margin: 0;
}
.cid-u3KlWjdyVS .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u3KlWjdyVS .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u3KlWjdyVS .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u3KlWjdyVS .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u3KlWjdyVS .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u3KlWjdyVS .mbr-section-title {
  color: #000000;
}
.cid-u3KlWjdyVS .item-title {
  text-align: left;
}
.cid-u3KlWjdyVS .item-subtitle {
  text-align: left;
}
.cid-u3KlWjdyVS .mbr-text,
.cid-u3KlWjdyVS .item .mbr-section-btn {
  text-align: left;
}
.cid-u3KlWjdyVS .content-head {
  max-width: 800px;
}
.cid-u3KlWDpgj4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3KlWDpgj4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3KlWDpgj4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3KlWDpgj4 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-u3KlWDpgj4 .footer-col {
    flex-direction: column;
  }
}
.cid-u3KlWDpgj4 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u3KlWDpgj4 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u3KlWDpgj4 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u3KlWDpgj4 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u3KlWDpgj4 .mbr-section-btn {
    text-align: center;
  }
}
.cid-u3KlWDpgj4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u3KlWDpgj4 .soc-item {
  margin: 8px;
}
.cid-u3KlWDpgj4 .soc-item a:hover .mbr-iconfont,
.cid-u3KlWDpgj4 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-u3KlWDpgj4 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u3KlWDpgj4 .row {
    text-align: center;
  }
  .cid-u3KlWDpgj4 .social-row {
    justify-content: center;
  }
}
.cid-u3KlWDpgj4 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-u3KlWDpgj4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3KlWDpgj4 .list {
    margin-bottom: 0rem;
  }
}
.cid-u3KlWDpgj4 .mbr-text {
  color: #bbbbbb;
}
.cid-u3KlWDpgj4 .mbr-section-subtitle {
  color: #000000;
}
.cid-u3KlWDpgj4 .list,
.cid-u3KlWDpgj4 .item-wrap {
  color: #232323;
}
.cid-u3KlWDpgj4 .copyright {
  color: #000000;
}
.cid-u3KFq4s989 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u3KFq4s989 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u3KFq4s989 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u3KFq4s989 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3KFq4s989 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u3KFq4s989 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3KFq4s989 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3KFq4s989 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u3KFq4s989 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u3KFq4s989 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u3KFq4s989 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u3KFq4s989 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u3KFq4s989 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u3KFq4s989 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u3KFq4s989 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u3KFq4s989 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u3KFq4s989 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u3KFq4s989 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u3KFq4s989 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u3KFq4s989 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3KFq4s989 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u3KFq4s989 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u3KFq4s989 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u3KFq4s989 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3KFq4s989 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u3KFq4s989 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3KFq4s989 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.cid-u3KFq4s989 .nav-item:focus,
.cid-u3KFq4s989 .nav-link:focus {
  outline: none;
}
.cid-u3KFq4s989 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3KFq4s989 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3KFq4s989 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3KFq4s989 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3KFq4s989 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3KFq4s989 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3KFq4s989 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u3KFq4s989 .navbar.opened {
  transition: all 0.25s;
}
.cid-u3KFq4s989 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3KFq4s989 .navbar .navbar-logo img {
  width: auto;
}
.cid-u3KFq4s989 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u3KFq4s989 .navbar.collapsed {
  justify-content: center;
}
.cid-u3KFq4s989 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3KFq4s989 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3KFq4s989 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-u3KFq4s989 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3KFq4s989 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3KFq4s989 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u3KFq4s989 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3KFq4s989 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3KFq4s989 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3KFq4s989 .navbar {
    min-height: 72px;
  }
  .cid-u3KFq4s989 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u3KFq4s989 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3KFq4s989 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3KFq4s989 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3KFq4s989 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3KFq4s989 .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-u3KFq4s989 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3KFq4s989 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u3KFq4s989 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3KFq4s989 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3KFq4s989 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u3KFq4s989 .dropdown-item.active,
.cid-u3KFq4s989 .dropdown-item:active {
  background-color: transparent;
}
.cid-u3KFq4s989 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3KFq4s989 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3KFq4s989 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3KFq4s989 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u3KFq4s989 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u3KFq4s989 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u3KFq4s989 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3KFq4s989 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u3KFq4s989 .navbar-buttons {
    text-align: left;
  }
}
.cid-u3KFq4s989 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3KFq4s989 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u3KFq4s989 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3KFq4s989 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3KFq4s989 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3KFq4s989 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3KFq4s989 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3KFq4s989 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3KFq4s989 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3KFq4s989 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3KFq4s989 .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
  position: fixed;
}
.cid-u3KFq4s989 .opacityScroll {
  background: #000000 !important;
}
.cid-u3KFq4s989 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3KFq4s989 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3KFq4s989 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3KFq4s989 .navbar {
    height: 70px;
  }
  .cid-u3KFq4s989 .navbar.opened {
    height: auto;
  }
  .cid-u3KFq4s989 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3KFq4s989 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u3KFq4s989 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u3KFq4s989 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u3KFq4s989 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u3KFq4s989 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u3KFq4s989 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u3KFq4s989 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u3KFq4s989 .navbar-brand {
    margin-right: auto;
  }
  .cid-u3KFq4s989 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u3KFq4s989 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u3KFq4s989 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u3KFq4s989 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u3KFq4s989 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u3KFq4s989 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u3KFq4s989 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u3KFq4s989 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u3KFq4s989 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u3KFq4s989 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u3KFq4s989 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-u3KFq4s989 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-u3KFq4s989 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u4S0nlRBad {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4S0nlRBad .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4S0nlRBad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4S0nlRBad .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u4S0nlRBad .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u4S0nlRBad .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-u4S0nlRBad .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
.cid-u4S0nlRBad .wrap {
  background: url("../../../assets/images/24-1-2000x888.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-u4S0nlRBad .wrap .inner-wrap {
  padding: 40px;
}
.cid-u4S0nlRBad .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-u4S0nlRBad .mbr-text {
  color: #000000;
}
.cid-u4S0nlRBad .mbr-text,
.cid-u4S0nlRBad .mbr-section-btn {
  color: #ffffff;
}
.cid-u3KFq9X0Vv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3KFq9X0Vv img,
.cid-u3KFq9X0Vv .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u3KFq9X0Vv .item:focus,
.cid-u3KFq9X0Vv span:focus {
  outline: none;
}
.cid-u3KFq9X0Vv .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3KFq9X0Vv .item {
    margin-bottom: 1rem;
  }
}
.cid-u3KFq9X0Vv .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u3KFq9X0Vv .item {
  padding: 0;
  margin: 0;
}
.cid-u3KFq9X0Vv .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u3KFq9X0Vv .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u3KFq9X0Vv .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u3KFq9X0Vv .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u3KFq9X0Vv .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u3KFq9X0Vv .mbr-section-title {
  color: #000000;
}
.cid-u3KFq9X0Vv .item-title {
  text-align: left;
}
.cid-u3KFq9X0Vv .item-subtitle {
  text-align: left;
}
.cid-u3KFq9X0Vv .mbr-text,
.cid-u3KFq9X0Vv .item .mbr-section-btn {
  text-align: left;
}
.cid-u3KFq9X0Vv .content-head {
  max-width: 800px;
}
.cid-u3KFqbS4Qc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3KFqbS4Qc img,
.cid-u3KFqbS4Qc .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u3KFqbS4Qc .item:focus,
.cid-u3KFqbS4Qc span:focus {
  outline: none;
}
.cid-u3KFqbS4Qc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3KFqbS4Qc .item {
    margin-bottom: 1rem;
  }
}
.cid-u3KFqbS4Qc .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u3KFqbS4Qc .item {
  padding: 0;
  margin: 0;
}
.cid-u3KFqbS4Qc .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u3KFqbS4Qc .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u3KFqbS4Qc .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u3KFqbS4Qc .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u3KFqbS4Qc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u3KFqbS4Qc .mbr-section-title {
  color: #000000;
}
.cid-u3KFqbS4Qc .item-title {
  text-align: left;
}
.cid-u3KFqbS4Qc .item-subtitle {
  text-align: left;
}
.cid-u3KFqbS4Qc .mbr-text,
.cid-u3KFqbS4Qc .item .mbr-section-btn {
  text-align: left;
}
.cid-u3KFqbS4Qc .content-head {
  max-width: 800px;
}
.cid-u3KFqj4DKV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u3KFqj4DKV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3KFqj4DKV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3KFqj4DKV .mbr-description {
  text-align: left;
}
.cid-u3KFqj4DKV .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-u3KFqj4DKV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u3KFqj4DKV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-u3KFqj4DKV .card-title,
.cid-u3KFqj4DKV .iconfont-wrapper {
  color: #000000;
}
.cid-u3KFqj4DKV .card-text {
  color: #000000;
}
.cid-u3KFqj4DKV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u3KFqj4DKV .mbr-number {
  color: #9fe870;
}
.cid-u3KFqj4DKV .mbr-text,
.cid-u3KFqj4DKV .mbr-section-btn {
  text-align: center;
}
.cid-u3KFqj4DKV .card-text,
.cid-u3KFqj4DKV .item .mbr-section-btn {
  text-align: left;
}
.cid-u3KFqlehFb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3KFqlehFb img,
.cid-u3KFqlehFb .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u3KFqlehFb .item:focus,
.cid-u3KFqlehFb span:focus {
  outline: none;
}
.cid-u3KFqlehFb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3KFqlehFb .item {
    margin-bottom: 1rem;
  }
}
.cid-u3KFqlehFb .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u3KFqlehFb .item {
  padding: 0;
  margin: 0;
}
.cid-u3KFqlehFb .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u3KFqlehFb .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u3KFqlehFb .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u3KFqlehFb .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u3KFqlehFb .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u3KFqlehFb .mbr-section-title {
  color: #000000;
}
.cid-u3KFqlehFb .item-title {
  text-align: left;
}
.cid-u3KFqlehFb .item-subtitle {
  text-align: left;
}
.cid-u3KFqlehFb .mbr-text,
.cid-u3KFqlehFb .item .mbr-section-btn {
  text-align: left;
}
.cid-u3KFqlehFb .content-head {
  max-width: 800px;
}
.cid-u3KFqofKrX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3KFqofKrX img,
.cid-u3KFqofKrX .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u3KFqofKrX .item:focus,
.cid-u3KFqofKrX span:focus {
  outline: none;
}
.cid-u3KFqofKrX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3KFqofKrX .item {
    margin-bottom: 1rem;
  }
}
.cid-u3KFqofKrX .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u3KFqofKrX .item {
  padding: 0;
  margin: 0;
}
.cid-u3KFqofKrX .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u3KFqofKrX .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u3KFqofKrX .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u3KFqofKrX .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u3KFqofKrX .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u3KFqofKrX .mbr-section-title {
  color: #000000;
}
.cid-u3KFqofKrX .item-title {
  text-align: left;
}
.cid-u3KFqofKrX .item-subtitle {
  text-align: left;
}
.cid-u3KFqofKrX .mbr-text,
.cid-u3KFqofKrX .item .mbr-section-btn {
  text-align: left;
}
.cid-u3KFqofKrX .content-head {
  max-width: 800px;
}
.cid-u3KGeG22st {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3KGeG22st .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3KGeG22st .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3KGeG22st .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-u3KGeG22st .footer-col {
    flex-direction: column;
  }
}
.cid-u3KGeG22st .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u3KGeG22st .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u3KGeG22st .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u3KGeG22st .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u3KGeG22st .mbr-section-btn {
    text-align: center;
  }
}
.cid-u3KGeG22st .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u3KGeG22st .soc-item {
  margin: 8px;
}
.cid-u3KGeG22st .soc-item a:hover .mbr-iconfont,
.cid-u3KGeG22st .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-u3KGeG22st .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u3KGeG22st .row {
    text-align: center;
  }
  .cid-u3KGeG22st .social-row {
    justify-content: center;
  }
}
.cid-u3KGeG22st .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-u3KGeG22st .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3KGeG22st .list {
    margin-bottom: 0rem;
  }
}
.cid-u3KGeG22st .mbr-text {
  color: #bbbbbb;
}
.cid-u3KGeG22st .mbr-section-subtitle {
  color: #000000;
}
.cid-u3KGeG22st .list,
.cid-u3KGeG22st .item-wrap {
  color: #232323;
}
.cid-u3KGeG22st .copyright {
  color: #000000;
}
.cid-u3KTggo5iO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u3KTggo5iO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u3KTggo5iO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u3KTggo5iO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3KTggo5iO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u3KTggo5iO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3KTggo5iO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3KTggo5iO .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u3KTggo5iO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u3KTggo5iO .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u3KTggo5iO .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u3KTggo5iO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u3KTggo5iO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u3KTggo5iO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u3KTggo5iO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u3KTggo5iO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u3KTggo5iO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u3KTggo5iO .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u3KTggo5iO .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u3KTggo5iO .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3KTggo5iO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u3KTggo5iO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u3KTggo5iO .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u3KTggo5iO .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3KTggo5iO .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u3KTggo5iO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3KTggo5iO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.cid-u3KTggo5iO .nav-item:focus,
.cid-u3KTggo5iO .nav-link:focus {
  outline: none;
}
.cid-u3KTggo5iO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3KTggo5iO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3KTggo5iO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3KTggo5iO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3KTggo5iO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3KTggo5iO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3KTggo5iO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u3KTggo5iO .navbar.opened {
  transition: all 0.25s;
}
.cid-u3KTggo5iO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3KTggo5iO .navbar .navbar-logo img {
  width: auto;
}
.cid-u3KTggo5iO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u3KTggo5iO .navbar.collapsed {
  justify-content: center;
}
.cid-u3KTggo5iO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3KTggo5iO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3KTggo5iO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-u3KTggo5iO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3KTggo5iO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3KTggo5iO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u3KTggo5iO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3KTggo5iO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3KTggo5iO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3KTggo5iO .navbar {
    min-height: 72px;
  }
  .cid-u3KTggo5iO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u3KTggo5iO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3KTggo5iO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3KTggo5iO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3KTggo5iO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3KTggo5iO .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-u3KTggo5iO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3KTggo5iO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u3KTggo5iO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3KTggo5iO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3KTggo5iO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u3KTggo5iO .dropdown-item.active,
.cid-u3KTggo5iO .dropdown-item:active {
  background-color: transparent;
}
.cid-u3KTggo5iO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3KTggo5iO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3KTggo5iO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3KTggo5iO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u3KTggo5iO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u3KTggo5iO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u3KTggo5iO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3KTggo5iO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u3KTggo5iO .navbar-buttons {
    text-align: left;
  }
}
.cid-u3KTggo5iO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3KTggo5iO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u3KTggo5iO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3KTggo5iO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3KTggo5iO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3KTggo5iO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3KTggo5iO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3KTggo5iO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3KTggo5iO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3KTggo5iO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3KTggo5iO .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
  position: fixed;
}
.cid-u3KTggo5iO .opacityScroll {
  background: #000000 !important;
}
.cid-u3KTggo5iO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3KTggo5iO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3KTggo5iO .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3KTggo5iO .navbar {
    height: 70px;
  }
  .cid-u3KTggo5iO .navbar.opened {
    height: auto;
  }
  .cid-u3KTggo5iO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3KTggo5iO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u3KTggo5iO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u3KTggo5iO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u3KTggo5iO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u3KTggo5iO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u3KTggo5iO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u3KTggo5iO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u3KTggo5iO .navbar-brand {
    margin-right: auto;
  }
  .cid-u3KTggo5iO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u3KTggo5iO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u3KTggo5iO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u3KTggo5iO .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u3KTggo5iO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u3KTggo5iO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u3KTggo5iO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u3KTggo5iO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u3KTggo5iO .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u3KTggo5iO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u3KTggo5iO .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-u3KTggo5iO .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-u3KTggo5iO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u5lnweTtaS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u5lnweTtaS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5lnweTtaS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5lnweTtaS .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u5lnweTtaS .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5lnweTtaS .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-u5lnweTtaS .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
.cid-u5lnweTtaS .wrap {
  background: url("../../../assets/images/34-2000x891.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-u5lnweTtaS .wrap .inner-wrap {
  padding: 40px;
}
.cid-u5lnweTtaS .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5lnweTtaS .mbr-text {
  color: #000000;
}
.cid-u5lnweTtaS .mbr-text,
.cid-u5lnweTtaS .mbr-section-btn {
  color: #ffffff;
}
.cid-uodMZCKEx5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uodMZCKEx5 img,
.cid-uodMZCKEx5 .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uodMZCKEx5 .item:focus,
.cid-uodMZCKEx5 span:focus {
  outline: none;
}
.cid-uodMZCKEx5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uodMZCKEx5 .item {
    margin-bottom: 1rem;
  }
}
.cid-uodMZCKEx5 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uodMZCKEx5 .item {
  padding: 0;
  margin: 0;
}
.cid-uodMZCKEx5 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uodMZCKEx5 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uodMZCKEx5 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uodMZCKEx5 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uodMZCKEx5 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uodMZCKEx5 .mbr-section-title {
  color: #000000;
}
.cid-uodMZCKEx5 .item-title {
  text-align: left;
}
.cid-uodMZCKEx5 .item-subtitle {
  text-align: left;
}
.cid-uodMZCKEx5 .mbr-text,
.cid-uodMZCKEx5 .item .mbr-section-btn {
  text-align: left;
}
.cid-uodMZCKEx5 .content-head {
  max-width: 800px;
}
.cid-uodMXFU8nY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uodMXFU8nY img,
.cid-uodMXFU8nY .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uodMXFU8nY .item:focus,
.cid-uodMXFU8nY span:focus {
  outline: none;
}
.cid-uodMXFU8nY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uodMXFU8nY .item {
    margin-bottom: 1rem;
  }
}
.cid-uodMXFU8nY .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uodMXFU8nY .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uodMXFU8nY .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uodMXFU8nY .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uodMXFU8nY .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uodMXFU8nY .mbr-section-title {
  color: #000000;
}
.cid-uodMXFU8nY .item-title {
  text-align: left;
}
.cid-uodMXFU8nY .item-subtitle {
  text-align: left;
}
.cid-uodMXFU8nY .mbr-text,
.cid-uodMXFU8nY .item .mbr-section-btn {
  text-align: left;
}
.cid-uodMXFU8nY .content-head {
  max-width: 800px;
}
.cid-u3KTgtjf5x {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3KTgtjf5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3KTgtjf5x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3KTgtjf5x .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-u3KTgtjf5x .footer-col {
    flex-direction: column;
  }
}
.cid-u3KTgtjf5x .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u3KTgtjf5x .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u3KTgtjf5x .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u3KTgtjf5x .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u3KTgtjf5x .mbr-section-btn {
    text-align: center;
  }
}
.cid-u3KTgtjf5x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u3KTgtjf5x .soc-item {
  margin: 8px;
}
.cid-u3KTgtjf5x .soc-item a:hover .mbr-iconfont,
.cid-u3KTgtjf5x .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-u3KTgtjf5x .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u3KTgtjf5x .row {
    text-align: center;
  }
  .cid-u3KTgtjf5x .social-row {
    justify-content: center;
  }
}
.cid-u3KTgtjf5x .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-u3KTgtjf5x .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3KTgtjf5x .list {
    margin-bottom: 0rem;
  }
}
.cid-u3KTgtjf5x .mbr-text {
  color: #bbbbbb;
}
.cid-u3KTgtjf5x .mbr-section-subtitle {
  color: #000000;
}
.cid-u3KTgtjf5x .list,
.cid-u3KTgtjf5x .item-wrap {
  color: #232323;
}
.cid-u3KTgtjf5x .copyright {
  color: #000000;
}
.cid-u3VUFyPqBl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u3VUFyPqBl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u3VUFyPqBl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u3VUFyPqBl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3VUFyPqBl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u3VUFyPqBl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3VUFyPqBl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3VUFyPqBl .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u3VUFyPqBl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u3VUFyPqBl .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u3VUFyPqBl .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u3VUFyPqBl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u3VUFyPqBl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u3VUFyPqBl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u3VUFyPqBl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u3VUFyPqBl .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u3VUFyPqBl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u3VUFyPqBl .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u3VUFyPqBl .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u3VUFyPqBl .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3VUFyPqBl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u3VUFyPqBl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u3VUFyPqBl .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u3VUFyPqBl .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3VUFyPqBl .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u3VUFyPqBl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3VUFyPqBl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.cid-u3VUFyPqBl .nav-item:focus,
.cid-u3VUFyPqBl .nav-link:focus {
  outline: none;
}
.cid-u3VUFyPqBl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3VUFyPqBl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3VUFyPqBl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3VUFyPqBl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3VUFyPqBl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3VUFyPqBl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3VUFyPqBl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u3VUFyPqBl .navbar.opened {
  transition: all 0.25s;
}
.cid-u3VUFyPqBl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3VUFyPqBl .navbar .navbar-logo img {
  width: auto;
}
.cid-u3VUFyPqBl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u3VUFyPqBl .navbar.collapsed {
  justify-content: center;
}
.cid-u3VUFyPqBl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3VUFyPqBl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3VUFyPqBl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-u3VUFyPqBl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3VUFyPqBl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3VUFyPqBl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u3VUFyPqBl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3VUFyPqBl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3VUFyPqBl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3VUFyPqBl .navbar {
    min-height: 72px;
  }
  .cid-u3VUFyPqBl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u3VUFyPqBl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3VUFyPqBl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3VUFyPqBl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3VUFyPqBl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3VUFyPqBl .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-u3VUFyPqBl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3VUFyPqBl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u3VUFyPqBl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3VUFyPqBl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3VUFyPqBl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u3VUFyPqBl .dropdown-item.active,
.cid-u3VUFyPqBl .dropdown-item:active {
  background-color: transparent;
}
.cid-u3VUFyPqBl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3VUFyPqBl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3VUFyPqBl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3VUFyPqBl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u3VUFyPqBl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u3VUFyPqBl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u3VUFyPqBl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3VUFyPqBl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u3VUFyPqBl .navbar-buttons {
    text-align: left;
  }
}
.cid-u3VUFyPqBl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3VUFyPqBl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u3VUFyPqBl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3VUFyPqBl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3VUFyPqBl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3VUFyPqBl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3VUFyPqBl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3VUFyPqBl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3VUFyPqBl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3VUFyPqBl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3VUFyPqBl .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
  position: fixed;
}
.cid-u3VUFyPqBl .opacityScroll {
  background: #000000 !important;
}
.cid-u3VUFyPqBl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3VUFyPqBl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3VUFyPqBl .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3VUFyPqBl .navbar {
    height: 70px;
  }
  .cid-u3VUFyPqBl .navbar.opened {
    height: auto;
  }
  .cid-u3VUFyPqBl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3VUFyPqBl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u3VUFyPqBl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u3VUFyPqBl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u3VUFyPqBl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u3VUFyPqBl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u3VUFyPqBl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u3VUFyPqBl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u3VUFyPqBl .navbar-brand {
    margin-right: auto;
  }
  .cid-u3VUFyPqBl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u3VUFyPqBl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u3VUFyPqBl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u3VUFyPqBl .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u3VUFyPqBl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u3VUFyPqBl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u3VUFyPqBl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u3VUFyPqBl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u3VUFyPqBl .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u3VUFyPqBl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u3VUFyPqBl .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-u3VUFyPqBl .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-u3VUFyPqBl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u5lXkKePaP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u5lXkKePaP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5lXkKePaP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5lXkKePaP .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u5lXkKePaP .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5lXkKePaP .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-u5lXkKePaP .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
.cid-u5lXkKePaP .wrap {
  background: url("../../../assets/images/39-2000x888.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-u5lXkKePaP .wrap .inner-wrap {
  padding: 40px;
}
.cid-u5lXkKePaP .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5lXkKePaP .mbr-text {
  color: #000000;
}
.cid-u5lXkKePaP .mbr-text,
.cid-u5lXkKePaP .mbr-section-btn {
  color: #ffffff;
}
.cid-u3VUFCk6yf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u3VUFCk6yf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3VUFCk6yf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3VUFDQAju {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3VUFDQAju img,
.cid-u3VUFDQAju .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u3VUFDQAju .item:focus,
.cid-u3VUFDQAju span:focus {
  outline: none;
}
.cid-u3VUFDQAju .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3VUFDQAju .item {
    margin-bottom: 1rem;
  }
}
.cid-u3VUFDQAju .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u3VUFDQAju .item {
  padding: 0;
  margin: 0;
}
.cid-u3VUFDQAju .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u3VUFDQAju .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u3VUFDQAju .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u3VUFDQAju .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u3VUFDQAju .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u3VUFDQAju .mbr-section-title {
  color: #000000;
}
.cid-u3VUFDQAju .item-title {
  text-align: left;
}
.cid-u3VUFDQAju .item-subtitle {
  text-align: left;
}
.cid-u3VUFDQAju .mbr-text,
.cid-u3VUFDQAju .item .mbr-section-btn {
  text-align: left;
}
.cid-u3VUFDQAju .content-head {
  max-width: 800px;
}
.cid-u47suhhtHK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u47suhhtHK img,
.cid-u47suhhtHK .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u47suhhtHK .item:focus,
.cid-u47suhhtHK span:focus {
  outline: none;
}
.cid-u47suhhtHK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u47suhhtHK .item {
    margin-bottom: 1rem;
  }
}
.cid-u47suhhtHK .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u47suhhtHK .item {
  padding: 0;
  margin: 0;
}
.cid-u47suhhtHK .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u47suhhtHK .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u47suhhtHK .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u47suhhtHK .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u47suhhtHK .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u47suhhtHK .mbr-section-title {
  color: #000000;
}
.cid-u47suhhtHK .item-title {
  text-align: left;
}
.cid-u47suhhtHK .item-subtitle {
  text-align: left;
}
.cid-u47suhhtHK .mbr-text,
.cid-u47suhhtHK .item .mbr-section-btn {
  text-align: left;
}
.cid-u47suhhtHK .content-head {
  max-width: 800px;
}
.cid-u47sGnvjQN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u47sGnvjQN img,
.cid-u47sGnvjQN .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u47sGnvjQN .item:focus,
.cid-u47sGnvjQN span:focus {
  outline: none;
}
.cid-u47sGnvjQN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u47sGnvjQN .item {
    margin-bottom: 1rem;
  }
}
.cid-u47sGnvjQN .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u47sGnvjQN .item {
  padding: 0;
  margin: 0;
}
.cid-u47sGnvjQN .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u47sGnvjQN .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u47sGnvjQN .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u47sGnvjQN .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u47sGnvjQN .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u47sGnvjQN .mbr-section-title {
  color: #000000;
}
.cid-u47sGnvjQN .item-title {
  text-align: left;
}
.cid-u47sGnvjQN .item-subtitle {
  text-align: left;
}
.cid-u47sGnvjQN .mbr-text,
.cid-u47sGnvjQN .item .mbr-section-btn {
  text-align: left;
}
.cid-u47sGnvjQN .content-head {
  max-width: 800px;
}
.cid-u3VUFMyvTS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u3VUFMyvTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3VUFMyvTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3VUFMyvTS .mbr-description {
  text-align: left;
}
.cid-u3VUFMyvTS .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-u3VUFMyvTS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u3VUFMyvTS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-u3VUFMyvTS .card-title,
.cid-u3VUFMyvTS .iconfont-wrapper {
  color: #000000;
}
.cid-u3VUFMyvTS .card-text {
  color: #000000;
}
.cid-u3VUFMyvTS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u3VUFMyvTS .mbr-number {
  color: #9fe870;
}
.cid-u3VUFMyvTS .mbr-text,
.cid-u3VUFMyvTS .mbr-section-btn {
  text-align: center;
}
.cid-u3VUFMyvTS .card-text,
.cid-u3VUFMyvTS .item .mbr-section-btn {
  text-align: left;
}
.cid-u47uQNSjrv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u47uQNSjrv img,
.cid-u47uQNSjrv .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u47uQNSjrv .item:focus,
.cid-u47uQNSjrv span:focus {
  outline: none;
}
.cid-u47uQNSjrv .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u47uQNSjrv .item {
    margin-bottom: 1rem;
  }
}
.cid-u47uQNSjrv .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u47uQNSjrv .item {
  padding: 0;
  margin: 0;
}
.cid-u47uQNSjrv .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u47uQNSjrv .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u47uQNSjrv .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u47uQNSjrv .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u47uQNSjrv .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u47uQNSjrv .mbr-section-title {
  color: #000000;
}
.cid-u47uQNSjrv .item-title {
  text-align: left;
}
.cid-u47uQNSjrv .item-subtitle {
  text-align: left;
}
.cid-u47uQNSjrv .mbr-text,
.cid-u47uQNSjrv .item .mbr-section-btn {
  text-align: left;
}
.cid-u47uQNSjrv .content-head {
  max-width: 800px;
}
.cid-u47uVbnQzp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u47uVbnQzp img,
.cid-u47uVbnQzp .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u47uVbnQzp .item:focus,
.cid-u47uVbnQzp span:focus {
  outline: none;
}
.cid-u47uVbnQzp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u47uVbnQzp .item {
    margin-bottom: 1rem;
  }
}
.cid-u47uVbnQzp .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u47uVbnQzp .item {
  padding: 0;
  margin: 0;
}
.cid-u47uVbnQzp .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u47uVbnQzp .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u47uVbnQzp .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u47uVbnQzp .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u47uVbnQzp .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u47uVbnQzp .mbr-section-title {
  color: #000000;
}
.cid-u47uVbnQzp .item-title {
  text-align: left;
}
.cid-u47uVbnQzp .item-subtitle {
  text-align: left;
}
.cid-u47uVbnQzp .mbr-text,
.cid-u47uVbnQzp .item .mbr-section-btn {
  text-align: left;
}
.cid-u47uVbnQzp .content-head {
  max-width: 800px;
}
.cid-u47v889fSI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u47v889fSI img,
.cid-u47v889fSI .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u47v889fSI .item:focus,
.cid-u47v889fSI span:focus {
  outline: none;
}
.cid-u47v889fSI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u47v889fSI .item {
    margin-bottom: 1rem;
  }
}
.cid-u47v889fSI .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u47v889fSI .item {
  padding: 0;
  margin: 0;
}
.cid-u47v889fSI .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u47v889fSI .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u47v889fSI .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u47v889fSI .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u47v889fSI .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u47v889fSI .mbr-section-title {
  color: #000000;
}
.cid-u47v889fSI .item-title {
  text-align: left;
}
.cid-u47v889fSI .item-subtitle {
  text-align: left;
}
.cid-u47v889fSI .mbr-text,
.cid-u47v889fSI .item .mbr-section-btn {
  text-align: left;
}
.cid-u47v889fSI .content-head {
  max-width: 800px;
}
.cid-u47vd8Y937 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u47vd8Y937 img,
.cid-u47vd8Y937 .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u47vd8Y937 .item:focus,
.cid-u47vd8Y937 span:focus {
  outline: none;
}
.cid-u47vd8Y937 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u47vd8Y937 .item {
    margin-bottom: 1rem;
  }
}
.cid-u47vd8Y937 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u47vd8Y937 .item {
  padding: 0;
  margin: 0;
}
.cid-u47vd8Y937 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u47vd8Y937 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u47vd8Y937 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u47vd8Y937 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u47vd8Y937 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u47vd8Y937 .mbr-section-title {
  color: #000000;
}
.cid-u47vd8Y937 .item-title {
  text-align: left;
}
.cid-u47vd8Y937 .item-subtitle {
  text-align: left;
}
.cid-u47vd8Y937 .mbr-text,
.cid-u47vd8Y937 .item .mbr-section-btn {
  text-align: left;
}
.cid-u47vd8Y937 .content-head {
  max-width: 800px;
}
.cid-u47v3CoeSE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u47v3CoeSE img,
.cid-u47v3CoeSE .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u47v3CoeSE .item:focus,
.cid-u47v3CoeSE span:focus {
  outline: none;
}
.cid-u47v3CoeSE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u47v3CoeSE .item {
    margin-bottom: 1rem;
  }
}
.cid-u47v3CoeSE .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u47v3CoeSE .item {
  padding: 0;
  margin: 0;
}
.cid-u47v3CoeSE .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u47v3CoeSE .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u47v3CoeSE .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u47v3CoeSE .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u47v3CoeSE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u47v3CoeSE .mbr-section-title {
  color: #000000;
}
.cid-u47v3CoeSE .item-title {
  text-align: left;
}
.cid-u47v3CoeSE .item-subtitle {
  text-align: left;
}
.cid-u47v3CoeSE .mbr-text,
.cid-u47v3CoeSE .item .mbr-section-btn {
  text-align: left;
}
.cid-u47v3CoeSE .content-head {
  max-width: 800px;
}
.cid-u47Gey10RD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u47Gey10RD img,
.cid-u47Gey10RD .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u47Gey10RD .item:focus,
.cid-u47Gey10RD span:focus {
  outline: none;
}
.cid-u47Gey10RD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u47Gey10RD .item {
    margin-bottom: 1rem;
  }
}
.cid-u47Gey10RD .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u47Gey10RD .item {
  padding: 0;
  margin: 0;
}
.cid-u47Gey10RD .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u47Gey10RD .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u47Gey10RD .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u47Gey10RD .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u47Gey10RD .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u47Gey10RD .mbr-section-title {
  color: #000000;
}
.cid-u47Gey10RD .item-title {
  text-align: left;
}
.cid-u47Gey10RD .item-subtitle {
  text-align: left;
}
.cid-u47Gey10RD .mbr-text,
.cid-u47Gey10RD .item .mbr-section-btn {
  text-align: left;
}
.cid-u47Gey10RD .content-head {
  max-width: 800px;
}
.cid-u47Gjri9yw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u47Gjri9yw img,
.cid-u47Gjri9yw .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u47Gjri9yw .item:focus,
.cid-u47Gjri9yw span:focus {
  outline: none;
}
.cid-u47Gjri9yw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u47Gjri9yw .item {
    margin-bottom: 1rem;
  }
}
.cid-u47Gjri9yw .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u47Gjri9yw .item {
  padding: 0;
  margin: 0;
}
.cid-u47Gjri9yw .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u47Gjri9yw .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u47Gjri9yw .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u47Gjri9yw .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u47Gjri9yw .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u47Gjri9yw .mbr-section-title {
  color: #000000;
}
.cid-u47Gjri9yw .item-title {
  text-align: left;
}
.cid-u47Gjri9yw .item-subtitle {
  text-align: left;
}
.cid-u47Gjri9yw .mbr-text,
.cid-u47Gjri9yw .item .mbr-section-btn {
  text-align: left;
}
.cid-u47Gjri9yw .content-head {
  max-width: 800px;
}
.cid-u47GnHSrv6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u47GnHSrv6 img,
.cid-u47GnHSrv6 .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u47GnHSrv6 .item:focus,
.cid-u47GnHSrv6 span:focus {
  outline: none;
}
.cid-u47GnHSrv6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u47GnHSrv6 .item {
    margin-bottom: 1rem;
  }
}
.cid-u47GnHSrv6 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u47GnHSrv6 .item {
  padding: 0;
  margin: 0;
}
.cid-u47GnHSrv6 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u47GnHSrv6 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u47GnHSrv6 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u47GnHSrv6 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u47GnHSrv6 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u47GnHSrv6 .mbr-section-title {
  color: #000000;
}
.cid-u47GnHSrv6 .item-title {
  text-align: left;
}
.cid-u47GnHSrv6 .item-subtitle {
  text-align: left;
}
.cid-u47GnHSrv6 .mbr-text,
.cid-u47GnHSrv6 .item .mbr-section-btn {
  text-align: left;
}
.cid-u47GnHSrv6 .content-head {
  max-width: 800px;
}
.cid-u3VUG5KFn5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3VUG5KFn5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3VUG5KFn5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3VUG5KFn5 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-u3VUG5KFn5 .footer-col {
    flex-direction: column;
  }
}
.cid-u3VUG5KFn5 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u3VUG5KFn5 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u3VUG5KFn5 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u3VUG5KFn5 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u3VUG5KFn5 .mbr-section-btn {
    text-align: center;
  }
}
.cid-u3VUG5KFn5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u3VUG5KFn5 .soc-item {
  margin: 8px;
}
.cid-u3VUG5KFn5 .soc-item a:hover .mbr-iconfont,
.cid-u3VUG5KFn5 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-u3VUG5KFn5 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u3VUG5KFn5 .row {
    text-align: center;
  }
  .cid-u3VUG5KFn5 .social-row {
    justify-content: center;
  }
}
.cid-u3VUG5KFn5 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-u3VUG5KFn5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3VUG5KFn5 .list {
    margin-bottom: 0rem;
  }
}
.cid-u3VUG5KFn5 .mbr-text {
  color: #bbbbbb;
}
.cid-u3VUG5KFn5 .mbr-section-subtitle {
  color: #000000;
}
.cid-u3VUG5KFn5 .list,
.cid-u3VUG5KFn5 .item-wrap {
  color: #232323;
}
.cid-u3VUG5KFn5 .copyright {
  color: #000000;
}
.cid-u47QkPZfNB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u47QkPZfNB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u47QkPZfNB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u47QkPZfNB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u47QkPZfNB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u47QkPZfNB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u47QkPZfNB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u47QkPZfNB .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u47QkPZfNB .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u47QkPZfNB .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u47QkPZfNB .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u47QkPZfNB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u47QkPZfNB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u47QkPZfNB .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u47QkPZfNB .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u47QkPZfNB .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u47QkPZfNB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u47QkPZfNB .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u47QkPZfNB .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u47QkPZfNB .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u47QkPZfNB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u47QkPZfNB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u47QkPZfNB .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u47QkPZfNB .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u47QkPZfNB .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u47QkPZfNB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u47QkPZfNB .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.cid-u47QkPZfNB .nav-item:focus,
.cid-u47QkPZfNB .nav-link:focus {
  outline: none;
}
.cid-u47QkPZfNB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u47QkPZfNB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u47QkPZfNB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u47QkPZfNB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u47QkPZfNB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u47QkPZfNB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u47QkPZfNB .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u47QkPZfNB .navbar.opened {
  transition: all 0.25s;
}
.cid-u47QkPZfNB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u47QkPZfNB .navbar .navbar-logo img {
  width: auto;
}
.cid-u47QkPZfNB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u47QkPZfNB .navbar.collapsed {
  justify-content: center;
}
.cid-u47QkPZfNB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u47QkPZfNB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u47QkPZfNB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-u47QkPZfNB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u47QkPZfNB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u47QkPZfNB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u47QkPZfNB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u47QkPZfNB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u47QkPZfNB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u47QkPZfNB .navbar {
    min-height: 72px;
  }
  .cid-u47QkPZfNB .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u47QkPZfNB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u47QkPZfNB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u47QkPZfNB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u47QkPZfNB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u47QkPZfNB .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-u47QkPZfNB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u47QkPZfNB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u47QkPZfNB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u47QkPZfNB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u47QkPZfNB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u47QkPZfNB .dropdown-item.active,
.cid-u47QkPZfNB .dropdown-item:active {
  background-color: transparent;
}
.cid-u47QkPZfNB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u47QkPZfNB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u47QkPZfNB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u47QkPZfNB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u47QkPZfNB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u47QkPZfNB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u47QkPZfNB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u47QkPZfNB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u47QkPZfNB .navbar-buttons {
    text-align: left;
  }
}
.cid-u47QkPZfNB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u47QkPZfNB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u47QkPZfNB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u47QkPZfNB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u47QkPZfNB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u47QkPZfNB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u47QkPZfNB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u47QkPZfNB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u47QkPZfNB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u47QkPZfNB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u47QkPZfNB .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
  position: fixed;
}
.cid-u47QkPZfNB .opacityScroll {
  background: #000000 !important;
}
.cid-u47QkPZfNB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u47QkPZfNB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u47QkPZfNB .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u47QkPZfNB .navbar {
    height: 70px;
  }
  .cid-u47QkPZfNB .navbar.opened {
    height: auto;
  }
  .cid-u47QkPZfNB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u47QkPZfNB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u47QkPZfNB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u47QkPZfNB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u47QkPZfNB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u47QkPZfNB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u47QkPZfNB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u47QkPZfNB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u47QkPZfNB .navbar-brand {
    margin-right: auto;
  }
  .cid-u47QkPZfNB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u47QkPZfNB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u47QkPZfNB .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u47QkPZfNB .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u47QkPZfNB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u47QkPZfNB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u47QkPZfNB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u47QkPZfNB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u47QkPZfNB .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u47QkPZfNB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u47QkPZfNB .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-u47QkPZfNB .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-u47QkPZfNB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u5m6j3wdlo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u5m6j3wdlo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5m6j3wdlo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5m6j3wdlo .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u5m6j3wdlo .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5m6j3wdlo .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-u5m6j3wdlo .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
.cid-u5m6j3wdlo .wrap {
  background: url("../../../assets/images/40-1-2000x890.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-u5m6j3wdlo .wrap .inner-wrap {
  padding: 40px;
}
.cid-u5m6j3wdlo .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5m6j3wdlo .mbr-text {
  color: #000000;
}
.cid-u5m6j3wdlo .mbr-text,
.cid-u5m6j3wdlo .mbr-section-btn {
  color: #ffffff;
}
.cid-u47QkUx9nu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u47QkUx9nu img,
.cid-u47QkUx9nu .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u47QkUx9nu .item:focus,
.cid-u47QkUx9nu span:focus {
  outline: none;
}
.cid-u47QkUx9nu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u47QkUx9nu .item {
    margin-bottom: 1rem;
  }
}
.cid-u47QkUx9nu .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u47QkUx9nu .item {
  padding: 0;
  margin: 0;
}
.cid-u47QkUx9nu .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u47QkUx9nu .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u47QkUx9nu .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u47QkUx9nu .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u47QkUx9nu .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u47QkUx9nu .mbr-section-title {
  color: #000000;
}
.cid-u47QkUx9nu .item-title {
  text-align: left;
}
.cid-u47QkUx9nu .item-subtitle {
  text-align: left;
}
.cid-u47QkUx9nu .mbr-text,
.cid-u47QkUx9nu .item .mbr-section-btn {
  text-align: left;
}
.cid-u47QkUx9nu .content-head {
  max-width: 800px;
}
.cid-u47RXVrnFe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u47RXVrnFe img,
.cid-u47RXVrnFe .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u47RXVrnFe .item:focus,
.cid-u47RXVrnFe span:focus {
  outline: none;
}
.cid-u47RXVrnFe .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u47RXVrnFe .item {
    margin-bottom: 1rem;
  }
}
.cid-u47RXVrnFe .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u47RXVrnFe .item {
  padding: 0;
  margin: 0;
}
.cid-u47RXVrnFe .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u47RXVrnFe .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u47RXVrnFe .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u47RXVrnFe .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u47RXVrnFe .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u47RXVrnFe .mbr-section-title {
  color: #000000;
}
.cid-u47RXVrnFe .item-title {
  text-align: left;
}
.cid-u47RXVrnFe .item-subtitle {
  text-align: left;
}
.cid-u47RXVrnFe .mbr-text,
.cid-u47RXVrnFe .item .mbr-section-btn {
  text-align: left;
}
.cid-u47RXVrnFe .content-head {
  max-width: 800px;
}
.cid-u47Ql1B30R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u47Ql1B30R .mbr-fallback-image.disabled {
  display: none;
}
.cid-u47Ql1B30R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u47Ql1B30R .mbr-description {
  text-align: left;
}
.cid-u47Ql1B30R .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-u47Ql1B30R .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u47Ql1B30R .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-u47Ql1B30R .card-title,
.cid-u47Ql1B30R .iconfont-wrapper {
  color: #000000;
}
.cid-u47Ql1B30R .card-text {
  color: #000000;
}
.cid-u47Ql1B30R .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u47Ql1B30R .mbr-number {
  color: #9fe870;
}
.cid-u47Ql1B30R .mbr-text,
.cid-u47Ql1B30R .mbr-section-btn {
  text-align: center;
}
.cid-u47Ql1B30R .card-text,
.cid-u47Ql1B30R .item .mbr-section-btn {
  text-align: left;
}
.cid-u47RYNbbVG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u47RYNbbVG img,
.cid-u47RYNbbVG .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u47RYNbbVG .item:focus,
.cid-u47RYNbbVG span:focus {
  outline: none;
}
.cid-u47RYNbbVG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u47RYNbbVG .item {
    margin-bottom: 1rem;
  }
}
.cid-u47RYNbbVG .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u47RYNbbVG .item {
  padding: 0;
  margin: 0;
}
.cid-u47RYNbbVG .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u47RYNbbVG .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u47RYNbbVG .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u47RYNbbVG .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u47RYNbbVG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u47RYNbbVG .mbr-section-title {
  color: #000000;
}
.cid-u47RYNbbVG .item-title {
  text-align: left;
}
.cid-u47RYNbbVG .item-subtitle {
  text-align: left;
}
.cid-u47RYNbbVG .mbr-text,
.cid-u47RYNbbVG .item .mbr-section-btn {
  text-align: left;
}
.cid-u47RYNbbVG .content-head {
  max-width: 800px;
}
.cid-u47RZBMsOi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u47RZBMsOi img,
.cid-u47RZBMsOi .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u47RZBMsOi .item:focus,
.cid-u47RZBMsOi span:focus {
  outline: none;
}
.cid-u47RZBMsOi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u47RZBMsOi .item {
    margin-bottom: 1rem;
  }
}
.cid-u47RZBMsOi .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u47RZBMsOi .item {
  padding: 0;
  margin: 0;
}
.cid-u47RZBMsOi .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u47RZBMsOi .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u47RZBMsOi .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u47RZBMsOi .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u47RZBMsOi .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u47RZBMsOi .mbr-section-title {
  color: #000000;
}
.cid-u47RZBMsOi .item-title {
  text-align: left;
}
.cid-u47RZBMsOi .item-subtitle {
  text-align: left;
}
.cid-u47RZBMsOi .mbr-text,
.cid-u47RZBMsOi .item .mbr-section-btn {
  text-align: left;
}
.cid-u47RZBMsOi .content-head {
  max-width: 800px;
}
.cid-u47QlnqOiU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u47QlnqOiU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u47QlnqOiU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u47QlnqOiU .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-u47QlnqOiU .footer-col {
    flex-direction: column;
  }
}
.cid-u47QlnqOiU .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u47QlnqOiU .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u47QlnqOiU .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u47QlnqOiU .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u47QlnqOiU .mbr-section-btn {
    text-align: center;
  }
}
.cid-u47QlnqOiU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u47QlnqOiU .soc-item {
  margin: 8px;
}
.cid-u47QlnqOiU .soc-item a:hover .mbr-iconfont,
.cid-u47QlnqOiU .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-u47QlnqOiU .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u47QlnqOiU .row {
    text-align: center;
  }
  .cid-u47QlnqOiU .social-row {
    justify-content: center;
  }
}
.cid-u47QlnqOiU .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-u47QlnqOiU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u47QlnqOiU .list {
    margin-bottom: 0rem;
  }
}
.cid-u47QlnqOiU .mbr-text {
  color: #bbbbbb;
}
.cid-u47QlnqOiU .mbr-section-subtitle {
  color: #000000;
}
.cid-u47QlnqOiU .list,
.cid-u47QlnqOiU .item-wrap {
  color: #232323;
}
.cid-u47QlnqOiU .copyright {
  color: #000000;
}
.cid-u47WrJcTsB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u47WrJcTsB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u47WrJcTsB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u47WrJcTsB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u47WrJcTsB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u47WrJcTsB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u47WrJcTsB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u47WrJcTsB .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u47WrJcTsB .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u47WrJcTsB .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u47WrJcTsB .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u47WrJcTsB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u47WrJcTsB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u47WrJcTsB .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u47WrJcTsB .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u47WrJcTsB .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u47WrJcTsB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u47WrJcTsB .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u47WrJcTsB .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u47WrJcTsB .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u47WrJcTsB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u47WrJcTsB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u47WrJcTsB .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u47WrJcTsB .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u47WrJcTsB .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u47WrJcTsB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u47WrJcTsB .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.cid-u47WrJcTsB .nav-item:focus,
.cid-u47WrJcTsB .nav-link:focus {
  outline: none;
}
.cid-u47WrJcTsB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u47WrJcTsB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u47WrJcTsB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u47WrJcTsB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u47WrJcTsB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u47WrJcTsB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u47WrJcTsB .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u47WrJcTsB .navbar.opened {
  transition: all 0.25s;
}
.cid-u47WrJcTsB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u47WrJcTsB .navbar .navbar-logo img {
  width: auto;
}
.cid-u47WrJcTsB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u47WrJcTsB .navbar.collapsed {
  justify-content: center;
}
.cid-u47WrJcTsB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u47WrJcTsB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u47WrJcTsB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-u47WrJcTsB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u47WrJcTsB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u47WrJcTsB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u47WrJcTsB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u47WrJcTsB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u47WrJcTsB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u47WrJcTsB .navbar {
    min-height: 72px;
  }
  .cid-u47WrJcTsB .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u47WrJcTsB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u47WrJcTsB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u47WrJcTsB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u47WrJcTsB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u47WrJcTsB .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-u47WrJcTsB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u47WrJcTsB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u47WrJcTsB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u47WrJcTsB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u47WrJcTsB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u47WrJcTsB .dropdown-item.active,
.cid-u47WrJcTsB .dropdown-item:active {
  background-color: transparent;
}
.cid-u47WrJcTsB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u47WrJcTsB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u47WrJcTsB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u47WrJcTsB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u47WrJcTsB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u47WrJcTsB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u47WrJcTsB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u47WrJcTsB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u47WrJcTsB .navbar-buttons {
    text-align: left;
  }
}
.cid-u47WrJcTsB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u47WrJcTsB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u47WrJcTsB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u47WrJcTsB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u47WrJcTsB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u47WrJcTsB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u47WrJcTsB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u47WrJcTsB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u47WrJcTsB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u47WrJcTsB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u47WrJcTsB .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
  position: fixed;
}
.cid-u47WrJcTsB .opacityScroll {
  background: #000000 !important;
}
.cid-u47WrJcTsB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u47WrJcTsB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u47WrJcTsB .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u47WrJcTsB .navbar {
    height: 70px;
  }
  .cid-u47WrJcTsB .navbar.opened {
    height: auto;
  }
  .cid-u47WrJcTsB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u47WrJcTsB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u47WrJcTsB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u47WrJcTsB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u47WrJcTsB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u47WrJcTsB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u47WrJcTsB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u47WrJcTsB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u47WrJcTsB .navbar-brand {
    margin-right: auto;
  }
  .cid-u47WrJcTsB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u47WrJcTsB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u47WrJcTsB .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u47WrJcTsB .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u47WrJcTsB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u47WrJcTsB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u47WrJcTsB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u47WrJcTsB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u47WrJcTsB .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u47WrJcTsB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u47WrJcTsB .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-u47WrJcTsB .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-u47WrJcTsB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u4Tik4kUEE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4Tik4kUEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4Tik4kUEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4Tik4kUEE .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u4Tik4kUEE .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u4Tik4kUEE .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-u4Tik4kUEE .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
.cid-u4Tik4kUEE .wrap {
  background: url("../../../assets/images/26-2000x889.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-u4Tik4kUEE .wrap .inner-wrap {
  padding: 40px;
}
.cid-u4Tik4kUEE .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-u4Tik4kUEE .mbr-text {
  color: #000000;
}
.cid-u4Tik4kUEE .mbr-text,
.cid-u4Tik4kUEE .mbr-section-btn {
  color: #ffffff;
}
.cid-u47WrMw0En {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u47WrMw0En img,
.cid-u47WrMw0En .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u47WrMw0En .item:focus,
.cid-u47WrMw0En span:focus {
  outline: none;
}
.cid-u47WrMw0En .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u47WrMw0En .item {
    margin-bottom: 1rem;
  }
}
.cid-u47WrMw0En .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u47WrMw0En .item {
  padding: 0;
  margin: 0;
}
.cid-u47WrMw0En .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u47WrMw0En .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u47WrMw0En .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u47WrMw0En .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u47WrMw0En .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u47WrMw0En .mbr-section-title {
  color: #000000;
}
.cid-u47WrMw0En .item-title {
  text-align: left;
}
.cid-u47WrMw0En .item-subtitle {
  text-align: left;
}
.cid-u47WrMw0En .mbr-text,
.cid-u47WrMw0En .item .mbr-section-btn {
  text-align: left;
}
.cid-u47WrMw0En .content-head {
  max-width: 800px;
}
.cid-u47ZN8vnRL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u47ZN8vnRL img,
.cid-u47ZN8vnRL .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u47ZN8vnRL .item:focus,
.cid-u47ZN8vnRL span:focus {
  outline: none;
}
.cid-u47ZN8vnRL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u47ZN8vnRL .item {
    margin-bottom: 1rem;
  }
}
.cid-u47ZN8vnRL .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u47ZN8vnRL .item {
  padding: 0;
  margin: 0;
}
.cid-u47ZN8vnRL .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u47ZN8vnRL .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u47ZN8vnRL .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u47ZN8vnRL .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u47ZN8vnRL .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u47ZN8vnRL .mbr-section-title {
  color: #000000;
}
.cid-u47ZN8vnRL .item-title {
  text-align: left;
}
.cid-u47ZN8vnRL .item-subtitle {
  text-align: left;
}
.cid-u47ZN8vnRL .mbr-text,
.cid-u47ZN8vnRL .item .mbr-section-btn {
  text-align: left;
}
.cid-u47ZN8vnRL .content-head {
  max-width: 800px;
}
.cid-u47WrQDnU1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u47WrQDnU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u47WrQDnU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u47WrQDnU1 .mbr-description {
  text-align: left;
}
.cid-u47WrQDnU1 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-u47WrQDnU1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u47WrQDnU1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-u47WrQDnU1 .card-title,
.cid-u47WrQDnU1 .iconfont-wrapper {
  color: #000000;
}
.cid-u47WrQDnU1 .card-text {
  color: #000000;
}
.cid-u47WrQDnU1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u47WrQDnU1 .mbr-number {
  color: #9fe870;
}
.cid-u47WrQDnU1 .mbr-text,
.cid-u47WrQDnU1 .mbr-section-btn {
  text-align: center;
}
.cid-u47WrQDnU1 .card-text,
.cid-u47WrQDnU1 .item .mbr-section-btn {
  text-align: left;
}
.cid-u47ZObTc5c {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u47ZObTc5c img,
.cid-u47ZObTc5c .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u47ZObTc5c .item:focus,
.cid-u47ZObTc5c span:focus {
  outline: none;
}
.cid-u47ZObTc5c .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u47ZObTc5c .item {
    margin-bottom: 1rem;
  }
}
.cid-u47ZObTc5c .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u47ZObTc5c .item {
  padding: 0;
  margin: 0;
}
.cid-u47ZObTc5c .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u47ZObTc5c .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u47ZObTc5c .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u47ZObTc5c .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u47ZObTc5c .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u47ZObTc5c .mbr-section-title {
  color: #000000;
}
.cid-u47ZObTc5c .item-title {
  text-align: left;
}
.cid-u47ZObTc5c .item-subtitle {
  text-align: left;
}
.cid-u47ZObTc5c .mbr-text,
.cid-u47ZObTc5c .item .mbr-section-btn {
  text-align: left;
}
.cid-u47ZObTc5c .content-head {
  max-width: 800px;
}
.cid-u47ZPg8poP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u47ZPg8poP img,
.cid-u47ZPg8poP .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u47ZPg8poP .item:focus,
.cid-u47ZPg8poP span:focus {
  outline: none;
}
.cid-u47ZPg8poP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u47ZPg8poP .item {
    margin-bottom: 1rem;
  }
}
.cid-u47ZPg8poP .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u47ZPg8poP .item {
  padding: 0;
  margin: 0;
}
.cid-u47ZPg8poP .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u47ZPg8poP .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u47ZPg8poP .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u47ZPg8poP .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u47ZPg8poP .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u47ZPg8poP .mbr-section-title {
  color: #000000;
}
.cid-u47ZPg8poP .item-title {
  text-align: left;
}
.cid-u47ZPg8poP .item-subtitle {
  text-align: left;
}
.cid-u47ZPg8poP .mbr-text,
.cid-u47ZPg8poP .item .mbr-section-btn {
  text-align: left;
}
.cid-u47ZPg8poP .content-head {
  max-width: 800px;
}
.cid-u47WrWtNW6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u47WrWtNW6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u47WrWtNW6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u47WrWtNW6 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-u47WrWtNW6 .footer-col {
    flex-direction: column;
  }
}
.cid-u47WrWtNW6 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u47WrWtNW6 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u47WrWtNW6 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u47WrWtNW6 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u47WrWtNW6 .mbr-section-btn {
    text-align: center;
  }
}
.cid-u47WrWtNW6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u47WrWtNW6 .soc-item {
  margin: 8px;
}
.cid-u47WrWtNW6 .soc-item a:hover .mbr-iconfont,
.cid-u47WrWtNW6 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-u47WrWtNW6 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u47WrWtNW6 .row {
    text-align: center;
  }
  .cid-u47WrWtNW6 .social-row {
    justify-content: center;
  }
}
.cid-u47WrWtNW6 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-u47WrWtNW6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u47WrWtNW6 .list {
    margin-bottom: 0rem;
  }
}
.cid-u47WrWtNW6 .mbr-text {
  color: #bbbbbb;
}
.cid-u47WrWtNW6 .mbr-section-subtitle {
  color: #000000;
}
.cid-u47WrWtNW6 .list,
.cid-u47WrWtNW6 .item-wrap {
  color: #232323;
}
.cid-u47WrWtNW6 .copyright {
  color: #000000;
}
.cid-u487niUkTx {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u487niUkTx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u487niUkTx .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u487niUkTx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u487niUkTx .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u487niUkTx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u487niUkTx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u487niUkTx .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u487niUkTx .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u487niUkTx .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u487niUkTx .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u487niUkTx .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u487niUkTx .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u487niUkTx .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u487niUkTx .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u487niUkTx .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u487niUkTx .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u487niUkTx .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u487niUkTx .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u487niUkTx .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u487niUkTx .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u487niUkTx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u487niUkTx .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u487niUkTx .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u487niUkTx .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u487niUkTx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u487niUkTx .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.cid-u487niUkTx .nav-item:focus,
.cid-u487niUkTx .nav-link:focus {
  outline: none;
}
.cid-u487niUkTx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u487niUkTx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u487niUkTx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u487niUkTx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u487niUkTx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u487niUkTx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u487niUkTx .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u487niUkTx .navbar.opened {
  transition: all 0.25s;
}
.cid-u487niUkTx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u487niUkTx .navbar .navbar-logo img {
  width: auto;
}
.cid-u487niUkTx .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u487niUkTx .navbar.collapsed {
  justify-content: center;
}
.cid-u487niUkTx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u487niUkTx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u487niUkTx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-u487niUkTx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u487niUkTx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u487niUkTx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u487niUkTx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u487niUkTx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u487niUkTx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u487niUkTx .navbar {
    min-height: 72px;
  }
  .cid-u487niUkTx .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u487niUkTx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u487niUkTx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u487niUkTx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u487niUkTx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u487niUkTx .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-u487niUkTx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u487niUkTx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u487niUkTx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u487niUkTx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u487niUkTx .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u487niUkTx .dropdown-item.active,
.cid-u487niUkTx .dropdown-item:active {
  background-color: transparent;
}
.cid-u487niUkTx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u487niUkTx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u487niUkTx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u487niUkTx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u487niUkTx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u487niUkTx .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u487niUkTx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u487niUkTx .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u487niUkTx .navbar-buttons {
    text-align: left;
  }
}
.cid-u487niUkTx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u487niUkTx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u487niUkTx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u487niUkTx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u487niUkTx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u487niUkTx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u487niUkTx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u487niUkTx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u487niUkTx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u487niUkTx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u487niUkTx .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
  position: fixed;
}
.cid-u487niUkTx .opacityScroll {
  background: #000000 !important;
}
.cid-u487niUkTx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u487niUkTx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u487niUkTx .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u487niUkTx .navbar {
    height: 70px;
  }
  .cid-u487niUkTx .navbar.opened {
    height: auto;
  }
  .cid-u487niUkTx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u487niUkTx .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u487niUkTx .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u487niUkTx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u487niUkTx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u487niUkTx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u487niUkTx .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u487niUkTx .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u487niUkTx .navbar-brand {
    margin-right: auto;
  }
  .cid-u487niUkTx .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u487niUkTx .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u487niUkTx .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u487niUkTx .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u487niUkTx .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u487niUkTx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u487niUkTx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u487niUkTx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u487niUkTx .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u487niUkTx .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u487niUkTx .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-u487niUkTx .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-u487niUkTx .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u5lGAwm00a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u5lGAwm00a .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5lGAwm00a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5lGAwm00a .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u5lGAwm00a .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5lGAwm00a .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-u5lGAwm00a .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
.cid-u5lGAwm00a .wrap {
  background: url("../../../assets/images/35-2000x890.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-u5lGAwm00a .wrap .inner-wrap {
  padding: 40px;
}
.cid-u5lGAwm00a .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5lGAwm00a .mbr-text {
  color: #000000;
}
.cid-u5lGAwm00a .mbr-text,
.cid-u5lGAwm00a .mbr-section-btn {
  color: #ffffff;
}
.cid-uodOPrn5Nk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uodOPrn5Nk img,
.cid-uodOPrn5Nk .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uodOPrn5Nk .item:focus,
.cid-uodOPrn5Nk span:focus {
  outline: none;
}
.cid-uodOPrn5Nk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uodOPrn5Nk .item {
    margin-bottom: 1rem;
  }
}
.cid-uodOPrn5Nk .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uodOPrn5Nk .item {
  padding: 0;
  margin: 0;
}
.cid-uodOPrn5Nk .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uodOPrn5Nk .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uodOPrn5Nk .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uodOPrn5Nk .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uodOPrn5Nk .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uodOPrn5Nk .mbr-section-title {
  color: #000000;
}
.cid-uodOPrn5Nk .item-title {
  text-align: left;
}
.cid-uodOPrn5Nk .item-subtitle {
  text-align: left;
}
.cid-uodOPrn5Nk .mbr-text,
.cid-uodOPrn5Nk .item .mbr-section-btn {
  text-align: left;
}
.cid-uodOPrn5Nk .content-head {
  max-width: 800px;
}
.cid-uodOQPzMmN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uodOQPzMmN img,
.cid-uodOQPzMmN .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uodOQPzMmN .item:focus,
.cid-uodOQPzMmN span:focus {
  outline: none;
}
.cid-uodOQPzMmN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uodOQPzMmN .item {
    margin-bottom: 1rem;
  }
}
.cid-uodOQPzMmN .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uodOQPzMmN .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uodOQPzMmN .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uodOQPzMmN .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uodOQPzMmN .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uodOQPzMmN .mbr-section-title {
  color: #000000;
}
.cid-uodOQPzMmN .item-title {
  text-align: left;
}
.cid-uodOQPzMmN .item-subtitle {
  text-align: left;
}
.cid-uodOQPzMmN .mbr-text,
.cid-uodOQPzMmN .item .mbr-section-btn {
  text-align: left;
}
.cid-uodOQPzMmN .content-head {
  max-width: 800px;
}
.cid-u487nxxVE9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u487nxxVE9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u487nxxVE9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u487nxxVE9 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-u487nxxVE9 .footer-col {
    flex-direction: column;
  }
}
.cid-u487nxxVE9 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u487nxxVE9 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u487nxxVE9 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u487nxxVE9 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u487nxxVE9 .mbr-section-btn {
    text-align: center;
  }
}
.cid-u487nxxVE9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u487nxxVE9 .soc-item {
  margin: 8px;
}
.cid-u487nxxVE9 .soc-item a:hover .mbr-iconfont,
.cid-u487nxxVE9 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-u487nxxVE9 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u487nxxVE9 .row {
    text-align: center;
  }
  .cid-u487nxxVE9 .social-row {
    justify-content: center;
  }
}
.cid-u487nxxVE9 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-u487nxxVE9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u487nxxVE9 .list {
    margin-bottom: 0rem;
  }
}
.cid-u487nxxVE9 .mbr-text {
  color: #bbbbbb;
}
.cid-u487nxxVE9 .mbr-section-subtitle {
  color: #000000;
}
.cid-u487nxxVE9 .list,
.cid-u487nxxVE9 .item-wrap {
  color: #232323;
}
.cid-u487nxxVE9 .copyright {
  color: #000000;
}
.cid-u4dyqVVprA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u4dyqVVprA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u4dyqVVprA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u4dyqVVprA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4dyqVVprA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u4dyqVVprA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4dyqVVprA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4dyqVVprA .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u4dyqVVprA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u4dyqVVprA .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u4dyqVVprA .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u4dyqVVprA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u4dyqVVprA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u4dyqVVprA .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u4dyqVVprA .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u4dyqVVprA .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u4dyqVVprA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u4dyqVVprA .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u4dyqVVprA .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u4dyqVVprA .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u4dyqVVprA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u4dyqVVprA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u4dyqVVprA .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u4dyqVVprA .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u4dyqVVprA .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u4dyqVVprA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4dyqVVprA .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.cid-u4dyqVVprA .nav-item:focus,
.cid-u4dyqVVprA .nav-link:focus {
  outline: none;
}
.cid-u4dyqVVprA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4dyqVVprA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4dyqVVprA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4dyqVVprA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4dyqVVprA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4dyqVVprA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4dyqVVprA .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u4dyqVVprA .navbar.opened {
  transition: all 0.25s;
}
.cid-u4dyqVVprA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4dyqVVprA .navbar .navbar-logo img {
  width: auto;
}
.cid-u4dyqVVprA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u4dyqVVprA .navbar.collapsed {
  justify-content: center;
}
.cid-u4dyqVVprA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4dyqVVprA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4dyqVVprA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-u4dyqVVprA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4dyqVVprA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4dyqVVprA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u4dyqVVprA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4dyqVVprA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4dyqVVprA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u4dyqVVprA .navbar {
    min-height: 72px;
  }
  .cid-u4dyqVVprA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u4dyqVVprA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4dyqVVprA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4dyqVVprA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4dyqVVprA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4dyqVVprA .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-u4dyqVVprA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4dyqVVprA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u4dyqVVprA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4dyqVVprA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4dyqVVprA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u4dyqVVprA .dropdown-item.active,
.cid-u4dyqVVprA .dropdown-item:active {
  background-color: transparent;
}
.cid-u4dyqVVprA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4dyqVVprA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4dyqVVprA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4dyqVVprA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u4dyqVVprA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u4dyqVVprA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u4dyqVVprA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4dyqVVprA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u4dyqVVprA .navbar-buttons {
    text-align: left;
  }
}
.cid-u4dyqVVprA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4dyqVVprA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u4dyqVVprA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4dyqVVprA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4dyqVVprA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4dyqVVprA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4dyqVVprA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4dyqVVprA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4dyqVVprA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4dyqVVprA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4dyqVVprA .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
  position: fixed;
}
.cid-u4dyqVVprA .opacityScroll {
  background: #000000 !important;
}
.cid-u4dyqVVprA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4dyqVVprA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u4dyqVVprA .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4dyqVVprA .navbar {
    height: 70px;
  }
  .cid-u4dyqVVprA .navbar.opened {
    height: auto;
  }
  .cid-u4dyqVVprA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4dyqVVprA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u4dyqVVprA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u4dyqVVprA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u4dyqVVprA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u4dyqVVprA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u4dyqVVprA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u4dyqVVprA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u4dyqVVprA .navbar-brand {
    margin-right: auto;
  }
  .cid-u4dyqVVprA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u4dyqVVprA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u4dyqVVprA .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u4dyqVVprA .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u4dyqVVprA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u4dyqVVprA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u4dyqVVprA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u4dyqVVprA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u4dyqVVprA .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u4dyqVVprA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u4dyqVVprA .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-u4dyqVVprA .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-u4dyqVVprA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u4dyqZUAc7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4dyqZUAc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4dyqZUAc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4dyqZUAc7 .row {
  flex-direction: row-reverse;
}
.cid-uojST6w4ZK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uojST6w4ZK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uojST6w4ZK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uojST6w4ZK .mbr-section-title {
  color: #ffffff;
}
.cid-uojST6w4ZK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugb71hx8be {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ugb71hx8be .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugb71hx8be .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ugb71hx8be .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugb71hx8be .row {
  flex-direction: row-reverse;
}
.cid-ugb71hx8be .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugb71hx8be .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ugb71hx8be .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ugb71hx8be .mbr-section-title {
  color: #000000;
}
.cid-ugb71hx8be .mbr-text,
.cid-ugb71hx8be .mbr-section-btn {
  color: #000000;
}
.cid-ugb7673EYd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugb7673EYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugb7673EYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugb7673EYd .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ugb7673EYd .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ugb7673EYd .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-ugb7673EYd .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
.cid-ugb7673EYd .wrap {
  background: url("../../../assets/images/44-2000x876.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-ugb7673EYd .wrap .inner-wrap {
  padding: 40px;
}
.cid-ugb7673EYd .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugb7673EYd .mbr-text {
  color: #000000;
}
.cid-ugb7673EYd .mbr-text,
.cid-ugb7673EYd .mbr-section-btn {
  color: #ffffff;
}
.cid-ugb7gMHg3n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugb7gMHg3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugb7gMHg3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugb7gMHg3n .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ugb7gMHg3n .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ugb7gMHg3n .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-ugb7gMHg3n .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
.cid-ugb7gMHg3n .wrap {
  background: url("../../../assets/images/45-2000x876.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-ugb7gMHg3n .wrap .inner-wrap {
  padding: 40px;
}
.cid-ugb7gMHg3n .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugb7gMHg3n .mbr-text {
  color: #000000;
}
.cid-ugb7gMHg3n .mbr-text,
.cid-ugb7gMHg3n .mbr-section-btn {
  color: #ffffff;
}
.cid-u4dyrjUCES {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4dyrjUCES .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4dyrjUCES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4dyrjUCES .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-u4dyrjUCES .footer-col {
    flex-direction: column;
  }
}
.cid-u4dyrjUCES .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u4dyrjUCES .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u4dyrjUCES .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u4dyrjUCES .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u4dyrjUCES .mbr-section-btn {
    text-align: center;
  }
}
.cid-u4dyrjUCES .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u4dyrjUCES .soc-item {
  margin: 8px;
}
.cid-u4dyrjUCES .soc-item a:hover .mbr-iconfont,
.cid-u4dyrjUCES .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-u4dyrjUCES .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u4dyrjUCES .row {
    text-align: center;
  }
  .cid-u4dyrjUCES .social-row {
    justify-content: center;
  }
}
.cid-u4dyrjUCES .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-u4dyrjUCES .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u4dyrjUCES .list {
    margin-bottom: 0rem;
  }
}
.cid-u4dyrjUCES .mbr-text {
  color: #bbbbbb;
}
.cid-u4dyrjUCES .mbr-section-subtitle {
  color: #000000;
}
.cid-u4dyrjUCES .list,
.cid-u4dyrjUCES .item-wrap {
  color: #232323;
}
.cid-u4dyrjUCES .copyright {
  color: #000000;
}
.cid-u4dz1Kc8Qu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u4dz1Kc8Qu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u4dz1Kc8Qu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u4dz1Kc8Qu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4dz1Kc8Qu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u4dz1Kc8Qu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4dz1Kc8Qu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4dz1Kc8Qu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u4dz1Kc8Qu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u4dz1Kc8Qu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u4dz1Kc8Qu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u4dz1Kc8Qu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u4dz1Kc8Qu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u4dz1Kc8Qu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u4dz1Kc8Qu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u4dz1Kc8Qu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u4dz1Kc8Qu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u4dz1Kc8Qu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u4dz1Kc8Qu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u4dz1Kc8Qu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u4dz1Kc8Qu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u4dz1Kc8Qu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u4dz1Kc8Qu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u4dz1Kc8Qu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u4dz1Kc8Qu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u4dz1Kc8Qu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4dz1Kc8Qu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.cid-u4dz1Kc8Qu .nav-item:focus,
.cid-u4dz1Kc8Qu .nav-link:focus {
  outline: none;
}
.cid-u4dz1Kc8Qu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4dz1Kc8Qu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4dz1Kc8Qu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4dz1Kc8Qu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4dz1Kc8Qu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4dz1Kc8Qu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4dz1Kc8Qu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u4dz1Kc8Qu .navbar.opened {
  transition: all 0.25s;
}
.cid-u4dz1Kc8Qu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4dz1Kc8Qu .navbar .navbar-logo img {
  width: auto;
}
.cid-u4dz1Kc8Qu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u4dz1Kc8Qu .navbar.collapsed {
  justify-content: center;
}
.cid-u4dz1Kc8Qu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4dz1Kc8Qu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4dz1Kc8Qu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-u4dz1Kc8Qu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4dz1Kc8Qu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4dz1Kc8Qu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u4dz1Kc8Qu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4dz1Kc8Qu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4dz1Kc8Qu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u4dz1Kc8Qu .navbar {
    min-height: 72px;
  }
  .cid-u4dz1Kc8Qu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u4dz1Kc8Qu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4dz1Kc8Qu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4dz1Kc8Qu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4dz1Kc8Qu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4dz1Kc8Qu .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-u4dz1Kc8Qu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4dz1Kc8Qu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u4dz1Kc8Qu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4dz1Kc8Qu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4dz1Kc8Qu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u4dz1Kc8Qu .dropdown-item.active,
.cid-u4dz1Kc8Qu .dropdown-item:active {
  background-color: transparent;
}
.cid-u4dz1Kc8Qu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4dz1Kc8Qu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4dz1Kc8Qu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4dz1Kc8Qu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u4dz1Kc8Qu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u4dz1Kc8Qu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u4dz1Kc8Qu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4dz1Kc8Qu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u4dz1Kc8Qu .navbar-buttons {
    text-align: left;
  }
}
.cid-u4dz1Kc8Qu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4dz1Kc8Qu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u4dz1Kc8Qu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4dz1Kc8Qu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4dz1Kc8Qu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4dz1Kc8Qu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4dz1Kc8Qu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4dz1Kc8Qu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4dz1Kc8Qu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4dz1Kc8Qu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4dz1Kc8Qu .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
  position: fixed;
}
.cid-u4dz1Kc8Qu .opacityScroll {
  background: #000000 !important;
}
.cid-u4dz1Kc8Qu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4dz1Kc8Qu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u4dz1Kc8Qu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4dz1Kc8Qu .navbar {
    height: 70px;
  }
  .cid-u4dz1Kc8Qu .navbar.opened {
    height: auto;
  }
  .cid-u4dz1Kc8Qu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4dz1Kc8Qu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u4dz1Kc8Qu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u4dz1Kc8Qu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u4dz1Kc8Qu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u4dz1Kc8Qu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u4dz1Kc8Qu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u4dz1Kc8Qu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u4dz1Kc8Qu .navbar-brand {
    margin-right: auto;
  }
  .cid-u4dz1Kc8Qu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u4dz1Kc8Qu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u4dz1Kc8Qu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u4dz1Kc8Qu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u4dz1Kc8Qu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u4dz1Kc8Qu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u4dz1Kc8Qu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u4dz1Kc8Qu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u4dz1Kc8Qu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u4dz1Kc8Qu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u4dz1Kc8Qu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-u4dz1Kc8Qu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-u4dz1Kc8Qu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u4dz1Ne1GQ {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4dz1Ne1GQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4dz1Ne1GQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4dz1Ne1GQ .row {
  flex-direction: row-reverse;
}
.cid-ugbdbh2bEU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugbdbh2bEU img,
.cid-ugbdbh2bEU .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ugbdbh2bEU .item:focus,
.cid-ugbdbh2bEU span:focus {
  outline: none;
}
.cid-ugbdbh2bEU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugbdbh2bEU .item {
    margin-bottom: 1rem;
  }
}
.cid-ugbdbh2bEU .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ugbdbh2bEU .item {
  padding: 0;
  margin: 0;
}
.cid-ugbdbh2bEU .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugbdbh2bEU .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ugbdbh2bEU .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ugbdbh2bEU .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ugbdbh2bEU .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ugbdbh2bEU .mbr-section-title {
  color: #000000;
}
.cid-ugbdbh2bEU .item-title {
  text-align: left;
}
.cid-ugbdbh2bEU .item-subtitle {
  text-align: left;
}
.cid-ugbdbh2bEU .mbr-text,
.cid-ugbdbh2bEU .item .mbr-section-btn {
  text-align: left;
}
.cid-ugbdbh2bEU .content-head {
  max-width: 800px;
}
.cid-u4dz1PijSb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4dz1PijSb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4dz1PijSb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4dz1PijSb .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-u4dz1PijSb .footer-col {
    flex-direction: column;
  }
}
.cid-u4dz1PijSb .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u4dz1PijSb .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u4dz1PijSb .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u4dz1PijSb .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u4dz1PijSb .mbr-section-btn {
    text-align: center;
  }
}
.cid-u4dz1PijSb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u4dz1PijSb .soc-item {
  margin: 8px;
}
.cid-u4dz1PijSb .soc-item a:hover .mbr-iconfont,
.cid-u4dz1PijSb .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-u4dz1PijSb .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u4dz1PijSb .row {
    text-align: center;
  }
  .cid-u4dz1PijSb .social-row {
    justify-content: center;
  }
}
.cid-u4dz1PijSb .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-u4dz1PijSb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u4dz1PijSb .list {
    margin-bottom: 0rem;
  }
}
.cid-u4dz1PijSb .mbr-text {
  color: #bbbbbb;
}
.cid-u4dz1PijSb .mbr-section-subtitle {
  color: #000000;
}
.cid-u4dz1PijSb .list,
.cid-u4dz1PijSb .item-wrap {
  color: #232323;
}
.cid-u4dz1PijSb .copyright {
  color: #000000;
}
.cid-u4dzjmhHqj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u4dzjmhHqj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u4dzjmhHqj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u4dzjmhHqj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4dzjmhHqj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u4dzjmhHqj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4dzjmhHqj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4dzjmhHqj .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u4dzjmhHqj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u4dzjmhHqj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u4dzjmhHqj .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u4dzjmhHqj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u4dzjmhHqj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u4dzjmhHqj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u4dzjmhHqj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u4dzjmhHqj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u4dzjmhHqj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u4dzjmhHqj .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u4dzjmhHqj .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u4dzjmhHqj .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u4dzjmhHqj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u4dzjmhHqj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u4dzjmhHqj .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u4dzjmhHqj .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u4dzjmhHqj .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u4dzjmhHqj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4dzjmhHqj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.cid-u4dzjmhHqj .nav-item:focus,
.cid-u4dzjmhHqj .nav-link:focus {
  outline: none;
}
.cid-u4dzjmhHqj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4dzjmhHqj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4dzjmhHqj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4dzjmhHqj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4dzjmhHqj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4dzjmhHqj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4dzjmhHqj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u4dzjmhHqj .navbar.opened {
  transition: all 0.25s;
}
.cid-u4dzjmhHqj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4dzjmhHqj .navbar .navbar-logo img {
  width: auto;
}
.cid-u4dzjmhHqj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u4dzjmhHqj .navbar.collapsed {
  justify-content: center;
}
.cid-u4dzjmhHqj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4dzjmhHqj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4dzjmhHqj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-u4dzjmhHqj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4dzjmhHqj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4dzjmhHqj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u4dzjmhHqj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4dzjmhHqj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4dzjmhHqj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u4dzjmhHqj .navbar {
    min-height: 72px;
  }
  .cid-u4dzjmhHqj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u4dzjmhHqj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4dzjmhHqj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4dzjmhHqj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4dzjmhHqj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4dzjmhHqj .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-u4dzjmhHqj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4dzjmhHqj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u4dzjmhHqj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4dzjmhHqj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4dzjmhHqj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u4dzjmhHqj .dropdown-item.active,
.cid-u4dzjmhHqj .dropdown-item:active {
  background-color: transparent;
}
.cid-u4dzjmhHqj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4dzjmhHqj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4dzjmhHqj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4dzjmhHqj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u4dzjmhHqj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u4dzjmhHqj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u4dzjmhHqj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4dzjmhHqj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u4dzjmhHqj .navbar-buttons {
    text-align: left;
  }
}
.cid-u4dzjmhHqj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4dzjmhHqj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u4dzjmhHqj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4dzjmhHqj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4dzjmhHqj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4dzjmhHqj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4dzjmhHqj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4dzjmhHqj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4dzjmhHqj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4dzjmhHqj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4dzjmhHqj .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
  position: fixed;
}
.cid-u4dzjmhHqj .opacityScroll {
  background: #000000 !important;
}
.cid-u4dzjmhHqj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4dzjmhHqj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u4dzjmhHqj .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4dzjmhHqj .navbar {
    height: 70px;
  }
  .cid-u4dzjmhHqj .navbar.opened {
    height: auto;
  }
  .cid-u4dzjmhHqj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4dzjmhHqj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u4dzjmhHqj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u4dzjmhHqj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u4dzjmhHqj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u4dzjmhHqj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u4dzjmhHqj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u4dzjmhHqj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u4dzjmhHqj .navbar-brand {
    margin-right: auto;
  }
  .cid-u4dzjmhHqj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u4dzjmhHqj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u4dzjmhHqj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u4dzjmhHqj .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u4dzjmhHqj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u4dzjmhHqj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u4dzjmhHqj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u4dzjmhHqj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u4dzjmhHqj .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u4dzjmhHqj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u4dzjmhHqj .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-u4dzjmhHqj .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-u4dzjmhHqj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u4dzjpDzYo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4dzjpDzYo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4dzjpDzYo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4dzjpDzYo .row {
  flex-direction: row-reverse;
}
.cid-ugcsNen2uH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugcsNen2uH img,
.cid-ugcsNen2uH .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ugcsNen2uH .item:focus,
.cid-ugcsNen2uH span:focus {
  outline: none;
}
.cid-ugcsNen2uH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugcsNen2uH .item {
    margin-bottom: 1rem;
  }
}
.cid-ugcsNen2uH .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ugcsNen2uH .item {
  padding: 0;
  margin: 0;
}
.cid-ugcsNen2uH .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugcsNen2uH .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ugcsNen2uH .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ugcsNen2uH .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ugcsNen2uH .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ugcsNen2uH .mbr-section-title {
  color: #000000;
}
.cid-ugcsNen2uH .item-title {
  text-align: left;
}
.cid-ugcsNen2uH .item-subtitle {
  text-align: left;
}
.cid-ugcsNen2uH .mbr-text,
.cid-ugcsNen2uH .item .mbr-section-btn {
  text-align: left;
}
.cid-ugcsNen2uH .content-head {
  max-width: 800px;
}
.cid-u4dzjt9Grj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4dzjt9Grj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4dzjt9Grj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4dzjt9Grj .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-u4dzjt9Grj .footer-col {
    flex-direction: column;
  }
}
.cid-u4dzjt9Grj .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u4dzjt9Grj .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u4dzjt9Grj .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u4dzjt9Grj .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u4dzjt9Grj .mbr-section-btn {
    text-align: center;
  }
}
.cid-u4dzjt9Grj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u4dzjt9Grj .soc-item {
  margin: 8px;
}
.cid-u4dzjt9Grj .soc-item a:hover .mbr-iconfont,
.cid-u4dzjt9Grj .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-u4dzjt9Grj .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u4dzjt9Grj .row {
    text-align: center;
  }
  .cid-u4dzjt9Grj .social-row {
    justify-content: center;
  }
}
.cid-u4dzjt9Grj .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-u4dzjt9Grj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u4dzjt9Grj .list {
    margin-bottom: 0rem;
  }
}
.cid-u4dzjt9Grj .mbr-text {
  color: #bbbbbb;
}
.cid-u4dzjt9Grj .mbr-section-subtitle {
  color: #000000;
}
.cid-u4dzjt9Grj .list,
.cid-u4dzjt9Grj .item-wrap {
  color: #232323;
}
.cid-u4dzjt9Grj .copyright {
  color: #000000;
}
.cid-uojlmjY0Vj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uojlmjY0Vj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uojlmjY0Vj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uojlmjY0Vj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uojlmjY0Vj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uojlmjY0Vj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uojlmjY0Vj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uojlmjY0Vj .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uojlmjY0Vj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uojlmjY0Vj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uojlmjY0Vj .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uojlmjY0Vj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uojlmjY0Vj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uojlmjY0Vj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uojlmjY0Vj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uojlmjY0Vj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uojlmjY0Vj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uojlmjY0Vj .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uojlmjY0Vj .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uojlmjY0Vj .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uojlmjY0Vj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uojlmjY0Vj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uojlmjY0Vj .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uojlmjY0Vj .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uojlmjY0Vj .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uojlmjY0Vj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uojlmjY0Vj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.cid-uojlmjY0Vj .nav-item:focus,
.cid-uojlmjY0Vj .nav-link:focus {
  outline: none;
}
.cid-uojlmjY0Vj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uojlmjY0Vj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uojlmjY0Vj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uojlmjY0Vj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uojlmjY0Vj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uojlmjY0Vj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uojlmjY0Vj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uojlmjY0Vj .navbar.opened {
  transition: all 0.25s;
}
.cid-uojlmjY0Vj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uojlmjY0Vj .navbar .navbar-logo img {
  width: auto;
}
.cid-uojlmjY0Vj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uojlmjY0Vj .navbar.collapsed {
  justify-content: center;
}
.cid-uojlmjY0Vj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uojlmjY0Vj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uojlmjY0Vj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-uojlmjY0Vj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uojlmjY0Vj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uojlmjY0Vj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uojlmjY0Vj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uojlmjY0Vj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uojlmjY0Vj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uojlmjY0Vj .navbar {
    min-height: 72px;
  }
  .cid-uojlmjY0Vj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uojlmjY0Vj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uojlmjY0Vj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uojlmjY0Vj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uojlmjY0Vj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uojlmjY0Vj .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-uojlmjY0Vj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uojlmjY0Vj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uojlmjY0Vj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uojlmjY0Vj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uojlmjY0Vj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uojlmjY0Vj .dropdown-item.active,
.cid-uojlmjY0Vj .dropdown-item:active {
  background-color: transparent;
}
.cid-uojlmjY0Vj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uojlmjY0Vj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uojlmjY0Vj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uojlmjY0Vj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uojlmjY0Vj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uojlmjY0Vj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uojlmjY0Vj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uojlmjY0Vj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uojlmjY0Vj .navbar-buttons {
    text-align: left;
  }
}
.cid-uojlmjY0Vj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uojlmjY0Vj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uojlmjY0Vj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uojlmjY0Vj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uojlmjY0Vj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uojlmjY0Vj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uojlmjY0Vj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uojlmjY0Vj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uojlmjY0Vj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uojlmjY0Vj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uojlmjY0Vj .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
  position: fixed;
}
.cid-uojlmjY0Vj .opacityScroll {
  background: #000000 !important;
}
.cid-uojlmjY0Vj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uojlmjY0Vj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uojlmjY0Vj .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uojlmjY0Vj .navbar {
    height: 70px;
  }
  .cid-uojlmjY0Vj .navbar.opened {
    height: auto;
  }
  .cid-uojlmjY0Vj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uojlmjY0Vj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uojlmjY0Vj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uojlmjY0Vj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uojlmjY0Vj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uojlmjY0Vj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uojlmjY0Vj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uojlmjY0Vj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uojlmjY0Vj .navbar-brand {
    margin-right: auto;
  }
  .cid-uojlmjY0Vj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uojlmjY0Vj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uojlmjY0Vj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uojlmjY0Vj .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uojlmjY0Vj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uojlmjY0Vj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uojlmjY0Vj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uojlmjY0Vj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uojlmjY0Vj .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uojlmjY0Vj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uojlmjY0Vj .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uojlmjY0Vj .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uojlmjY0Vj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uojlmluj9f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uojlmluj9f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uojlmluj9f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uojlmluj9f .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uojlmluj9f .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uojlmluj9f .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-uojlmluj9f .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
.cid-uojlmluj9f .wrap {
  background: url("../../../assets/images/32-1-2000x889.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uojlmluj9f .wrap .inner-wrap {
  padding: 40px;
}
.cid-uojlmluj9f .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uojlmluj9f .mbr-text {
  color: #000000;
}
.cid-uojlmluj9f .mbr-text,
.cid-uojlmluj9f .mbr-section-btn {
  color: #ffffff;
}
.cid-uojnMzVm9e {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uojnMzVm9e img,
.cid-uojnMzVm9e .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uojnMzVm9e .item:focus,
.cid-uojnMzVm9e span:focus {
  outline: none;
}
.cid-uojnMzVm9e .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uojnMzVm9e .item {
    margin-bottom: 1rem;
  }
}
.cid-uojnMzVm9e .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uojnMzVm9e .item {
  padding: 0;
  margin: 0;
}
.cid-uojnMzVm9e .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uojnMzVm9e .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uojnMzVm9e .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uojnMzVm9e .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uojnMzVm9e .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uojnMzVm9e .mbr-section-title {
  color: #000000;
}
.cid-uojnMzVm9e .item-title {
  text-align: left;
}
.cid-uojnMzVm9e .item-subtitle {
  text-align: left;
}
.cid-uojnMzVm9e .mbr-text,
.cid-uojnMzVm9e .item .mbr-section-btn {
  text-align: left;
}
.cid-uojnMzVm9e .content-head {
  max-width: 800px;
}
.cid-uojlmLIO9H {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uojlmLIO9H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uojlmLIO9H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uojlmLIO9H .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uojlmLIO9H .footer-col {
    flex-direction: column;
  }
}
.cid-uojlmLIO9H .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uojlmLIO9H .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uojlmLIO9H .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uojlmLIO9H .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uojlmLIO9H .mbr-section-btn {
    text-align: center;
  }
}
.cid-uojlmLIO9H .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uojlmLIO9H .soc-item {
  margin: 8px;
}
.cid-uojlmLIO9H .soc-item a:hover .mbr-iconfont,
.cid-uojlmLIO9H .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uojlmLIO9H .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uojlmLIO9H .row {
    text-align: center;
  }
  .cid-uojlmLIO9H .social-row {
    justify-content: center;
  }
}
.cid-uojlmLIO9H .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uojlmLIO9H .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uojlmLIO9H .list {
    margin-bottom: 0rem;
  }
}
.cid-uojlmLIO9H .mbr-text {
  color: #bbbbbb;
}
.cid-uojlmLIO9H .mbr-section-subtitle {
  color: #000000;
}
.cid-uojlmLIO9H .list,
.cid-uojlmLIO9H .item-wrap {
  color: #232323;
}
.cid-uojlmLIO9H .copyright {
  color: #000000;
}
.cid-u485l6Ho4S {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u485l6Ho4S .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u485l6Ho4S .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u485l6Ho4S .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u485l6Ho4S .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u485l6Ho4S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u485l6Ho4S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u485l6Ho4S .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u485l6Ho4S .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u485l6Ho4S .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u485l6Ho4S .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u485l6Ho4S .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u485l6Ho4S .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u485l6Ho4S .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u485l6Ho4S .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u485l6Ho4S .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u485l6Ho4S .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u485l6Ho4S .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u485l6Ho4S .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u485l6Ho4S .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u485l6Ho4S .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u485l6Ho4S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u485l6Ho4S .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u485l6Ho4S .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u485l6Ho4S .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u485l6Ho4S .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u485l6Ho4S .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.cid-u485l6Ho4S .nav-item:focus,
.cid-u485l6Ho4S .nav-link:focus {
  outline: none;
}
.cid-u485l6Ho4S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u485l6Ho4S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u485l6Ho4S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u485l6Ho4S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u485l6Ho4S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u485l6Ho4S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u485l6Ho4S .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u485l6Ho4S .navbar.opened {
  transition: all 0.25s;
}
.cid-u485l6Ho4S .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u485l6Ho4S .navbar .navbar-logo img {
  width: auto;
}
.cid-u485l6Ho4S .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u485l6Ho4S .navbar.collapsed {
  justify-content: center;
}
.cid-u485l6Ho4S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u485l6Ho4S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u485l6Ho4S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-u485l6Ho4S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u485l6Ho4S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u485l6Ho4S .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u485l6Ho4S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u485l6Ho4S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u485l6Ho4S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u485l6Ho4S .navbar {
    min-height: 72px;
  }
  .cid-u485l6Ho4S .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u485l6Ho4S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u485l6Ho4S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u485l6Ho4S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u485l6Ho4S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u485l6Ho4S .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-u485l6Ho4S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u485l6Ho4S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u485l6Ho4S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u485l6Ho4S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u485l6Ho4S .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u485l6Ho4S .dropdown-item.active,
.cid-u485l6Ho4S .dropdown-item:active {
  background-color: transparent;
}
.cid-u485l6Ho4S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u485l6Ho4S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u485l6Ho4S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u485l6Ho4S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u485l6Ho4S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u485l6Ho4S .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u485l6Ho4S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u485l6Ho4S .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u485l6Ho4S .navbar-buttons {
    text-align: left;
  }
}
.cid-u485l6Ho4S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u485l6Ho4S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u485l6Ho4S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u485l6Ho4S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u485l6Ho4S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u485l6Ho4S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u485l6Ho4S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u485l6Ho4S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u485l6Ho4S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u485l6Ho4S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u485l6Ho4S .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
  position: fixed;
}
.cid-u485l6Ho4S .opacityScroll {
  background: #000000 !important;
}
.cid-u485l6Ho4S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u485l6Ho4S .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u485l6Ho4S .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u485l6Ho4S .navbar {
    height: 70px;
  }
  .cid-u485l6Ho4S .navbar.opened {
    height: auto;
  }
  .cid-u485l6Ho4S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u485l6Ho4S .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u485l6Ho4S .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u485l6Ho4S .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u485l6Ho4S .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u485l6Ho4S .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u485l6Ho4S .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u485l6Ho4S .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u485l6Ho4S .navbar-brand {
    margin-right: auto;
  }
  .cid-u485l6Ho4S .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u485l6Ho4S .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u485l6Ho4S .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u485l6Ho4S .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u485l6Ho4S .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u485l6Ho4S .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u485l6Ho4S .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u485l6Ho4S .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u485l6Ho4S .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u485l6Ho4S .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u485l6Ho4S .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-u485l6Ho4S .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-u485l6Ho4S .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unWMUaA0Uy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-unWMUaA0Uy .mbr-fallback-image.disabled {
  display: none;
}
.cid-unWMUaA0Uy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unWMUaA0Uy .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-unWMUaA0Uy .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unWMUaA0Uy .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-unWMUaA0Uy .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
.cid-unWMUaA0Uy .wrap {
  background: url("../../../assets/images/33-2000x889.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-unWMUaA0Uy .wrap .inner-wrap {
  padding: 40px;
}
.cid-unWMUaA0Uy .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-unWMUaA0Uy .mbr-text {
  color: #000000;
}
.cid-unWMUaA0Uy .mbr-text,
.cid-unWMUaA0Uy .mbr-section-btn {
  color: #ffffff;
}
.cid-uojFPIQAVq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uojFPIQAVq img,
.cid-uojFPIQAVq .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uojFPIQAVq .item:focus,
.cid-uojFPIQAVq span:focus {
  outline: none;
}
.cid-uojFPIQAVq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uojFPIQAVq .item {
    margin-bottom: 1rem;
  }
}
.cid-uojFPIQAVq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uojFPIQAVq .item {
  padding: 0;
  margin: 0;
}
.cid-uojFPIQAVq .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uojFPIQAVq .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uojFPIQAVq .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uojFPIQAVq .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uojFPIQAVq .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uojFPIQAVq .mbr-section-title {
  color: #000000;
}
.cid-uojFPIQAVq .item-title {
  text-align: left;
}
.cid-uojFPIQAVq .item-subtitle {
  text-align: left;
}
.cid-uojFPIQAVq .mbr-text,
.cid-uojFPIQAVq .item .mbr-section-btn {
  text-align: left;
}
.cid-uojFPIQAVq .content-head {
  max-width: 800px;
}
.cid-uojFQupRmh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uojFQupRmh img,
.cid-uojFQupRmh .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uojFQupRmh .item:focus,
.cid-uojFQupRmh span:focus {
  outline: none;
}
.cid-uojFQupRmh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uojFQupRmh .item {
    margin-bottom: 1rem;
  }
}
.cid-uojFQupRmh .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uojFQupRmh .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uojFQupRmh .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uojFQupRmh .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uojFQupRmh .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uojFQupRmh .mbr-section-title {
  color: #000000;
}
.cid-uojFQupRmh .item-title {
  text-align: left;
}
.cid-uojFQupRmh .item-subtitle {
  text-align: left;
}
.cid-uojFQupRmh .mbr-text,
.cid-uojFQupRmh .item .mbr-section-btn {
  text-align: left;
}
.cid-uojFQupRmh .content-head {
  max-width: 800px;
}
.cid-uojITAM68W {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uojITAM68W img,
.cid-uojITAM68W .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uojITAM68W .item:focus,
.cid-uojITAM68W span:focus {
  outline: none;
}
.cid-uojITAM68W .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uojITAM68W .item {
    margin-bottom: 1rem;
  }
}
.cid-uojITAM68W .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uojITAM68W .item {
  padding: 0;
  margin: 0;
}
.cid-uojITAM68W .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uojITAM68W .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uojITAM68W .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uojITAM68W .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uojITAM68W .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uojITAM68W .mbr-section-title {
  color: #000000;
}
.cid-uojITAM68W .item-title {
  text-align: left;
}
.cid-uojITAM68W .item-subtitle {
  text-align: left;
}
.cid-uojITAM68W .mbr-text,
.cid-uojITAM68W .item .mbr-section-btn {
  text-align: left;
}
.cid-uojITAM68W .content-head {
  max-width: 800px;
}
.cid-uojIUExyTw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uojIUExyTw img,
.cid-uojIUExyTw .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uojIUExyTw .item:focus,
.cid-uojIUExyTw span:focus {
  outline: none;
}
.cid-uojIUExyTw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uojIUExyTw .item {
    margin-bottom: 1rem;
  }
}
.cid-uojIUExyTw .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uojIUExyTw .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uojIUExyTw .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uojIUExyTw .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uojIUExyTw .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uojIUExyTw .mbr-section-title {
  color: #000000;
}
.cid-uojIUExyTw .item-title {
  text-align: left;
}
.cid-uojIUExyTw .item-subtitle {
  text-align: left;
}
.cid-uojIUExyTw .mbr-text,
.cid-uojIUExyTw .item .mbr-section-btn {
  text-align: left;
}
.cid-uojIUExyTw .content-head {
  max-width: 800px;
}
.cid-uojJwfghn2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uojJwfghn2 img,
.cid-uojJwfghn2 .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uojJwfghn2 .item:focus,
.cid-uojJwfghn2 span:focus {
  outline: none;
}
.cid-uojJwfghn2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uojJwfghn2 .item {
    margin-bottom: 1rem;
  }
}
.cid-uojJwfghn2 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uojJwfghn2 .item {
  padding: 0;
  margin: 0;
}
.cid-uojJwfghn2 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uojJwfghn2 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uojJwfghn2 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uojJwfghn2 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uojJwfghn2 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uojJwfghn2 .mbr-section-title {
  color: #000000;
}
.cid-uojJwfghn2 .item-title {
  text-align: left;
}
.cid-uojJwfghn2 .item-subtitle {
  text-align: left;
}
.cid-uojJwfghn2 .mbr-text,
.cid-uojJwfghn2 .item .mbr-section-btn {
  text-align: left;
}
.cid-uojJwfghn2 .content-head {
  max-width: 800px;
}
.cid-uojJxhQZZB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uojJxhQZZB img,
.cid-uojJxhQZZB .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uojJxhQZZB .item:focus,
.cid-uojJxhQZZB span:focus {
  outline: none;
}
.cid-uojJxhQZZB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uojJxhQZZB .item {
    margin-bottom: 1rem;
  }
}
.cid-uojJxhQZZB .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uojJxhQZZB .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uojJxhQZZB .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uojJxhQZZB .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uojJxhQZZB .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uojJxhQZZB .mbr-section-title {
  color: #000000;
}
.cid-uojJxhQZZB .item-title {
  text-align: left;
}
.cid-uojJxhQZZB .item-subtitle {
  text-align: left;
}
.cid-uojJxhQZZB .mbr-text,
.cid-uojJxhQZZB .item .mbr-section-btn {
  text-align: left;
}
.cid-uojJxhQZZB .content-head {
  max-width: 800px;
}
.cid-unWMZfFPnh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-unWMZfFPnh .mbr-fallback-image.disabled {
  display: none;
}
.cid-unWMZfFPnh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unWMZfFPnh .mbr-description {
  text-align: left;
}
.cid-unWMZfFPnh .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-unWMZfFPnh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unWMZfFPnh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-unWMZfFPnh .card-title,
.cid-unWMZfFPnh .iconfont-wrapper {
  color: #000000;
}
.cid-unWMZfFPnh .card-text {
  color: #000000;
}
.cid-unWMZfFPnh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-unWMZfFPnh .mbr-number {
  color: #9fe870;
}
.cid-unWMZfFPnh .mbr-text,
.cid-unWMZfFPnh .mbr-section-btn {
  text-align: center;
}
.cid-unWMZfFPnh .card-text,
.cid-unWMZfFPnh .item .mbr-section-btn {
  text-align: left;
}
.cid-uojM9mN47A {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uojM9mN47A img,
.cid-uojM9mN47A .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uojM9mN47A .item:focus,
.cid-uojM9mN47A span:focus {
  outline: none;
}
.cid-uojM9mN47A .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uojM9mN47A .item {
    margin-bottom: 1rem;
  }
}
.cid-uojM9mN47A .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uojM9mN47A .item {
  padding: 0;
  margin: 0;
}
.cid-uojM9mN47A .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uojM9mN47A .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uojM9mN47A .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uojM9mN47A .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uojM9mN47A .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uojM9mN47A .mbr-section-title {
  color: #000000;
}
.cid-uojM9mN47A .item-title {
  text-align: left;
}
.cid-uojM9mN47A .item-subtitle {
  text-align: left;
}
.cid-uojM9mN47A .mbr-text,
.cid-uojM9mN47A .item .mbr-section-btn {
  text-align: left;
}
.cid-uojM9mN47A .content-head {
  max-width: 800px;
}
.cid-uojMaIkGDe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uojMaIkGDe img,
.cid-uojMaIkGDe .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uojMaIkGDe .item:focus,
.cid-uojMaIkGDe span:focus {
  outline: none;
}
.cid-uojMaIkGDe .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uojMaIkGDe .item {
    margin-bottom: 1rem;
  }
}
.cid-uojMaIkGDe .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uojMaIkGDe .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uojMaIkGDe .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uojMaIkGDe .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uojMaIkGDe .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uojMaIkGDe .mbr-section-title {
  color: #000000;
}
.cid-uojMaIkGDe .item-title {
  text-align: left;
}
.cid-uojMaIkGDe .item-subtitle {
  text-align: left;
}
.cid-uojMaIkGDe .mbr-text,
.cid-uojMaIkGDe .item .mbr-section-btn {
  text-align: left;
}
.cid-uojMaIkGDe .content-head {
  max-width: 800px;
}
.cid-uojMcajYPs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uojMcajYPs img,
.cid-uojMcajYPs .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uojMcajYPs .item:focus,
.cid-uojMcajYPs span:focus {
  outline: none;
}
.cid-uojMcajYPs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uojMcajYPs .item {
    margin-bottom: 1rem;
  }
}
.cid-uojMcajYPs .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uojMcajYPs .item {
  padding: 0;
  margin: 0;
}
.cid-uojMcajYPs .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uojMcajYPs .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uojMcajYPs .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uojMcajYPs .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uojMcajYPs .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uojMcajYPs .mbr-section-title {
  color: #000000;
}
.cid-uojMcajYPs .item-title {
  text-align: left;
}
.cid-uojMcajYPs .item-subtitle {
  text-align: left;
}
.cid-uojMcajYPs .mbr-text,
.cid-uojMcajYPs .item .mbr-section-btn {
  text-align: left;
}
.cid-uojMcajYPs .content-head {
  max-width: 800px;
}
.cid-uojMd765ul {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uojMd765ul img,
.cid-uojMd765ul .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uojMd765ul .item:focus,
.cid-uojMd765ul span:focus {
  outline: none;
}
.cid-uojMd765ul .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uojMd765ul .item {
    margin-bottom: 1rem;
  }
}
.cid-uojMd765ul .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uojMd765ul .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uojMd765ul .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uojMd765ul .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uojMd765ul .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uojMd765ul .mbr-section-title {
  color: #000000;
}
.cid-uojMd765ul .item-title {
  text-align: left;
}
.cid-uojMd765ul .item-subtitle {
  text-align: left;
}
.cid-uojMd765ul .mbr-text,
.cid-uojMd765ul .item .mbr-section-btn {
  text-align: left;
}
.cid-uojMd765ul .content-head {
  max-width: 800px;
}
.cid-u485lRbTRx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u485lRbTRx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u485lRbTRx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u485lRbTRx .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-u485lRbTRx .footer-col {
    flex-direction: column;
  }
}
.cid-u485lRbTRx .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u485lRbTRx .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u485lRbTRx .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u485lRbTRx .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u485lRbTRx .mbr-section-btn {
    text-align: center;
  }
}
.cid-u485lRbTRx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u485lRbTRx .soc-item {
  margin: 8px;
}
.cid-u485lRbTRx .soc-item a:hover .mbr-iconfont,
.cid-u485lRbTRx .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-u485lRbTRx .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u485lRbTRx .row {
    text-align: center;
  }
  .cid-u485lRbTRx .social-row {
    justify-content: center;
  }
}
.cid-u485lRbTRx .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-u485lRbTRx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u485lRbTRx .list {
    margin-bottom: 0rem;
  }
}
.cid-u485lRbTRx .mbr-text {
  color: #bbbbbb;
}
.cid-u485lRbTRx .mbr-section-subtitle {
  color: #000000;
}
.cid-u485lRbTRx .list,
.cid-u485lRbTRx .item-wrap {
  color: #232323;
}
.cid-u485lRbTRx .copyright {
  color: #000000;
}
.cid-u3KQZwbZ63 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u3KQZwbZ63 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u3KQZwbZ63 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u3KQZwbZ63 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3KQZwbZ63 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u3KQZwbZ63 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3KQZwbZ63 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3KQZwbZ63 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u3KQZwbZ63 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u3KQZwbZ63 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u3KQZwbZ63 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u3KQZwbZ63 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u3KQZwbZ63 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u3KQZwbZ63 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-u3KQZwbZ63 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u3KQZwbZ63 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u3KQZwbZ63 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u3KQZwbZ63 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u3KQZwbZ63 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u3KQZwbZ63 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3KQZwbZ63 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u3KQZwbZ63 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u3KQZwbZ63 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u3KQZwbZ63 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3KQZwbZ63 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u3KQZwbZ63 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3KQZwbZ63 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.cid-u3KQZwbZ63 .nav-item:focus,
.cid-u3KQZwbZ63 .nav-link:focus {
  outline: none;
}
.cid-u3KQZwbZ63 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3KQZwbZ63 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3KQZwbZ63 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3KQZwbZ63 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3KQZwbZ63 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3KQZwbZ63 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3KQZwbZ63 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u3KQZwbZ63 .navbar.opened {
  transition: all 0.25s;
}
.cid-u3KQZwbZ63 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3KQZwbZ63 .navbar .navbar-logo img {
  width: auto;
}
.cid-u3KQZwbZ63 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u3KQZwbZ63 .navbar.collapsed {
  justify-content: center;
}
.cid-u3KQZwbZ63 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3KQZwbZ63 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3KQZwbZ63 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-u3KQZwbZ63 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3KQZwbZ63 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3KQZwbZ63 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u3KQZwbZ63 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3KQZwbZ63 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3KQZwbZ63 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3KQZwbZ63 .navbar {
    min-height: 72px;
  }
  .cid-u3KQZwbZ63 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u3KQZwbZ63 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3KQZwbZ63 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3KQZwbZ63 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3KQZwbZ63 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3KQZwbZ63 .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-u3KQZwbZ63 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3KQZwbZ63 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u3KQZwbZ63 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3KQZwbZ63 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3KQZwbZ63 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u3KQZwbZ63 .dropdown-item.active,
.cid-u3KQZwbZ63 .dropdown-item:active {
  background-color: transparent;
}
.cid-u3KQZwbZ63 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3KQZwbZ63 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3KQZwbZ63 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3KQZwbZ63 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u3KQZwbZ63 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u3KQZwbZ63 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u3KQZwbZ63 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3KQZwbZ63 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u3KQZwbZ63 .navbar-buttons {
    text-align: left;
  }
}
.cid-u3KQZwbZ63 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3KQZwbZ63 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u3KQZwbZ63 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3KQZwbZ63 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3KQZwbZ63 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3KQZwbZ63 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3KQZwbZ63 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3KQZwbZ63 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3KQZwbZ63 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3KQZwbZ63 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3KQZwbZ63 .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
  position: fixed;
}
.cid-u3KQZwbZ63 .opacityScroll {
  background: #000000 !important;
}
.cid-u3KQZwbZ63 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3KQZwbZ63 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3KQZwbZ63 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3KQZwbZ63 .navbar {
    height: 70px;
  }
  .cid-u3KQZwbZ63 .navbar.opened {
    height: auto;
  }
  .cid-u3KQZwbZ63 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3KQZwbZ63 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u3KQZwbZ63 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u3KQZwbZ63 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u3KQZwbZ63 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u3KQZwbZ63 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u3KQZwbZ63 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u3KQZwbZ63 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u3KQZwbZ63 .navbar-brand {
    margin-right: auto;
  }
  .cid-u3KQZwbZ63 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u3KQZwbZ63 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u3KQZwbZ63 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u3KQZwbZ63 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u3KQZwbZ63 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u3KQZwbZ63 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u3KQZwbZ63 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u3KQZwbZ63 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u3KQZwbZ63 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u3KQZwbZ63 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u3KQZwbZ63 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-u3KQZwbZ63 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-u3KQZwbZ63 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unWLjepgtU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-unWLjepgtU .mbr-fallback-image.disabled {
  display: none;
}
.cid-unWLjepgtU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unWLjepgtU .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-unWLjepgtU .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unWLjepgtU .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-unWLjepgtU .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
.cid-unWLjepgtU .wrap {
  background: url("../../../assets/images/32-2000x889.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-unWLjepgtU .wrap .inner-wrap {
  padding: 40px;
}
.cid-unWLjepgtU .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-unWLjepgtU .mbr-text {
  color: #000000;
}
.cid-unWLjepgtU .mbr-text,
.cid-unWLjepgtU .mbr-section-btn {
  color: #ffffff;
}
.cid-unWLlQ3dQI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unWLlQ3dQI img,
.cid-unWLlQ3dQI .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-unWLlQ3dQI .item:focus,
.cid-unWLlQ3dQI span:focus {
  outline: none;
}
.cid-unWLlQ3dQI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-unWLlQ3dQI .item {
    margin-bottom: 1rem;
  }
}
.cid-unWLlQ3dQI .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-unWLlQ3dQI .item {
  padding: 0;
  margin: 0;
}
.cid-unWLlQ3dQI .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unWLlQ3dQI .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-unWLlQ3dQI .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-unWLlQ3dQI .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-unWLlQ3dQI .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-unWLlQ3dQI .mbr-section-title {
  color: #000000;
}
.cid-unWLlQ3dQI .item-title {
  text-align: left;
}
.cid-unWLlQ3dQI .item-subtitle {
  text-align: left;
}
.cid-unWLlQ3dQI .mbr-text,
.cid-unWLlQ3dQI .item .mbr-section-btn {
  text-align: left;
}
.cid-unWLlQ3dQI .content-head {
  max-width: 800px;
}
.cid-unWLn5xWVM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unWLn5xWVM img,
.cid-unWLn5xWVM .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-unWLn5xWVM .item:focus,
.cid-unWLn5xWVM span:focus {
  outline: none;
}
.cid-unWLn5xWVM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-unWLn5xWVM .item {
    margin-bottom: 1rem;
  }
}
.cid-unWLn5xWVM .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unWLn5xWVM .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-unWLn5xWVM .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-unWLn5xWVM .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-unWLn5xWVM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-unWLn5xWVM .mbr-section-title {
  color: #000000;
}
.cid-unWLn5xWVM .item-title {
  text-align: left;
}
.cid-unWLn5xWVM .item-subtitle {
  text-align: left;
}
.cid-unWLn5xWVM .mbr-text,
.cid-unWLn5xWVM .item .mbr-section-btn {
  text-align: left;
}
.cid-unWLn5xWVM .content-head {
  max-width: 800px;
}
.cid-uodxrA2MsE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uodxrA2MsE img,
.cid-uodxrA2MsE .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uodxrA2MsE .item:focus,
.cid-uodxrA2MsE span:focus {
  outline: none;
}
.cid-uodxrA2MsE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uodxrA2MsE .item {
    margin-bottom: 1rem;
  }
}
.cid-uodxrA2MsE .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uodxrA2MsE .item {
  padding: 0;
  margin: 0;
}
.cid-uodxrA2MsE .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uodxrA2MsE .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uodxrA2MsE .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uodxrA2MsE .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uodxrA2MsE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uodxrA2MsE .mbr-section-title {
  color: #000000;
}
.cid-uodxrA2MsE .item-title {
  text-align: left;
}
.cid-uodxrA2MsE .item-subtitle {
  text-align: left;
}
.cid-uodxrA2MsE .mbr-text,
.cid-uodxrA2MsE .item .mbr-section-btn {
  text-align: left;
}
.cid-uodxrA2MsE .content-head {
  max-width: 800px;
}
.cid-uodxtfaYD7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uodxtfaYD7 img,
.cid-uodxtfaYD7 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uodxtfaYD7 .item:focus,
.cid-uodxtfaYD7 span:focus {
  outline: none;
}
.cid-uodxtfaYD7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uodxtfaYD7 .item {
    margin-bottom: 1rem;
  }
}
.cid-uodxtfaYD7 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uodxtfaYD7 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uodxtfaYD7 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uodxtfaYD7 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uodxtfaYD7 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uodxtfaYD7 .mbr-section-title {
  color: #000000;
}
.cid-uodxtfaYD7 .item-title {
  text-align: left;
}
.cid-uodxtfaYD7 .item-subtitle {
  text-align: left;
}
.cid-uodxtfaYD7 .mbr-text,
.cid-uodxtfaYD7 .item .mbr-section-btn {
  text-align: left;
}
.cid-uodxtfaYD7 .content-head {
  max-width: 800px;
}
.cid-uodyWGaSBB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uodyWGaSBB img,
.cid-uodyWGaSBB .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uodyWGaSBB .item:focus,
.cid-uodyWGaSBB span:focus {
  outline: none;
}
.cid-uodyWGaSBB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uodyWGaSBB .item {
    margin-bottom: 1rem;
  }
}
.cid-uodyWGaSBB .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uodyWGaSBB .item {
  padding: 0;
  margin: 0;
}
.cid-uodyWGaSBB .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uodyWGaSBB .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uodyWGaSBB .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uodyWGaSBB .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uodyWGaSBB .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uodyWGaSBB .mbr-section-title {
  color: #000000;
}
.cid-uodyWGaSBB .item-title {
  text-align: left;
}
.cid-uodyWGaSBB .item-subtitle {
  text-align: left;
}
.cid-uodyWGaSBB .mbr-text,
.cid-uodyWGaSBB .item .mbr-section-btn {
  text-align: left;
}
.cid-uodyWGaSBB .content-head {
  max-width: 800px;
}
.cid-uodyXVobuE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uodyXVobuE img,
.cid-uodyXVobuE .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uodyXVobuE .item:focus,
.cid-uodyXVobuE span:focus {
  outline: none;
}
.cid-uodyXVobuE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uodyXVobuE .item {
    margin-bottom: 1rem;
  }
}
.cid-uodyXVobuE .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uodyXVobuE .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uodyXVobuE .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uodyXVobuE .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uodyXVobuE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uodyXVobuE .mbr-section-title {
  color: #000000;
}
.cid-uodyXVobuE .item-title {
  text-align: left;
}
.cid-uodyXVobuE .item-subtitle {
  text-align: left;
}
.cid-uodyXVobuE .mbr-text,
.cid-uodyXVobuE .item .mbr-section-btn {
  text-align: left;
}
.cid-uodyXVobuE .content-head {
  max-width: 800px;
}
.cid-unWLxQpTmS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-unWLxQpTmS .mbr-fallback-image.disabled {
  display: none;
}
.cid-unWLxQpTmS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unWLxQpTmS .mbr-description {
  text-align: left;
}
.cid-unWLxQpTmS .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-unWLxQpTmS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unWLxQpTmS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-unWLxQpTmS .card-title,
.cid-unWLxQpTmS .iconfont-wrapper {
  color: #000000;
}
.cid-unWLxQpTmS .card-text {
  color: #000000;
}
.cid-unWLxQpTmS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-unWLxQpTmS .mbr-number {
  color: #9fe870;
}
.cid-unWLxQpTmS .mbr-text,
.cid-unWLxQpTmS .mbr-section-btn {
  text-align: center;
}
.cid-unWLxQpTmS .card-text,
.cid-unWLxQpTmS .item .mbr-section-btn {
  text-align: left;
}
.cid-uodBL0tZVN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uodBL0tZVN img,
.cid-uodBL0tZVN .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uodBL0tZVN .item:focus,
.cid-uodBL0tZVN span:focus {
  outline: none;
}
.cid-uodBL0tZVN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uodBL0tZVN .item {
    margin-bottom: 1rem;
  }
}
.cid-uodBL0tZVN .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uodBL0tZVN .item {
  padding: 0;
  margin: 0;
}
.cid-uodBL0tZVN .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uodBL0tZVN .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uodBL0tZVN .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uodBL0tZVN .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uodBL0tZVN .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uodBL0tZVN .mbr-section-title {
  color: #000000;
}
.cid-uodBL0tZVN .item-title {
  text-align: left;
}
.cid-uodBL0tZVN .item-subtitle {
  text-align: left;
}
.cid-uodBL0tZVN .mbr-text,
.cid-uodBL0tZVN .item .mbr-section-btn {
  text-align: left;
}
.cid-uodBL0tZVN .content-head {
  max-width: 800px;
}
.cid-uodBMtPuwm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uodBMtPuwm img,
.cid-uodBMtPuwm .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uodBMtPuwm .item:focus,
.cid-uodBMtPuwm span:focus {
  outline: none;
}
.cid-uodBMtPuwm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uodBMtPuwm .item {
    margin-bottom: 1rem;
  }
}
.cid-uodBMtPuwm .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uodBMtPuwm .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uodBMtPuwm .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uodBMtPuwm .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uodBMtPuwm .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uodBMtPuwm .mbr-section-title {
  color: #000000;
}
.cid-uodBMtPuwm .item-title {
  text-align: left;
}
.cid-uodBMtPuwm .item-subtitle {
  text-align: left;
}
.cid-uodBMtPuwm .mbr-text,
.cid-uodBMtPuwm .item .mbr-section-btn {
  text-align: left;
}
.cid-uodBMtPuwm .content-head {
  max-width: 800px;
}
.cid-uodBO6IYOB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uodBO6IYOB img,
.cid-uodBO6IYOB .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uodBO6IYOB .item:focus,
.cid-uodBO6IYOB span:focus {
  outline: none;
}
.cid-uodBO6IYOB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uodBO6IYOB .item {
    margin-bottom: 1rem;
  }
}
.cid-uodBO6IYOB .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uodBO6IYOB .item {
  padding: 0;
  margin: 0;
}
.cid-uodBO6IYOB .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uodBO6IYOB .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uodBO6IYOB .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uodBO6IYOB .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uodBO6IYOB .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uodBO6IYOB .mbr-section-title {
  color: #000000;
}
.cid-uodBO6IYOB .item-title {
  text-align: left;
}
.cid-uodBO6IYOB .item-subtitle {
  text-align: left;
}
.cid-uodBO6IYOB .mbr-text,
.cid-uodBO6IYOB .item .mbr-section-btn {
  text-align: left;
}
.cid-uodBO6IYOB .content-head {
  max-width: 800px;
}
.cid-uodBPuGwca {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uodBPuGwca img,
.cid-uodBPuGwca .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uodBPuGwca .item:focus,
.cid-uodBPuGwca span:focus {
  outline: none;
}
.cid-uodBPuGwca .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uodBPuGwca .item {
    margin-bottom: 1rem;
  }
}
.cid-uodBPuGwca .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uodBPuGwca .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uodBPuGwca .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uodBPuGwca .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uodBPuGwca .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uodBPuGwca .mbr-section-title {
  color: #000000;
}
.cid-uodBPuGwca .item-title {
  text-align: left;
}
.cid-uodBPuGwca .item-subtitle {
  text-align: left;
}
.cid-uodBPuGwca .mbr-text,
.cid-uodBPuGwca .item .mbr-section-btn {
  text-align: left;
}
.cid-uodBPuGwca .content-head {
  max-width: 800px;
}
.cid-u3KQZZHSS6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3KQZZHSS6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3KQZZHSS6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3KQZZHSS6 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-u3KQZZHSS6 .footer-col {
    flex-direction: column;
  }
}
.cid-u3KQZZHSS6 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u3KQZZHSS6 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u3KQZZHSS6 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u3KQZZHSS6 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u3KQZZHSS6 .mbr-section-btn {
    text-align: center;
  }
}
.cid-u3KQZZHSS6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u3KQZZHSS6 .soc-item {
  margin: 8px;
}
.cid-u3KQZZHSS6 .soc-item a:hover .mbr-iconfont,
.cid-u3KQZZHSS6 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-u3KQZZHSS6 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u3KQZZHSS6 .row {
    text-align: center;
  }
  .cid-u3KQZZHSS6 .social-row {
    justify-content: center;
  }
}
.cid-u3KQZZHSS6 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-u3KQZZHSS6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3KQZZHSS6 .list {
    margin-bottom: 0rem;
  }
}
.cid-u3KQZZHSS6 .mbr-text {
  color: #bbbbbb;
}
.cid-u3KQZZHSS6 .mbr-section-subtitle {
  color: #000000;
}
.cid-u3KQZZHSS6 .list,
.cid-u3KQZZHSS6 .item-wrap {
  color: #232323;
}
.cid-u3KQZZHSS6 .copyright {
  color: #000000;
}
