body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Abel', sans-serif;
  font-size: 2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Abel', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
    letter-spacing: -0.038em;
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((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.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #5f4742 !important;
}
.bg-success {
  background-color: #18874f !important;
}
.bg-info {
  background-color: #4c82a2 !important;
}
.bg-warning {
  background-color: #e3d688 !important;
}
.bg-danger {
  background-color: #c04822 !important;
}
.btn-primary:after {
  background: linear-gradient(to right, #5f4742 0 25%, transparent 25% 75%, #5f4742 75% 100%);
}
.btn-primary,
.btn-primary:active {
  background-color: #cc8e6e !important;
  border-color: #cc8e6e !important;
  color: #5f4742 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background-color: #cc8e6e !important;
  border-color: #cc8e6e !important;
  color: #5f4742 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #5f4742 !important;
  background-color: #cc8e6e !important;
  border-color: #cc8e6e !important;
}
.btn-secondary:after {
  background: linear-gradient(to right, #9b8db7 0 25%, transparent 25% 75%, #9b8db7 75% 100%);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #efe6f7 !important;
  border-color: #efe6f7 !important;
  color: #9b8db7 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background-color: #efe6f7 !important;
  border-color: #efe6f7 !important;
  color: #9b8db7 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #9b8db7 !important;
  background-color: #efe6f7 !important;
  border-color: #efe6f7 !important;
}
.btn-info:after {
  background: linear-gradient(to right, #4c82a2 0 25%, transparent 25% 75%, #4c82a2 75% 100%);
}
.btn-info,
.btn-info:active {
  background-color: #9cc0eb !important;
  border-color: #9cc0eb !important;
  color: #4c82a2 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background-color: #9cc0eb !important;
  border-color: #9cc0eb !important;
  color: #4c82a2 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #4c82a2 !important;
  background-color: #9cc0eb !important;
  border-color: #9cc0eb !important;
}
.btn-success:after {
  background: linear-gradient(to right, #18874f 0 25%, transparent 25% 75%, #18874f 75% 100%);
}
.btn-success,
.btn-success:active {
  background-color: #39ffbc !important;
  border-color: #39ffbc !important;
  color: #18874f !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background-color: #39ffbc !important;
  border-color: #39ffbc !important;
  color: #18874f !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #18874f !important;
  background-color: #39ffbc !important;
  border-color: #39ffbc !important;
}
.btn-warning:after {
  background: linear-gradient(to right, #e3d688 0 25%, transparent 25% 75%, #e3d688 75% 100%);
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #e3d688 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #e3d688 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #e3d688 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger:after {
  background: linear-gradient(to right, #c04822 0 25%, transparent 25% 75%, #c04822 75% 100%);
}
.btn-danger,
.btn-danger:active {
  background-color: #ffb17c !important;
  border-color: #ffb17c !important;
  color: #c04822 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background-color: #ffb17c !important;
  border-color: #ffb17c !important;
  color: #c04822 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #c04822 !important;
  background-color: #ffb17c !important;
  border-color: #ffb17c !important;
}
.btn-white:after {
  background: linear-gradient(to right, #f6f6f6 0 25%, transparent 25% 75%, #f6f6f6 75% 100%);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #f6f6f6 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #f6f6f6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #f6f6f6 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black:after {
  background: linear-gradient(to right, #303030 0 25%, transparent 25% 75%, #303030 75% 100%);
}
.btn-black,
.btn-black:active {
  background-color: #a26457 !important;
  border-color: #a26457 !important;
  color: #303030 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background-color: #a26457 !important;
  border-color: #a26457 !important;
  color: #303030 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #303030 !important;
  background-color: #a26457 !important;
  border-color: #a26457 !important;
}
.btn-primary-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #5f4742 0 25%, transparent 25% 75%, #5f4742 75% 100%);
}
.btn-primary-outline,
.btn-primary-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #5f4742;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #5f4742 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #cc8e6e !important;
  border-color: #cc8e6e !important;
}
.btn-secondary-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #9b8db7 0 25%, transparent 25% 75%, #9b8db7 75% 100%);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #9b8db7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9b8db7 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #efe6f7 !important;
  border-color: #efe6f7 !important;
}
.btn-info-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #4c82a2 0 25%, transparent 25% 75%, #4c82a2 75% 100%);
}
.btn-info-outline,
.btn-info-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #4c82a2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4c82a2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9cc0eb !important;
  border-color: #9cc0eb !important;
}
.btn-success-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #18874f 0 25%, transparent 25% 75%, #18874f 75% 100%);
}
.btn-success-outline,
.btn-success-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #18874f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #18874f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #39ffbc !important;
  border-color: #39ffbc !important;
}
.btn-warning-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #e3d688 0 25%, transparent 25% 75%, #e3d688 75% 100%);
}
.btn-warning-outline,
.btn-warning-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #e3d688;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e3d688 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #574e15 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #c04822 0 25%, transparent 25% 75%, #c04822 75% 100%);
}
.btn-danger-outline,
.btn-danger-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #c04822;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c04822 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb17c !important;
  border-color: #ffb17c !important;
}
.btn-black-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #303030 0 25%, transparent 25% 75%, #303030 75% 100%);
}
.btn-black-outline,
.btn-black-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #303030;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #303030 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #a26457 !important;
  border-color: #a26457 !important;
}
.btn-white-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #f6f6f6 0 25%, transparent 25% 75%, #f6f6f6 75% 100%);
}
.btn-white-outline,
.btn-white-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #f6f6f6;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #f6f6f6 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #777777 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #5f4742 !important;
}
.text-secondary {
  color: #9b8db7 !important;
}
.text-success {
  color: #18874f !important;
}
.text-info {
  color: #4c82a2 !important;
}
.text-warning {
  color: #e3d688 !important;
}
.text-danger {
  color: #c04822 !important;
}
.text-white {
  color: #f6f6f6 !important;
}
.text-black {
  color: #303030 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #231a18 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #675688 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #09301c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2b4a5d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d0ba35 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #692813 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c3c3c3 !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: #5f4742;
}
.nav-tabs .nav-link:not(.active) {
  color: #303030;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4c82a2;
}
.alert-warning {
  background-color: #e3d688;
}
.alert-danger {
  background-color: #c04822;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5f4742;
  border-color: #5f4742;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5f4742;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a4837c;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #41dd8f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9dbdd1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e7947a;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #5f4742 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #5f4742;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5f4742;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5f4742;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5f4742;
  border-bottom-color: #5f4742;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #5f4742 !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: #9b8db7 !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='%235f4742' %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-duration: .4s;
}
a:hover {
  background-image: none !important;
}
.mbr-fonts-style a:not(.mbr-fonts-style) {
  position: relative;
}
.mbr-fonts-style a:not(.mbr-fonts-style):before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  transition: all 0.7s cubic-bezier(0.33, 0.52, 0.05, 0.96);
  background: linear-gradient(to right, currentColor 0 25%, transparent 25% 75%, currentColor 75% 100%);
  background-position: right;
  background-size: 400% 100%;
  overflow: hidden;
}
.mbr-fonts-style a:not(.mbr-fonts-style):hover:before {
  background-position: left;
}
.container {
  max-width: 1300px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1439px) {
  .container {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 86%;
  }
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .container-fluid {
    max-width: 86%;
  }
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  justify-content: center;
}
b,
strong {
  font-weight: 700 !important;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 54px;
  padding: 10px 34px 15px;
  font-weight: 700 !important;
  transition: all 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
  box-shadow: none !important;
  border-radius: 0 !important;
  letter-spacing: -0.025em;
}
.mbr-section-btn .btn:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 13px;
  transform: translateX(-50%);
  height: 2px;
  width: calc(100% - 34px * 2);
  transition: all 0.7s cubic-bezier(0.33, 0.52, 0.05, 0.96);
  background-position: right;
  background-size: 400% 100%;
  overflow: hidden;
}
.mbr-section-btn .btn.btn-primary {
  background-color: #9c7770 !important;
  border-color: #9c7770 !important;
}
.mbr-section-btn .btn.btn-black {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.mbr-section-btn .btn.btn-white {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.mbr-section-btn .btn:hover:after {
  background-position: left;
}
.cid-ttjgGSzu1K {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-ttjgGSzu1K nav.navbar {
  position: fixed;
}
.cid-ttjgGSzu1K .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttjgGSzu1K .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttjgGSzu1K .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-ttjgGSzu1K .dropdown-item:after {
  right: 1rem !important;
}
.cid-ttjgGSzu1K .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ttjgGSzu1K .dropdown-item:hover:before,
.cid-ttjgGSzu1K .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-ttjgGSzu1K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttjgGSzu1K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttjgGSzu1K .nav-link {
  position: relative;
}
.cid-ttjgGSzu1K .container {
  display: flex;
  margin: auto;
}
.cid-ttjgGSzu1K .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-ttjgGSzu1K .navbar-nav .nav-item {
  margin: 0;
}
.cid-ttjgGSzu1K .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-ttjgGSzu1K .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ttjgGSzu1K .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-ttjgGSzu1K .dropdown-menu,
.cid-ttjgGSzu1K .navbar.opened {
  background: #ffffff !important;
}
.cid-ttjgGSzu1K .nav-item:focus,
.cid-ttjgGSzu1K .nav-link:focus {
  outline: none;
}
.cid-ttjgGSzu1K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttjgGSzu1K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttjgGSzu1K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttjgGSzu1K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttjgGSzu1K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttjgGSzu1K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttjgGSzu1K .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-ttjgGSzu1K .navbar.opened {
  transition: all 0.3s;
}
.cid-ttjgGSzu1K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttjgGSzu1K .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-ttjgGSzu1K .navbar .navbar-logo img {
  width: auto;
}
.cid-ttjgGSzu1K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttjgGSzu1K .navbar.collapsed {
  justify-content: center;
}
.cid-ttjgGSzu1K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttjgGSzu1K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttjgGSzu1K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-ttjgGSzu1K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttjgGSzu1K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttjgGSzu1K .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-ttjgGSzu1K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttjgGSzu1K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttjgGSzu1K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttjgGSzu1K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttjgGSzu1K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttjgGSzu1K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttjgGSzu1K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttjgGSzu1K .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-ttjgGSzu1K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttjgGSzu1K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttjgGSzu1K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttjgGSzu1K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttjgGSzu1K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttjgGSzu1K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ttjgGSzu1K .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ttjgGSzu1K .navbar.navbar-short {
  min-height: 100px;
}
.cid-ttjgGSzu1K .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-ttjgGSzu1K .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-ttjgGSzu1K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttjgGSzu1K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttjgGSzu1K .dropdown-item.active,
.cid-ttjgGSzu1K .dropdown-item:active {
  background-color: transparent;
}
.cid-ttjgGSzu1K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttjgGSzu1K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttjgGSzu1K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttjgGSzu1K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttjgGSzu1K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttjgGSzu1K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttjgGSzu1K ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttjgGSzu1K .navbar-buttons {
  text-align: center;
}
.cid-ttjgGSzu1K button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-ttjgGSzu1K button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-ttjgGSzu1K button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-ttjgGSzu1K button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ttjgGSzu1K button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ttjgGSzu1K button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-ttjgGSzu1K button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #8b5a5a;
  border-radius: 50%;
}
.cid-ttjgGSzu1K button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ttjgGSzu1K button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-ttjgGSzu1K button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-ttjgGSzu1K button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ttjgGSzu1K nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-ttjgGSzu1K nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #8b5a5a;
}
.cid-ttjgGSzu1K nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #8b5a5a;
}
.cid-ttjgGSzu1K nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ttjgGSzu1K nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-ttjgGSzu1K .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ttjgGSzu1K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttjgGSzu1K .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttjgGSzu1K .navbar {
    height: 70px;
  }
  .cid-ttjgGSzu1K .navbar.opened {
    height: auto;
  }
  .cid-ttjgGSzu1K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttjgGSzu1K .container,
.cid-ttjgGSzu1K .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ttjgGSzu1K .container,
  .cid-ttjgGSzu1K .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ttjgGSzu1K .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-ttjgGSzu1K .navbar-collapse {
  min-height: 98px;
}
.cid-ttjgGSzu1K .mbr-section-btn {
  max-width: 35%;
}
.cid-ttjgGSzu1K .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
.cid-ttjgGSzu1K .container,
.cid-ttjgGSzu1K .container-fluid {
  flex-wrap: wrap;
}
.cid-ttjgGSzu1K .navbar-brand {
  width: auto;
  min-height: 98px;
}
.cid-ttjgGSzu1K .navbar-collapse {
  width: 100%;
  min-height: auto;
  padding-bottom: 30px;
  order: 5;
}
.cid-ttjgGSzu1K .navbar-nav {
  width: 100%;
  padding-top: 30px;
  align-items: flex-start;
}
.cid-ttjgGSzu1K .navbar-nav li {
  margin: 0 !important;
}
.cid-ttjgGSzu1K .navbar-nav .nav-link {
  width: max-content !important;
  max-width: 100% !important;
  margin: 5px 0 !important;
}
.cid-ttjgGSzu1K .navbar .navbar-collapse .dropdown .dropdown-menu {
  padding: 8px 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
}
.cid-ttjgGSzu1K .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
  padding: 2px 0 !important;
  width: max-content !important;
  max-width: 100% !important;
}
.cid-ttjgGSzu1K .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
  left: 0 !important;
  bottom: 2px !important;
}
.cid-ttjgGSzu1K .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
  width: 100% !important;
}
.cid-ttjgGSzu1K .mbr-section-btn {
  max-width: 100%;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-ttjgGSzu1K {
    min-height: 70px !important;
  }
  .cid-ttjgGSzu1K .navbar {
    min-height: 70px !important;
  }
  .cid-ttjgGSzu1K .container-fluid {
    padding: 0 7%;
  }
  .cid-ttjgGSzu1K .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .cid-ttjgGSzu1K .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-ttjgGSzu1K .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-ttjgGSzu1K .navbar-nav li {
    margin: 0 !important;
  }
  .cid-ttjgGSzu1K .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-ttjgGSzu1K .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-ttjgGSzu1K .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-ttjgGSzu1K .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-ttjgGSzu1K .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-ttjgGSzu1K .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-ttjgHy7mtK {
  background-image: url("../../../assets/images/walking-1-copy-2000x3000.jpg");
}
.cid-ttjgHy7mtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjgHy7mtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjgHy7mtK .mbr-section-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-ttjgHy7mtK .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
  text-align: left;
}
.cid-ttjgHy7mtK .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-ttjgHy7mtK .mbr-section-btn {
  margin-top: 18px;
}
.cid-ttjgHy7mtK .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-ttjgHy7mtK .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-ttjgHy7mtK .mbr-text,
.cid-ttjgHy7mtK .mbr-section-btn {
  text-align: left;
}
.cid-uuhWVhsjTS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0e4e2e;
}
.cid-uuhWVhsjTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuhWVhsjTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuhWVhsjTS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uuhWVhsjTS .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uuhWVhsjTS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uuhWVhsjTS .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uuhWVhsjTS .container {
    padding: 0 24px;
  }
}
.cid-uuhWVhsjTS .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uuhWVhsjTS .content-wrapper {
    padding: 0;
  }
}
.cid-uuhWVhsjTS .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uuhWVhsjTS .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uuhWVhsjTS .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uuhWVhsjTS .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uuhWVhsjTS .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uuhWVhsjTS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uuhWVhsjTS .mbr-section-title {
  color: #ffffff;
}
.cid-uuhWVhsjTS .mbr-desc,
.cid-uuhWVhsjTS .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uuhWVhsjTS .mbr-text,
.cid-uuhWVhsjTS .text-wrapper {
  color: #f6f6f6;
  text-align: center;
}
.cid-uuhWVhsjTS .mbr-section-title,
.cid-uuhWVhsjTS .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ukKsOUDpN4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukKsOUDpN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukKsOUDpN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukKsOUDpN4 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ukKsOUDpN4 .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ukKsOUDpN4 .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ukKsOUDpN4 .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ukKsOUDpN4 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ukKsOUDpN4 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ukKsOUDpN4 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ukKsOUDpN4 .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-ukKsOUDpN4 .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-ukKsOUDpN4 .image-wrapper {
    padding-left: 0;
  }
}
.cid-ukKsOUDpN4 .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-ukKsOUDpN4 .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-ukKsOUDpN4 .mbr-section-title {
  color: #000000;
}
.cid-ukKsOUDpN4 .mbr-desc {
  color: #000000;
}
.cid-ukKsOUDpN4 .mbr-text {
  color: #000000;
}
.cid-ukFVAZw04x {
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-ukFVAZw04x .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-ukFVAZw04x .text-content .btn-bgr {
  z-index: 0;
}
.cid-ukFVAZw04x .mbr-overlay {
  background: linear-gradient(90deg, #8b5a5a, #16442d);
}
.cid-ukFVAZw04x h3 {
  color: #000000;
  font-weight: 300;
}
.cid-ukFVAZw04x p {
  color: #464646;
}
.cid-ukFVAZw04x h2 {
  color: #000000;
}
.cid-ukFVAZw04x .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-ukFVAZw04x .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-ukFVAZw04x .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  .cid-ukFVAZw04x .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-ukFVAZw04x .text-content {
    width: 100%;
  }
}
.cid-ukFVAZw04x .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-ukFVAZw04x .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-ukFVAZw04x .mbr-text {
    text-align: center;
  }
}
.cid-ukFVAZw04x .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFVAZw04x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFVAZw04x .mbr-section-subtitle {
  color: #303030;
}
.cid-ukFVAZw04x P {
  color: #303030;
}
.cid-ukFQKzcmTd {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ukFQKzcmTd {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.cid-ukFQKzcmTd .text {
  padding: 0;
}
.cid-ukFQKzcmTd section {
  position: relative;
}
.cid-ukFQKzcmTd h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-ukFQKzcmTd .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #16442d;
}
.cid-ukFQKzcmTd .box {
  background-image: url("../../../assets/images/rtsoi-vid-ss-1900x909.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFQKzcmTd .icon-wrap {
  background-color: #303030 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-ukFQKzcmTd .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-ukFQKzcmTd .icon-wrap span {
  padding-left: 8px;
}
.cid-ukFQKzcmTd .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #fbfbfb !important;
}
.cid-ukFQKzcmTd .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-ukFQKzcmTd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ukFQKzcmTd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ukFQKzcmTd .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ukFQKzcmTd a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-ukFQKzcmTd a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ukFQKzcmTd {
    padding-top: 35px;
    padding-bottom: 21px;
  }
  .cid-ukFQKzcmTd .box {
    height: 250px;
  }
  .cid-ukFQKzcmTd .row {
    padding: 1rem!important;
  }
}
.cid-ukFQKzcmTd H1 {
  color: #ffffff;
}
.cid-ukFQKzcmTd H3 {
  color: #16442d;
}
.cid-ukFXxORlJc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f2ef;
}
.cid-ukFXxORlJc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFXxORlJc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFXxORlJc .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukFXxORlJc .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ukFXxORlJc .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ukFXxORlJc .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukFXxORlJc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ukFXxORlJc .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ukFXxORlJc .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ukFXxORlJc .item {
    margin-bottom: 28px;
  }
}
.cid-ukFXxORlJc .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-ukFXxORlJc .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-ukFXxORlJc .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-ukFXxORlJc .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukFXxORlJc .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-ukFXxORlJc .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ukFXxORlJc .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-ukFXxORlJc .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-ukFXxORlJc .mbr-text,
.cid-ukFXxORlJc .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-ukFXxORlJc .item-title {
  color: #ffffff;
}
.cid-ukFXxORlJc .item-title,
.cid-ukFXxORlJc .mbr-section-btn {
  color: #5f4742;
  text-align: center;
}
.cid-ukKnXHPZkU {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukKnXHPZkU img {
  width: 110px;
  margin: auto;
}
.cid-ukKnXHPZkU .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 0.5rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ukKnXHPZkU .card {
    max-width: 16.6%;
  }
}
.cid-ukKnXHPZkU .mbr-section-title {
  color: #16442d;
}
.cid-ukKpX6LbJO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukKpX6LbJO img {
  width: 110px;
  margin: auto;
}
.cid-ukKpX6LbJO .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 0.5rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ukKpX6LbJO .card {
    max-width: 16.6%;
  }
}
.cid-ukKpX6LbJO .mbr-section-title {
  color: #16442d;
}
.cid-ukG8aMEP0x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukG8aMEP0x .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukG8aMEP0x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukG8aMEP0x .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ukG8aMEP0x .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ukG8aMEP0x .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ukG8aMEP0x .container {
    padding: 0 20px;
  }
}
.cid-ukG8aMEP0x .row {
  justify-content: center;
}
.cid-ukG8aMEP0x .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #f6f6f6;
}
@media (max-width: 992px) {
  .cid-ukG8aMEP0x .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-ukG8aMEP0x .content-wrapper .card {
  justify-content: center;
}
.cid-ukG8aMEP0x .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ukG8aMEP0x .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-ukG8aMEP0x .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-ukG8aMEP0x .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ukG8aMEP0x .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
  padding: 0 60px 0 200px;
}
@media (max-width: 992px) {
  .cid-ukG8aMEP0x .content-wrapper .content-wrap {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-ukG8aMEP0x .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-ukG8aMEP0x .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ukG8aMEP0x .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ukG8aMEP0x .content-wrapper .content-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-ukG8aMEP0x .content-wrapper .content-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-ukG8aMEP0x .content-wrapper .content-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-ukG8aMEP0x .content-wrapper .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-ukG8aMEP0x .content-wrapper .content-wrap .dragArea.row .form-group .form-control {
  padding: 20px;
  border: none !important;
  box-shadow: none;
  border-radius: 20px !important;
  background-color: #ffffff;
}
.cid-ukG8aMEP0x .content-wrapper .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-ukG8aMEP0x .content-wrapper .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-ukG8aMEP0x .content-wrapper .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #5f4742;
  opacity: .5;
}
.cid-ukG8aMEP0x .content-wrapper .content-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-ukG8aMEP0x .content-wrapper .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-ukG8aMEP0x .content-wrapper .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #5f4742;
  border-color: #5f4742;
  border-radius: 0;
}
.cid-ukG8aMEP0x .content-wrapper .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-ukG8aMEP0x .content-wrapper .content-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-ukG8aMEP0x .mbr-section-title {
  color: #ffffff;
}
.cid-ukG8aMEP0x .mbr-text {
  color: #ffffff;
}
.cid-ukG8aMEP0x label {
  color: #ffffff;
}
.cid-ukG8aMEP0x .mbr-section-title,
.cid-ukG8aMEP0x .mbr-section-btn {
  color: #232323;
}
.cid-ukFNqNLikt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #16442d;
}
.cid-ukFNqNLikt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFNqNLikt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFNqNLikt .row {
  justify-content: space-between;
}
.cid-ukFNqNLikt .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-ukFNqNLikt .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-ukFNqNLikt .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ukFNqNLikt .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFNqNLikt .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-ukFNqNLikt .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-ukFNqNLikt .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-ukFNqNLikt .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ukFNqNLikt .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukFNqNLikt .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-ukFNqNLikt .list-wrapper .list .item-wrap:hover,
.cid-ukFNqNLikt .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-ukFNqNLikt .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukFNqNLikt .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-ukFNqNLikt .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-ukFNqNLikt .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-ukFNqNLikt .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-ukFNqNLikt .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-ukFNqNLikt .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFNqNLikt .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFNqNLikt .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ukFNqNLikt .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #fffdf3;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-ukFNqNLikt .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ukFNqNLikt .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-ukFNqNLikt .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-ukFNqNLikt .mbr-section-title {
  color: #000000;
}
.cid-ukFNqNLikt .mbr-text {
  color: #000000;
}
.cid-ukFNqNLikt .list {
  color: #000000;
}
.cid-ukFNqNLikt .mbr-desc {
  color: #000000;
}
.cid-ukFNqNLikt .mbr-copy {
  color: #000000;
}
.cid-ukFNqNLikt .mbr-desc,
.cid-ukFNqNLikt .social-wrapper {
  text-align: center;
}
.cid-ukFNqNLikt .mbr-copy,
.cid-ukFNqNLikt .mbr-section-btn-main {
  text-align: center;
  color: #ffffff;
}
.cid-ukFNqNLikt .list,
.cid-ukFNqNLikt .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ukFHqt1EDN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-ukFHqt1EDN nav.navbar {
  position: fixed;
}
.cid-ukFHqt1EDN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukFHqt1EDN .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukFHqt1EDN .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-ukFHqt1EDN .dropdown-item:after {
  right: 1rem !important;
}
.cid-ukFHqt1EDN .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ukFHqt1EDN .dropdown-item:hover:before,
.cid-ukFHqt1EDN .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-ukFHqt1EDN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukFHqt1EDN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukFHqt1EDN .nav-link {
  position: relative;
}
.cid-ukFHqt1EDN .container {
  display: flex;
  margin: auto;
}
.cid-ukFHqt1EDN .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-ukFHqt1EDN .navbar-nav .nav-item {
  margin: 0;
}
.cid-ukFHqt1EDN .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-ukFHqt1EDN .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ukFHqt1EDN .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-ukFHqt1EDN .dropdown-menu,
.cid-ukFHqt1EDN .navbar.opened {
  background: #ffffff !important;
}
.cid-ukFHqt1EDN .nav-item:focus,
.cid-ukFHqt1EDN .nav-link:focus {
  outline: none;
}
.cid-ukFHqt1EDN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukFHqt1EDN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukFHqt1EDN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukFHqt1EDN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukFHqt1EDN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukFHqt1EDN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukFHqt1EDN .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-ukFHqt1EDN .navbar.opened {
  transition: all 0.3s;
}
.cid-ukFHqt1EDN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukFHqt1EDN .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-ukFHqt1EDN .navbar .navbar-logo img {
  width: auto;
}
.cid-ukFHqt1EDN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukFHqt1EDN .navbar.collapsed {
  justify-content: center;
}
.cid-ukFHqt1EDN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukFHqt1EDN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukFHqt1EDN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-ukFHqt1EDN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukFHqt1EDN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukFHqt1EDN .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-ukFHqt1EDN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukFHqt1EDN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukFHqt1EDN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukFHqt1EDN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukFHqt1EDN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukFHqt1EDN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukFHqt1EDN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukFHqt1EDN .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-ukFHqt1EDN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukFHqt1EDN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukFHqt1EDN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukFHqt1EDN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukFHqt1EDN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukFHqt1EDN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ukFHqt1EDN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ukFHqt1EDN .navbar.navbar-short {
  min-height: 100px;
}
.cid-ukFHqt1EDN .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-ukFHqt1EDN .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-ukFHqt1EDN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukFHqt1EDN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukFHqt1EDN .dropdown-item.active,
.cid-ukFHqt1EDN .dropdown-item:active {
  background-color: transparent;
}
.cid-ukFHqt1EDN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukFHqt1EDN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukFHqt1EDN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukFHqt1EDN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ukFHqt1EDN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukFHqt1EDN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukFHqt1EDN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukFHqt1EDN .navbar-buttons {
  text-align: center;
}
.cid-ukFHqt1EDN button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-ukFHqt1EDN button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-ukFHqt1EDN button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-ukFHqt1EDN button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ukFHqt1EDN button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ukFHqt1EDN button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-ukFHqt1EDN button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #8b5a5a;
  border-radius: 50%;
}
.cid-ukFHqt1EDN button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ukFHqt1EDN button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-ukFHqt1EDN button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-ukFHqt1EDN button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ukFHqt1EDN nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-ukFHqt1EDN nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #8b5a5a;
}
.cid-ukFHqt1EDN nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #8b5a5a;
}
.cid-ukFHqt1EDN nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ukFHqt1EDN nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-ukFHqt1EDN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukFHqt1EDN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFHqt1EDN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukFHqt1EDN .navbar {
    height: 70px;
  }
  .cid-ukFHqt1EDN .navbar.opened {
    height: auto;
  }
  .cid-ukFHqt1EDN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukFHqt1EDN .container,
.cid-ukFHqt1EDN .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ukFHqt1EDN .container,
  .cid-ukFHqt1EDN .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ukFHqt1EDN .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-ukFHqt1EDN .navbar-collapse {
  min-height: 98px;
}
.cid-ukFHqt1EDN .mbr-section-btn {
  max-width: 35%;
}
.cid-ukFHqt1EDN .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
.cid-ukFHqt1EDN .container,
.cid-ukFHqt1EDN .container-fluid {
  flex-wrap: wrap;
}
.cid-ukFHqt1EDN .navbar-brand {
  width: auto;
  min-height: 98px;
}
.cid-ukFHqt1EDN .navbar-collapse {
  width: 100%;
  min-height: auto;
  padding-bottom: 30px;
  order: 5;
}
.cid-ukFHqt1EDN .navbar-nav {
  width: 100%;
  padding-top: 30px;
  align-items: flex-start;
}
.cid-ukFHqt1EDN .navbar-nav li {
  margin: 0 !important;
}
.cid-ukFHqt1EDN .navbar-nav .nav-link {
  width: max-content !important;
  max-width: 100% !important;
  margin: 5px 0 !important;
}
.cid-ukFHqt1EDN .navbar .navbar-collapse .dropdown .dropdown-menu {
  padding: 8px 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
}
.cid-ukFHqt1EDN .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
  padding: 2px 0 !important;
  width: max-content !important;
  max-width: 100% !important;
}
.cid-ukFHqt1EDN .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
  left: 0 !important;
  bottom: 2px !important;
}
.cid-ukFHqt1EDN .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
  width: 100% !important;
}
.cid-ukFHqt1EDN .mbr-section-btn {
  max-width: 100%;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-ukFHqt1EDN {
    min-height: 70px !important;
  }
  .cid-ukFHqt1EDN .navbar {
    min-height: 70px !important;
  }
  .cid-ukFHqt1EDN .container-fluid {
    padding: 0 7%;
  }
  .cid-ukFHqt1EDN .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .cid-ukFHqt1EDN .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-ukFHqt1EDN .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-ukFHqt1EDN .navbar-nav li {
    margin: 0 !important;
  }
  .cid-ukFHqt1EDN .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-ukFHqt1EDN .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-ukFHqt1EDN .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-ukFHqt1EDN .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-ukFHqt1EDN .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-ukFHqt1EDN .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-ukFHqtGyyG {
  background-image: url("../../../assets/images/humans-trekking-on-a-valley-72800-pixahive-2000x1539.jpg");
}
.cid-ukFHqtGyyG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFHqtGyyG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFHqtGyyG .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-ukFHqtGyyG .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
  text-align: center;
}
.cid-ukFHqtGyyG .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-ukFHqtGyyG .mbr-section-btn {
  margin-top: 18px;
}
.cid-ukFHqtGyyG .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-ukFHqtGyyG .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-ukFHqtGyyG .mbr-text,
.cid-ukFHqtGyyG .mbr-section-btn {
  text-align: center;
}
.cid-ukFHqu6QUl {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ukFHqu6QUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFHqu6QUl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFHqu6QUl .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukFHqu6QUl .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukFHqu6QUl .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ukFHqu6QUl .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ukFHqu6QUl .container {
    padding: 0 12px;
  }
}
.cid-ukFHqu6QUl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukFHqu6QUl .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ukFHqu6QUl .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ukFHqu6QUl .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-ukFHqu6QUl .mbr-section-title {
  color: #1D1D1F;
}
.cid-ukFHqu6QUl .mbr-text {
  color: #515151;
  text-align: center;
}
.cid-ukFHqu6QUl .mbr-section-title,
.cid-ukFHqu6QUl .mbr-section-btn {
  text-align: center;
}
.cid-ukKwx6aL9s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-ukKwx6aL9s .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukKwx6aL9s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukKwx6aL9s .title-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukKwx6aL9s .title-wrapper {
    padding: 0;
  }
}
.cid-ukKwx6aL9s .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-ukKwx6aL9s .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-ukKwx6aL9s .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-ukKwx6aL9s .content-wrapper {
  background-color: #f6f6f6;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ukKwx6aL9s .content-wrapper {
    display: block;
  }
}
.cid-ukKwx6aL9s .content-wrapper .content-wrap {
  padding: 100px 60px 100px;
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ukKwx6aL9s .content-wrapper .content-wrap {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-ukKwx6aL9s .content-wrapper .content-wrap .list {
  margin-bottom: 90px;
  padding-left: 24px;
}
@media (max-width: 992px) {
  .cid-ukKwx6aL9s .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-ukKwx6aL9s .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 12px;
}
.cid-ukKwx6aL9s .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukKwx6aL9s .content-wrapper .content-wrap .list .item-wrap::marker {
  color: #329d67;
}
.cid-ukKwx6aL9s .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ukKwx6aL9s .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-ukKwx6aL9s .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-ukKwx6aL9s .content-wrapper .image-wrapper img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukKwx6aL9s .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ukKwx6aL9s .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-ukKwx6aL9s .list {
  color: #51565c;
}
.cid-ukKwx6aL9s .mbr-price {
  color: #ff8576;
}
.cid-ukKwx6aL9s .mbr-desc {
  color: #ff8576;
}
.cid-ukKxZjAT48 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-ukKxZjAT48 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukKxZjAT48 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukKxZjAT48 .title-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukKxZjAT48 .title-wrapper {
    padding: 0;
  }
}
.cid-ukKxZjAT48 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-ukKxZjAT48 .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-ukKxZjAT48 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-ukKxZjAT48 .content-wrapper {
  background-color: #f6f6f6;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ukKxZjAT48 .content-wrapper {
    display: block;
  }
}
.cid-ukKxZjAT48 .content-wrapper .content-wrap {
  padding: 100px 60px 100px;
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ukKxZjAT48 .content-wrapper .content-wrap {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-ukKxZjAT48 .content-wrapper .content-wrap .list {
  margin-bottom: 90px;
  padding-left: 24px;
}
@media (max-width: 992px) {
  .cid-ukKxZjAT48 .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-ukKxZjAT48 .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 12px;
}
.cid-ukKxZjAT48 .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukKxZjAT48 .content-wrapper .content-wrap .list .item-wrap::marker {
  color: #329d67;
}
.cid-ukKxZjAT48 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ukKxZjAT48 .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-ukKxZjAT48 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-ukKxZjAT48 .content-wrapper .image-wrapper img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukKxZjAT48 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ukKxZjAT48 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-ukKxZjAT48 .list {
  color: #51565c;
}
.cid-ukKxZjAT48 .mbr-price {
  color: #ff8576;
}
.cid-ukKxZjAT48 .mbr-desc {
  color: #ff8576;
}
.cid-ukKz6eF70m {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-ukKz6eF70m .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukKz6eF70m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukKz6eF70m .title-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukKz6eF70m .title-wrapper {
    padding: 0;
  }
}
.cid-ukKz6eF70m .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-ukKz6eF70m .title-wrapper .mbr-section-title span {
  color: #2e8157;
}
@media (max-width: 992px) {
  .cid-ukKz6eF70m .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-ukKz6eF70m .content-wrapper {
  background-color: #f6f6f6;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ukKz6eF70m .content-wrapper {
    display: block;
  }
}
.cid-ukKz6eF70m .content-wrapper .content-wrap {
  padding: 100px 60px 100px;
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ukKz6eF70m .content-wrapper .content-wrap {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-ukKz6eF70m .content-wrapper .content-wrap .list {
  margin-bottom: 90px;
  padding-left: 24px;
}
@media (max-width: 992px) {
  .cid-ukKz6eF70m .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-ukKz6eF70m .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 12px;
}
.cid-ukKz6eF70m .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukKz6eF70m .content-wrapper .content-wrap .list .item-wrap::marker {
  color: #ec9dcc;
}
.cid-ukKz6eF70m .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ukKz6eF70m .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-ukKz6eF70m .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-ukKz6eF70m .content-wrapper .image-wrapper img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukKz6eF70m .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ukKz6eF70m .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-ukKz6eF70m .list {
  color: #51565c;
}
.cid-ukKz6eF70m .mbr-price {
  color: #ff8576;
}
.cid-ukKz6eF70m .mbr-desc {
  color: #ff8576;
}
.cid-ukKK6sKHpt {
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/mbr-1920x1920.jpg");
}
.cid-ukKK6sKHpt::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#ade7ca 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-ukKK6sKHpt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukKK6sKHpt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukKK6sKHpt .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ukKK6sKHpt .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ukKK6sKHpt .container {
    padding: 0 24px;
  }
}
.cid-ukKK6sKHpt .row {
  justify-content: space-between;
}
.cid-ukKK6sKHpt .nav.nav-tabs {
  position: relative;
  z-index: 1;
  display: block;
  border: none;
}
.cid-ukKK6sKHpt .nav.nav-tabs .nav-item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukKK6sKHpt .nav.nav-tabs .nav-item {
    margin-bottom: 30px;
  }
}
.cid-ukKK6sKHpt .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #661313;
  border-radius: 0 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: .1;
  padding: 0;
}
.cid-ukKK6sKHpt .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-ukKK6sKHpt .tab-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cid-ukKK6sKHpt .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
.cid-ukKK6sKHpt .tab-content .tab-pane .text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-ukKK6sKHpt .tab-content .tab-pane .text-wrapper .mbr-text {
  width: 100%;
  position: sticky;
}
.cid-ukKK6sKHpt .mbr-text {
  color: #141414;
  text-align: left;
}
.cid-ukM0xbTlnI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukM0xbTlnI .item-content {
  padding-left: 1rem;
  margin: auto 0;
}
.cid-ukM0xbTlnI .item-title {
  text-align: left;
  color: #232323;
  margin: 0;
}
.cid-ukM0xbTlnI .item-number {
  color: #000000;
  width: 35px;
}
.cid-ukM0xbTlnI .item-img {
  margin-bottom: 1rem;
}
.cid-ukM0xbTlnI .item-img img {
  border-radius: 20px;
}
.cid-ukM0xbTlnI .item-wrapper {
  position: relative;
  overflow: visible;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.cid-ukM0xbTlnI .face-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.cid-ukM0xbTlnI .face-wrap img {
  width: 60px;
  height: 60px;
}
.cid-ukM0xbTlnI .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #09512d;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(0.99);
}
.cid-ukM0xbTlnI .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #09512d;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-ukM0xbTlnI .face-wrap:hover .face {
  transform: scale(0.9);
}
.cid-ukM0xbTlnI .face-wrap:hover:before {
  transform: scale(1.1);
}
.cid-ukM0xbTlnI .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
}
.cid-ukM0xbTlnI .item:focus,
.cid-ukM0xbTlnI span:focus {
  outline: none;
}
.cid-ukM0xbTlnI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ukM0xbTlnI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ukM0xbTlnI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukM0xbTlnI .mbr-text,
.cid-ukM0xbTlnI .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-ukM0xbTlnI .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ukM0xbTlnI .mbr-link {
  color: #8364e2;
}
.cid-ukM0xbTlnI .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v6ipcOWn2f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-v6ipcOWn2f .item-content {
  padding-left: 1rem;
  margin: auto 0;
}
.cid-v6ipcOWn2f .item-title {
  text-align: left;
  color: #232323;
  margin: 0;
}
.cid-v6ipcOWn2f .item-number {
  color: #000000;
  width: 35px;
}
.cid-v6ipcOWn2f .item-img {
  margin-bottom: 1rem;
}
.cid-v6ipcOWn2f .item-img img {
  border-radius: 20px;
}
.cid-v6ipcOWn2f .item-wrapper {
  position: relative;
  overflow: visible;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.cid-v6ipcOWn2f .face-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.cid-v6ipcOWn2f .face-wrap img {
  width: 60px;
  height: 60px;
}
.cid-v6ipcOWn2f .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #09512d;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(0.99);
}
.cid-v6ipcOWn2f .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #09512d;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-v6ipcOWn2f .face-wrap:hover .face {
  transform: scale(0.9);
}
.cid-v6ipcOWn2f .face-wrap:hover:before {
  transform: scale(1.1);
}
.cid-v6ipcOWn2f .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
}
.cid-v6ipcOWn2f .item:focus,
.cid-v6ipcOWn2f span:focus {
  outline: none;
}
.cid-v6ipcOWn2f .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v6ipcOWn2f .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v6ipcOWn2f .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v6ipcOWn2f .mbr-text,
.cid-v6ipcOWn2f .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-v6ipcOWn2f .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-v6ipcOWn2f .mbr-link {
  color: #8364e2;
}
.cid-v6ipcOWn2f .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v7qupSzI1D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7qupSzI1D .item-content {
  padding-left: 1rem;
  margin: auto 0;
}
.cid-v7qupSzI1D .item-title {
  text-align: left;
  color: #232323;
  margin: 0;
}
.cid-v7qupSzI1D .item-number {
  color: #000000;
  width: 35px;
}
.cid-v7qupSzI1D .item-img {
  margin-bottom: 1rem;
}
.cid-v7qupSzI1D .item-img img {
  border-radius: 20px;
}
.cid-v7qupSzI1D .item-wrapper {
  position: relative;
  overflow: visible;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.cid-v7qupSzI1D .face-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.cid-v7qupSzI1D .face-wrap img {
  width: 60px;
  height: 60px;
}
.cid-v7qupSzI1D .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #09512d;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(0.99);
}
.cid-v7qupSzI1D .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #09512d;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-v7qupSzI1D .face-wrap:hover .face {
  transform: scale(0.9);
}
.cid-v7qupSzI1D .face-wrap:hover:before {
  transform: scale(1.1);
}
.cid-v7qupSzI1D .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
}
.cid-v7qupSzI1D .item:focus,
.cid-v7qupSzI1D span:focus {
  outline: none;
}
.cid-v7qupSzI1D .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v7qupSzI1D .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v7qupSzI1D .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7qupSzI1D .mbr-text,
.cid-v7qupSzI1D .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-v7qupSzI1D .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-v7qupSzI1D .mbr-link {
  color: #8364e2;
}
.cid-v7qupSzI1D .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v7qKKukzwD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-v7qKKukzwD .item-content {
  padding-left: 1rem;
  margin: auto 0;
}
.cid-v7qKKukzwD .item-title {
  text-align: left;
  color: #232323;
  margin: 0;
}
.cid-v7qKKukzwD .item-number {
  color: #000000;
  width: 35px;
}
.cid-v7qKKukzwD .item-img {
  margin-bottom: 1rem;
}
.cid-v7qKKukzwD .item-img img {
  border-radius: 20px;
}
.cid-v7qKKukzwD .item-wrapper {
  position: relative;
  overflow: visible;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.cid-v7qKKukzwD .face-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.cid-v7qKKukzwD .face-wrap img {
  width: 60px;
  height: 60px;
}
.cid-v7qKKukzwD .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #09512d;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(0.99);
}
.cid-v7qKKukzwD .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #09512d;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-v7qKKukzwD .face-wrap:hover .face {
  transform: scale(0.9);
}
.cid-v7qKKukzwD .face-wrap:hover:before {
  transform: scale(1.1);
}
.cid-v7qKKukzwD .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
}
.cid-v7qKKukzwD .item:focus,
.cid-v7qKKukzwD span:focus {
  outline: none;
}
.cid-v7qKKukzwD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v7qKKukzwD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v7qKKukzwD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7qKKukzwD .mbr-text,
.cid-v7qKKukzwD .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-v7qKKukzwD .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-v7qKKukzwD .mbr-link {
  color: #8364e2;
}
.cid-v7qKKukzwD .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ukFNqNLikt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #16442d;
}
.cid-ukFNqNLikt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFNqNLikt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFNqNLikt .row {
  justify-content: space-between;
}
.cid-ukFNqNLikt .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-ukFNqNLikt .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-ukFNqNLikt .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ukFNqNLikt .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukFNqNLikt .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-ukFNqNLikt .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-ukFNqNLikt .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-ukFNqNLikt .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ukFNqNLikt .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukFNqNLikt .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-ukFNqNLikt .list-wrapper .list .item-wrap:hover,
.cid-ukFNqNLikt .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-ukFNqNLikt .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukFNqNLikt .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-ukFNqNLikt .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-ukFNqNLikt .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-ukFNqNLikt .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-ukFNqNLikt .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-ukFNqNLikt .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukFNqNLikt .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukFNqNLikt .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ukFNqNLikt .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #fffdf3;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-ukFNqNLikt .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ukFNqNLikt .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-ukFNqNLikt .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-ukFNqNLikt .mbr-section-title {
  color: #000000;
}
.cid-ukFNqNLikt .mbr-text {
  color: #000000;
}
.cid-ukFNqNLikt .list {
  color: #000000;
}
.cid-ukFNqNLikt .mbr-desc {
  color: #000000;
}
.cid-ukFNqNLikt .mbr-copy {
  color: #000000;
}
.cid-ukFNqNLikt .mbr-desc,
.cid-ukFNqNLikt .social-wrapper {
  text-align: center;
}
.cid-ukFNqNLikt .mbr-copy,
.cid-ukFNqNLikt .mbr-section-btn-main {
  text-align: center;
  color: #ffffff;
}
.cid-ukFNqNLikt .list,
.cid-ukFNqNLikt .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ukG3d7rEeK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-ukG3d7rEeK nav.navbar {
  position: fixed;
}
.cid-ukG3d7rEeK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukG3d7rEeK .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukG3d7rEeK .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-ukG3d7rEeK .dropdown-item:after {
  right: 1rem !important;
}
.cid-ukG3d7rEeK .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ukG3d7rEeK .dropdown-item:hover:before,
.cid-ukG3d7rEeK .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-ukG3d7rEeK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukG3d7rEeK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukG3d7rEeK .nav-link {
  position: relative;
}
.cid-ukG3d7rEeK .container {
  display: flex;
  margin: auto;
}
.cid-ukG3d7rEeK .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-ukG3d7rEeK .navbar-nav .nav-item {
  margin: 0;
}
.cid-ukG3d7rEeK .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-ukG3d7rEeK .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ukG3d7rEeK .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-ukG3d7rEeK .dropdown-menu,
.cid-ukG3d7rEeK .navbar.opened {
  background: #ffffff !important;
}
.cid-ukG3d7rEeK .nav-item:focus,
.cid-ukG3d7rEeK .nav-link:focus {
  outline: none;
}
.cid-ukG3d7rEeK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukG3d7rEeK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukG3d7rEeK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukG3d7rEeK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukG3d7rEeK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukG3d7rEeK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukG3d7rEeK .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-ukG3d7rEeK .navbar.opened {
  transition: all 0.3s;
}
.cid-ukG3d7rEeK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukG3d7rEeK .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-ukG3d7rEeK .navbar .navbar-logo img {
  width: auto;
}
.cid-ukG3d7rEeK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukG3d7rEeK .navbar.collapsed {
  justify-content: center;
}
.cid-ukG3d7rEeK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukG3d7rEeK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukG3d7rEeK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-ukG3d7rEeK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukG3d7rEeK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukG3d7rEeK .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-ukG3d7rEeK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukG3d7rEeK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukG3d7rEeK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukG3d7rEeK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukG3d7rEeK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukG3d7rEeK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukG3d7rEeK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukG3d7rEeK .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-ukG3d7rEeK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukG3d7rEeK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukG3d7rEeK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukG3d7rEeK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukG3d7rEeK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukG3d7rEeK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ukG3d7rEeK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ukG3d7rEeK .navbar.navbar-short {
  min-height: 100px;
}
.cid-ukG3d7rEeK .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-ukG3d7rEeK .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-ukG3d7rEeK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukG3d7rEeK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukG3d7rEeK .dropdown-item.active,
.cid-ukG3d7rEeK .dropdown-item:active {
  background-color: transparent;
}
.cid-ukG3d7rEeK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukG3d7rEeK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukG3d7rEeK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukG3d7rEeK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ukG3d7rEeK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukG3d7rEeK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukG3d7rEeK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukG3d7rEeK .navbar-buttons {
  text-align: center;
}
.cid-ukG3d7rEeK button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-ukG3d7rEeK button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-ukG3d7rEeK button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-ukG3d7rEeK button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ukG3d7rEeK button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ukG3d7rEeK button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-ukG3d7rEeK button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #8b5a5a;
  border-radius: 50%;
}
.cid-ukG3d7rEeK button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ukG3d7rEeK button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-ukG3d7rEeK button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-ukG3d7rEeK button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ukG3d7rEeK nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-ukG3d7rEeK nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #8b5a5a;
}
.cid-ukG3d7rEeK nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #8b5a5a;
}
.cid-ukG3d7rEeK nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ukG3d7rEeK nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-ukG3d7rEeK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukG3d7rEeK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukG3d7rEeK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukG3d7rEeK .navbar {
    height: 70px;
  }
  .cid-ukG3d7rEeK .navbar.opened {
    height: auto;
  }
  .cid-ukG3d7rEeK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukG3d7rEeK .container,
.cid-ukG3d7rEeK .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ukG3d7rEeK .container,
  .cid-ukG3d7rEeK .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ukG3d7rEeK .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-ukG3d7rEeK .navbar-collapse {
  min-height: 98px;
}
.cid-ukG3d7rEeK .mbr-section-btn {
  max-width: 35%;
}
.cid-ukG3d7rEeK .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
.cid-ukG3d7rEeK .container,
.cid-ukG3d7rEeK .container-fluid {
  flex-wrap: wrap;
}
.cid-ukG3d7rEeK .navbar-brand {
  width: auto;
  min-height: 98px;
}
.cid-ukG3d7rEeK .navbar-collapse {
  width: 100%;
  min-height: auto;
  padding-bottom: 30px;
  order: 5;
}
.cid-ukG3d7rEeK .navbar-nav {
  width: 100%;
  padding-top: 30px;
  align-items: flex-start;
}
.cid-ukG3d7rEeK .navbar-nav li {
  margin: 0 !important;
}
.cid-ukG3d7rEeK .navbar-nav .nav-link {
  width: max-content !important;
  max-width: 100% !important;
  margin: 5px 0 !important;
}
.cid-ukG3d7rEeK .navbar .navbar-collapse .dropdown .dropdown-menu {
  padding: 8px 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
}
.cid-ukG3d7rEeK .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
  padding: 2px 0 !important;
  width: max-content !important;
  max-width: 100% !important;
}
.cid-ukG3d7rEeK .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
  left: 0 !important;
  bottom: 2px !important;
}
.cid-ukG3d7rEeK .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
  width: 100% !important;
}
.cid-ukG3d7rEeK .mbr-section-btn {
  max-width: 100%;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-ukG3d7rEeK {
    min-height: 70px !important;
  }
  .cid-ukG3d7rEeK .navbar {
    min-height: 70px !important;
  }
  .cid-ukG3d7rEeK .container-fluid {
    padding: 0 7%;
  }
  .cid-ukG3d7rEeK .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .cid-ukG3d7rEeK .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-ukG3d7rEeK .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-ukG3d7rEeK .navbar-nav li {
    margin: 0 !important;
  }
  .cid-ukG3d7rEeK .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-ukG3d7rEeK .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-ukG3d7rEeK .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-ukG3d7rEeK .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-ukG3d7rEeK .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-ukG3d7rEeK .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-ukM58PulmN {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/aditya-gupta-fdicn85zhxy-unsplash-2000x1333.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
}
.cid-ukM58PulmN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukM58PulmN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-ukM58PulmN {
    min-height: 750px;
  }
}
.cid-ukM58PulmN .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-ukM58PulmN .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-ukM58PulmN .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-ukM58PulmN .mbr-section-btn {
  margin-top: 18px;
}
.cid-uui3Mj2y89 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uui3Mj2y89 .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uui3Mj2y89 .display-1 {
    font-size: 5rem;
  }
}
.cid-uui3Mj2y89 h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uui3Mj2y89 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uui3Mj2y89 .display-1 {
    font-size: 2.8rem;
  }
  .cid-uui3Mj2y89 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uui3Mj2y89 .content-wrap {
    width: 100%;
  }
}
.cid-uui3Mj2y89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uui3Mj2y89 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uui3Mj2y89 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uui3Mj2y89 {
    align-items: center;
  }
  .cid-uui3Mj2y89 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uui3Mj2y89 .content-wrap {
    min-width: 50%;
  }
}
.cid-uui3Mj2y89 .mbr-section-title {
  text-align: center;
  color: #221b35;
}
.cid-uui3Mj2y89 .mbr-text,
.cid-uui3Mj2y89 .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-uui3xq4qyO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uui3xq4qyO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uui3xq4qyO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uui3xq4qyO .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uui3xq4qyO .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uui3xq4qyO .container {
    padding: 0 26px;
  }
}
.cid-uui3xq4qyO .row {
  justify-content: center;
}
.cid-uui3xq4qyO .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}
@media (max-width: 992px) {
  .cid-uui3xq4qyO .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uui3xq4qyO .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-uui3xq4qyO .items-wrapper .item:focus .item-wrapper .item-img img,
.cid-uui3xq4qyO .items-wrapper .item:hover .item-wrapper .item-img img {
  transform: scale(1);
}
.cid-uui3xq4qyO .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uui3xq4qyO .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uui3xq4qyO .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uui3xq4qyO .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.cid-uui3xq4qyO .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 5px;
}
.cid-uui3xq4qyO .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
}
.cid-uui3xq4qyO .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uui3xq4qyO .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uui3xq4qyO .items-wrapper .item .item-wrapper .item-img img {
  height: 340px;
  object-fit: cover;
  transform: scale(1.15);
  transition: all 0.3s ease-in-out;
}
.cid-uui3xq4qyO .mbr-section-btn {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uui3xq4qyO .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uui3xq4qyO .item-title {
  color: #000000;
}
.cid-uui3xq4qyO .item-desc {
  color: #000000;
}
.cid-uui6NnkNza {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uui6NnkNza .mbr-fallback-image.disabled {
  display: none;
}
.cid-uui6NnkNza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uui6NnkNza .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uui6NnkNza .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uui6NnkNza .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uui6NnkNza .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uui6NnkNza .container {
    padding: 0 24px;
  }
}
.cid-uui6NnkNza .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uui6NnkNza .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uui6NnkNza .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uui6NnkNza .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uui6NnkNza .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uui6NnkNza .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uui6NnkNza .item {
  margin-bottom: 32px;
}
.cid-uui6NnkNza .item .item-wrapper {
  height: 100%;
}
.cid-uui6NnkNza .item .item-wrapper .item-img img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uui6NnkNza .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uui6NnkNza .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #ffffff;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uui6NnkNza .item .item-wrapper .card-box {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uui6NnkNza .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uui6NnkNza .item .item-wrapper .card-box .item-title,
.cid-uui6NnkNza .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 32px;
}
.cid-uui6NnkNza .item .item-wrapper .card-box .text-wrap .item-text,
.cid-uui6NnkNza .item .item-wrapper .card-box .text-wrap .item-text_2 {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uui6NnkNza .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uui6NnkNza .item .item-wrapper .dark-card {
  background-color: #0e4e2e;
  border: none;
}
.cid-uui6NnkNza .item .item-wrapper .middle-card {
  background-color: #874118;
  border: none;
}
.cid-uui6NnkNza .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uui6NnkNza .mbr-desc,
.cid-uui6NnkNza .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uui6NnkNza .mbr-text,
.cid-uui6NnkNza .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uui6NnkNza .item-title {
  color: #18212d;
}
.cid-uui6NnkNza .item-text {
  color: #18212d;
}
.cid-uui6NnkNza .item-title_2 {
  color: #ffffff;
}
.cid-uui6NnkNza .item-text_2 {
  color: #ffffff;
}
.cid-ukRmDDwIUR {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #874118;
}
.cid-ukRmDDwIUR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRmDDwIUR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRmDDwIUR .content-wrapper {
  justify-content: center;
}
.cid-ukRmDDwIUR .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukRmDDwIUR .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ukRmDDwIUR .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ukRmDDwIUR .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukRmDDwIUR .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ukRmDDwIUR .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-ukRmDDwIUR .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-ukRmDDwIUR .mbr-section-btn {
  margin-top: 20px;
}
.cid-ukRmDDwIUR .video-wrapper {
  transition: all 0.3s ease-in-out;
}
.cid-ukRmDDwIUR .video-wrapper:hover,
.cid-ukRmDDwIUR .video-wrapper:focus {
  background-color: #f9f4dd;
}
.cid-ukRmDDwIUR .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ukRmDDwIUR .box .mbr-media {
    height: 350px;
  }
}
.cid-ukRmDDwIUR .box .mbr-media:hover img,
.cid-ukRmDDwIUR .box .mbr-media:focus img {
  border: 2px solid #f9f4dd;
}
.cid-ukRmDDwIUR .box .mbr-media:hover .icon-wrapper,
.cid-ukRmDDwIUR .box .mbr-media:focus .icon-wrapper {
  height: 85px;
  width: 85px;
}
.cid-ukRmDDwIUR .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukRmDDwIUR .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-ukRmDDwIUR .box .mbr-media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-ukRmDDwIUR .box .mbr-media .mbr-iconfont {
  font-size: 21px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-ukRmDDwIUR .mbr-media {
  position: relative;
}
.cid-ukRmDDwIUR .mbr-media img {
  object-fit: cover;
}
.cid-ukRmDDwIUR a:hover {
  background-image: none !important;
}
.cid-ukRmDDwIUR .icon-wrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #874118;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-ukRmDDwIUR .icon-wrapper {
    height: 60px !important;
    width: 60px !important;
  }
}
.cid-ukRmDDwIUR .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-ukRmDDwIUR .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ukRmDDwIUR .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ukRmDDwIUR .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ukRmDDwIUR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ukRmDDwIUR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ukRmDDwIUR .mbr-section-title {
  color: #ffffff;
}
.cid-ukRmDDwIUR .mbr-text,
.cid-ukRmDDwIUR .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ukRmDDwIUR .mbr-desc,
.cid-ukRmDDwIUR .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-ukRmDDwIUR .mbr-section-title,
.cid-ukRmDDwIUR .mbr-section-btn {
  text-align: center;
}
.cid-uuiaURGVXA {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #16442d;
}
.cid-uuiaURGVXA .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uuiaURGVXA .display-1 {
    font-size: 5rem;
  }
}
.cid-uuiaURGVXA h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uuiaURGVXA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uuiaURGVXA .display-1 {
    font-size: 2.8rem;
  }
  .cid-uuiaURGVXA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uuiaURGVXA .content-wrap {
    width: 100%;
  }
}
.cid-uuiaURGVXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuiaURGVXA .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uuiaURGVXA .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uuiaURGVXA {
    align-items: center;
  }
  .cid-uuiaURGVXA .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uuiaURGVXA .content-wrap {
    min-width: 50%;
  }
}
.cid-uuiaURGVXA .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uuiaURGVXA .mbr-text,
.cid-uuiaURGVXA .mbr-section-btn {
  text-align: center;
  color: #f6f6f6;
}
.cid-ukRyxZLFyl {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukRyxZLFyl h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ukRyxZLFyl .panel-text {
  letter-spacing: 0.03em;
  color: #282727;
}
.cid-ukRyxZLFyl .mbr-section-title {
  letter-spacing: 0.1em;
  color: #000000;
}
.cid-ukRyxZLFyl .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #0e6338;
}
.cid-ukRyxZLFyl .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ukRyxZLFyl .panel-group {
  width: 100%;
}
.cid-ukRyxZLFyl .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-ukRyxZLFyl .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-ukRyxZLFyl .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #efefef;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ukRyxZLFyl .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-ukRyxZLFyl .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ukRyxZLFyl .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-ukRyxZLFyl .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-ukRyxZLFyl .card .panel-body {
  background: #ffffff;
}
.cid-ukRyxZLFyl .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ukRyxZLFyl .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ukRyxZLFyl .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ukRyxZLFyl .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-ukRyxZLFyl .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-ukRyxZLFyl .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-ukRyxZLFyl .header-text,
.cid-ukRyxZLFyl .sign {
  color: #7b8665;
}
.cid-ukRCQy74VZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukRCQy74VZ h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ukRCQy74VZ .panel-text {
  letter-spacing: 0.03em;
  color: #282727;
}
.cid-ukRCQy74VZ .mbr-section-title {
  letter-spacing: 0.1em;
  color: #000000;
}
.cid-ukRCQy74VZ .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #0e6338;
}
.cid-ukRCQy74VZ .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ukRCQy74VZ .panel-group {
  width: 100%;
}
.cid-ukRCQy74VZ .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-ukRCQy74VZ .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-ukRCQy74VZ .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #efefef;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ukRCQy74VZ .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-ukRCQy74VZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ukRCQy74VZ .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-ukRCQy74VZ .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-ukRCQy74VZ .card .panel-body {
  background: #ffffff;
}
.cid-ukRCQy74VZ .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ukRCQy74VZ .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ukRCQy74VZ .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-ukRCQy74VZ .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-ukRCQy74VZ .header-text,
.cid-ukRCQy74VZ .sign {
  color: #7b8665;
}
.cid-ukREaNfdAK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukREaNfdAK h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ukREaNfdAK .panel-text {
  letter-spacing: 0.03em;
  color: #282727;
}
.cid-ukREaNfdAK .mbr-section-title {
  letter-spacing: 0.1em;
  color: #000000;
}
.cid-ukREaNfdAK .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #0e6338;
}
.cid-ukREaNfdAK .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ukREaNfdAK .panel-group {
  width: 100%;
}
.cid-ukREaNfdAK .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-ukREaNfdAK .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-ukREaNfdAK .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #efefef;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ukREaNfdAK .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-ukREaNfdAK .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ukREaNfdAK .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-ukREaNfdAK .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-ukREaNfdAK .card .panel-body {
  background: #ffffff;
}
.cid-ukREaNfdAK .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ukREaNfdAK .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ukREaNfdAK .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ukREaNfdAK .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-ukREaNfdAK .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-ukREaNfdAK .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-ukREaNfdAK .header-text,
.cid-ukREaNfdAK .sign {
  color: #7b8665;
}
.cid-ukRF35mHQH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukRF35mHQH h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ukRF35mHQH .panel-text {
  letter-spacing: 0.03em;
  color: #282727;
}
.cid-ukRF35mHQH .mbr-section-title {
  letter-spacing: 0.1em;
  color: #000000;
}
.cid-ukRF35mHQH .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #0e6338;
}
.cid-ukRF35mHQH .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ukRF35mHQH .panel-group {
  width: 100%;
}
.cid-ukRF35mHQH .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-ukRF35mHQH .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-ukRF35mHQH .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #efefef;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ukRF35mHQH .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-ukRF35mHQH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ukRF35mHQH .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-ukRF35mHQH .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-ukRF35mHQH .card .panel-body {
  background: #ffffff;
}
.cid-ukRF35mHQH .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ukRF35mHQH .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ukRF35mHQH .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-ukRF35mHQH .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-ukRF35mHQH .header-text,
.cid-ukRF35mHQH .sign {
  color: #7b8665;
}
.cid-ukRG767jNl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukRG767jNl h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ukRG767jNl .panel-text {
  letter-spacing: 0.03em;
  color: #282727;
}
.cid-ukRG767jNl .mbr-section-title {
  letter-spacing: 0.1em;
  color: #000000;
}
.cid-ukRG767jNl .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #0e6338;
}
.cid-ukRG767jNl .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ukRG767jNl .panel-group {
  width: 100%;
}
.cid-ukRG767jNl .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-ukRG767jNl .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-ukRG767jNl .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #efefef;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ukRG767jNl .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-ukRG767jNl .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ukRG767jNl .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-ukRG767jNl .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-ukRG767jNl .card .panel-body {
  background: #ffffff;
}
.cid-ukRG767jNl .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ukRG767jNl .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ukRG767jNl .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ukRG767jNl .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-ukRG767jNl .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-ukRG767jNl .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-ukRG767jNl .header-text,
.cid-ukRG767jNl .sign {
  color: #7b8665;
}
.cid-ukRHrwEzU2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukRHrwEzU2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRHrwEzU2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRHrwEzU2 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ukRHrwEzU2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ukRHrwEzU2 .container {
    padding: 0 20px;
  }
}
.cid-ukRHrwEzU2 .row {
  justify-content: space-between;
}
.cid-ukRHrwEzU2 .card {
  justify-content: center;
}
.cid-ukRHrwEzU2 .image-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-ukRHrwEzU2 .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-ukRHrwEzU2 .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-ukRHrwEzU2 .image-wrapper .image-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-ukRHrwEzU2 .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-ukRHrwEzU2 .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-ukRHrwEzU2 .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukRHrwEzU2 .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-ukRHrwEzU2 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-ukRHrwEzU2 .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-ukRHrwEzU2 .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-ukRHrwEzU2 .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-ukRHrwEzU2 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukRHrwEzU2 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ukRHrwEzU2 .mbr-desc {
  color: #0e6338;
}
.cid-ukRHrwEzU2 .mbr-section-title {
  color: #1e1d1c;
}
.cid-ukG3d8k6lZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #16442d;
}
.cid-ukG3d8k6lZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukG3d8k6lZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukG3d8k6lZ .row {
  justify-content: space-between;
}
.cid-ukG3d8k6lZ .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-ukG3d8k6lZ .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-ukG3d8k6lZ .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ukG3d8k6lZ .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukG3d8k6lZ .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-ukG3d8k6lZ .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-ukG3d8k6lZ .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-ukG3d8k6lZ .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ukG3d8k6lZ .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukG3d8k6lZ .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-ukG3d8k6lZ .list-wrapper .list .item-wrap:hover,
.cid-ukG3d8k6lZ .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-ukG3d8k6lZ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukG3d8k6lZ .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-ukG3d8k6lZ .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-ukG3d8k6lZ .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-ukG3d8k6lZ .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-ukG3d8k6lZ .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-ukG3d8k6lZ .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukG3d8k6lZ .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukG3d8k6lZ .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ukG3d8k6lZ .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #fffdf3;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-ukG3d8k6lZ .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ukG3d8k6lZ .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-ukG3d8k6lZ .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-ukG3d8k6lZ .mbr-section-title {
  color: #000000;
}
.cid-ukG3d8k6lZ .mbr-text {
  color: #000000;
}
.cid-ukG3d8k6lZ .list {
  color: #000000;
}
.cid-ukG3d8k6lZ .mbr-desc {
  color: #000000;
}
.cid-ukG3d8k6lZ .mbr-copy {
  color: #000000;
}
.cid-ukG3d8k6lZ .mbr-desc,
.cid-ukG3d8k6lZ .social-wrapper {
  text-align: center;
}
.cid-ukG3d8k6lZ .mbr-copy,
.cid-ukG3d8k6lZ .mbr-section-btn-main {
  text-align: center;
  color: #ffffff;
}
.cid-ukG3d8k6lZ .list,
.cid-ukG3d8k6lZ .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ukG3AgSCmH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-ukG3AgSCmH nav.navbar {
  position: fixed;
}
.cid-ukG3AgSCmH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukG3AgSCmH .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukG3AgSCmH .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-ukG3AgSCmH .dropdown-item:after {
  right: 1rem !important;
}
.cid-ukG3AgSCmH .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ukG3AgSCmH .dropdown-item:hover:before,
.cid-ukG3AgSCmH .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-ukG3AgSCmH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukG3AgSCmH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukG3AgSCmH .nav-link {
  position: relative;
}
.cid-ukG3AgSCmH .container {
  display: flex;
  margin: auto;
}
.cid-ukG3AgSCmH .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-ukG3AgSCmH .navbar-nav .nav-item {
  margin: 0;
}
.cid-ukG3AgSCmH .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-ukG3AgSCmH .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ukG3AgSCmH .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-ukG3AgSCmH .dropdown-menu,
.cid-ukG3AgSCmH .navbar.opened {
  background: #ffffff !important;
}
.cid-ukG3AgSCmH .nav-item:focus,
.cid-ukG3AgSCmH .nav-link:focus {
  outline: none;
}
.cid-ukG3AgSCmH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukG3AgSCmH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukG3AgSCmH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukG3AgSCmH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukG3AgSCmH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukG3AgSCmH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukG3AgSCmH .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-ukG3AgSCmH .navbar.opened {
  transition: all 0.3s;
}
.cid-ukG3AgSCmH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukG3AgSCmH .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-ukG3AgSCmH .navbar .navbar-logo img {
  width: auto;
}
.cid-ukG3AgSCmH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukG3AgSCmH .navbar.collapsed {
  justify-content: center;
}
.cid-ukG3AgSCmH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukG3AgSCmH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukG3AgSCmH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-ukG3AgSCmH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukG3AgSCmH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukG3AgSCmH .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-ukG3AgSCmH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukG3AgSCmH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukG3AgSCmH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukG3AgSCmH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukG3AgSCmH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukG3AgSCmH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukG3AgSCmH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukG3AgSCmH .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-ukG3AgSCmH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukG3AgSCmH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukG3AgSCmH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukG3AgSCmH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukG3AgSCmH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukG3AgSCmH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ukG3AgSCmH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ukG3AgSCmH .navbar.navbar-short {
  min-height: 100px;
}
.cid-ukG3AgSCmH .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-ukG3AgSCmH .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-ukG3AgSCmH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukG3AgSCmH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukG3AgSCmH .dropdown-item.active,
.cid-ukG3AgSCmH .dropdown-item:active {
  background-color: transparent;
}
.cid-ukG3AgSCmH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukG3AgSCmH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukG3AgSCmH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukG3AgSCmH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ukG3AgSCmH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukG3AgSCmH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukG3AgSCmH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukG3AgSCmH .navbar-buttons {
  text-align: center;
}
.cid-ukG3AgSCmH button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-ukG3AgSCmH button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-ukG3AgSCmH button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-ukG3AgSCmH button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ukG3AgSCmH button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ukG3AgSCmH button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-ukG3AgSCmH button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #8b5a5a;
  border-radius: 50%;
}
.cid-ukG3AgSCmH button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ukG3AgSCmH button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-ukG3AgSCmH button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-ukG3AgSCmH button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ukG3AgSCmH nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-ukG3AgSCmH nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #8b5a5a;
}
.cid-ukG3AgSCmH nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #8b5a5a;
}
.cid-ukG3AgSCmH nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ukG3AgSCmH nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-ukG3AgSCmH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukG3AgSCmH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukG3AgSCmH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukG3AgSCmH .navbar {
    height: 70px;
  }
  .cid-ukG3AgSCmH .navbar.opened {
    height: auto;
  }
  .cid-ukG3AgSCmH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukG3AgSCmH .container,
.cid-ukG3AgSCmH .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ukG3AgSCmH .container,
  .cid-ukG3AgSCmH .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ukG3AgSCmH .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-ukG3AgSCmH .navbar-collapse {
  min-height: 98px;
}
.cid-ukG3AgSCmH .mbr-section-btn {
  max-width: 35%;
}
.cid-ukG3AgSCmH .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
.cid-ukG3AgSCmH .container,
.cid-ukG3AgSCmH .container-fluid {
  flex-wrap: wrap;
}
.cid-ukG3AgSCmH .navbar-brand {
  width: auto;
  min-height: 98px;
}
.cid-ukG3AgSCmH .navbar-collapse {
  width: 100%;
  min-height: auto;
  padding-bottom: 30px;
  order: 5;
}
.cid-ukG3AgSCmH .navbar-nav {
  width: 100%;
  padding-top: 30px;
  align-items: flex-start;
}
.cid-ukG3AgSCmH .navbar-nav li {
  margin: 0 !important;
}
.cid-ukG3AgSCmH .navbar-nav .nav-link {
  width: max-content !important;
  max-width: 100% !important;
  margin: 5px 0 !important;
}
.cid-ukG3AgSCmH .navbar .navbar-collapse .dropdown .dropdown-menu {
  padding: 8px 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
}
.cid-ukG3AgSCmH .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
  padding: 2px 0 !important;
  width: max-content !important;
  max-width: 100% !important;
}
.cid-ukG3AgSCmH .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
  left: 0 !important;
  bottom: 2px !important;
}
.cid-ukG3AgSCmH .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
  width: 100% !important;
}
.cid-ukG3AgSCmH .mbr-section-btn {
  max-width: 100%;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-ukG3AgSCmH {
    min-height: 70px !important;
  }
  .cid-ukG3AgSCmH .navbar {
    min-height: 70px !important;
  }
  .cid-ukG3AgSCmH .container-fluid {
    padding: 0 7%;
  }
  .cid-ukG3AgSCmH .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .cid-ukG3AgSCmH .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-ukG3AgSCmH .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-ukG3AgSCmH .navbar-nav li {
    margin: 0 !important;
  }
  .cid-ukG3AgSCmH .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-ukG3AgSCmH .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-ukG3AgSCmH .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-ukG3AgSCmH .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-ukG3AgSCmH .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-ukG3AgSCmH .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uuiktptgIA {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/chilika-bhubaneswar.me-2000x953.jpg");
}
.cid-uuiktptgIA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uuiktptgIA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uuiktptgIA .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ul4uBjgMKz {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f6f6f6;
}
.cid-ul4uBjgMKz .mbr-section-title {
  color: #444444;
}
.cid-ul4uBjgMKz .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-ul4uBjgMKz .mbr-text {
  color: #8d97ad;
}
.cid-ul4uBjgMKz .nav {
  border: none;
}
.cid-ul4uBjgMKz .nav-tabs {
  width: 100%;
}
.cid-ul4uBjgMKz .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-ul4uBjgMKz .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-ul4uBjgMKz .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #e7e5d8;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-ul4uBjgMKz .nav-tabs .nav-link:hover {
  background-color: #515151;
  color: #ffffff;
}
.cid-ul4uBjgMKz .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #515151;
}
.cid-ul4uBjgMKz .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ul4uBjgMKz .nav-item {
    display: table-row !important;
  }
}
.cid-ul4uBjgMKz .mbr-section-btn {
  padding-left: 10px;
}
.cid-ul4uBjgMKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul4uBjgMKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul4uBjgMKz .mbr-text,
.cid-ul4uBjgMKz .mbr-section-btn {
  color: #515151;
}
.cid-uuinxoROAS {
  background-image: url("../../../assets/images/silhouette-male-hiker-sitting-alone-near-tourist-tent-campfire.jpg");
}
.cid-uuinxoROAS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuinxoROAS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuinxoROAS .mbr-section-title {
  color: #FFFFFF;
}
.cid-uuinxoROAS .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uuinxoROAS .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uuinxoROAS .mbr-section-btn {
  margin-top: 18px;
}
.cid-uuinxoROAS .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-uuinxoROAS .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-ul7NOmDpTn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffdf3;
}
.cid-ul7NOmDpTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul7NOmDpTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul7NOmDpTn .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ul7NOmDpTn .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ul7NOmDpTn .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ul7NOmDpTn .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ul7NOmDpTn .container {
    padding: 0 24px;
  }
}
.cid-ul7NOmDpTn .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ul7NOmDpTn .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ul7NOmDpTn .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-ul7NOmDpTn .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ul7NOmDpTn .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ul7NOmDpTn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ul7NOmDpTn .item {
  margin-bottom: 32px;
}
.cid-ul7NOmDpTn .item .item-wrapper {
  height: 100%;
}
.cid-ul7NOmDpTn .item .item-wrapper .item-img img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ul7NOmDpTn .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ul7NOmDpTn .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #f6f6f6;
  height: 100%;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-ul7NOmDpTn .item .item-wrapper .card-box {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-ul7NOmDpTn .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-ul7NOmDpTn .item .item-wrapper .card-box .item-title,
.cid-ul7NOmDpTn .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 32px;
}
.cid-ul7NOmDpTn .item .item-wrapper .card-box .text-wrap .item-text,
.cid-ul7NOmDpTn .item .item-wrapper .card-box .text-wrap .item-text_2 {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-ul7NOmDpTn .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ul7NOmDpTn .item .item-wrapper .dark-card {
  background-color: #f6f6f6;
  border: none;
}
.cid-ul7NOmDpTn .item .item-wrapper .middle-card {
  background-color: #f6f6f6;
  border: none;
}
.cid-ul7NOmDpTn .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-ul7NOmDpTn .mbr-desc,
.cid-ul7NOmDpTn .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-ul7NOmDpTn .mbr-text,
.cid-ul7NOmDpTn .text-wrapper {
  color: #04331c;
  text-align: right;
}
.cid-ul7NOmDpTn .item-title {
  color: #18212d;
}
.cid-ul7NOmDpTn .item-text {
  color: #18212d;
}
.cid-ul7NOmDpTn .item-title_2 {
  color: #232323;
}
.cid-ul7NOmDpTn .item-text_2 {
  color: #ffffff;
}
.cid-ul7UBSAJPv {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-ul7UBSAJPv .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-ul7UBSAJPv .card-box {
  z-index: 2;
  position: relative;
}
.cid-ul7UBSAJPv .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #4fb380;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-ul7UBSAJPv .mbr-iconfont-big {
  font-size: 14rem;
  color: #4fb380;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-ul7UBSAJPv .card-title,
.cid-ul7UBSAJPv .card-text {
  transition: all 0.3s;
}
.cid-ul7UBSAJPv .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
  transition: all 0.3s;
}
.cid-ul7UBSAJPv .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-ul7UBSAJPv .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ul7UBSAJPv .card-title,
.cid-ul7UBSAJPv .iconfont-wrapper {
  color: #ffffff;
}
.cid-ul7UBSAJPv .card-text {
  color: #000000;
}
.cid-ul7UBSAJPv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ul7UBSAJPv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ul7UBSAJPv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul7UBSAJPv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul7WW6Szso {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ul7WW6Szso .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul7WW6Szso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul7WW6Szso .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ul7WW6Szso .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ul7WW6Szso .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ul7WW6Szso .container {
    padding: 0 20px;
  }
}
.cid-ul7WW6Szso .row {
  justify-content: center;
}
.cid-ul7WW6Szso .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #f6f6f6;
}
@media (max-width: 992px) {
  .cid-ul7WW6Szso .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-ul7WW6Szso .content-wrapper .card {
  justify-content: center;
}
.cid-ul7WW6Szso .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ul7WW6Szso .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-ul7WW6Szso .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-ul7WW6Szso .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ul7WW6Szso .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
  padding: 0 60px 0 200px;
}
@media (max-width: 992px) {
  .cid-ul7WW6Szso .content-wrapper .content-wrap {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-ul7WW6Szso .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-ul7WW6Szso .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ul7WW6Szso .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ul7WW6Szso .content-wrapper .content-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-ul7WW6Szso .content-wrapper .content-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-ul7WW6Szso .content-wrapper .content-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-ul7WW6Szso .content-wrapper .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-ul7WW6Szso .content-wrapper .content-wrap .dragArea.row .form-group .form-control {
  padding: 20px;
  border: none !important;
  box-shadow: none;
  border-radius: 20px !important;
  background-color: #ffffff;
}
.cid-ul7WW6Szso .content-wrapper .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-ul7WW6Szso .content-wrapper .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-ul7WW6Szso .content-wrapper .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #5f4742;
  opacity: .5;
}
.cid-ul7WW6Szso .content-wrapper .content-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-ul7WW6Szso .content-wrapper .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-ul7WW6Szso .content-wrapper .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #5f4742;
  border-color: #5f4742;
  border-radius: 0;
}
.cid-ul7WW6Szso .content-wrapper .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-ul7WW6Szso .content-wrapper .content-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-ul7WW6Szso .mbr-section-title {
  color: #ffffff;
}
.cid-ul7WW6Szso .mbr-text {
  color: #ffffff;
}
.cid-ul7WW6Szso label {
  color: #ffffff;
}
.cid-ul7WW6Szso .mbr-section-title,
.cid-ul7WW6Szso .mbr-section-btn {
  color: #232323;
}
.cid-ukG3AhMLgG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #16442d;
}
.cid-ukG3AhMLgG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukG3AhMLgG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukG3AhMLgG .row {
  justify-content: space-between;
}
.cid-ukG3AhMLgG .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-ukG3AhMLgG .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-ukG3AhMLgG .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ukG3AhMLgG .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukG3AhMLgG .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-ukG3AhMLgG .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-ukG3AhMLgG .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-ukG3AhMLgG .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ukG3AhMLgG .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukG3AhMLgG .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-ukG3AhMLgG .list-wrapper .list .item-wrap:hover,
.cid-ukG3AhMLgG .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-ukG3AhMLgG .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukG3AhMLgG .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-ukG3AhMLgG .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-ukG3AhMLgG .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-ukG3AhMLgG .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-ukG3AhMLgG .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-ukG3AhMLgG .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukG3AhMLgG .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukG3AhMLgG .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ukG3AhMLgG .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #fffdf3;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-ukG3AhMLgG .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ukG3AhMLgG .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-ukG3AhMLgG .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-ukG3AhMLgG .mbr-section-title {
  color: #000000;
}
.cid-ukG3AhMLgG .mbr-text {
  color: #000000;
}
.cid-ukG3AhMLgG .list {
  color: #000000;
}
.cid-ukG3AhMLgG .mbr-desc {
  color: #000000;
}
.cid-ukG3AhMLgG .mbr-copy {
  color: #000000;
}
.cid-ukG3AhMLgG .mbr-desc,
.cid-ukG3AhMLgG .social-wrapper {
  text-align: center;
}
.cid-ukG3AhMLgG .mbr-copy,
.cid-ukG3AhMLgG .mbr-section-btn-main {
  text-align: center;
  color: #ffffff;
}
.cid-ukG3AhMLgG .list,
.cid-ukG3AhMLgG .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ukG3C83zr3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-ukG3C83zr3 nav.navbar {
  position: fixed;
}
.cid-ukG3C83zr3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukG3C83zr3 .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukG3C83zr3 .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-ukG3C83zr3 .dropdown-item:after {
  right: 1rem !important;
}
.cid-ukG3C83zr3 .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ukG3C83zr3 .dropdown-item:hover:before,
.cid-ukG3C83zr3 .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-ukG3C83zr3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukG3C83zr3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukG3C83zr3 .nav-link {
  position: relative;
}
.cid-ukG3C83zr3 .container {
  display: flex;
  margin: auto;
}
.cid-ukG3C83zr3 .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-ukG3C83zr3 .navbar-nav .nav-item {
  margin: 0;
}
.cid-ukG3C83zr3 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-ukG3C83zr3 .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ukG3C83zr3 .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-ukG3C83zr3 .dropdown-menu,
.cid-ukG3C83zr3 .navbar.opened {
  background: #ffffff !important;
}
.cid-ukG3C83zr3 .nav-item:focus,
.cid-ukG3C83zr3 .nav-link:focus {
  outline: none;
}
.cid-ukG3C83zr3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukG3C83zr3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukG3C83zr3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukG3C83zr3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukG3C83zr3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukG3C83zr3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukG3C83zr3 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-ukG3C83zr3 .navbar.opened {
  transition: all 0.3s;
}
.cid-ukG3C83zr3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukG3C83zr3 .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-ukG3C83zr3 .navbar .navbar-logo img {
  width: auto;
}
.cid-ukG3C83zr3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukG3C83zr3 .navbar.collapsed {
  justify-content: center;
}
.cid-ukG3C83zr3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukG3C83zr3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukG3C83zr3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-ukG3C83zr3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukG3C83zr3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukG3C83zr3 .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-ukG3C83zr3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukG3C83zr3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukG3C83zr3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukG3C83zr3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukG3C83zr3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukG3C83zr3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukG3C83zr3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukG3C83zr3 .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-ukG3C83zr3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukG3C83zr3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukG3C83zr3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukG3C83zr3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukG3C83zr3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukG3C83zr3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ukG3C83zr3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ukG3C83zr3 .navbar.navbar-short {
  min-height: 100px;
}
.cid-ukG3C83zr3 .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-ukG3C83zr3 .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-ukG3C83zr3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukG3C83zr3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukG3C83zr3 .dropdown-item.active,
.cid-ukG3C83zr3 .dropdown-item:active {
  background-color: transparent;
}
.cid-ukG3C83zr3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukG3C83zr3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukG3C83zr3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukG3C83zr3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ukG3C83zr3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukG3C83zr3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukG3C83zr3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukG3C83zr3 .navbar-buttons {
  text-align: center;
}
.cid-ukG3C83zr3 button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-ukG3C83zr3 button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-ukG3C83zr3 button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-ukG3C83zr3 button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ukG3C83zr3 button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ukG3C83zr3 button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-ukG3C83zr3 button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #8b5a5a;
  border-radius: 50%;
}
.cid-ukG3C83zr3 button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ukG3C83zr3 button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-ukG3C83zr3 button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-ukG3C83zr3 button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ukG3C83zr3 nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-ukG3C83zr3 nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #8b5a5a;
}
.cid-ukG3C83zr3 nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #8b5a5a;
}
.cid-ukG3C83zr3 nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ukG3C83zr3 nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-ukG3C83zr3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukG3C83zr3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukG3C83zr3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukG3C83zr3 .navbar {
    height: 70px;
  }
  .cid-ukG3C83zr3 .navbar.opened {
    height: auto;
  }
  .cid-ukG3C83zr3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukG3C83zr3 .container,
.cid-ukG3C83zr3 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ukG3C83zr3 .container,
  .cid-ukG3C83zr3 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ukG3C83zr3 .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-ukG3C83zr3 .navbar-collapse {
  min-height: 98px;
}
.cid-ukG3C83zr3 .mbr-section-btn {
  max-width: 35%;
}
.cid-ukG3C83zr3 .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
.cid-ukG3C83zr3 .container,
.cid-ukG3C83zr3 .container-fluid {
  flex-wrap: wrap;
}
.cid-ukG3C83zr3 .navbar-brand {
  width: auto;
  min-height: 98px;
}
.cid-ukG3C83zr3 .navbar-collapse {
  width: 100%;
  min-height: auto;
  padding-bottom: 30px;
  order: 5;
}
.cid-ukG3C83zr3 .navbar-nav {
  width: 100%;
  padding-top: 30px;
  align-items: flex-start;
}
.cid-ukG3C83zr3 .navbar-nav li {
  margin: 0 !important;
}
.cid-ukG3C83zr3 .navbar-nav .nav-link {
  width: max-content !important;
  max-width: 100% !important;
  margin: 5px 0 !important;
}
.cid-ukG3C83zr3 .navbar .navbar-collapse .dropdown .dropdown-menu {
  padding: 8px 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
}
.cid-ukG3C83zr3 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
  padding: 2px 0 !important;
  width: max-content !important;
  max-width: 100% !important;
}
.cid-ukG3C83zr3 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
  left: 0 !important;
  bottom: 2px !important;
}
.cid-ukG3C83zr3 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
  width: 100% !important;
}
.cid-ukG3C83zr3 .mbr-section-btn {
  max-width: 100%;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-ukG3C83zr3 {
    min-height: 70px !important;
  }
  .cid-ukG3C83zr3 .navbar {
    min-height: 70px !important;
  }
  .cid-ukG3C83zr3 .container-fluid {
    padding: 0 7%;
  }
  .cid-ukG3C83zr3 .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .cid-ukG3C83zr3 .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-ukG3C83zr3 .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-ukG3C83zr3 .navbar-nav li {
    margin: 0 !important;
  }
  .cid-ukG3C83zr3 .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-ukG3C83zr3 .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-ukG3C83zr3 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-ukG3C83zr3 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-ukG3C83zr3 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-ukG3C83zr3 .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-ukXTDrVg1b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1086.jpg");
}
.cid-ukXTDrVg1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukXTDrVg1b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukXTDrVg1b .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 20px;
}
.cid-ukXTDrVg1b .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 20px;
}
.cid-ukXTDrVg1b .mbr-text {
  color: #FFFFFF;
}
.cid-ukXTDrVg1b .mbr-section-btn {
  margin-top: 18px;
}
.cid-ul3T0jQVc3 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1276.jpg");
}
.cid-ul3T0jQVc3 .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: center;
}
.cid-ul3T0jQVc3 .nav {
  border: none;
}
.cid-ul3T0jQVc3 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul3T0jQVc3 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-ul3T0jQVc3 .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-ul3T0jQVc3 .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-ul3T0jQVc3 P {
  text-align: center;
  color: #000000;
}
.cid-ul3T0jQVc3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul3T0jQVc3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul3YXFjEBk {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-2-1920x1920.jpg");
}
.cid-ul3YXFjEBk .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: center;
}
.cid-ul3YXFjEBk .nav {
  border: none;
}
.cid-ul3YXFjEBk .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul3YXFjEBk .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-ul3YXFjEBk .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-ul3YXFjEBk .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-ul3YXFjEBk P {
  text-align: center;
  color: #000000;
}
.cid-ul3YXFjEBk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul3YXFjEBk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul3EdSaHjp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ul3EdSaHjp .row {
  position: relative;
}
.cid-ul3EdSaHjp .row .blur-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #f6f6f6 50%, #ffffff);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-ul3EdSaHjp .row .blur-circle {
    display: none;
  }
}
.cid-ul3EdSaHjp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul3EdSaHjp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul3EdSaHjp .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ul3EdSaHjp .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-ul3EdSaHjp .row {
    padding: 0 24px;
  }
}
.cid-ul3EdSaHjp .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ul3EdSaHjp .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ul3EdSaHjp .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ul3EdSaHjp .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-ul3EdSaHjp .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-ul3EdSaHjp .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ul3EdSaHjp .nav.nav-tabs {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 10px;
  border: 2px solid #303030;
  border-radius: 8px;
  margin-bottom: 64px;
  justify-content: center;
}
.cid-ul3EdSaHjp .nav.nav-tabs .nav-item .nav-link {
  background-color: transparent;
  border-radius: 4px;
  padding: 16px 25px 6px;
  color: #515151;
  border: none;
}
.cid-ul3EdSaHjp .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #303030;
  color: #f4efe8;
  border: none;
}
.cid-ul3EdSaHjp .tab-content {
  position: relative;
  z-index: 1;
}
.cid-ul3EdSaHjp .tab-content .tab-pane .text-wrapper .list-text {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px dashed #303030;
}
.cid-ul3EdSaHjp .tab-content .tab-pane .text-wrapper .list-text .mbr-time {
  margin: 0;
}
.cid-ul3EdSaHjp .tab-content .tab-pane .text-wrapper .list-text .mbr-desc {
  margin: 0;
}
.cid-ul3EdSaHjp .tab-content .tab-pane .text-wrapper .list {
  padding: 18px 0 18px 40px;
  margin: 0;
  border-bottom: 1px dashed #303030;
  list-style-position: inside;
}
@media (max-width: 768px) {
  .cid-ul3EdSaHjp .tab-content .tab-pane .text-wrapper .list {
    padding-left: 0;
  }
}
.cid-ul3EdSaHjp .tab-content .tab-pane .text-wrapper .mbr-tabs-text {
  padding: 18px 0 18px 40px;
  margin: 0;
  border-bottom: 1px dashed #303030;
}
@media (max-width: 768px) {
  .cid-ul3EdSaHjp .tab-content .tab-pane .text-wrapper .mbr-tabs-text {
    padding-left: 0;
  }
}
.cid-ul3EdSaHjp .mbr-section-title {
  color: #111111;
}
.cid-ul3EdSaHjp .mbr-text {
  color: #111111;
}
.cid-ul3EdSaHjp .mbr-time {
  color: #111111;
}
.cid-ul3EdSaHjp .mbr-desc {
  color: #111111;
}
.cid-ul3EdSaHjp .list {
  color: #111111;
}
.cid-ul3EdSaHjp .mbr-tabs-text {
  color: #111111;
}
.cid-ul3L5t8liF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-ul3L5t8liF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul3L5t8liF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul3L5t8liF .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ul3L5t8liF .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ul3L5t8liF .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ul3L5t8liF .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ul3L5t8liF .container {
    padding: 0 24px;
  }
}
.cid-ul3L5t8liF .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #f6f6f6;
  background-color: #f6f6f6;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ul3L5t8liF .content-wrapper {
    display: block;
  }
}
.cid-ul3L5t8liF .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-ul3L5t8liF .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-ul3L5t8liF .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-ul3L5t8liF .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #e2e2e2;
}
.cid-ul3L5t8liF .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ul3L5t8liF .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-ul3L5t8liF .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ul3L5t8liF .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-ul3L5t8liF .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ul3L5t8liF .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ul3L5t8liF .mbr-section-title {
  color: #18212d;
}
.cid-ul3L5t8liF .mbr-desc {
  color: #18212d;
}
.cid-ul3L5t8liF .mbr-text {
  color: #18212d;
}
.cid-ul7XXiT74h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ul7XXiT74h .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul7XXiT74h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul7XXiT74h .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ul7XXiT74h .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ul7XXiT74h .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ul7XXiT74h .container {
    padding: 0 20px;
  }
}
.cid-ul7XXiT74h .row {
  justify-content: center;
}
.cid-ul7XXiT74h .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #f6f6f6;
}
@media (max-width: 992px) {
  .cid-ul7XXiT74h .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-ul7XXiT74h .content-wrapper .card {
  justify-content: center;
}
.cid-ul7XXiT74h .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ul7XXiT74h .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-ul7XXiT74h .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-ul7XXiT74h .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ul7XXiT74h .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
  padding: 0 60px 0 200px;
}
@media (max-width: 992px) {
  .cid-ul7XXiT74h .content-wrapper .content-wrap {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-ul7XXiT74h .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-ul7XXiT74h .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ul7XXiT74h .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ul7XXiT74h .content-wrapper .content-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-ul7XXiT74h .content-wrapper .content-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-ul7XXiT74h .content-wrapper .content-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-ul7XXiT74h .content-wrapper .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-ul7XXiT74h .content-wrapper .content-wrap .dragArea.row .form-group .form-control {
  padding: 20px;
  border: none !important;
  box-shadow: none;
  border-radius: 20px !important;
  background-color: #ffffff;
}
.cid-ul7XXiT74h .content-wrapper .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-ul7XXiT74h .content-wrapper .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-ul7XXiT74h .content-wrapper .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #5f4742;
  opacity: .5;
}
.cid-ul7XXiT74h .content-wrapper .content-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-ul7XXiT74h .content-wrapper .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-ul7XXiT74h .content-wrapper .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #5f4742;
  border-color: #5f4742;
  border-radius: 0;
}
.cid-ul7XXiT74h .content-wrapper .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-ul7XXiT74h .content-wrapper .content-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-ul7XXiT74h .mbr-section-title {
  color: #ffffff;
}
.cid-ul7XXiT74h .mbr-text {
  color: #ffffff;
}
.cid-ul7XXiT74h label {
  color: #ffffff;
}
.cid-ul7XXiT74h .mbr-section-title,
.cid-ul7XXiT74h .mbr-section-btn {
  color: #232323;
}
.cid-ukG3C8XMSO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #16442d;
}
.cid-ukG3C8XMSO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukG3C8XMSO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukG3C8XMSO .row {
  justify-content: space-between;
}
.cid-ukG3C8XMSO .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-ukG3C8XMSO .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-ukG3C8XMSO .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ukG3C8XMSO .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukG3C8XMSO .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-ukG3C8XMSO .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-ukG3C8XMSO .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-ukG3C8XMSO .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ukG3C8XMSO .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukG3C8XMSO .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-ukG3C8XMSO .list-wrapper .list .item-wrap:hover,
.cid-ukG3C8XMSO .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-ukG3C8XMSO .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukG3C8XMSO .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-ukG3C8XMSO .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-ukG3C8XMSO .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-ukG3C8XMSO .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-ukG3C8XMSO .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-ukG3C8XMSO .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukG3C8XMSO .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukG3C8XMSO .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ukG3C8XMSO .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #fffdf3;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-ukG3C8XMSO .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ukG3C8XMSO .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-ukG3C8XMSO .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-ukG3C8XMSO .mbr-section-title {
  color: #000000;
}
.cid-ukG3C8XMSO .mbr-text {
  color: #000000;
}
.cid-ukG3C8XMSO .list {
  color: #000000;
}
.cid-ukG3C8XMSO .mbr-desc {
  color: #000000;
}
.cid-ukG3C8XMSO .mbr-copy {
  color: #000000;
}
.cid-ukG3C8XMSO .mbr-desc,
.cid-ukG3C8XMSO .social-wrapper {
  text-align: center;
}
.cid-ukG3C8XMSO .mbr-copy,
.cid-ukG3C8XMSO .mbr-section-btn-main {
  text-align: center;
  color: #ffffff;
}
.cid-ukG3C8XMSO .list,
.cid-ukG3C8XMSO .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ukG3Ida8eJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-ukG3Ida8eJ nav.navbar {
  position: fixed;
}
.cid-ukG3Ida8eJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukG3Ida8eJ .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukG3Ida8eJ .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-ukG3Ida8eJ .dropdown-item:after {
  right: 1rem !important;
}
.cid-ukG3Ida8eJ .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ukG3Ida8eJ .dropdown-item:hover:before,
.cid-ukG3Ida8eJ .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-ukG3Ida8eJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukG3Ida8eJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukG3Ida8eJ .nav-link {
  position: relative;
}
.cid-ukG3Ida8eJ .container {
  display: flex;
  margin: auto;
}
.cid-ukG3Ida8eJ .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-ukG3Ida8eJ .navbar-nav .nav-item {
  margin: 0;
}
.cid-ukG3Ida8eJ .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-ukG3Ida8eJ .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ukG3Ida8eJ .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-ukG3Ida8eJ .dropdown-menu,
.cid-ukG3Ida8eJ .navbar.opened {
  background: #ffffff !important;
}
.cid-ukG3Ida8eJ .nav-item:focus,
.cid-ukG3Ida8eJ .nav-link:focus {
  outline: none;
}
.cid-ukG3Ida8eJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukG3Ida8eJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukG3Ida8eJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukG3Ida8eJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukG3Ida8eJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukG3Ida8eJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukG3Ida8eJ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-ukG3Ida8eJ .navbar.opened {
  transition: all 0.3s;
}
.cid-ukG3Ida8eJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukG3Ida8eJ .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-ukG3Ida8eJ .navbar .navbar-logo img {
  width: auto;
}
.cid-ukG3Ida8eJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukG3Ida8eJ .navbar.collapsed {
  justify-content: center;
}
.cid-ukG3Ida8eJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukG3Ida8eJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukG3Ida8eJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-ukG3Ida8eJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukG3Ida8eJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukG3Ida8eJ .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-ukG3Ida8eJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukG3Ida8eJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukG3Ida8eJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukG3Ida8eJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukG3Ida8eJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukG3Ida8eJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukG3Ida8eJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukG3Ida8eJ .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-ukG3Ida8eJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukG3Ida8eJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukG3Ida8eJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukG3Ida8eJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukG3Ida8eJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukG3Ida8eJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ukG3Ida8eJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ukG3Ida8eJ .navbar.navbar-short {
  min-height: 100px;
}
.cid-ukG3Ida8eJ .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-ukG3Ida8eJ .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-ukG3Ida8eJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukG3Ida8eJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukG3Ida8eJ .dropdown-item.active,
.cid-ukG3Ida8eJ .dropdown-item:active {
  background-color: transparent;
}
.cid-ukG3Ida8eJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukG3Ida8eJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukG3Ida8eJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukG3Ida8eJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ukG3Ida8eJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukG3Ida8eJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukG3Ida8eJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukG3Ida8eJ .navbar-buttons {
  text-align: center;
}
.cid-ukG3Ida8eJ button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-ukG3Ida8eJ button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-ukG3Ida8eJ button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-ukG3Ida8eJ button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ukG3Ida8eJ button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ukG3Ida8eJ button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-ukG3Ida8eJ button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #8b5a5a;
  border-radius: 50%;
}
.cid-ukG3Ida8eJ button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ukG3Ida8eJ button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-ukG3Ida8eJ button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-ukG3Ida8eJ button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ukG3Ida8eJ nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-ukG3Ida8eJ nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #8b5a5a;
}
.cid-ukG3Ida8eJ nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #8b5a5a;
}
.cid-ukG3Ida8eJ nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ukG3Ida8eJ nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-ukG3Ida8eJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukG3Ida8eJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukG3Ida8eJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukG3Ida8eJ .navbar {
    height: 70px;
  }
  .cid-ukG3Ida8eJ .navbar.opened {
    height: auto;
  }
  .cid-ukG3Ida8eJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukG3Ida8eJ .container,
.cid-ukG3Ida8eJ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ukG3Ida8eJ .container,
  .cid-ukG3Ida8eJ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ukG3Ida8eJ .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-ukG3Ida8eJ .navbar-collapse {
  min-height: 98px;
}
.cid-ukG3Ida8eJ .mbr-section-btn {
  max-width: 35%;
}
.cid-ukG3Ida8eJ .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
.cid-ukG3Ida8eJ .container,
.cid-ukG3Ida8eJ .container-fluid {
  flex-wrap: wrap;
}
.cid-ukG3Ida8eJ .navbar-brand {
  width: auto;
  min-height: 98px;
}
.cid-ukG3Ida8eJ .navbar-collapse {
  width: 100%;
  min-height: auto;
  padding-bottom: 30px;
  order: 5;
}
.cid-ukG3Ida8eJ .navbar-nav {
  width: 100%;
  padding-top: 30px;
  align-items: flex-start;
}
.cid-ukG3Ida8eJ .navbar-nav li {
  margin: 0 !important;
}
.cid-ukG3Ida8eJ .navbar-nav .nav-link {
  width: max-content !important;
  max-width: 100% !important;
  margin: 5px 0 !important;
}
.cid-ukG3Ida8eJ .navbar .navbar-collapse .dropdown .dropdown-menu {
  padding: 8px 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
}
.cid-ukG3Ida8eJ .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
  padding: 2px 0 !important;
  width: max-content !important;
  max-width: 100% !important;
}
.cid-ukG3Ida8eJ .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
  left: 0 !important;
  bottom: 2px !important;
}
.cid-ukG3Ida8eJ .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
  width: 100% !important;
}
.cid-ukG3Ida8eJ .mbr-section-btn {
  max-width: 100%;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-ukG3Ida8eJ {
    min-height: 70px !important;
  }
  .cid-ukG3Ida8eJ .navbar {
    min-height: 70px !important;
  }
  .cid-ukG3Ida8eJ .container-fluid {
    padding: 0 7%;
  }
  .cid-ukG3Ida8eJ .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .cid-ukG3Ida8eJ .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-ukG3Ida8eJ .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-ukG3Ida8eJ .navbar-nav li {
    margin: 0 !important;
  }
  .cid-ukG3Ida8eJ .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-ukG3Ida8eJ .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-ukG3Ida8eJ .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-ukG3Ida8eJ .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-ukG3Ida8eJ .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-ukG3Ida8eJ .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-ukG3IlR5wV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #16442d;
}
.cid-ukG3IlR5wV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukG3IlR5wV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukG3IlR5wV .row {
  justify-content: space-between;
}
.cid-ukG3IlR5wV .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-ukG3IlR5wV .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-ukG3IlR5wV .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ukG3IlR5wV .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukG3IlR5wV .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-ukG3IlR5wV .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-ukG3IlR5wV .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-ukG3IlR5wV .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ukG3IlR5wV .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukG3IlR5wV .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-ukG3IlR5wV .list-wrapper .list .item-wrap:hover,
.cid-ukG3IlR5wV .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-ukG3IlR5wV .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukG3IlR5wV .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-ukG3IlR5wV .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-ukG3IlR5wV .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-ukG3IlR5wV .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-ukG3IlR5wV .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-ukG3IlR5wV .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukG3IlR5wV .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukG3IlR5wV .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ukG3IlR5wV .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #fffdf3;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-ukG3IlR5wV .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ukG3IlR5wV .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-ukG3IlR5wV .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-ukG3IlR5wV .mbr-section-title {
  color: #000000;
}
.cid-ukG3IlR5wV .mbr-text {
  color: #000000;
}
.cid-ukG3IlR5wV .list {
  color: #000000;
}
.cid-ukG3IlR5wV .mbr-desc {
  color: #000000;
}
.cid-ukG3IlR5wV .mbr-copy {
  color: #000000;
}
.cid-ukG3IlR5wV .mbr-desc,
.cid-ukG3IlR5wV .social-wrapper {
  text-align: center;
}
.cid-ukG3IlR5wV .mbr-copy,
.cid-ukG3IlR5wV .mbr-section-btn-main {
  text-align: center;
  color: #ffffff;
}
.cid-ukG3IlR5wV .list,
.cid-ukG3IlR5wV .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ukMcGr5Emf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-ukMcGr5Emf nav.navbar {
  position: fixed;
}
.cid-ukMcGr5Emf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukMcGr5Emf .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukMcGr5Emf .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-ukMcGr5Emf .dropdown-item:after {
  right: 1rem !important;
}
.cid-ukMcGr5Emf .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ukMcGr5Emf .dropdown-item:hover:before,
.cid-ukMcGr5Emf .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-ukMcGr5Emf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukMcGr5Emf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukMcGr5Emf .nav-link {
  position: relative;
}
.cid-ukMcGr5Emf .container {
  display: flex;
  margin: auto;
}
.cid-ukMcGr5Emf .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-ukMcGr5Emf .navbar-nav .nav-item {
  margin: 0;
}
.cid-ukMcGr5Emf .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-ukMcGr5Emf .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ukMcGr5Emf .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-ukMcGr5Emf .dropdown-menu,
.cid-ukMcGr5Emf .navbar.opened {
  background: #ffffff !important;
}
.cid-ukMcGr5Emf .nav-item:focus,
.cid-ukMcGr5Emf .nav-link:focus {
  outline: none;
}
.cid-ukMcGr5Emf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukMcGr5Emf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukMcGr5Emf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukMcGr5Emf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukMcGr5Emf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukMcGr5Emf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukMcGr5Emf .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-ukMcGr5Emf .navbar.opened {
  transition: all 0.3s;
}
.cid-ukMcGr5Emf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukMcGr5Emf .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-ukMcGr5Emf .navbar .navbar-logo img {
  width: auto;
}
.cid-ukMcGr5Emf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukMcGr5Emf .navbar.collapsed {
  justify-content: center;
}
.cid-ukMcGr5Emf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukMcGr5Emf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukMcGr5Emf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-ukMcGr5Emf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukMcGr5Emf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukMcGr5Emf .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-ukMcGr5Emf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukMcGr5Emf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukMcGr5Emf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukMcGr5Emf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukMcGr5Emf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukMcGr5Emf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukMcGr5Emf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukMcGr5Emf .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-ukMcGr5Emf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukMcGr5Emf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukMcGr5Emf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukMcGr5Emf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukMcGr5Emf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukMcGr5Emf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ukMcGr5Emf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ukMcGr5Emf .navbar.navbar-short {
  min-height: 100px;
}
.cid-ukMcGr5Emf .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-ukMcGr5Emf .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-ukMcGr5Emf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukMcGr5Emf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukMcGr5Emf .dropdown-item.active,
.cid-ukMcGr5Emf .dropdown-item:active {
  background-color: transparent;
}
.cid-ukMcGr5Emf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukMcGr5Emf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukMcGr5Emf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukMcGr5Emf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ukMcGr5Emf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukMcGr5Emf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukMcGr5Emf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukMcGr5Emf .navbar-buttons {
  text-align: center;
}
.cid-ukMcGr5Emf button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-ukMcGr5Emf button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-ukMcGr5Emf button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-ukMcGr5Emf button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ukMcGr5Emf button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ukMcGr5Emf button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-ukMcGr5Emf button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #8b5a5a;
  border-radius: 50%;
}
.cid-ukMcGr5Emf button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ukMcGr5Emf button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-ukMcGr5Emf button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-ukMcGr5Emf button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ukMcGr5Emf nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-ukMcGr5Emf nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #8b5a5a;
}
.cid-ukMcGr5Emf nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #8b5a5a;
}
.cid-ukMcGr5Emf nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ukMcGr5Emf nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-ukMcGr5Emf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukMcGr5Emf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukMcGr5Emf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukMcGr5Emf .navbar {
    height: 70px;
  }
  .cid-ukMcGr5Emf .navbar.opened {
    height: auto;
  }
  .cid-ukMcGr5Emf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukMcGr5Emf .container,
.cid-ukMcGr5Emf .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ukMcGr5Emf .container,
  .cid-ukMcGr5Emf .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ukMcGr5Emf .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-ukMcGr5Emf .navbar-collapse {
  min-height: 98px;
}
.cid-ukMcGr5Emf .mbr-section-btn {
  max-width: 35%;
}
.cid-ukMcGr5Emf .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
.cid-ukMcGr5Emf .container,
.cid-ukMcGr5Emf .container-fluid {
  flex-wrap: wrap;
}
.cid-ukMcGr5Emf .navbar-brand {
  width: auto;
  min-height: 98px;
}
.cid-ukMcGr5Emf .navbar-collapse {
  width: 100%;
  min-height: auto;
  padding-bottom: 30px;
  order: 5;
}
.cid-ukMcGr5Emf .navbar-nav {
  width: 100%;
  padding-top: 30px;
  align-items: flex-start;
}
.cid-ukMcGr5Emf .navbar-nav li {
  margin: 0 !important;
}
.cid-ukMcGr5Emf .navbar-nav .nav-link {
  width: max-content !important;
  max-width: 100% !important;
  margin: 5px 0 !important;
}
.cid-ukMcGr5Emf .navbar .navbar-collapse .dropdown .dropdown-menu {
  padding: 8px 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
}
.cid-ukMcGr5Emf .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
  padding: 2px 0 !important;
  width: max-content !important;
  max-width: 100% !important;
}
.cid-ukMcGr5Emf .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
  left: 0 !important;
  bottom: 2px !important;
}
.cid-ukMcGr5Emf .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
  width: 100% !important;
}
.cid-ukMcGr5Emf .mbr-section-btn {
  max-width: 100%;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-ukMcGr5Emf {
    min-height: 70px !important;
  }
  .cid-ukMcGr5Emf .navbar {
    min-height: 70px !important;
  }
  .cid-ukMcGr5Emf .container-fluid {
    padding: 0 7%;
  }
  .cid-ukMcGr5Emf .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .cid-ukMcGr5Emf .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-ukMcGr5Emf .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-ukMcGr5Emf .navbar-nav li {
    margin: 0 !important;
  }
  .cid-ukMcGr5Emf .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-ukMcGr5Emf .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-ukMcGr5Emf .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-ukMcGr5Emf .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-ukMcGr5Emf .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-ukMcGr5Emf .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-ukMcGrHW4O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/pexels-jeswin-15741353-2000x1124.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
}
.cid-ukMcGrHW4O .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMcGrHW4O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-ukMcGrHW4O {
    min-height: 750px;
  }
}
.cid-ukMcGrHW4O .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-ukMcGrHW4O .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-ukMcGrHW4O .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-ukMcGrHW4O .mbr-section-btn {
  margin-top: 18px;
}
.cid-ukMcGtqCrR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
}
.cid-ukMcGtqCrR .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fffdf3;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-ukMcGtqCrR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMcGtqCrR .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-ukMcGtqCrR .container {
    padding: 0 !important;
  }
}
.cid-ukMcGtqCrR .mbr-section-head {
  width: 100%;
  margin-bottom: 5.5555555556vw;
}
@media (max-width: 991px) {
  .cid-ukMcGtqCrR .mbr-section-head {
    margin-bottom: 8.2vw;
    padding: 0 5.3vw;
  }
}
@media (max-width: 767px) {
  .cid-ukMcGtqCrR .mbr-section-head {
    margin-bottom: 10.6666666667vw;
  }
}
.cid-ukMcGtqCrR .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ukMcGtqCrR .mbr-section-title {
    text-align: left;
  }
}
.cid-ukMcGtqCrR .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 0;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-ukMcGtqCrR .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukMcGtqCrR .accordion-wrap {
  display: flex;
  align-items: stretch;
  position: relative;
  width: 100%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #b9b9b9;
}
@media (max-width: 991px) {
  .cid-ukMcGtqCrR .accordion-wrap {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}
.cid-ukMcGtqCrR .panel-group {
  border: none;
  width: 100%;
  width: 35%;
  border-right: 1px solid #b9b9b9;
}
@media (max-width: 991px) {
  .cid-ukMcGtqCrR .panel-group {
    width: 100%;
    border-right: none;
  }
}
.cid-ukMcGtqCrR .card {
  position: static;
  padding: 0;
  margin: 0;
}
.cid-ukMcGtqCrR .card:not(:first-child) {
  border-top: 1px solid #b9b9b9;
}
.cid-ukMcGtqCrR .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.cid-ukMcGtqCrR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.8vw 2.2vw;
}
@media (max-width: 991px) {
  .cid-ukMcGtqCrR .panel-title {
    padding: 7.2vw 5.3333333333vw 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-ukMcGtqCrR .panel-title {
    padding: 8.5333333333vw 5.3333333333vw 9.0666666667vw;
  }
}
.cid-ukMcGtqCrR .panel-title[aria-expanded="true"] {
  padding-bottom: 0.8vw;
  background-color: #f6f1d7;
}
@media (max-width: 991px) {
  .cid-ukMcGtqCrR .panel-title[aria-expanded="true"] {
    padding-bottom: 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-ukMcGtqCrR .panel-title[aria-expanded="true"] {
    padding-bottom: 9.0666666667vw;
  }
}
.cid-ukMcGtqCrR .panel-title[aria-expanded="true"] .sign {
  opacity: 0;
  transform: rotate(180deg);
}
.cid-ukMcGtqCrR .panel-title-edit {
  color: #000000;
  margin-right: 1rem;
}
.cid-ukMcGtqCrR .panel-body {
  padding: 0 2.2vw 1.7vw;
  transition: background 0.4s  !important;
}
@media (max-width: 991px) {
  .cid-ukMcGtqCrR .panel-body {
    padding: 0 5.3333333333vw 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-ukMcGtqCrR .panel-body {
    padding: 0 5.3333333333vw 9.0666666667vw;
  }
}
.cid-ukMcGtqCrR .sign {
  font-family: 'Moririse2' !important;
  padding: 10px;
  font-size: 18px;
  border-radius: 50%;
  color: #232323;
  border: 1px solid #232323;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
.cid-ukMcGtqCrR .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-ukMcGtqCrR .image-wrapper {
  position: absolute;
  left: 35%;
  top: 0;
  width: 65%;
  height: 100%;
}
.cid-ukMcGtqCrR .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ukMcGtqCrR .image-wrapper {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 1.68;
    border-top: 1px solid #b9b9b9;
  }
}
.cid-ukMcGtqCrR .panel-collapse:not(.collapse) .panel-body {
  background-color: #f6f1d7;
}
.cid-ukMcGtqCrR .panel-collapse.show .panel-body {
  background-color: #f6f1d7;
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-ukMcGu1oxh {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
}
.cid-ukMcGu1oxh .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fffdf3;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-ukMcGu1oxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMcGu1oxh .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-ukMcGu1oxh .container {
    padding: 0 !important;
  }
}
.cid-ukMcGu1oxh .mbr-section-head {
  width: 100%;
  margin-bottom: 5.5555555556vw;
}
@media (max-width: 991px) {
  .cid-ukMcGu1oxh .mbr-section-head {
    margin-bottom: 8.2vw;
    padding: 0 5.3vw;
  }
}
@media (max-width: 767px) {
  .cid-ukMcGu1oxh .mbr-section-head {
    margin-bottom: 10.6666666667vw;
  }
}
.cid-ukMcGu1oxh .mbr-section-title {
  color: #661313;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ukMcGu1oxh .mbr-section-title {
    text-align: left;
  }
}
.cid-ukMcGu1oxh .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 0;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-ukMcGu1oxh .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ukMcGu1oxh .accordion-wrap {
  display: flex;
  align-items: stretch;
  position: relative;
  width: 100%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #b9b9b9;
}
@media (max-width: 991px) {
  .cid-ukMcGu1oxh .accordion-wrap {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}
.cid-ukMcGu1oxh .panel-group {
  border: none;
  width: 100%;
  width: 35%;
  border-right: 1px solid #b9b9b9;
}
@media (max-width: 991px) {
  .cid-ukMcGu1oxh .panel-group {
    width: 100%;
    border-right: none;
  }
}
.cid-ukMcGu1oxh .card {
  position: static;
  padding: 0;
  margin: 0;
}
.cid-ukMcGu1oxh .card:not(:first-child) {
  border-top: 1px solid #b9b9b9;
}
.cid-ukMcGu1oxh .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.cid-ukMcGu1oxh .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.8vw 2.2vw;
}
@media (max-width: 991px) {
  .cid-ukMcGu1oxh .panel-title {
    padding: 7.2vw 5.3333333333vw 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-ukMcGu1oxh .panel-title {
    padding: 8.5333333333vw 5.3333333333vw 9.0666666667vw;
  }
}
.cid-ukMcGu1oxh .panel-title[aria-expanded="true"] {
  padding-bottom: 0.8vw;
  background-color: #f6f1d7;
}
@media (max-width: 991px) {
  .cid-ukMcGu1oxh .panel-title[aria-expanded="true"] {
    padding-bottom: 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-ukMcGu1oxh .panel-title[aria-expanded="true"] {
    padding-bottom: 9.0666666667vw;
  }
}
.cid-ukMcGu1oxh .panel-title[aria-expanded="true"] .sign {
  opacity: 0;
  transform: rotate(180deg);
}
.cid-ukMcGu1oxh .panel-title-edit {
  color: #000000;
  margin-right: 1rem;
}
.cid-ukMcGu1oxh .panel-body {
  padding: 0 2.2vw 1.7vw;
  transition: background 0.4s  !important;
}
@media (max-width: 991px) {
  .cid-ukMcGu1oxh .panel-body {
    padding: 0 5.3333333333vw 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-ukMcGu1oxh .panel-body {
    padding: 0 5.3333333333vw 9.0666666667vw;
  }
}
.cid-ukMcGu1oxh .sign {
  font-family: 'Moririse2' !important;
  padding: 10px;
  font-size: 18px;
  border-radius: 50%;
  color: #232323;
  border: 1px solid #232323;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
.cid-ukMcGu1oxh .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-ukMcGu1oxh .image-wrapper {
  position: absolute;
  left: 35%;
  top: 0;
  width: 65%;
  height: 100%;
}
.cid-ukMcGu1oxh .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ukMcGu1oxh .image-wrapper {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 1.68;
    border-top: 1px solid #b9b9b9;
  }
}
.cid-ukMcGu1oxh .panel-collapse:not(.collapse) .panel-body {
  background-color: #f6f1d7;
}
.cid-ukMcGu1oxh .panel-collapse.show .panel-body {
  background-color: #f6f1d7;
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-ukMcGuA9W9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #16442d;
}
.cid-ukMcGuA9W9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMcGuA9W9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMcGuA9W9 .row {
  justify-content: space-between;
}
.cid-ukMcGuA9W9 .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-ukMcGuA9W9 .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-ukMcGuA9W9 .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ukMcGuA9W9 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukMcGuA9W9 .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-ukMcGuA9W9 .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-ukMcGuA9W9 .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-ukMcGuA9W9 .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ukMcGuA9W9 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukMcGuA9W9 .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-ukMcGuA9W9 .list-wrapper .list .item-wrap:hover,
.cid-ukMcGuA9W9 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-ukMcGuA9W9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukMcGuA9W9 .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-ukMcGuA9W9 .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-ukMcGuA9W9 .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-ukMcGuA9W9 .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-ukMcGuA9W9 .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-ukMcGuA9W9 .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukMcGuA9W9 .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukMcGuA9W9 .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ukMcGuA9W9 .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #fffdf3;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-ukMcGuA9W9 .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ukMcGuA9W9 .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-ukMcGuA9W9 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-ukMcGuA9W9 .mbr-section-title {
  color: #000000;
}
.cid-ukMcGuA9W9 .mbr-text {
  color: #000000;
}
.cid-ukMcGuA9W9 .list {
  color: #000000;
}
.cid-ukMcGuA9W9 .mbr-desc {
  color: #000000;
}
.cid-ukMcGuA9W9 .mbr-copy {
  color: #000000;
}
.cid-ukMcGuA9W9 .mbr-desc,
.cid-ukMcGuA9W9 .social-wrapper {
  text-align: center;
}
.cid-ukMcGuA9W9 .mbr-copy,
.cid-ukMcGuA9W9 .mbr-section-btn-main {
  text-align: center;
  color: #ffffff;
}
.cid-ukMcGuA9W9 .list,
.cid-ukMcGuA9W9 .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-v47kBOSPbw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-v47kBOSPbw nav.navbar {
  position: fixed;
}
.cid-v47kBOSPbw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v47kBOSPbw .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v47kBOSPbw .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-v47kBOSPbw .dropdown-item:after {
  right: 1rem !important;
}
.cid-v47kBOSPbw .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-v47kBOSPbw .dropdown-item:hover:before,
.cid-v47kBOSPbw .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-v47kBOSPbw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v47kBOSPbw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v47kBOSPbw .nav-link {
  position: relative;
}
.cid-v47kBOSPbw .container {
  display: flex;
  margin: auto;
}
.cid-v47kBOSPbw .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-v47kBOSPbw .navbar-nav .nav-item {
  margin: 0;
}
.cid-v47kBOSPbw .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-v47kBOSPbw .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-v47kBOSPbw .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-v47kBOSPbw .dropdown-menu,
.cid-v47kBOSPbw .navbar.opened {
  background: #ffffff !important;
}
.cid-v47kBOSPbw .nav-item:focus,
.cid-v47kBOSPbw .nav-link:focus {
  outline: none;
}
.cid-v47kBOSPbw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v47kBOSPbw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v47kBOSPbw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v47kBOSPbw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v47kBOSPbw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v47kBOSPbw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v47kBOSPbw .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-v47kBOSPbw .navbar.opened {
  transition: all 0.3s;
}
.cid-v47kBOSPbw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v47kBOSPbw .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-v47kBOSPbw .navbar .navbar-logo img {
  width: auto;
}
.cid-v47kBOSPbw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v47kBOSPbw .navbar.collapsed {
  justify-content: center;
}
.cid-v47kBOSPbw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v47kBOSPbw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v47kBOSPbw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v47kBOSPbw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v47kBOSPbw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v47kBOSPbw .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-v47kBOSPbw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v47kBOSPbw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v47kBOSPbw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v47kBOSPbw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v47kBOSPbw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v47kBOSPbw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v47kBOSPbw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v47kBOSPbw .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-v47kBOSPbw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v47kBOSPbw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v47kBOSPbw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v47kBOSPbw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v47kBOSPbw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v47kBOSPbw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v47kBOSPbw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v47kBOSPbw .navbar.navbar-short {
  min-height: 100px;
}
.cid-v47kBOSPbw .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-v47kBOSPbw .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-v47kBOSPbw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v47kBOSPbw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v47kBOSPbw .dropdown-item.active,
.cid-v47kBOSPbw .dropdown-item:active {
  background-color: transparent;
}
.cid-v47kBOSPbw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v47kBOSPbw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v47kBOSPbw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v47kBOSPbw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v47kBOSPbw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v47kBOSPbw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v47kBOSPbw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v47kBOSPbw .navbar-buttons {
  text-align: center;
}
.cid-v47kBOSPbw button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-v47kBOSPbw button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-v47kBOSPbw button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-v47kBOSPbw button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-v47kBOSPbw button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-v47kBOSPbw button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-v47kBOSPbw button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #8b5a5a;
  border-radius: 50%;
}
.cid-v47kBOSPbw button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-v47kBOSPbw button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-v47kBOSPbw button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-v47kBOSPbw button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-v47kBOSPbw nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-v47kBOSPbw nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #8b5a5a;
}
.cid-v47kBOSPbw nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #8b5a5a;
}
.cid-v47kBOSPbw nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-v47kBOSPbw nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-v47kBOSPbw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v47kBOSPbw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v47kBOSPbw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v47kBOSPbw .navbar {
    height: 70px;
  }
  .cid-v47kBOSPbw .navbar.opened {
    height: auto;
  }
  .cid-v47kBOSPbw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v47kBOSPbw .container,
.cid-v47kBOSPbw .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v47kBOSPbw .container,
  .cid-v47kBOSPbw .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v47kBOSPbw .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-v47kBOSPbw .navbar-collapse {
  min-height: 98px;
}
.cid-v47kBOSPbw .mbr-section-btn {
  max-width: 35%;
}
.cid-v47kBOSPbw .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
.cid-v47kBOSPbw .container,
.cid-v47kBOSPbw .container-fluid {
  flex-wrap: wrap;
}
.cid-v47kBOSPbw .navbar-brand {
  width: auto;
  min-height: 98px;
}
.cid-v47kBOSPbw .navbar-collapse {
  width: 100%;
  min-height: auto;
  padding-bottom: 30px;
  order: 5;
}
.cid-v47kBOSPbw .navbar-nav {
  width: 100%;
  padding-top: 30px;
  align-items: flex-start;
}
.cid-v47kBOSPbw .navbar-nav li {
  margin: 0 !important;
}
.cid-v47kBOSPbw .navbar-nav .nav-link {
  width: max-content !important;
  max-width: 100% !important;
  margin: 5px 0 !important;
}
.cid-v47kBOSPbw .navbar .navbar-collapse .dropdown .dropdown-menu {
  padding: 8px 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
}
.cid-v47kBOSPbw .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
  padding: 2px 0 !important;
  width: max-content !important;
  max-width: 100% !important;
}
.cid-v47kBOSPbw .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
  left: 0 !important;
  bottom: 2px !important;
}
.cid-v47kBOSPbw .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
  width: 100% !important;
}
.cid-v47kBOSPbw .mbr-section-btn {
  max-width: 100%;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-v47kBOSPbw {
    min-height: 70px !important;
  }
  .cid-v47kBOSPbw .navbar {
    min-height: 70px !important;
  }
  .cid-v47kBOSPbw .container-fluid {
    padding: 0 7%;
  }
  .cid-v47kBOSPbw .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .cid-v47kBOSPbw .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-v47kBOSPbw .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-v47kBOSPbw .navbar-nav li {
    margin: 0 !important;
  }
  .cid-v47kBOSPbw .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-v47kBOSPbw .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-v47kBOSPbw .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-v47kBOSPbw .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-v47kBOSPbw .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-v47kBOSPbw .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-v47kBUSwV3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v47kBUSwV3 .item-content {
  padding-left: 1rem;
  margin: auto 0;
}
.cid-v47kBUSwV3 .item-title {
  text-align: left;
  color: #232323;
  margin: 0;
}
.cid-v47kBUSwV3 .item-number {
  color: #000000;
  width: 35px;
}
.cid-v47kBUSwV3 .item-img {
  margin-bottom: 1rem;
}
.cid-v47kBUSwV3 .item-img img {
  border-radius: 20px;
}
.cid-v47kBUSwV3 .item-wrapper {
  position: relative;
  overflow: visible;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.cid-v47kBUSwV3 .face-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.cid-v47kBUSwV3 .face-wrap img {
  width: 60px;
  height: 60px;
}
.cid-v47kBUSwV3 .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #09512d;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(0.99);
}
.cid-v47kBUSwV3 .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #09512d;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-v47kBUSwV3 .face-wrap:hover .face {
  transform: scale(0.9);
}
.cid-v47kBUSwV3 .face-wrap:hover:before {
  transform: scale(1.1);
}
.cid-v47kBUSwV3 .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
}
.cid-v47kBUSwV3 .item:focus,
.cid-v47kBUSwV3 span:focus {
  outline: none;
}
.cid-v47kBUSwV3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v47kBUSwV3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v47kBUSwV3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v47kBUSwV3 .mbr-text,
.cid-v47kBUSwV3 .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-v47kBUSwV3 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-v47kBUSwV3 .mbr-link {
  color: #8364e2;
}
.cid-v47kBUSwV3 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v47kBWzZCH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-v47kBWzZCH .item-content {
  padding-left: 1rem;
  margin: auto 0;
}
.cid-v47kBWzZCH .item-title {
  text-align: left;
  color: #232323;
  margin: 0;
}
.cid-v47kBWzZCH .item-number {
  color: #000000;
  width: 35px;
}
.cid-v47kBWzZCH .item-img {
  margin-bottom: 1rem;
}
.cid-v47kBWzZCH .item-img img {
  border-radius: 20px;
}
.cid-v47kBWzZCH .item-wrapper {
  position: relative;
  overflow: visible;
  height: 100%;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  z-index: 2;
  pointer-events: auto;
}
.cid-v47kBWzZCH .face-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.cid-v47kBWzZCH .face-wrap img {
  width: 60px;
  height: 60px;
}
.cid-v47kBWzZCH .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #09512d;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(0.99);
}
.cid-v47kBWzZCH .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #09512d;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-v47kBWzZCH .face-wrap:hover .face {
  transform: scale(0.9);
}
.cid-v47kBWzZCH .face-wrap:hover:before {
  transform: scale(1.1);
}
.cid-v47kBWzZCH .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
}
.cid-v47kBWzZCH .item:focus,
.cid-v47kBWzZCH span:focus {
  outline: none;
}
.cid-v47kBWzZCH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v47kBWzZCH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v47kBWzZCH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v47kBWzZCH .mbr-text,
.cid-v47kBWzZCH .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-v47kBWzZCH .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-v47kBWzZCH .mbr-link {
  color: #8364e2;
}
.cid-v47kBWzZCH .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v47kBWzZCH .mbr-overlay {
  pointer-events: none !important;
}
.cid-v7uXIpPBux {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7uXIpPBux .item-content {
  padding-left: 1rem;
  margin: auto 0;
}
.cid-v7uXIpPBux .item-title {
  text-align: left;
  color: #232323;
  margin: 0;
}
.cid-v7uXIpPBux .item-number {
  color: #000000;
  width: 35px;
}
.cid-v7uXIpPBux .item-img {
  margin-bottom: 1rem;
}
.cid-v7uXIpPBux .item-img img {
  border-radius: 20px;
}
.cid-v7uXIpPBux .item-wrapper {
  position: relative;
  overflow: visible;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.cid-v7uXIpPBux .face-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.cid-v7uXIpPBux .face-wrap img {
  width: 60px;
  height: 60px;
}
.cid-v7uXIpPBux .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #09512d;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(0.99);
}
.cid-v7uXIpPBux .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #09512d;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-v7uXIpPBux .face-wrap:hover .face {
  transform: scale(0.9);
}
.cid-v7uXIpPBux .face-wrap:hover:before {
  transform: scale(1.1);
}
.cid-v7uXIpPBux .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
}
.cid-v7uXIpPBux .item:focus,
.cid-v7uXIpPBux span:focus {
  outline: none;
}
.cid-v7uXIpPBux .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v7uXIpPBux .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v7uXIpPBux .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7uXIpPBux .mbr-text,
.cid-v7uXIpPBux .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-v7uXIpPBux .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-v7uXIpPBux .mbr-link {
  color: #8364e2;
}
.cid-v7uXIpPBux .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v7uXKsoxMn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-v7uXKsoxMn .item-content {
  padding-left: 1rem;
  margin: auto 0;
}
.cid-v7uXKsoxMn .item-title {
  text-align: left;
  color: #232323;
  margin: 0;
}
.cid-v7uXKsoxMn .item-number {
  color: #000000;
  width: 35px;
}
.cid-v7uXKsoxMn .item-img {
  margin-bottom: 1rem;
}
.cid-v7uXKsoxMn .item-img img {
  border-radius: 20px;
}
.cid-v7uXKsoxMn .item-wrapper {
  position: relative;
  overflow: visible;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.cid-v7uXKsoxMn .face-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.cid-v7uXKsoxMn .face-wrap img {
  width: 60px;
  height: 60px;
}
.cid-v7uXKsoxMn .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #09512d;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(0.99);
}
.cid-v7uXKsoxMn .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #09512d;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-v7uXKsoxMn .face-wrap:hover .face {
  transform: scale(0.9);
}
.cid-v7uXKsoxMn .face-wrap:hover:before {
  transform: scale(1.1);
}
.cid-v7uXKsoxMn .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
}
.cid-v7uXKsoxMn .item:focus,
.cid-v7uXKsoxMn span:focus {
  outline: none;
}
.cid-v7uXKsoxMn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v7uXKsoxMn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v7uXKsoxMn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7uXKsoxMn .mbr-text,
.cid-v7uXKsoxMn .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-v7uXKsoxMn .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-v7uXKsoxMn .mbr-link {
  color: #8364e2;
}
.cid-v7uXKsoxMn .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v4dsKzOzjT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4dsKzOzjT .item-content {
  padding-left: 1rem;
  margin: auto 0;
}
.cid-v4dsKzOzjT .item-title {
  text-align: left;
  color: #232323;
  margin: 0;
}
.cid-v4dsKzOzjT .item-number {
  color: #000000;
  width: 35px;
}
.cid-v4dsKzOzjT .item-img {
  margin-bottom: 1rem;
}
.cid-v4dsKzOzjT .item-img img {
  border-radius: 20px;
}
.cid-v4dsKzOzjT .item-wrapper {
  position: relative;
  overflow: visible;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.cid-v4dsKzOzjT .face-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.cid-v4dsKzOzjT .face-wrap img {
  width: 60px;
  height: 60px;
}
.cid-v4dsKzOzjT .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #09512d;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(0.99);
}
.cid-v4dsKzOzjT .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #09512d;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-v4dsKzOzjT .face-wrap:hover .face {
  transform: scale(0.9);
}
.cid-v4dsKzOzjT .face-wrap:hover:before {
  transform: scale(1.1);
}
.cid-v4dsKzOzjT .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
}
.cid-v4dsKzOzjT .item:focus,
.cid-v4dsKzOzjT span:focus {
  outline: none;
}
.cid-v4dsKzOzjT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v4dsKzOzjT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v4dsKzOzjT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4dsKzOzjT .mbr-text,
.cid-v4dsKzOzjT .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-v4dsKzOzjT .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-v4dsKzOzjT .mbr-link {
  color: #8364e2;
}
.cid-v4dsKzOzjT .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v4dFZBsqLU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-v4dFZBsqLU .item-content {
  padding-left: 1rem;
  margin: auto 0;
}
.cid-v4dFZBsqLU .item-title {
  text-align: left;
  color: #232323;
  margin: 0;
}
.cid-v4dFZBsqLU .item-number {
  color: #000000;
  width: 35px;
}
.cid-v4dFZBsqLU .item-img {
  margin-bottom: 1rem;
}
.cid-v4dFZBsqLU .item-img img {
  border-radius: 20px;
}
.cid-v4dFZBsqLU .item-wrapper {
  position: relative;
  overflow: visible;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.cid-v4dFZBsqLU .face-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.cid-v4dFZBsqLU .face-wrap img {
  width: 60px;
  height: 60px;
}
.cid-v4dFZBsqLU .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #09512d;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(0.99);
}
.cid-v4dFZBsqLU .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #09512d;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-v4dFZBsqLU .face-wrap:hover .face {
  transform: scale(0.9);
}
.cid-v4dFZBsqLU .face-wrap:hover:before {
  transform: scale(1.1);
}
.cid-v4dFZBsqLU .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
}
.cid-v4dFZBsqLU .item:focus,
.cid-v4dFZBsqLU span:focus {
  outline: none;
}
.cid-v4dFZBsqLU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v4dFZBsqLU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v4dFZBsqLU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4dFZBsqLU .mbr-text,
.cid-v4dFZBsqLU .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-v4dFZBsqLU .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-v4dFZBsqLU .mbr-link {
  color: #8364e2;
}
.cid-v4dFZBsqLU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v4dOWRlCUB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4dOWRlCUB .item-content {
  padding-left: 1rem;
  margin: auto 0;
}
.cid-v4dOWRlCUB .item-title {
  text-align: left;
  color: #232323;
  margin: 0;
}
.cid-v4dOWRlCUB .item-number {
  color: #000000;
  width: 35px;
}
.cid-v4dOWRlCUB .item-img {
  margin-bottom: 1rem;
}
.cid-v4dOWRlCUB .item-img img {
  border-radius: 20px;
}
.cid-v4dOWRlCUB .item-wrapper {
  position: relative;
  overflow: visible;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.cid-v4dOWRlCUB .face-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.cid-v4dOWRlCUB .face-wrap img {
  width: 60px;
  height: 60px;
}
.cid-v4dOWRlCUB .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #09512d;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(0.99);
}
.cid-v4dOWRlCUB .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #09512d;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-v4dOWRlCUB .face-wrap:hover .face {
  transform: scale(0.9);
}
.cid-v4dOWRlCUB .face-wrap:hover:before {
  transform: scale(1.1);
}
.cid-v4dOWRlCUB .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
}
.cid-v4dOWRlCUB .item:focus,
.cid-v4dOWRlCUB span:focus {
  outline: none;
}
.cid-v4dOWRlCUB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v4dOWRlCUB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v4dOWRlCUB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4dOWRlCUB .mbr-text,
.cid-v4dOWRlCUB .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-v4dOWRlCUB .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-v4dOWRlCUB .mbr-link {
  color: #8364e2;
}
.cid-v4dOWRlCUB .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v4dWTJvLyT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-v4dWTJvLyT .item-content {
  padding-left: 1rem;
  margin: auto 0;
}
.cid-v4dWTJvLyT .item-title {
  text-align: left;
  color: #232323;
  margin: 0;
}
.cid-v4dWTJvLyT .item-number {
  color: #000000;
  width: 35px;
}
.cid-v4dWTJvLyT .item-img {
  margin-bottom: 1rem;
}
.cid-v4dWTJvLyT .item-img img {
  border-radius: 20px;
}
.cid-v4dWTJvLyT .item-wrapper {
  position: relative;
  overflow: visible;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.cid-v4dWTJvLyT .face-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.cid-v4dWTJvLyT .face-wrap img {
  width: 60px;
  height: 60px;
}
.cid-v4dWTJvLyT .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #09512d;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(0.99);
}
.cid-v4dWTJvLyT .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #09512d;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-v4dWTJvLyT .face-wrap:hover .face {
  transform: scale(0.9);
}
.cid-v4dWTJvLyT .face-wrap:hover:before {
  transform: scale(1.1);
}
.cid-v4dWTJvLyT .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
}
.cid-v4dWTJvLyT .item:focus,
.cid-v4dWTJvLyT span:focus {
  outline: none;
}
.cid-v4dWTJvLyT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v4dWTJvLyT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v4dWTJvLyT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4dWTJvLyT .mbr-text,
.cid-v4dWTJvLyT .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-v4dWTJvLyT .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-v4dWTJvLyT .mbr-link {
  color: #8364e2;
}
.cid-v4dWTJvLyT .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v4i47xmThf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4i47xmThf .item-content {
  padding-left: 1rem;
  margin: auto 0;
}
.cid-v4i47xmThf .item-title {
  text-align: left;
  color: #232323;
  margin: 0;
}
.cid-v4i47xmThf .item-number {
  color: #000000;
  width: 35px;
}
.cid-v4i47xmThf .item-img {
  margin-bottom: 1rem;
}
.cid-v4i47xmThf .item-img img {
  border-radius: 20px;
}
.cid-v4i47xmThf .item-wrapper {
  position: relative;
  overflow: visible;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.cid-v4i47xmThf .face-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.cid-v4i47xmThf .face-wrap img {
  width: 60px;
  height: 60px;
}
.cid-v4i47xmThf .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #09512d;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(0.99);
}
.cid-v4i47xmThf .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #09512d;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-v4i47xmThf .face-wrap:hover .face {
  transform: scale(0.9);
}
.cid-v4i47xmThf .face-wrap:hover:before {
  transform: scale(1.1);
}
.cid-v4i47xmThf .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
}
.cid-v4i47xmThf .item:focus,
.cid-v4i47xmThf span:focus {
  outline: none;
}
.cid-v4i47xmThf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v4i47xmThf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v4i47xmThf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4i47xmThf .mbr-text,
.cid-v4i47xmThf .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-v4i47xmThf .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-v4i47xmThf .mbr-link {
  color: #8364e2;
}
.cid-v4i47xmThf .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v4ig6uAL3g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-v4ig6uAL3g .item-content {
  padding-left: 1rem;
  margin: auto 0;
}
.cid-v4ig6uAL3g .item-title {
  text-align: left;
  color: #232323;
  margin: 0;
}
.cid-v4ig6uAL3g .item-number {
  color: #000000;
  width: 35px;
}
.cid-v4ig6uAL3g .item-img {
  margin-bottom: 1rem;
}
.cid-v4ig6uAL3g .item-img img {
  border-radius: 20px;
}
.cid-v4ig6uAL3g .item-wrapper {
  position: relative;
  overflow: visible;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.cid-v4ig6uAL3g .face-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.cid-v4ig6uAL3g .face-wrap img {
  width: 60px;
  height: 60px;
}
.cid-v4ig6uAL3g .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #09512d;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(0.99);
}
.cid-v4ig6uAL3g .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #09512d;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-v4ig6uAL3g .face-wrap:hover .face {
  transform: scale(0.9);
}
.cid-v4ig6uAL3g .face-wrap:hover:before {
  transform: scale(1.1);
}
.cid-v4ig6uAL3g .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
}
.cid-v4ig6uAL3g .item:focus,
.cid-v4ig6uAL3g span:focus {
  outline: none;
}
.cid-v4ig6uAL3g .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v4ig6uAL3g .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v4ig6uAL3g .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4ig6uAL3g .mbr-text,
.cid-v4ig6uAL3g .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-v4ig6uAL3g .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-v4ig6uAL3g .mbr-link {
  color: #8364e2;
}
.cid-v4ig6uAL3g .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v47kBYjpUu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #16442d;
}
.cid-v47kBYjpUu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v47kBYjpUu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v47kBYjpUu .row {
  justify-content: space-between;
}
.cid-v47kBYjpUu .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v47kBYjpUu .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v47kBYjpUu .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v47kBYjpUu .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v47kBYjpUu .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-v47kBYjpUu .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v47kBYjpUu .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v47kBYjpUu .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v47kBYjpUu .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v47kBYjpUu .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-v47kBYjpUu .list-wrapper .list .item-wrap:hover,
.cid-v47kBYjpUu .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v47kBYjpUu .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v47kBYjpUu .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v47kBYjpUu .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v47kBYjpUu .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-v47kBYjpUu .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-v47kBYjpUu .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-v47kBYjpUu .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v47kBYjpUu .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v47kBYjpUu .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v47kBYjpUu .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #fffdf3;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-v47kBYjpUu .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v47kBYjpUu .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-v47kBYjpUu .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v47kBYjpUu .mbr-section-title {
  color: #000000;
}
.cid-v47kBYjpUu .mbr-text {
  color: #000000;
}
.cid-v47kBYjpUu .list {
  color: #000000;
}
.cid-v47kBYjpUu .mbr-desc {
  color: #000000;
}
.cid-v47kBYjpUu .mbr-copy {
  color: #000000;
}
.cid-v47kBYjpUu .mbr-desc,
.cid-v47kBYjpUu .social-wrapper {
  text-align: center;
}
.cid-v47kBYjpUu .mbr-copy,
.cid-v47kBYjpUu .mbr-section-btn-main {
  text-align: center;
  color: #ffffff;
}
.cid-v47kBYjpUu .list,
.cid-v47kBYjpUu .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-v4ujKw3DlS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-v4ujKw3DlS nav.navbar {
  position: fixed;
}
.cid-v4ujKw3DlS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4ujKw3DlS .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4ujKw3DlS .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-v4ujKw3DlS .dropdown-item:after {
  right: 1rem !important;
}
.cid-v4ujKw3DlS .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-v4ujKw3DlS .dropdown-item:hover:before,
.cid-v4ujKw3DlS .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-v4ujKw3DlS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4ujKw3DlS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4ujKw3DlS .nav-link {
  position: relative;
}
.cid-v4ujKw3DlS .container {
  display: flex;
  margin: auto;
}
.cid-v4ujKw3DlS .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-v4ujKw3DlS .navbar-nav .nav-item {
  margin: 0;
}
.cid-v4ujKw3DlS .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-v4ujKw3DlS .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-v4ujKw3DlS .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-v4ujKw3DlS .dropdown-menu,
.cid-v4ujKw3DlS .navbar.opened {
  background: #ffffff !important;
}
.cid-v4ujKw3DlS .nav-item:focus,
.cid-v4ujKw3DlS .nav-link:focus {
  outline: none;
}
.cid-v4ujKw3DlS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4ujKw3DlS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4ujKw3DlS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4ujKw3DlS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4ujKw3DlS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4ujKw3DlS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4ujKw3DlS .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-v4ujKw3DlS .navbar.opened {
  transition: all 0.3s;
}
.cid-v4ujKw3DlS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4ujKw3DlS .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-v4ujKw3DlS .navbar .navbar-logo img {
  width: auto;
}
.cid-v4ujKw3DlS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4ujKw3DlS .navbar.collapsed {
  justify-content: center;
}
.cid-v4ujKw3DlS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4ujKw3DlS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4ujKw3DlS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v4ujKw3DlS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4ujKw3DlS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4ujKw3DlS .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-v4ujKw3DlS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4ujKw3DlS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4ujKw3DlS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4ujKw3DlS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4ujKw3DlS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4ujKw3DlS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4ujKw3DlS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4ujKw3DlS .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-v4ujKw3DlS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4ujKw3DlS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4ujKw3DlS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4ujKw3DlS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4ujKw3DlS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4ujKw3DlS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4ujKw3DlS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v4ujKw3DlS .navbar.navbar-short {
  min-height: 100px;
}
.cid-v4ujKw3DlS .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-v4ujKw3DlS .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-v4ujKw3DlS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4ujKw3DlS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4ujKw3DlS .dropdown-item.active,
.cid-v4ujKw3DlS .dropdown-item:active {
  background-color: transparent;
}
.cid-v4ujKw3DlS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4ujKw3DlS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4ujKw3DlS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4ujKw3DlS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4ujKw3DlS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4ujKw3DlS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4ujKw3DlS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4ujKw3DlS .navbar-buttons {
  text-align: center;
}
.cid-v4ujKw3DlS button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-v4ujKw3DlS button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-v4ujKw3DlS button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-v4ujKw3DlS button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-v4ujKw3DlS button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-v4ujKw3DlS button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-v4ujKw3DlS button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #8b5a5a;
  border-radius: 50%;
}
.cid-v4ujKw3DlS button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-v4ujKw3DlS button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-v4ujKw3DlS button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-v4ujKw3DlS button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-v4ujKw3DlS nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-v4ujKw3DlS nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #8b5a5a;
}
.cid-v4ujKw3DlS nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #8b5a5a;
}
.cid-v4ujKw3DlS nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-v4ujKw3DlS nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-v4ujKw3DlS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4ujKw3DlS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4ujKw3DlS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4ujKw3DlS .navbar {
    height: 70px;
  }
  .cid-v4ujKw3DlS .navbar.opened {
    height: auto;
  }
  .cid-v4ujKw3DlS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4ujKw3DlS .container,
.cid-v4ujKw3DlS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v4ujKw3DlS .container,
  .cid-v4ujKw3DlS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v4ujKw3DlS .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-v4ujKw3DlS .navbar-collapse {
  min-height: 98px;
}
.cid-v4ujKw3DlS .mbr-section-btn {
  max-width: 35%;
}
.cid-v4ujKw3DlS .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
.cid-v4ujKw3DlS .container,
.cid-v4ujKw3DlS .container-fluid {
  flex-wrap: wrap;
}
.cid-v4ujKw3DlS .navbar-brand {
  width: auto;
  min-height: 98px;
}
.cid-v4ujKw3DlS .navbar-collapse {
  width: 100%;
  min-height: auto;
  padding-bottom: 30px;
  order: 5;
}
.cid-v4ujKw3DlS .navbar-nav {
  width: 100%;
  padding-top: 30px;
  align-items: flex-start;
}
.cid-v4ujKw3DlS .navbar-nav li {
  margin: 0 !important;
}
.cid-v4ujKw3DlS .navbar-nav .nav-link {
  width: max-content !important;
  max-width: 100% !important;
  margin: 5px 0 !important;
}
.cid-v4ujKw3DlS .navbar .navbar-collapse .dropdown .dropdown-menu {
  padding: 8px 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
}
.cid-v4ujKw3DlS .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
  padding: 2px 0 !important;
  width: max-content !important;
  max-width: 100% !important;
}
.cid-v4ujKw3DlS .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
  left: 0 !important;
  bottom: 2px !important;
}
.cid-v4ujKw3DlS .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
  width: 100% !important;
}
.cid-v4ujKw3DlS .mbr-section-btn {
  max-width: 100%;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-v4ujKw3DlS {
    min-height: 70px !important;
  }
  .cid-v4ujKw3DlS .navbar {
    min-height: 70px !important;
  }
  .cid-v4ujKw3DlS .container-fluid {
    padding: 0 7%;
  }
  .cid-v4ujKw3DlS .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .cid-v4ujKw3DlS .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-v4ujKw3DlS .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-v4ujKw3DlS .navbar-nav li {
    margin: 0 !important;
  }
  .cid-v4ujKw3DlS .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-v4ujKw3DlS .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-v4ujKw3DlS .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-v4ujKw3DlS .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-v4ujKw3DlS .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-v4ujKw3DlS .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-v4ujKwysma {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/plastic-usage.webp");
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
}
.cid-v4ujKwysma .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ujKwysma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-v4ujKwysma {
    min-height: 750px;
  }
}
.cid-v4ujKwysma .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-v4ujKwysma .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 16px;
  text-align: center;
}
.cid-v4ujKwysma .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-v4ujKwysma .mbr-section-btn {
  margin-top: 18px;
}
.cid-v4ujKwKM5d {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ujKwKM5d .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-v4ujKwKM5d .display-1 {
    font-size: 5rem;
  }
}
.cid-v4ujKwKM5d h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-v4ujKwKM5d {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4ujKwKM5d .display-1 {
    font-size: 2.8rem;
  }
  .cid-v4ujKwKM5d .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4ujKwKM5d .content-wrap {
    width: 100%;
  }
}
.cid-v4ujKwKM5d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4ujKwKM5d .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-v4ujKwKM5d .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-v4ujKwKM5d {
    align-items: center;
  }
  .cid-v4ujKwKM5d .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4ujKwKM5d .content-wrap {
    min-width: 50%;
  }
}
.cid-v4ujKwKM5d .mbr-section-title {
  text-align: center;
  color: #221b35;
}
.cid-v4ujKwKM5d .mbr-text,
.cid-v4ujKwKM5d .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-v4ujKxjfip {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #874118;
}
.cid-v4ujKxjfip .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ujKxjfip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4ujKxjfip .content-wrapper {
  justify-content: center;
}
.cid-v4ujKxjfip .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4ujKxjfip .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v4ujKxjfip .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v4ujKxjfip .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4ujKxjfip .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4ujKxjfip .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-v4ujKxjfip .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-v4ujKxjfip .mbr-section-btn {
  margin-top: 20px;
}
.cid-v4ujKxjfip .video-wrapper {
  transition: all 0.3s ease-in-out;
}
.cid-v4ujKxjfip .video-wrapper:hover,
.cid-v4ujKxjfip .video-wrapper:focus {
  background-color: #f9f4dd;
}
.cid-v4ujKxjfip .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-v4ujKxjfip .box .mbr-media {
    height: 350px;
  }
}
.cid-v4ujKxjfip .box .mbr-media:hover img,
.cid-v4ujKxjfip .box .mbr-media:focus img {
  border: 2px solid #f9f4dd;
}
.cid-v4ujKxjfip .box .mbr-media:hover .icon-wrapper,
.cid-v4ujKxjfip .box .mbr-media:focus .icon-wrapper {
  height: 85px;
  width: 85px;
}
.cid-v4ujKxjfip .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v4ujKxjfip .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-v4ujKxjfip .box .mbr-media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v4ujKxjfip .box .mbr-media .mbr-iconfont {
  font-size: 21px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-v4ujKxjfip .mbr-media {
  position: relative;
}
.cid-v4ujKxjfip .mbr-media img {
  object-fit: cover;
}
.cid-v4ujKxjfip a:hover {
  background-image: none !important;
}
.cid-v4ujKxjfip .icon-wrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #874118;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v4ujKxjfip .icon-wrapper {
    height: 60px !important;
    width: 60px !important;
  }
}
.cid-v4ujKxjfip .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-v4ujKxjfip .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v4ujKxjfip .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v4ujKxjfip .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v4ujKxjfip .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v4ujKxjfip .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v4ujKxjfip .mbr-section-title {
  color: #ffffff;
}
.cid-v4ujKxjfip .mbr-text,
.cid-v4ujKxjfip .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v4ujKxjfip .mbr-desc,
.cid-v4ujKxjfip .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-v4ujKxjfip .mbr-section-title,
.cid-v4ujKxjfip .mbr-section-btn {
  text-align: center;
}
.cid-v4FB7m42lI {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #874118;
}
.cid-v4FB7m42lI .mbr-section-head {
  margin-bottom: 50px;
}
.cid-v4FB7m42lI .mbr-section-title {
  color: #9b8db7;
}
.cid-v4FB7m42lI .mbr-section-subtitle {
  color: #303030;
  margin-top: 10px;
}
.cid-v4FB7m42lI .embla {
  position: relative;
  width: 100%;
}
.cid-v4FB7m42lI .embla__viewport {
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v4FB7m42lI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v4FB7m42lI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v4FB7m42lI .embla__container {
  margin: 0 auto;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  justify-content: center;
}
.cid-v4FB7m42lI .embla__slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: calc(100vw / 4 - 100px);
  width: calc(100vw / 4 - 100px);
  margin: 0 5px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .cid-v4FB7m42lI .embla__slide {
    min-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-v4FB7m42lI .embla__slide {
    min-width: 100%;
    width: 100%;
  }
}
.cid-v4FB7m42lI .item:focus,
.cid-v4FB7m42lI span:focus {
  outline: none;
}
.cid-v4FB7m42lI .slide-content {
  position: relative;
  border-radius: 0;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v4FB7m42lI .item-img {
  width: 100%;
}
.cid-v4FB7m42lI .item-img img {
  width: 100%;
  object-fit: contain;
  max-height: 200px;
  aspect-ratio: calc(408 / (114 * 3));
}
.cid-v4FB7m42lI .embla__button--next,
.cid-v4FB7m42lI .embla__button--prev {
  display: flex;
}
.cid-v4FB7m42lI .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(155, 141, 183, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-v4FB7m42lI .embla__button {
    display: none;
  }
}
.cid-v4FB7m42lI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v4FB7m42lI .embla__button:hover {
  background: #9b8db7;
  color: #FFFFFF;
}
.cid-v4FB7m42lI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4FB7m42lI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v4FB7m42lI .embla__button {
    top: auto;
  }
}
.cid-v4ujKzatAw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #16442d;
}
.cid-v4ujKzatAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ujKzatAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4ujKzatAw .row {
  justify-content: space-between;
}
.cid-v4ujKzatAw .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v4ujKzatAw .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v4ujKzatAw .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v4ujKzatAw .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v4ujKzatAw .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-v4ujKzatAw .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v4ujKzatAw .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v4ujKzatAw .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v4ujKzatAw .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v4ujKzatAw .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-v4ujKzatAw .list-wrapper .list .item-wrap:hover,
.cid-v4ujKzatAw .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v4ujKzatAw .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v4ujKzatAw .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v4ujKzatAw .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v4ujKzatAw .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-v4ujKzatAw .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-v4ujKzatAw .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-v4ujKzatAw .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v4ujKzatAw .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v4ujKzatAw .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v4ujKzatAw .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #fffdf3;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-v4ujKzatAw .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v4ujKzatAw .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-v4ujKzatAw .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v4ujKzatAw .mbr-section-title {
  color: #000000;
}
.cid-v4ujKzatAw .mbr-text {
  color: #000000;
}
.cid-v4ujKzatAw .list {
  color: #000000;
}
.cid-v4ujKzatAw .mbr-desc {
  color: #000000;
}
.cid-v4ujKzatAw .mbr-copy {
  color: #000000;
}
.cid-v4ujKzatAw .mbr-desc,
.cid-v4ujKzatAw .social-wrapper {
  text-align: center;
}
.cid-v4ujKzatAw .mbr-copy,
.cid-v4ujKzatAw .mbr-section-btn-main {
  text-align: center;
  color: #ffffff;
}
.cid-v4ujKzatAw .list,
.cid-v4ujKzatAw .item-wrap {
  color: #ffffff;
  text-align: center;
}
