.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #ffffff !important;
}
.bg-success {
  background-color: #edb5bf !important;
}
.bg-info {
  background-color: #6ec7f2 !important;
}
.bg-warning {
  background-color: #ffb18a !important;
}
.bg-danger {
  background-color: #6241c2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #929292 !important;
  border-color: #929292 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #676767 !important;
  border-color: #676767 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #676767 !important;
  border-color: #676767 !important;
}
.btn-info,
.btn-info:active {
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1ea8eb !important;
  border-color: #1ea8eb !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1ea8eb !important;
  border-color: #1ea8eb !important;
}
.btn-success,
.btn-success:active {
  background-color: #edb5bf !important;
  border-color: #edb5bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #dc6f83 !important;
  border-color: #dc6f83 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #dc6f83 !important;
  border-color: #dc6f83 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffb18a !important;
  border-color: #ffb18a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6241c2 !important;
  border-color: #6241c2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #412a82 !important;
  border-color: #412a82 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #412a82 !important;
  border-color: #412a82 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #929292;
  color: #929292;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #676767 !important;
  background-color: transparent!important;
  border-color: #676767 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #929292 !important;
  border-color: #929292 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #6ec7f2;
  color: #6ec7f2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1ea8eb !important;
  background-color: transparent!important;
  border-color: #1ea8eb !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #edb5bf;
  color: #edb5bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #dc6f83 !important;
  background-color: transparent!important;
  border-color: #dc6f83 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #edb5bf !important;
  border-color: #edb5bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffb18a;
  color: #ffb18a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff7733 !important;
  background-color: transparent!important;
  border-color: #ff7733 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb18a !important;
  border-color: #ffb18a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #6241c2;
  color: #6241c2;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #412a82 !important;
  background-color: transparent!important;
  border-color: #412a82 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6241c2 !important;
  border-color: #6241c2 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #929292 !important;
}
.text-success {
  color: #edb5bf !important;
}
.text-info {
  color: #6ec7f2 !important;
}
.text-warning {
  color: #ffb18a !important;
}
.text-danger {
  color: #6241c2 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5f5f5f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #d96378 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #15a1e5 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff6d24 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #3b2677 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6ec7f2;
}
.alert-warning {
  background-color: #ffb18a;
}
.alert-danger {
  background-color: #6241c2;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b2a2e1;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #929292 !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: relative !important;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #ffffff !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA8Lz6FWT4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uA8Lz6FWT4 .carousel {
    min-height: 800px;
  }
  .cid-uA8Lz6FWT4 .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uA8Lz6FWT4 .carousel {
    min-height: 520px;
  }
  .cid-uA8Lz6FWT4 .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uA8Lz6FWT4 .carousel {
    min-height: 440px;
  }
  .cid-uA8Lz6FWT4 .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uA8Lz6FWT4 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uA8Lz6FWT4 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uA8Lz6FWT4 .carousel,
.cid-uA8Lz6FWT4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA8Lz6FWT4 .item-wrapper {
  width: 100%;
}
.cid-uA8Lz6FWT4 .carousel-caption {
  bottom: 40px;
}
.cid-uA8Lz6FWT4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uA8Lz6FWT4 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uA8Lz6FWT4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uA8Lz6FWT4 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uA8Lz6FWT4 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uA8Lz6FWT4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA8Lz6FWT4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA8Lz6FWT4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA8Lz6FWT4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uA8Lz6FWT4 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uA8Lz6FWT4 .carousel-indicators li.active,
.cid-uA8Lz6FWT4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA8Lz6FWT4 .carousel-indicators li::after,
.cid-uA8Lz6FWT4 .carousel-indicators li::before {
  content: none;
}
.cid-uA8Lz6FWT4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA8Lz6FWT4 .carousel-indicators {
    display: none !important;
  }
}
.cid-uxMabJN2av {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxMabJN2av .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxMabJN2av .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-uxMabJN2av .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxMabJN2av .row {
  flex-direction: row-reverse;
}
.cid-uxMabJN2av img {
  width: 100%;
}
.cid-sFGOTvnvck {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sFGOTvnvck .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sFGOTvnvck .card {
    margin-bottom: 2rem!important;
  }
  .cid-sFGOTvnvck .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGOTvnvck .link-wrap {
    align-items: center;
  }
}
.cid-sFGOTvnvck .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFGOTvnvck .card-title,
.cid-sFGOTvnvck .card-box {
  color: #000000;
}
.cid-ubpxsLuTGw {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ddd5f7;
}
.cid-ubpxsLuTGw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubpxsLuTGw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sFGNGNNW5A {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ddd5f7;
}
.cid-sFGNGNNW5A img,
.cid-sFGNGNNW5A .item-img {
  width: 100%;
}
.cid-sFGNGNNW5A .item:focus,
.cid-sFGNGNNW5A span:focus {
  outline: none;
}
.cid-sFGNGNNW5A .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFGNGNNW5A .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFGNGNNW5A .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFGNGNNW5A .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sFGNGNNW5A .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFGNGNNW5A .mbr-section-title {
  color: #232323;
}
.cid-sFGNGNNW5A .mbr-text,
.cid-sFGNGNNW5A .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-sFGNGNNW5A .item-title {
  text-align: center;
}
.cid-sFGNGNNW5A .item-subtitle {
  text-align: left;
}
.cid-uxMbZioAw8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/aboutus-1-row.jpeg");
}
.cid-uxMbZioAw8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxMbZioAw8 .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-uxMbZioAw8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxMbZioAw8 .row {
  flex-direction: row-reverse;
}
.cid-uxMbZioAw8 img {
  width: 100%;
}
.cid-uz6nr5TFlV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dff8d5;
}
.cid-udX99qcWrG {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #dff8d5;
}
.cid-udX99qcWrG img,
.cid-udX99qcWrG .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-udX99qcWrG .item:focus,
.cid-udX99qcWrG span:focus {
  outline: none;
}
.cid-udX99qcWrG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-udX99qcWrG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udX99qcWrG .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-udX99qcWrG .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udX99qcWrG .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-udX99qcWrG .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-udX99qcWrG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udX99qcWrG .mbr-section-title {
  color: #232323;
}
.cid-udX99qcWrG .mbr-text,
.cid-udX99qcWrG .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-udX99qcWrG .item-title {
  text-align: left;
}
.cid-udX99qcWrG .item-subtitle {
  text-align: left;
}
.cid-ubZPav4Ad1 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubZPav4Ad1 .line {
  background-color: #6241c2;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sFGNHRkFsi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sFGNHRkFsi .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sFGNHRkFsi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFGNHRkFsi .mbr-iconfont {
  font-size: 4rem;
  color: #6241c2;
  padding-right: 1.5rem;
}
.cid-sFGNHRkFsi .card-title {
  text-align: left;
}
.cid-ubZQxn1LNy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edb5bf;
}
.cid-uH1vk0xFzp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #fafafa;
}
.cid-uH1vk0xFzp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH1vk0xFzp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH1vk0xFzp .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uH1vk0xFzp .team-card:hover {
  transform: translateY(-10px);
}
.cid-uH1vk0xFzp .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uH1vk0xFzp .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uH1vk0xFzp .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uH1vk0xFzp .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uH1vk0xFzp .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uH1vk0xFzp .social-row {
  text-align: center;
}
.cid-uH1vk0xFzp .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uH1vk0xFzp .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uH1vk0xFzp .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uH1vk0xFzp .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uH1vk0xFzp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uH1vk0xFzp .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uH1vk0xFzp .embla__button--next,
.cid-uH1vk0xFzp .embla__button--prev {
  display: flex;
}
.cid-uH1vk0xFzp .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uH1vk0xFzp .embla__button {
    display: none;
  }
}
.cid-uH1vk0xFzp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uH1vk0xFzp .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uH1vk0xFzp .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uH1vk0xFzp .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uH1vk0xFzp .embla__button {
    top: auto;
  }
}
.cid-uH1vk0xFzp .embla {
  position: relative;
  width: 100%;
}
.cid-uH1vk0xFzp .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uH1vk0xFzp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uH1vk0xFzp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uH1vk0xFzp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ubZRxIJNgx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ddd5f7;
}
.cid-ubZRxIJNgx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZRxIJNgx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZRxIJNgx .mbr-section-title {
  color: #000000;
}
.cid-sFGSOnwtIp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sFGSOnwtIp .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uc4gKl3wMc .navbar-dropdown {
  position: relative !important;
}
.cid-uc4gKl3wMc .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-uc4gKl3wMc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uc4gKl3wMc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uc4gKl3wMc .dropdown-item:hover,
.cid-uc4gKl3wMc .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uc4gKl3wMc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uc4gKl3wMc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uc4gKl3wMc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uc4gKl3wMc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uc4gKl3wMc .nav-link {
  position: relative;
}
.cid-uc4gKl3wMc .container {
  display: flex;
  margin: auto;
}
.cid-uc4gKl3wMc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uc4gKl3wMc .dropdown-menu,
.cid-uc4gKl3wMc .navbar.opened {
  background: #ffffff !important;
}
.cid-uc4gKl3wMc .nav-item:focus,
.cid-uc4gKl3wMc .nav-link:focus {
  outline: none;
}
.cid-uc4gKl3wMc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uc4gKl3wMc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uc4gKl3wMc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uc4gKl3wMc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uc4gKl3wMc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uc4gKl3wMc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uc4gKl3wMc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uc4gKl3wMc .navbar.opened {
  transition: all 0.3s;
}
.cid-uc4gKl3wMc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uc4gKl3wMc .navbar .navbar-logo img {
  width: auto;
}
.cid-uc4gKl3wMc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uc4gKl3wMc .navbar.collapsed {
  justify-content: center;
}
.cid-uc4gKl3wMc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uc4gKl3wMc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uc4gKl3wMc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uc4gKl3wMc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uc4gKl3wMc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uc4gKl3wMc .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-uc4gKl3wMc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uc4gKl3wMc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uc4gKl3wMc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uc4gKl3wMc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uc4gKl3wMc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uc4gKl3wMc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uc4gKl3wMc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uc4gKl3wMc .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-uc4gKl3wMc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uc4gKl3wMc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uc4gKl3wMc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uc4gKl3wMc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uc4gKl3wMc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uc4gKl3wMc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uc4gKl3wMc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uc4gKl3wMc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uc4gKl3wMc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uc4gKl3wMc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uc4gKl3wMc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uc4gKl3wMc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uc4gKl3wMc .dropdown-item.active,
.cid-uc4gKl3wMc .dropdown-item:active {
  background-color: transparent;
}
.cid-uc4gKl3wMc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uc4gKl3wMc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uc4gKl3wMc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uc4gKl3wMc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uc4gKl3wMc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uc4gKl3wMc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uc4gKl3wMc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uc4gKl3wMc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uc4gKl3wMc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uc4gKl3wMc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uc4gKl3wMc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uc4gKl3wMc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc4gKl3wMc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc4gKl3wMc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uc4gKl3wMc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc4gKl3wMc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uc4gKl3wMc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uc4gKl3wMc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc4gKl3wMc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uc4gKl3wMc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uc4gKl3wMc .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-uc4gKl3wMc .navbar {
    height: 70px;
  }
  .cid-uc4gKl3wMc .navbar.opened {
    height: auto;
  }
  .cid-uc4gKl3wMc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA8t4x2i3s {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/aboutus-banner-3.png");
}
.cid-uA8t4x2i3s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA8t4x2i3s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA8t4x2i3s .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uA8t4x2i3s .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uz5193ewEn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uc4pbmKUbq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #cfedf3;
}
.cid-uc4pbmKUbq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc4pbmKUbq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc4pbmKUbq .content-wrapper {
  background: #cfedf3;
}
@media (max-width: 991px) {
  .cid-uc4pbmKUbq .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uc4pbmKUbq .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uc4pbmKUbq .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uc4pbmKUbq .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uc4pbmKUbq .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uc4pbmKUbq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uz52DlFz4m {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #cfedf3;
}
.cid-uz52DlFz4m blockquote {
  border-color: #bbbbbb;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uc5kpJ8TEW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5kpJ8TEW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc5kpJ8TEW .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-uc5kpJ8TEW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uc5kpJ8TEW .row {
  flex-direction: row-reverse;
}
.cid-uc5kpJ8TEW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uc5kpJ8TEW .text-wrapper {
    padding: 2rem;
  }
}
.cid-uc5lkINAkO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uc5oYcZy2m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-uc5oYcZy2m img,
.cid-uc5oYcZy2m .item-img {
  width: 100%;
}
.cid-uc5oYcZy2m .item:focus,
.cid-uc5oYcZy2m span:focus {
  outline: none;
}
.cid-uc5oYcZy2m .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uc5oYcZy2m .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uc5oYcZy2m .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uc5oYcZy2m .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uc5oYcZy2m .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uc5oYcZy2m .mbr-section-title {
  color: #232323;
}
.cid-uc5oYcZy2m .mbr-text,
.cid-uc5oYcZy2m .mbr-section-btn {
  text-align: left;
}
.cid-uc5oYcZy2m .item-title {
  text-align: left;
}
.cid-uc5oYcZy2m .item-subtitle {
  text-align: left;
}
.cid-uc53nAbfgj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fce2d5;
}
.cid-uc53nAbfgj .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uc53pjqXpZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e1dbf5;
}
.cid-uc53pjqXpZ blockquote {
  border-color: #e1dbf5;
  border-radius: 4px;
  background-color: #d1c6f4;
}
.cid-uc53GuVs7g {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e1dbf5;
}
.cid-uc53GuVs7g blockquote {
  border-color: #d1c6f4;
  border-radius: 4px;
  background-color: #d1c6f4;
}
.cid-uc4gKmv7al {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d1c6f4;
}
.cid-uc4gKmv7al .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc4gKmv7al .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc5emxQdA0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1dbf5;
}
.cid-uc5emxQdA0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc5emxQdA0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc5emxQdA0 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uc5emxQdA0 .card-wrapper {
  background-color: #e1dbf5;
  border-radius: 4px;
}
.cid-uc5emxQdA0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uc5emxQdA0 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uc5emxQdA0 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uc5emxQdA0 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uc5emxQdA0 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uc5emxQdA0 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uc5emxQdA0 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uc5emxQdA0 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uc5iEPtggP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6d0bc;
}
.cid-uc5iEPtggP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc5iEPtggP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc4gKmSawM {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fce2d5;
}
.cid-uc4gKmSawM img,
.cid-uc4gKmSawM .item-img {
  width: 100%;
}
.cid-uc4gKmSawM .item:focus,
.cid-uc4gKmSawM span:focus {
  outline: none;
}
.cid-uc4gKmSawM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uc4gKmSawM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uc4gKmSawM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uc4gKmSawM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uc4gKmSawM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uc4gKmSawM .mbr-section-title {
  color: #232323;
}
.cid-uc4gKmSawM .mbr-text,
.cid-uc4gKmSawM .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-uc4gKmSawM .item-title {
  text-align: left;
}
.cid-uc4gKmSawM .item-subtitle {
  text-align: left;
}
.cid-uc4gKolJab {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e1dbf5;
}
.cid-uc4gKpA7DU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cdc2f1;
}
.cid-uc4gKpA7DU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc4gKpA7DU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc4gKpA7DU .mbr-section-title {
  color: #000000;
}
.cid-uc4gKpV95P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uc4gKpV95P .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-ucm6EDCN24 .navbar-dropdown {
  position: relative !important;
}
.cid-ucm6EDCN24 .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-ucm6EDCN24 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucm6EDCN24 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucm6EDCN24 .dropdown-item:hover,
.cid-ucm6EDCN24 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-ucm6EDCN24 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucm6EDCN24 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucm6EDCN24 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucm6EDCN24 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucm6EDCN24 .nav-link {
  position: relative;
}
.cid-ucm6EDCN24 .container {
  display: flex;
  margin: auto;
}
.cid-ucm6EDCN24 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucm6EDCN24 .dropdown-menu,
.cid-ucm6EDCN24 .navbar.opened {
  background: #ffffff !important;
}
.cid-ucm6EDCN24 .nav-item:focus,
.cid-ucm6EDCN24 .nav-link:focus {
  outline: none;
}
.cid-ucm6EDCN24 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucm6EDCN24 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucm6EDCN24 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucm6EDCN24 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucm6EDCN24 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucm6EDCN24 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucm6EDCN24 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ucm6EDCN24 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucm6EDCN24 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucm6EDCN24 .navbar .navbar-logo img {
  width: auto;
}
.cid-ucm6EDCN24 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucm6EDCN24 .navbar.collapsed {
  justify-content: center;
}
.cid-ucm6EDCN24 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucm6EDCN24 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucm6EDCN24 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-ucm6EDCN24 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucm6EDCN24 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucm6EDCN24 .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-ucm6EDCN24 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucm6EDCN24 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucm6EDCN24 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucm6EDCN24 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucm6EDCN24 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucm6EDCN24 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucm6EDCN24 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucm6EDCN24 .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-ucm6EDCN24 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucm6EDCN24 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucm6EDCN24 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucm6EDCN24 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucm6EDCN24 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucm6EDCN24 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucm6EDCN24 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucm6EDCN24 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucm6EDCN24 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucm6EDCN24 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucm6EDCN24 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucm6EDCN24 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucm6EDCN24 .dropdown-item.active,
.cid-ucm6EDCN24 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucm6EDCN24 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucm6EDCN24 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucm6EDCN24 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucm6EDCN24 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucm6EDCN24 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucm6EDCN24 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucm6EDCN24 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucm6EDCN24 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucm6EDCN24 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucm6EDCN24 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucm6EDCN24 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucm6EDCN24 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucm6EDCN24 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucm6EDCN24 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucm6EDCN24 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucm6EDCN24 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucm6EDCN24 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucm6EDCN24 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucm6EDCN24 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucm6EDCN24 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucm6EDCN24 .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-ucm6EDCN24 .navbar {
    height: 70px;
  }
  .cid-ucm6EDCN24 .navbar.opened {
    height: auto;
  }
  .cid-ucm6EDCN24 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucmWQqPFM2 {
  background-image: url("../../../assets/images/services-banner-2.png");
}
.cid-ucmWQqPFM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucmWQqPFM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucmWQqPFM2 .mbr-text,
.cid-ucmWQqPFM2 .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-ucmWQqPFM2 .mbr-section-title {
  text-align: right;
}
.cid-uz4Xdehp6J {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dcdcdc;
}
.cid-uz4Xdehp6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz4Xdehp6J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz5wqrBGta {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz5wqrBGta .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz5wqrBGta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz5wsFpLT2 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uz5wsFpLT2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz5wsFpLT2 .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-uz5wsFpLT2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz5wsFpLT2 .row {
  flex-direction: row-reverse;
}
.cid-uz5wsFpLT2 img {
  width: 100%;
}
.cid-uGPqi6zccc {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/5-10.png");
}
.cid-uGPqi6zccc .mbr-overlay {
  background: #fafafa;
  opacity: 0;
}
.cid-uGPqi6zccc img,
.cid-uGPqi6zccc .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uGPqi6zccc .item:focus,
.cid-uGPqi6zccc span:focus {
  outline: none;
}
.cid-uGPqi6zccc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uGPqi6zccc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGPqi6zccc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGPqi6zccc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGPqi6zccc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGPqi6zccc .mbr-section-title {
  color: #232323;
}
.cid-uGPqi6zccc .mbr-text,
.cid-uGPqi6zccc .mbr-section-btn {
  text-align: left;
}
.cid-uGPqi6zccc .item-title {
  text-align: left;
}
.cid-uGPqi6zccc .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ucm6EFWcea {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ucm6EFWcea .line {
  background-color: #6241c2;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ucm6EGdfgd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-ucm6EGdfgd .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ucm6EGdfgd .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucm6EGdfgd .mbr-iconfont {
  font-size: 4rem;
  color: #6241c2;
  padding-right: 1.5rem;
}
.cid-ucm6EGdfgd .card-title {
  text-align: left;
}
.cid-uGPtmzcHkw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGPtmzcHkw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGPtmzcHkw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGPtmzcHkw .item {
  padding-bottom: 2rem;
}
.cid-uGPtmzcHkw .item-wrapper {
  position: relative;
}
.cid-uGPtmzcHkw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uGPtmzcHkw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uGPtmzcHkw .carousel-control,
.cid-uGPtmzcHkw .close {
  background: #1b1b1b;
}
.cid-uGPtmzcHkw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGPtmzcHkw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGPtmzcHkw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGPtmzcHkw .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGPtmzcHkw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGPtmzcHkw .close::before {
  content: '\e91a';
}
.cid-uGPtmzcHkw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGPtmzcHkw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGPtmzcHkw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGPtmzcHkw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGPtmzcHkw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGPtmzcHkw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGPtmzcHkw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGPtmzcHkw .carousel-indicators li.active,
.cid-uGPtmzcHkw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGPtmzcHkw .carousel-indicators li::after,
.cid-uGPtmzcHkw .carousel-indicators li::before {
  content: none;
}
.cid-uGPtmzcHkw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGPtmzcHkw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGPtmzcHkw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGPtmzcHkw .carousel-indicators {
    display: none;
  }
}
.cid-uGPtmzcHkw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGPtmzcHkw .carousel-inner > .active {
  display: block;
}
.cid-uGPtmzcHkw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGPtmzcHkw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGPtmzcHkw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGPtmzcHkw .carousel-control,
  .cid-uGPtmzcHkw .carousel-indicators,
  .cid-uGPtmzcHkw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGPtmzcHkw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGPtmzcHkw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGPtmzcHkw .carousel-indicators .active,
.cid-uGPtmzcHkw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGPtmzcHkw .carousel-indicators .active {
  background: #fff;
}
.cid-uGPtmzcHkw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGPtmzcHkw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGPtmzcHkw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGPtmzcHkw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGPtmzcHkw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGPtmzcHkw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGPtmzcHkw .carousel {
  width: 100%;
}
.cid-uGPtmzcHkw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGPtmzcHkw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGPtmzcHkw .modal.fade .modal-dialog,
.cid-uGPtmzcHkw .modal.in .modal-dialog {
  transform: none;
}
.cid-uGPtmzcHkw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGPtmzcHkw H6 {
  text-align: center;
}
.cid-ucm6EGGpmk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edb5bf;
}
.cid-uH1cj6R3py {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
.cid-uH1cj6R3py .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH1cj6R3py .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH1cj6R3py .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uH1cj6R3py .team-card:hover {
  transform: translateY(-10px);
}
.cid-uH1cj6R3py .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uH1cj6R3py .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uH1cj6R3py .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uH1cj6R3py .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uH1cj6R3py .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uH1cj6R3py .social-row {
  text-align: center;
}
.cid-uH1cj6R3py .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uH1cj6R3py .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uH1cj6R3py .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uH1cj6R3py .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uH1cj6R3py .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uH1cj6R3py .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uH1cj6R3py .embla__button--next,
.cid-uH1cj6R3py .embla__button--prev {
  display: flex;
}
.cid-uH1cj6R3py .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uH1cj6R3py .embla__button {
    display: none;
  }
}
.cid-uH1cj6R3py .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uH1cj6R3py .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uH1cj6R3py .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uH1cj6R3py .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uH1cj6R3py .embla__button {
    top: auto;
  }
}
.cid-uH1cj6R3py .embla {
  position: relative;
  width: 100%;
}
.cid-uH1cj6R3py .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uH1cj6R3py .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uH1cj6R3py .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uH1cj6R3py .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ucm6EHVriN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cdc2f1;
}
.cid-ucm6EHVriN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucm6EHVriN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucm6EHVriN .mbr-section-title {
  color: #000000;
}
.cid-ucm6EIhKsc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-ucm6EIhKsc .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-ucndtVy9Zm .navbar-dropdown {
  position: relative !important;
}
.cid-ucndtVy9Zm .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-ucndtVy9Zm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucndtVy9Zm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucndtVy9Zm .dropdown-item:hover,
.cid-ucndtVy9Zm .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-ucndtVy9Zm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucndtVy9Zm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucndtVy9Zm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucndtVy9Zm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucndtVy9Zm .nav-link {
  position: relative;
}
.cid-ucndtVy9Zm .container {
  display: flex;
  margin: auto;
}
.cid-ucndtVy9Zm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucndtVy9Zm .dropdown-menu,
.cid-ucndtVy9Zm .navbar.opened {
  background: #ffffff !important;
}
.cid-ucndtVy9Zm .nav-item:focus,
.cid-ucndtVy9Zm .nav-link:focus {
  outline: none;
}
.cid-ucndtVy9Zm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucndtVy9Zm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucndtVy9Zm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucndtVy9Zm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucndtVy9Zm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucndtVy9Zm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucndtVy9Zm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ucndtVy9Zm .navbar.opened {
  transition: all 0.3s;
}
.cid-ucndtVy9Zm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucndtVy9Zm .navbar .navbar-logo img {
  width: auto;
}
.cid-ucndtVy9Zm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucndtVy9Zm .navbar.collapsed {
  justify-content: center;
}
.cid-ucndtVy9Zm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucndtVy9Zm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucndtVy9Zm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-ucndtVy9Zm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucndtVy9Zm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucndtVy9Zm .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-ucndtVy9Zm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucndtVy9Zm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucndtVy9Zm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucndtVy9Zm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucndtVy9Zm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucndtVy9Zm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucndtVy9Zm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucndtVy9Zm .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-ucndtVy9Zm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucndtVy9Zm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucndtVy9Zm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucndtVy9Zm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucndtVy9Zm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucndtVy9Zm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucndtVy9Zm .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucndtVy9Zm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucndtVy9Zm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucndtVy9Zm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucndtVy9Zm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucndtVy9Zm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucndtVy9Zm .dropdown-item.active,
.cid-ucndtVy9Zm .dropdown-item:active {
  background-color: transparent;
}
.cid-ucndtVy9Zm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucndtVy9Zm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucndtVy9Zm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucndtVy9Zm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucndtVy9Zm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucndtVy9Zm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucndtVy9Zm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucndtVy9Zm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucndtVy9Zm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucndtVy9Zm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucndtVy9Zm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucndtVy9Zm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucndtVy9Zm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucndtVy9Zm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucndtVy9Zm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucndtVy9Zm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucndtVy9Zm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucndtVy9Zm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucndtVy9Zm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucndtVy9Zm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucndtVy9Zm .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-ucndtVy9Zm .navbar {
    height: 70px;
  }
  .cid-ucndtVy9Zm .navbar.opened {
    height: auto;
  }
  .cid-ucndtVy9Zm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxMrmj9rpV {
  background-color: #f7f1ed;
}
.cid-uxMrmj9rpV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxMrmj9rpV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxMrmj9rpV .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxMrmj9rpV .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-ue92sLSgHY {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #dcdcdc;
}
.cid-ue92sLSgHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue92sLSgHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue92sLSgHY .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-ue92sLSgHY .container {
    max-width: 1400px;
  }
}
.cid-ue92sLSgHY .card {
  margin: auto;
}
.cid-ue92sLSgHY .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-ue92sLSgHY .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ue92sLSgHY .row {
  justify-content: center;
}
.cid-uvBlLIRHuu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1dbf5;
}
.cid-uvBlLIRHuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvBlLIRHuu .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-uvBlLIRHuu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvBlLIRHuu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvBlLIRHuu .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucrUJjXSGz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e1dbf5;
}
.cid-ucrUJjXSGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucrUJjXSGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucrUj7OPTQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e1dbf5;
}
.cid-ucrUj7OPTQ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ucrUj7OPTQ .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-ucrUj7OPTQ .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #b9a6f5;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-ucrTei1Atu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/csr-corporate-vision.jpeg");
}
.cid-ucrTei1Atu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucrTei1Atu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucrTei1Atu .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ucrTei1Atu .icon-box {
  background: #b9a6f5;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ucrTei1Atu .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ucrTei1Atu .card {
    margin-bottom: 2rem;
  }
  .cid-ucrTei1Atu .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucs01qSFcS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ucs01qSFcS blockquote {
  border-color: #d1c6f4;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-ucE9bGhxxr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-ucE9bGhxxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucE9bGhxxr .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-ucE9bGhxxr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucE9bGhxxr .row {
  flex-direction: row-reverse;
}
.cid-ucE9bGhxxr img {
  width: 100%;
}
.cid-ucEbSt151V {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-ucEbSt151V .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucEbSt151V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucEbSt151V .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ucEbSt151V .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-ucEbSt151V .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-ucndtXBgkf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edb5bf;
}
.cid-ucndtYO6LZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cdc2f1;
}
.cid-ucndtYO6LZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucndtYO6LZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucndtYO6LZ .mbr-section-title {
  color: #000000;
}
.cid-ucndtZaC4x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ucndtZaC4x .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-ucKc9WpNmc .navbar-dropdown {
  position: relative !important;
}
.cid-ucKc9WpNmc .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-ucKc9WpNmc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucKc9WpNmc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucKc9WpNmc .dropdown-item:hover,
.cid-ucKc9WpNmc .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-ucKc9WpNmc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucKc9WpNmc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucKc9WpNmc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucKc9WpNmc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucKc9WpNmc .nav-link {
  position: relative;
}
.cid-ucKc9WpNmc .container {
  display: flex;
  margin: auto;
}
.cid-ucKc9WpNmc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucKc9WpNmc .dropdown-menu,
.cid-ucKc9WpNmc .navbar.opened {
  background: #ffffff !important;
}
.cid-ucKc9WpNmc .nav-item:focus,
.cid-ucKc9WpNmc .nav-link:focus {
  outline: none;
}
.cid-ucKc9WpNmc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucKc9WpNmc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucKc9WpNmc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucKc9WpNmc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucKc9WpNmc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucKc9WpNmc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucKc9WpNmc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ucKc9WpNmc .navbar.opened {
  transition: all 0.3s;
}
.cid-ucKc9WpNmc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucKc9WpNmc .navbar .navbar-logo img {
  width: auto;
}
.cid-ucKc9WpNmc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucKc9WpNmc .navbar.collapsed {
  justify-content: center;
}
.cid-ucKc9WpNmc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucKc9WpNmc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucKc9WpNmc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-ucKc9WpNmc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucKc9WpNmc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucKc9WpNmc .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-ucKc9WpNmc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucKc9WpNmc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucKc9WpNmc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucKc9WpNmc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucKc9WpNmc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucKc9WpNmc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucKc9WpNmc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucKc9WpNmc .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-ucKc9WpNmc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucKc9WpNmc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucKc9WpNmc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucKc9WpNmc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucKc9WpNmc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucKc9WpNmc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucKc9WpNmc .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucKc9WpNmc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucKc9WpNmc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucKc9WpNmc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucKc9WpNmc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucKc9WpNmc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucKc9WpNmc .dropdown-item.active,
.cid-ucKc9WpNmc .dropdown-item:active {
  background-color: transparent;
}
.cid-ucKc9WpNmc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucKc9WpNmc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucKc9WpNmc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucKc9WpNmc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucKc9WpNmc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucKc9WpNmc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucKc9WpNmc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucKc9WpNmc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucKc9WpNmc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucKc9WpNmc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucKc9WpNmc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucKc9WpNmc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucKc9WpNmc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucKc9WpNmc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucKc9WpNmc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucKc9WpNmc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucKc9WpNmc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucKc9WpNmc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucKc9WpNmc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucKc9WpNmc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucKc9WpNmc .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-ucKc9WpNmc .navbar {
    height: 70px;
  }
  .cid-ucKc9WpNmc .navbar.opened {
    height: auto;
  }
  .cid-ucKc9WpNmc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxMtoLc2Fr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/banner.png");
}
.cid-uxMtoLc2Fr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxMtoLc2Fr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxMtoLc2Fr .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxMtoLc2Fr .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-udYEhtcv44 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #dff8d5;
}
.cid-udYEhtcv44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYEhtcv44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYEhtcv44 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-udYEhtcv44 .container {
    max-width: 1400px;
  }
}
.cid-udYEhtcv44 .card {
  margin: auto;
}
.cid-udYEhtcv44 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-udYEhtcv44 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-udYEhtcv44 .row {
  justify-content: center;
}
.cid-uz5WVfPYyr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dff8d5;
}
.cid-uz5WVfPYyr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz5WVfPYyr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGEoITc57m {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #fafafa;
}
.cid-uGEoITc57m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGEoITc57m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGEoITc57m .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uGEoITc57m .team-card:hover {
  transform: translateY(-10px);
}
.cid-uGEoITc57m .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uGEoITc57m .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uGEoITc57m .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uGEoITc57m .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGEoITc57m .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uGEoITc57m .social-row {
  text-align: center;
}
.cid-uGEoITc57m .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uGEoITc57m .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uGEoITc57m .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uGEoITc57m .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uGEq627LLG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGEq627LLG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGEq627LLG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGEq627LLG .item {
  padding-bottom: 2rem;
}
.cid-uGEq627LLG .item-wrapper {
  position: relative;
}
.cid-uGEq627LLG .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uGEq627LLG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uGEq627LLG .carousel-control,
.cid-uGEq627LLG .close {
  background: #1b1b1b;
}
.cid-uGEq627LLG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGEq627LLG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGEq627LLG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGEq627LLG .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGEq627LLG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGEq627LLG .close::before {
  content: '\e91a';
}
.cid-uGEq627LLG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGEq627LLG .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGEq627LLG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGEq627LLG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGEq627LLG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGEq627LLG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGEq627LLG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGEq627LLG .carousel-indicators li.active,
.cid-uGEq627LLG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGEq627LLG .carousel-indicators li::after,
.cid-uGEq627LLG .carousel-indicators li::before {
  content: none;
}
.cid-uGEq627LLG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGEq627LLG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGEq627LLG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGEq627LLG .carousel-indicators {
    display: none;
  }
}
.cid-uGEq627LLG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGEq627LLG .carousel-inner > .active {
  display: block;
}
.cid-uGEq627LLG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGEq627LLG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGEq627LLG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGEq627LLG .carousel-control,
  .cid-uGEq627LLG .carousel-indicators,
  .cid-uGEq627LLG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGEq627LLG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGEq627LLG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGEq627LLG .carousel-indicators .active,
.cid-uGEq627LLG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGEq627LLG .carousel-indicators .active {
  background: #fff;
}
.cid-uGEq627LLG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGEq627LLG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGEq627LLG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGEq627LLG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGEq627LLG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGEq627LLG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGEq627LLG .carousel {
  width: 100%;
}
.cid-uGEq627LLG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGEq627LLG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGEq627LLG .modal.fade .modal-dialog,
.cid-uGEq627LLG .modal.in .modal-dialog {
  transform: none;
}
.cid-uGEq627LLG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGEq627LLG H6 {
  text-align: center;
}
.cid-uGEsDzlWMV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d1c6f4;
}
.cid-uGEsDzlWMV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGEsDzlWMV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGEsDzlWMV .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uGEsDzlWMV .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uGEsDzlWMV .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-uGEsDzlWMV .panel-body,
.cid-uGEsDzlWMV .card-header {
  padding: 1rem 0;
}
.cid-uGEsDzlWMV .panel-title-edit {
  color: #000000;
}
.cid-ucKdaG3pAe {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucKdaG3pAe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucKdaG3pAe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucKdaG3pAe .item {
  padding-bottom: 2rem;
}
.cid-ucKdaG3pAe .item-wrapper {
  position: relative;
}
.cid-ucKdaG3pAe .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ucKdaG3pAe .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ucKdaG3pAe .carousel-control,
.cid-ucKdaG3pAe .close {
  background: #1b1b1b;
}
.cid-ucKdaG3pAe .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ucKdaG3pAe .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ucKdaG3pAe .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ucKdaG3pAe .carousel-control-next span {
  margin-left: 5px;
}
.cid-ucKdaG3pAe .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ucKdaG3pAe .close::before {
  content: '\e91a';
}
.cid-ucKdaG3pAe .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ucKdaG3pAe .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ucKdaG3pAe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucKdaG3pAe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ucKdaG3pAe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ucKdaG3pAe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ucKdaG3pAe .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ucKdaG3pAe .carousel-indicators li.active,
.cid-ucKdaG3pAe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ucKdaG3pAe .carousel-indicators li::after,
.cid-ucKdaG3pAe .carousel-indicators li::before {
  content: none;
}
.cid-ucKdaG3pAe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ucKdaG3pAe .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ucKdaG3pAe .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucKdaG3pAe .carousel-indicators {
    display: none;
  }
}
.cid-ucKdaG3pAe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ucKdaG3pAe .carousel-inner > .active {
  display: block;
}
.cid-ucKdaG3pAe .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucKdaG3pAe .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucKdaG3pAe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ucKdaG3pAe .carousel-control,
  .cid-ucKdaG3pAe .carousel-indicators,
  .cid-ucKdaG3pAe .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ucKdaG3pAe .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ucKdaG3pAe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ucKdaG3pAe .carousel-indicators .active,
.cid-ucKdaG3pAe .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ucKdaG3pAe .carousel-indicators .active {
  background: #fff;
}
.cid-ucKdaG3pAe .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ucKdaG3pAe .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ucKdaG3pAe .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ucKdaG3pAe .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ucKdaG3pAe .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ucKdaG3pAe .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ucKdaG3pAe .carousel {
  width: 100%;
}
.cid-ucKdaG3pAe .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ucKdaG3pAe .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ucKdaG3pAe .modal.fade .modal-dialog,
.cid-ucKdaG3pAe .modal.in .modal-dialog {
  transform: none;
}
.cid-ucKdaG3pAe .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ucKdaG3pAe H6 {
  text-align: center;
}
.cid-ucKc9YABWF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edb5bf;
}
.cid-uH1J0Exqfb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-uH1J0Exqfb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH1J0Exqfb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH1J0Exqfb .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uH1J0Exqfb .team-card:hover {
  transform: translateY(-10px);
}
.cid-uH1J0Exqfb .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uH1J0Exqfb .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uH1J0Exqfb .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uH1J0Exqfb .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uH1J0Exqfb .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uH1J0Exqfb .social-row {
  text-align: center;
}
.cid-uH1J0Exqfb .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uH1J0Exqfb .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uH1J0Exqfb .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uH1J0Exqfb .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uH1J0Exqfb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uH1J0Exqfb .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uH1J0Exqfb .embla__button--next,
.cid-uH1J0Exqfb .embla__button--prev {
  display: flex;
}
.cid-uH1J0Exqfb .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uH1J0Exqfb .embla__button {
    display: none;
  }
}
.cid-uH1J0Exqfb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uH1J0Exqfb .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uH1J0Exqfb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uH1J0Exqfb .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uH1J0Exqfb .embla__button {
    top: auto;
  }
}
.cid-uH1J0Exqfb .embla {
  position: relative;
  width: 100%;
}
.cid-uH1J0Exqfb .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uH1J0Exqfb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uH1J0Exqfb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uH1J0Exqfb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ucKc9ZFYOh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cdc2f1;
}
.cid-ucKc9ZFYOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucKc9ZFYOh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucKc9ZFYOh .mbr-section-title {
  color: #000000;
}
.cid-ucKca06cHJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ucKca06cHJ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-ucKyD4yATL .navbar-dropdown {
  position: relative !important;
}
.cid-ucKyD4yATL .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-ucKyD4yATL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucKyD4yATL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucKyD4yATL .dropdown-item:hover,
.cid-ucKyD4yATL .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-ucKyD4yATL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucKyD4yATL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucKyD4yATL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucKyD4yATL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucKyD4yATL .nav-link {
  position: relative;
}
.cid-ucKyD4yATL .container {
  display: flex;
  margin: auto;
}
.cid-ucKyD4yATL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucKyD4yATL .dropdown-menu,
.cid-ucKyD4yATL .navbar.opened {
  background: #ffffff !important;
}
.cid-ucKyD4yATL .nav-item:focus,
.cid-ucKyD4yATL .nav-link:focus {
  outline: none;
}
.cid-ucKyD4yATL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucKyD4yATL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucKyD4yATL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucKyD4yATL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucKyD4yATL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucKyD4yATL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucKyD4yATL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ucKyD4yATL .navbar.opened {
  transition: all 0.3s;
}
.cid-ucKyD4yATL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucKyD4yATL .navbar .navbar-logo img {
  width: auto;
}
.cid-ucKyD4yATL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucKyD4yATL .navbar.collapsed {
  justify-content: center;
}
.cid-ucKyD4yATL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucKyD4yATL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucKyD4yATL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-ucKyD4yATL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucKyD4yATL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucKyD4yATL .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-ucKyD4yATL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucKyD4yATL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucKyD4yATL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucKyD4yATL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucKyD4yATL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucKyD4yATL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucKyD4yATL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucKyD4yATL .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-ucKyD4yATL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucKyD4yATL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucKyD4yATL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucKyD4yATL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucKyD4yATL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucKyD4yATL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucKyD4yATL .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucKyD4yATL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucKyD4yATL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucKyD4yATL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucKyD4yATL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucKyD4yATL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucKyD4yATL .dropdown-item.active,
.cid-ucKyD4yATL .dropdown-item:active {
  background-color: transparent;
}
.cid-ucKyD4yATL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucKyD4yATL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucKyD4yATL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucKyD4yATL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucKyD4yATL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucKyD4yATL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucKyD4yATL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucKyD4yATL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucKyD4yATL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucKyD4yATL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucKyD4yATL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucKyD4yATL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucKyD4yATL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucKyD4yATL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucKyD4yATL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucKyD4yATL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucKyD4yATL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucKyD4yATL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucKyD4yATL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucKyD4yATL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucKyD4yATL .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-ucKyD4yATL .navbar {
    height: 70px;
  }
  .cid-ucKyD4yATL .navbar.opened {
    height: auto;
  }
  .cid-ucKyD4yATL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxMpiMS957 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/personalized-banner-1.png");
}
.cid-uxMpiMS957 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxMpiMS957 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxMpiMS957 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxMpiMS957 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uxMpiMS957 .mbr-section-title {
  color: #ffffff;
}
.cid-udYC2qTvJN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e1dbf5;
}
.cid-udYC2qTvJN .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYC2qTvJN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYC2qTvJN .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-udYC2qTvJN .container {
    max-width: 1400px;
  }
}
.cid-udYC2qTvJN .card {
  margin: auto;
}
.cid-udYC2qTvJN .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-udYC2qTvJN .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-udYC2qTvJN .row {
  justify-content: center;
}
.cid-ucKHKCgmec {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucKHKCgmec .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucKHKCgmec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucKG9Wfow8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucKG9Wfow8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucKG9Wfow8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucKG9Wfow8 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ucKG9Wfow8 .icon-box {
  background: #d1c6f4;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ucKG9Wfow8 .mbr-iconfont {
  font-size: 2rem;
  color: #3c1e9d;
}
@media (max-width: 991px) {
  .cid-ucKG9Wfow8 .card {
    margin-bottom: 2rem;
  }
  .cid-ucKG9Wfow8 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucKHwceQVe {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucKHwceQVe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucKHwceQVe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucKHwceQVe .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ucKHwceQVe .icon-box {
  background: #d1c6f4;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ucKHwceQVe .mbr-iconfont {
  font-size: 2rem;
  color: #3c1e9d;
}
@media (max-width: 991px) {
  .cid-ucKHwceQVe .card {
    margin-bottom: 2rem;
  }
  .cid-ucKHwceQVe .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHYktlwd4c {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #d1c6f4;
}
.cid-uHYktlwd4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYktlwd4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYl1EWYYz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-uHYl1EWYYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYl1EWYYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYl1EWYYz .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-uHYl1EWYYz .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHYl1EWYYz .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uHYl1EWYYz .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uHYl1EWYYz .row .row {
    flex-direction: column-reverse;
  }
  .cid-uHYl1EWYYz .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHYl1EWYYz .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHYl1EWYYz .card-subtitle {
  color: #0095ff;
}
.cid-uHYl1EWYYz .mbr-text {
  color: #555555;
}
.cid-uHYmo3Zyb1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-uHYmo3Zyb1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYmo3Zyb1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYmo3Zyb1 .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-uHYmo3Zyb1 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHYmo3Zyb1 .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uHYmo3Zyb1 .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uHYmo3Zyb1 .row .row {
    flex-direction: column-reverse;
  }
  .cid-uHYmo3Zyb1 .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHYmo3Zyb1 .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHYmo3Zyb1 .card-subtitle {
  color: #0095ff;
}
.cid-uHYmo3Zyb1 .mbr-text {
  color: #555555;
}
.cid-uHYmpdQZLL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-uHYmpdQZLL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYmpdQZLL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYmpdQZLL .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-uHYmpdQZLL .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHYmpdQZLL .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uHYmpdQZLL .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uHYmpdQZLL .row .row {
    flex-direction: column-reverse;
  }
  .cid-uHYmpdQZLL .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHYmpdQZLL .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHYmpdQZLL .card-subtitle {
  color: #0095ff;
}
.cid-uHYmpdQZLL .mbr-text {
  color: #555555;
}
.cid-uHYmpWUUzW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-uHYmpWUUzW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYmpWUUzW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYmpWUUzW .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-uHYmpWUUzW .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHYmpWUUzW .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uHYmpWUUzW .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uHYmpWUUzW .row .row {
    flex-direction: column-reverse;
  }
  .cid-uHYmpWUUzW .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHYmpWUUzW .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHYmpWUUzW .card-subtitle {
  color: #0095ff;
}
.cid-uHYmpWUUzW .mbr-text {
  color: #555555;
}
.cid-uHYmt1SxSF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-uHYmt1SxSF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYmt1SxSF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYmt1SxSF .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-uHYmt1SxSF .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHYmt1SxSF .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uHYmt1SxSF .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uHYmt1SxSF .row .row {
    flex-direction: column-reverse;
  }
  .cid-uHYmt1SxSF .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHYmt1SxSF .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHYmt1SxSF .card-subtitle {
  color: #0095ff;
}
.cid-uHYmt1SxSF .mbr-text {
  color: #555555;
}
.cid-uHYmtPq8hd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-uHYmtPq8hd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYmtPq8hd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYmtPq8hd .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-uHYmtPq8hd .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHYmtPq8hd .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uHYmtPq8hd .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uHYmtPq8hd .row .row {
    flex-direction: column-reverse;
  }
  .cid-uHYmtPq8hd .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHYmtPq8hd .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHYmtPq8hd .card-subtitle {
  color: #0095ff;
}
.cid-uHYmtPq8hd .mbr-text {
  color: #555555;
}
.cid-uHYmuKSePg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-uHYmuKSePg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYmuKSePg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYmuKSePg .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-uHYmuKSePg .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHYmuKSePg .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uHYmuKSePg .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uHYmuKSePg .row .row {
    flex-direction: column-reverse;
  }
  .cid-uHYmuKSePg .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHYmuKSePg .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHYmuKSePg .card-subtitle {
  color: #0095ff;
}
.cid-uHYmuKSePg .mbr-text {
  color: #555555;
}
.cid-uHuYNp8Xr5 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHuYNp8Xr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuYNp8Xr5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHuYNp8Xr5 .item {
  padding-bottom: 2rem;
}
.cid-uHuYNp8Xr5 .item-wrapper {
  position: relative;
}
.cid-uHuYNp8Xr5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uHuYNp8Xr5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uHuYNp8Xr5 .carousel-control,
.cid-uHuYNp8Xr5 .close {
  background: #1b1b1b;
}
.cid-uHuYNp8Xr5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHuYNp8Xr5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHuYNp8Xr5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHuYNp8Xr5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHuYNp8Xr5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHuYNp8Xr5 .close::before {
  content: '\e91a';
}
.cid-uHuYNp8Xr5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHuYNp8Xr5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uHuYNp8Xr5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHuYNp8Xr5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHuYNp8Xr5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHuYNp8Xr5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHuYNp8Xr5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uHuYNp8Xr5 .carousel-indicators li.active,
.cid-uHuYNp8Xr5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHuYNp8Xr5 .carousel-indicators li::after,
.cid-uHuYNp8Xr5 .carousel-indicators li::before {
  content: none;
}
.cid-uHuYNp8Xr5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHuYNp8Xr5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHuYNp8Xr5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHuYNp8Xr5 .carousel-indicators {
    display: none;
  }
}
.cid-uHuYNp8Xr5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHuYNp8Xr5 .carousel-inner > .active {
  display: block;
}
.cid-uHuYNp8Xr5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHuYNp8Xr5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHuYNp8Xr5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHuYNp8Xr5 .carousel-control,
  .cid-uHuYNp8Xr5 .carousel-indicators,
  .cid-uHuYNp8Xr5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHuYNp8Xr5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHuYNp8Xr5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHuYNp8Xr5 .carousel-indicators .active,
.cid-uHuYNp8Xr5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHuYNp8Xr5 .carousel-indicators .active {
  background: #fff;
}
.cid-uHuYNp8Xr5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHuYNp8Xr5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHuYNp8Xr5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHuYNp8Xr5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHuYNp8Xr5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHuYNp8Xr5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHuYNp8Xr5 .carousel {
  width: 100%;
}
.cid-uHuYNp8Xr5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHuYNp8Xr5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHuYNp8Xr5 .modal.fade .modal-dialog,
.cid-uHuYNp8Xr5 .modal.in .modal-dialog {
  transform: none;
}
.cid-uHuYNp8Xr5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHuYNp8Xr5 H6 {
  text-align: center;
}
.cid-ucKFUoDnFL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucKFUoDnFL .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-udYAtf6YoD {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #d1c6f4;
}
.cid-udYAtf6YoD .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYAtf6YoD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYAtf6YoD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-udYAtf6YoD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-udYAtf6YoD .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-udYAtf6YoD .panel-body,
.cid-udYAtf6YoD .card-header {
  padding: 1rem 0;
}
.cid-udYAtf6YoD .panel-title-edit {
  color: #000000;
}
.cid-udYBq0Mybb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #d1c6f4;
}
.cid-udYBq0Mybb .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYBq0Mybb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYBq0Mybb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-udYBq0Mybb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-udYBq0Mybb .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-udYBq0Mybb .panel-body,
.cid-udYBq0Mybb .card-header {
  padding: 1rem 0;
}
.cid-udYBq0Mybb .panel-title-edit {
  color: #000000;
}
.cid-uHupxNBIsZ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHupxNBIsZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHupxNBIsZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucKyD6mMGJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edb5bf;
}
.cid-ucKyD7vu7f {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cdc2f1;
}
.cid-ucKyD7vu7f .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucKyD7vu7f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucKyD7vu7f .mbr-section-title {
  color: #000000;
}
.cid-ucKyD7RZ6V {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ucKyD7RZ6V .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-ueqja4FwZ6 .navbar-dropdown {
  position: relative !important;
}
.cid-ueqja4FwZ6 .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-ueqja4FwZ6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ueqja4FwZ6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ueqja4FwZ6 .dropdown-item:hover,
.cid-ueqja4FwZ6 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-ueqja4FwZ6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ueqja4FwZ6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ueqja4FwZ6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueqja4FwZ6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueqja4FwZ6 .nav-link {
  position: relative;
}
.cid-ueqja4FwZ6 .container {
  display: flex;
  margin: auto;
}
.cid-ueqja4FwZ6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueqja4FwZ6 .dropdown-menu,
.cid-ueqja4FwZ6 .navbar.opened {
  background: #ffffff !important;
}
.cid-ueqja4FwZ6 .nav-item:focus,
.cid-ueqja4FwZ6 .nav-link:focus {
  outline: none;
}
.cid-ueqja4FwZ6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ueqja4FwZ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueqja4FwZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ueqja4FwZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueqja4FwZ6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueqja4FwZ6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueqja4FwZ6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ueqja4FwZ6 .navbar.opened {
  transition: all 0.3s;
}
.cid-ueqja4FwZ6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ueqja4FwZ6 .navbar .navbar-logo img {
  width: auto;
}
.cid-ueqja4FwZ6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueqja4FwZ6 .navbar.collapsed {
  justify-content: center;
}
.cid-ueqja4FwZ6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueqja4FwZ6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueqja4FwZ6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-ueqja4FwZ6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueqja4FwZ6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueqja4FwZ6 .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-ueqja4FwZ6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueqja4FwZ6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueqja4FwZ6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueqja4FwZ6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueqja4FwZ6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueqja4FwZ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueqja4FwZ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueqja4FwZ6 .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-ueqja4FwZ6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ueqja4FwZ6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueqja4FwZ6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueqja4FwZ6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueqja4FwZ6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueqja4FwZ6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueqja4FwZ6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ueqja4FwZ6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ueqja4FwZ6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ueqja4FwZ6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueqja4FwZ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueqja4FwZ6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueqja4FwZ6 .dropdown-item.active,
.cid-ueqja4FwZ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-ueqja4FwZ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueqja4FwZ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueqja4FwZ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueqja4FwZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueqja4FwZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueqja4FwZ6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueqja4FwZ6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueqja4FwZ6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ueqja4FwZ6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ueqja4FwZ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ueqja4FwZ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueqja4FwZ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueqja4FwZ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueqja4FwZ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueqja4FwZ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueqja4FwZ6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueqja4FwZ6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueqja4FwZ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueqja4FwZ6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ueqja4FwZ6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ueqja4FwZ6 .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-ueqja4FwZ6 .navbar {
    height: 70px;
  }
  .cid-ueqja4FwZ6 .navbar.opened {
    height: auto;
  }
  .cid-ueqja4FwZ6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueqja5579o {
  background-image: url("../../../assets/images/contactus-banner.png");
}
.cid-ueqja5579o .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueqja5579o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueqja5579o .mbr-text,
.cid-ueqja5579o .mbr-section-btn {
  text-align: right;
}
.cid-ueqja5579o .mbr-section-title {
  text-align: right;
}
.cid-ueqkxWujf0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueqkxWujf0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueqkxWujf0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueqkxWujf0 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ueqkxWujf0 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ueqkxWujf0 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueqkxWujf0 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ueqkxWujf0 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ffffff;
}
.cid-ueqja6Px42 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edb5bf;
}
.cid-uGDVjy54sv {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ddd5f7;
}
.cid-uGDVjy54sv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGDVjy54sv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueqkyX7w0H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-ueqkyX7w0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueqkyX7w0H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueqkyX7w0H .google-map {
  height: 30rem;
  position: relative;
}
.cid-ueqkyX7w0H .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ueqkyX7w0H .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ueqkyX7w0H .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ueqkyX7w0H .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uHoXGimLpc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uHoXGimLpc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uHoXGimLpc form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uHoXGimLpc form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uHoXGimLpc form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ueqja7Uh9z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cdc2f1;
}
.cid-ueqja7Uh9z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueqja7Uh9z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueqja7Uh9z .mbr-section-title {
  color: #000000;
}
.cid-ueqja8cPB8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-ueqja8cPB8 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-ucmXuIQWq4 .navbar-dropdown {
  position: relative !important;
}
.cid-ucmXuIQWq4 .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-ucmXuIQWq4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucmXuIQWq4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucmXuIQWq4 .dropdown-item:hover,
.cid-ucmXuIQWq4 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-ucmXuIQWq4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucmXuIQWq4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucmXuIQWq4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucmXuIQWq4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucmXuIQWq4 .nav-link {
  position: relative;
}
.cid-ucmXuIQWq4 .container {
  display: flex;
  margin: auto;
}
.cid-ucmXuIQWq4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucmXuIQWq4 .dropdown-menu,
.cid-ucmXuIQWq4 .navbar.opened {
  background: #ffffff !important;
}
.cid-ucmXuIQWq4 .nav-item:focus,
.cid-ucmXuIQWq4 .nav-link:focus {
  outline: none;
}
.cid-ucmXuIQWq4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucmXuIQWq4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucmXuIQWq4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucmXuIQWq4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucmXuIQWq4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucmXuIQWq4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucmXuIQWq4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ucmXuIQWq4 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucmXuIQWq4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucmXuIQWq4 .navbar .navbar-logo img {
  width: auto;
}
.cid-ucmXuIQWq4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucmXuIQWq4 .navbar.collapsed {
  justify-content: center;
}
.cid-ucmXuIQWq4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucmXuIQWq4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucmXuIQWq4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-ucmXuIQWq4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucmXuIQWq4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucmXuIQWq4 .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-ucmXuIQWq4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucmXuIQWq4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucmXuIQWq4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucmXuIQWq4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucmXuIQWq4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucmXuIQWq4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucmXuIQWq4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucmXuIQWq4 .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-ucmXuIQWq4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucmXuIQWq4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucmXuIQWq4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucmXuIQWq4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucmXuIQWq4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucmXuIQWq4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucmXuIQWq4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucmXuIQWq4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucmXuIQWq4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucmXuIQWq4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucmXuIQWq4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucmXuIQWq4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucmXuIQWq4 .dropdown-item.active,
.cid-ucmXuIQWq4 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucmXuIQWq4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucmXuIQWq4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucmXuIQWq4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucmXuIQWq4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucmXuIQWq4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucmXuIQWq4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucmXuIQWq4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucmXuIQWq4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucmXuIQWq4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucmXuIQWq4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucmXuIQWq4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucmXuIQWq4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucmXuIQWq4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucmXuIQWq4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucmXuIQWq4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucmXuIQWq4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucmXuIQWq4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucmXuIQWq4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucmXuIQWq4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucmXuIQWq4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucmXuIQWq4 .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-ucmXuIQWq4 .navbar {
    height: 70px;
  }
  .cid-ucmXuIQWq4 .navbar.opened {
    height: auto;
  }
  .cid-ucmXuIQWq4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxMiKWTNFF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bkg.png");
}
.cid-uxMiKWTNFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxMiKWTNFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxMiKWTNFF .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxMiKWTNFF .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-udXgscegCM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fce2d5;
}
.cid-udXgscegCM .mbr-fallback-image.disabled {
  display: none;
}
.cid-udXgscegCM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udXgscegCM .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-udXgscegCM .container {
    max-width: 1400px;
  }
}
.cid-udXgscegCM .card {
  margin: auto;
}
.cid-udXgscegCM .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-udXgscegCM .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-udXgscegCM .row {
  justify-content: center;
}
.cid-uA8Q3bQQdv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uA8Q3bQQdv .carousel {
    min-height: 800px;
  }
  .cid-uA8Q3bQQdv .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uA8Q3bQQdv .carousel {
    min-height: 520px;
  }
  .cid-uA8Q3bQQdv .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uA8Q3bQQdv .carousel {
    min-height: 440px;
  }
  .cid-uA8Q3bQQdv .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uA8Q3bQQdv .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uA8Q3bQQdv .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uA8Q3bQQdv .carousel,
.cid-uA8Q3bQQdv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA8Q3bQQdv .item-wrapper {
  width: 100%;
}
.cid-uA8Q3bQQdv .carousel-caption {
  bottom: 40px;
}
.cid-uA8Q3bQQdv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uA8Q3bQQdv .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uA8Q3bQQdv .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uA8Q3bQQdv .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uA8Q3bQQdv .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uA8Q3bQQdv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA8Q3bQQdv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA8Q3bQQdv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA8Q3bQQdv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uA8Q3bQQdv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uA8Q3bQQdv .carousel-indicators li.active,
.cid-uA8Q3bQQdv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA8Q3bQQdv .carousel-indicators li::after,
.cid-uA8Q3bQQdv .carousel-indicators li::before {
  content: none;
}
.cid-uA8Q3bQQdv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA8Q3bQQdv .carousel-indicators {
    display: none !important;
  }
}
.cid-uA8QTjOEeS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-udXup4yfnm {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-udXup4yfnm .mbr-fallback-image.disabled {
  display: none;
}
.cid-udXup4yfnm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udXup4yfnm .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-udXup4yfnm .card {
    margin-bottom: 2rem!important;
  }
  .cid-udXup4yfnm .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-udXup4yfnm .link-wrap {
    align-items: center;
  }
}
.cid-udXup4yfnm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uGPNVtteGz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-udXvTPbLYr {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #e1dbf5;
}
.cid-udXvTPbLYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-udXvTPbLYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udXvTPbLYr .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
}
.cid-udXvTPbLYr .panel-group {
  border: none;
}
.cid-udXvTPbLYr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-udXvTPbLYr .panel-body,
.cid-udXvTPbLYr .card-header {
  padding: 1rem 0;
}
.cid-udXvTPbLYr .panel-title-edit {
  color: #8157e8;
}
.cid-udXvTPbLYr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-udXxC3g6vB {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #e1dbf5;
}
.cid-udXxC3g6vB .mbr-fallback-image.disabled {
  display: none;
}
.cid-udXxC3g6vB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udXxC3g6vB .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
}
.cid-udXxC3g6vB .panel-group {
  border: none;
}
.cid-udXxC3g6vB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-udXxC3g6vB .panel-body,
.cid-udXxC3g6vB .card-header {
  padding: 1rem 0;
}
.cid-udXxC3g6vB .panel-title-edit {
  color: #8157e8;
}
.cid-udXxC3g6vB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-udXAdX0Cjx {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-udXAdX0Cjx blockquote {
  border-color: #8157e8;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uGPNrIpAwZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvBqWHZ4Pf {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvBqWHZ4Pf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvBqWHZ4Pf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvBqWHZ4Pf .item {
  padding-bottom: 2rem;
}
.cid-uvBqWHZ4Pf .item-wrapper {
  position: relative;
}
.cid-uvBqWHZ4Pf .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uvBqWHZ4Pf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uvBqWHZ4Pf .carousel-control,
.cid-uvBqWHZ4Pf .close {
  background: #1b1b1b;
}
.cid-uvBqWHZ4Pf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uvBqWHZ4Pf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uvBqWHZ4Pf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uvBqWHZ4Pf .carousel-control-next span {
  margin-left: 5px;
}
.cid-uvBqWHZ4Pf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvBqWHZ4Pf .close::before {
  content: '\e91a';
}
.cid-uvBqWHZ4Pf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvBqWHZ4Pf .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uvBqWHZ4Pf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvBqWHZ4Pf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvBqWHZ4Pf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvBqWHZ4Pf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uvBqWHZ4Pf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uvBqWHZ4Pf .carousel-indicators li.active,
.cid-uvBqWHZ4Pf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvBqWHZ4Pf .carousel-indicators li::after,
.cid-uvBqWHZ4Pf .carousel-indicators li::before {
  content: none;
}
.cid-uvBqWHZ4Pf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvBqWHZ4Pf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uvBqWHZ4Pf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uvBqWHZ4Pf .carousel-indicators {
    display: none;
  }
}
.cid-uvBqWHZ4Pf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvBqWHZ4Pf .carousel-inner > .active {
  display: block;
}
.cid-uvBqWHZ4Pf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvBqWHZ4Pf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvBqWHZ4Pf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uvBqWHZ4Pf .carousel-control,
  .cid-uvBqWHZ4Pf .carousel-indicators,
  .cid-uvBqWHZ4Pf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uvBqWHZ4Pf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uvBqWHZ4Pf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uvBqWHZ4Pf .carousel-indicators .active,
.cid-uvBqWHZ4Pf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uvBqWHZ4Pf .carousel-indicators .active {
  background: #fff;
}
.cid-uvBqWHZ4Pf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uvBqWHZ4Pf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uvBqWHZ4Pf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uvBqWHZ4Pf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uvBqWHZ4Pf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uvBqWHZ4Pf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uvBqWHZ4Pf .carousel {
  width: 100%;
}
.cid-uvBqWHZ4Pf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uvBqWHZ4Pf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uvBqWHZ4Pf .modal.fade .modal-dialog,
.cid-uvBqWHZ4Pf .modal.in .modal-dialog {
  transform: none;
}
.cid-uvBqWHZ4Pf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uvBqWHZ4Pf H6 {
  text-align: center;
}
.cid-udXDi1QIZN {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #dcdcdc;
}
.cid-udXDi1QIZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-udXDi1QIZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udXDi1QIZN .item {
  padding-bottom: 2rem;
}
.cid-udXDi1QIZN .item-wrapper {
  position: relative;
}
.cid-udXDi1QIZN .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-udXDi1QIZN .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-udXDi1QIZN .carousel-control,
.cid-udXDi1QIZN .close {
  background: #1b1b1b;
}
.cid-udXDi1QIZN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-udXDi1QIZN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-udXDi1QIZN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-udXDi1QIZN .carousel-control-next span {
  margin-left: 5px;
}
.cid-udXDi1QIZN .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-udXDi1QIZN .close::before {
  content: '\e91a';
}
.cid-udXDi1QIZN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-udXDi1QIZN .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-udXDi1QIZN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-udXDi1QIZN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-udXDi1QIZN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-udXDi1QIZN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-udXDi1QIZN .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-udXDi1QIZN .carousel-indicators li.active,
.cid-udXDi1QIZN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-udXDi1QIZN .carousel-indicators li::after,
.cid-udXDi1QIZN .carousel-indicators li::before {
  content: none;
}
.cid-udXDi1QIZN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-udXDi1QIZN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-udXDi1QIZN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-udXDi1QIZN .carousel-indicators {
    display: none;
  }
}
.cid-udXDi1QIZN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-udXDi1QIZN .carousel-inner > .active {
  display: block;
}
.cid-udXDi1QIZN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-udXDi1QIZN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-udXDi1QIZN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-udXDi1QIZN .carousel-control,
  .cid-udXDi1QIZN .carousel-indicators,
  .cid-udXDi1QIZN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-udXDi1QIZN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-udXDi1QIZN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-udXDi1QIZN .carousel-indicators .active,
.cid-udXDi1QIZN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-udXDi1QIZN .carousel-indicators .active {
  background: #fff;
}
.cid-udXDi1QIZN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-udXDi1QIZN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-udXDi1QIZN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-udXDi1QIZN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-udXDi1QIZN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-udXDi1QIZN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-udXDi1QIZN .carousel {
  width: 100%;
}
.cid-udXDi1QIZN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-udXDi1QIZN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-udXDi1QIZN .modal.fade .modal-dialog,
.cid-udXDi1QIZN .modal.in .modal-dialog {
  transform: none;
}
.cid-udXDi1QIZN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-udXDi1QIZN H6 {
  text-align: center;
}
.cid-ucmXuL2Cmd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edb5bf;
}
.cid-uH1Dqd6GaP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-uH1Dqd6GaP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH1Dqd6GaP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH1Dqd6GaP .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uH1Dqd6GaP .team-card:hover {
  transform: translateY(-10px);
}
.cid-uH1Dqd6GaP .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uH1Dqd6GaP .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uH1Dqd6GaP .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uH1Dqd6GaP .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uH1Dqd6GaP .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uH1Dqd6GaP .social-row {
  text-align: center;
}
.cid-uH1Dqd6GaP .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uH1Dqd6GaP .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uH1Dqd6GaP .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uH1Dqd6GaP .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uH1Dqd6GaP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uH1Dqd6GaP .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uH1Dqd6GaP .embla__button--next,
.cid-uH1Dqd6GaP .embla__button--prev {
  display: flex;
}
.cid-uH1Dqd6GaP .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uH1Dqd6GaP .embla__button {
    display: none;
  }
}
.cid-uH1Dqd6GaP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uH1Dqd6GaP .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uH1Dqd6GaP .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uH1Dqd6GaP .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uH1Dqd6GaP .embla__button {
    top: auto;
  }
}
.cid-uH1Dqd6GaP .embla {
  position: relative;
  width: 100%;
}
.cid-uH1Dqd6GaP .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uH1Dqd6GaP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uH1Dqd6GaP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uH1Dqd6GaP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ucmXuMdvY8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cdc2f1;
}
.cid-ucmXuMdvY8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucmXuMdvY8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucmXuMdvY8 .mbr-section-title {
  color: #000000;
}
.cid-ucmXuMzpvV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ucmXuMzpvV .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uHbWWzFA8b .navbar-dropdown {
  position: relative !important;
}
.cid-uHbWWzFA8b .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-uHbWWzFA8b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHbWWzFA8b .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHbWWzFA8b .dropdown-item:hover,
.cid-uHbWWzFA8b .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uHbWWzFA8b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHbWWzFA8b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHbWWzFA8b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHbWWzFA8b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHbWWzFA8b .nav-link {
  position: relative;
}
.cid-uHbWWzFA8b .container {
  display: flex;
  margin: auto;
}
.cid-uHbWWzFA8b .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHbWWzFA8b .dropdown-menu,
.cid-uHbWWzFA8b .navbar.opened {
  background: #ffffff !important;
}
.cid-uHbWWzFA8b .nav-item:focus,
.cid-uHbWWzFA8b .nav-link:focus {
  outline: none;
}
.cid-uHbWWzFA8b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHbWWzFA8b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHbWWzFA8b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHbWWzFA8b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHbWWzFA8b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHbWWzFA8b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHbWWzFA8b .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHbWWzFA8b .navbar.opened {
  transition: all 0.3s;
}
.cid-uHbWWzFA8b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHbWWzFA8b .navbar .navbar-logo img {
  width: auto;
}
.cid-uHbWWzFA8b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHbWWzFA8b .navbar.collapsed {
  justify-content: center;
}
.cid-uHbWWzFA8b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHbWWzFA8b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHbWWzFA8b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uHbWWzFA8b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHbWWzFA8b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHbWWzFA8b .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-uHbWWzFA8b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHbWWzFA8b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHbWWzFA8b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHbWWzFA8b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHbWWzFA8b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHbWWzFA8b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHbWWzFA8b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHbWWzFA8b .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-uHbWWzFA8b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHbWWzFA8b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHbWWzFA8b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHbWWzFA8b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHbWWzFA8b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHbWWzFA8b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHbWWzFA8b .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHbWWzFA8b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHbWWzFA8b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHbWWzFA8b .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHbWWzFA8b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHbWWzFA8b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHbWWzFA8b .dropdown-item.active,
.cid-uHbWWzFA8b .dropdown-item:active {
  background-color: transparent;
}
.cid-uHbWWzFA8b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHbWWzFA8b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHbWWzFA8b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHbWWzFA8b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHbWWzFA8b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHbWWzFA8b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHbWWzFA8b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHbWWzFA8b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHbWWzFA8b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHbWWzFA8b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHbWWzFA8b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHbWWzFA8b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHbWWzFA8b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHbWWzFA8b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHbWWzFA8b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHbWWzFA8b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHbWWzFA8b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHbWWzFA8b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHbWWzFA8b .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uHbWWzFA8b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHbWWzFA8b .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-uHbWWzFA8b .navbar {
    height: 70px;
  }
  .cid-uHbWWzFA8b .navbar.opened {
    height: auto;
  }
  .cid-uHbWWzFA8b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHbWWA2MbR {
  background-image: url("../../../assets/images/services-frontpage.png");
}
.cid-uHbWWA2MbR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHbWWA2MbR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHbWWA2MbR .mbr-text,
.cid-uHbWWA2MbR .mbr-section-btn {
  text-align: right;
}
.cid-uHbWWA2MbR .mbr-section-title {
  text-align: right;
}
.cid-uHbY6TgjZg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHbY6TgjZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHbY6TgjZg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHY7VhI3eB {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/32175160-beautiful-natural-background-fantastic-red-sunset-and-dark-ominous-clouds-beauty-world-.jpg");
}
.cid-uHY7VhI3eB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHY7VhI3eB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHY7VhI3eB .mbr-section-title {
  color: #000000;
}
.cid-uHbZ6FDGEh {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uHbZ6FDGEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHbZ6FDGEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHbZ6FDGEh .item {
  padding-bottom: 2rem;
}
.cid-uHbZ6FDGEh .item-wrapper {
  position: relative;
}
.cid-uHbZ6FDGEh .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uHbZ6FDGEh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uHbZ6FDGEh .carousel-control,
.cid-uHbZ6FDGEh .close {
  background: #1b1b1b;
}
.cid-uHbZ6FDGEh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHbZ6FDGEh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHbZ6FDGEh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHbZ6FDGEh .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHbZ6FDGEh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHbZ6FDGEh .close::before {
  content: '\e91a';
}
.cid-uHbZ6FDGEh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHbZ6FDGEh .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uHbZ6FDGEh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHbZ6FDGEh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHbZ6FDGEh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHbZ6FDGEh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHbZ6FDGEh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uHbZ6FDGEh .carousel-indicators li.active,
.cid-uHbZ6FDGEh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHbZ6FDGEh .carousel-indicators li::after,
.cid-uHbZ6FDGEh .carousel-indicators li::before {
  content: none;
}
.cid-uHbZ6FDGEh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHbZ6FDGEh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHbZ6FDGEh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHbZ6FDGEh .carousel-indicators {
    display: none;
  }
}
.cid-uHbZ6FDGEh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHbZ6FDGEh .carousel-inner > .active {
  display: block;
}
.cid-uHbZ6FDGEh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHbZ6FDGEh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHbZ6FDGEh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHbZ6FDGEh .carousel-control,
  .cid-uHbZ6FDGEh .carousel-indicators,
  .cid-uHbZ6FDGEh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHbZ6FDGEh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHbZ6FDGEh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHbZ6FDGEh .carousel-indicators .active,
.cid-uHbZ6FDGEh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHbZ6FDGEh .carousel-indicators .active {
  background: #fff;
}
.cid-uHbZ6FDGEh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHbZ6FDGEh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHbZ6FDGEh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHbZ6FDGEh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHbZ6FDGEh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHbZ6FDGEh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHbZ6FDGEh .carousel {
  width: 100%;
}
.cid-uHbZ6FDGEh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHbZ6FDGEh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHbZ6FDGEh .modal.fade .modal-dialog,
.cid-uHbZ6FDGEh .modal.in .modal-dialog {
  transform: none;
}
.cid-uHbZ6FDGEh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHbZ6FDGEh H6 {
  text-align: center;
}
.cid-uHbWWAJrln {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edb5bf;
}
.cid-uHbWWBwKNp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cdc2f1;
}
.cid-uHbWWBwKNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHbWWBwKNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHbWWBwKNp .mbr-section-title {
  color: #000000;
}
.cid-uHbWWBSWDG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uHbWWBSWDG .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-ucKaNkA24l .navbar-dropdown {
  position: relative !important;
}
.cid-ucKaNkA24l .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-ucKaNkA24l .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucKaNkA24l .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucKaNkA24l .dropdown-item:hover,
.cid-ucKaNkA24l .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-ucKaNkA24l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucKaNkA24l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucKaNkA24l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucKaNkA24l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucKaNkA24l .nav-link {
  position: relative;
}
.cid-ucKaNkA24l .container {
  display: flex;
  margin: auto;
}
.cid-ucKaNkA24l .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucKaNkA24l .dropdown-menu,
.cid-ucKaNkA24l .navbar.opened {
  background: #ffffff !important;
}
.cid-ucKaNkA24l .nav-item:focus,
.cid-ucKaNkA24l .nav-link:focus {
  outline: none;
}
.cid-ucKaNkA24l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucKaNkA24l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucKaNkA24l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucKaNkA24l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucKaNkA24l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucKaNkA24l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucKaNkA24l .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ucKaNkA24l .navbar.opened {
  transition: all 0.3s;
}
.cid-ucKaNkA24l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucKaNkA24l .navbar .navbar-logo img {
  width: auto;
}
.cid-ucKaNkA24l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucKaNkA24l .navbar.collapsed {
  justify-content: center;
}
.cid-ucKaNkA24l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucKaNkA24l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucKaNkA24l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-ucKaNkA24l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucKaNkA24l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucKaNkA24l .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-ucKaNkA24l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucKaNkA24l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucKaNkA24l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucKaNkA24l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucKaNkA24l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucKaNkA24l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucKaNkA24l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucKaNkA24l .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-ucKaNkA24l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucKaNkA24l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucKaNkA24l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucKaNkA24l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucKaNkA24l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucKaNkA24l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucKaNkA24l .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucKaNkA24l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucKaNkA24l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucKaNkA24l .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucKaNkA24l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucKaNkA24l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucKaNkA24l .dropdown-item.active,
.cid-ucKaNkA24l .dropdown-item:active {
  background-color: transparent;
}
.cid-ucKaNkA24l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucKaNkA24l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucKaNkA24l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucKaNkA24l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucKaNkA24l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucKaNkA24l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucKaNkA24l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucKaNkA24l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucKaNkA24l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucKaNkA24l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucKaNkA24l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucKaNkA24l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucKaNkA24l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucKaNkA24l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucKaNkA24l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucKaNkA24l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucKaNkA24l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucKaNkA24l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucKaNkA24l .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucKaNkA24l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucKaNkA24l .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-ucKaNkA24l .navbar {
    height: 70px;
  }
  .cid-ucKaNkA24l .navbar.opened {
    height: auto;
  }
  .cid-ucKaNkA24l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHnZdhUEsJ {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
}
.cid-uHnZdhUEsJ .carousel {
  width: 100%;
}
.cid-uHnZdhUEsJ .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uHnZdhUEsJ .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uHnZdhUEsJ .carousel-caption {
  bottom: 40px;
}
.cid-uHnZdhUEsJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uHnZdhUEsJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uHnZdhUEsJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uHnZdhUEsJ .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uHnZdhUEsJ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uHnZdhUEsJ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uHnZdhUEsJ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uHnZdhUEsJ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uHnZdhUEsJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHnZdhUEsJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHnZdhUEsJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHnZdhUEsJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uHnZdhUEsJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uHnZdhUEsJ .carousel-indicators li.active,
.cid-uHnZdhUEsJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHnZdhUEsJ .carousel-indicators li::after,
.cid-uHnZdhUEsJ .carousel-indicators li::before {
  content: none;
}
.cid-uHnZdhUEsJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHnZdhUEsJ .carousel-indicators {
    display: none !important;
  }
}
.cid-udXLeusZc5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #dcdcdc;
}
.cid-udXLeusZc5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udXLeusZc5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udXLeusZc5 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-udXLeusZc5 .container {
    max-width: 1400px;
  }
}
.cid-udXLeusZc5 .card {
  margin: auto;
}
.cid-udXLeusZc5 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-udXLeusZc5 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-udXLeusZc5 .row {
  justify-content: center;
}
.cid-uHo1qRxSdU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHo1qRxSdU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHo1qRxSdU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHo1N68knD {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #b4dfe6;
}
.cid-uHo1N68knD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHo1N68knD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHo1N68knD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uHo1N68knD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHo1N68knD .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-uHo1N68knD .panel-body,
.cid-uHo1N68knD .card-header {
  padding: 1rem 0;
}
.cid-uHo1N68knD .panel-title-edit {
  color: #000000;
}
.cid-ucPYyQQNmY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/moons-whisper-4.png");
}
.cid-ucPYyQQNmY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucPYyQQNmY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucPYyQQNmY .item {
  padding-bottom: 2rem;
}
.cid-ucPYyQQNmY .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-ucPYyQQNmY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ucPYyQQNmY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ucPYyQQNmY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ucPYyQQNmY .carousel-control,
.cid-ucPYyQQNmY .close {
  background: #1b1b1b;
}
.cid-ucPYyQQNmY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ucPYyQQNmY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ucPYyQQNmY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ucPYyQQNmY .carousel-control-next span {
  margin-left: 5px;
}
.cid-ucPYyQQNmY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ucPYyQQNmY .close::before {
  content: '\e91a';
}
.cid-ucPYyQQNmY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ucPYyQQNmY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ucPYyQQNmY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucPYyQQNmY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ucPYyQQNmY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ucPYyQQNmY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ucPYyQQNmY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ucPYyQQNmY .carousel-indicators li.active,
.cid-ucPYyQQNmY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ucPYyQQNmY .carousel-indicators li::after,
.cid-ucPYyQQNmY .carousel-indicators li::before {
  content: none;
}
.cid-ucPYyQQNmY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ucPYyQQNmY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ucPYyQQNmY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucPYyQQNmY .carousel-indicators {
    display: none;
  }
}
.cid-ucPYyQQNmY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ucPYyQQNmY .carousel-inner > .active {
  display: block;
}
.cid-ucPYyQQNmY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucPYyQQNmY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucPYyQQNmY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ucPYyQQNmY .carousel-control,
  .cid-ucPYyQQNmY .carousel-indicators,
  .cid-ucPYyQQNmY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ucPYyQQNmY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ucPYyQQNmY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ucPYyQQNmY .carousel-indicators .active,
.cid-ucPYyQQNmY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ucPYyQQNmY .carousel-indicators .active {
  background: #fff;
}
.cid-ucPYyQQNmY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ucPYyQQNmY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ucPYyQQNmY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ucPYyQQNmY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ucPYyQQNmY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ucPYyQQNmY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ucPYyQQNmY .carousel {
  width: 100%;
}
.cid-ucPYyQQNmY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ucPYyQQNmY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ucPYyQQNmY .modal.fade .modal-dialog,
.cid-ucPYyQQNmY .modal.in .modal-dialog {
  transform: none;
}
.cid-ucPYyQQNmY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ucPYyQQNmY H6 {
  text-align: center;
}
.cid-uHo4hjEQ8C {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fdccb4;
}
.cid-uHo4hjEQ8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHo4hjEQ8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHo4hjEQ8C .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uHo4hjEQ8C .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHo4hjEQ8C .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-uHo4hjEQ8C .panel-body,
.cid-uHo4hjEQ8C .card-header {
  padding: 1rem 0;
}
.cid-uHo4hjEQ8C .panel-title-edit {
  color: #000000;
}
.cid-uHomImj5gG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1-8.png");
}
.cid-uHomImj5gG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHomImj5gG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHomImj5gG .item {
  padding-bottom: 2rem;
}
.cid-uHomImj5gG .item-wrapper {
  position: relative;
}
.cid-uHomImj5gG .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uHomImj5gG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uHomImj5gG .carousel-control,
.cid-uHomImj5gG .close {
  background: #1b1b1b;
}
.cid-uHomImj5gG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHomImj5gG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHomImj5gG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHomImj5gG .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHomImj5gG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHomImj5gG .close::before {
  content: '\e91a';
}
.cid-uHomImj5gG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHomImj5gG .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uHomImj5gG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHomImj5gG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHomImj5gG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHomImj5gG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHomImj5gG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uHomImj5gG .carousel-indicators li.active,
.cid-uHomImj5gG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHomImj5gG .carousel-indicators li::after,
.cid-uHomImj5gG .carousel-indicators li::before {
  content: none;
}
.cid-uHomImj5gG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHomImj5gG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHomImj5gG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHomImj5gG .carousel-indicators {
    display: none;
  }
}
.cid-uHomImj5gG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHomImj5gG .carousel-inner > .active {
  display: block;
}
.cid-uHomImj5gG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHomImj5gG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHomImj5gG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHomImj5gG .carousel-control,
  .cid-uHomImj5gG .carousel-indicators,
  .cid-uHomImj5gG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHomImj5gG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHomImj5gG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHomImj5gG .carousel-indicators .active,
.cid-uHomImj5gG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHomImj5gG .carousel-indicators .active {
  background: #fff;
}
.cid-uHomImj5gG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHomImj5gG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHomImj5gG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHomImj5gG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHomImj5gG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHomImj5gG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHomImj5gG .carousel {
  width: 100%;
}
.cid-uHomImj5gG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHomImj5gG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHomImj5gG .modal.fade .modal-dialog,
.cid-uHomImj5gG .modal.in .modal-dialog {
  transform: none;
}
.cid-uHomImj5gG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHomImj5gG H6 {
  text-align: center;
}
.cid-uHo7woGU5A {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #c5b6f3;
}
.cid-uHo7woGU5A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHo7woGU5A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHo7woGU5A .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uHo7woGU5A .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHo7woGU5A .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-uHo7woGU5A .panel-body,
.cid-uHo7woGU5A .card-header {
  padding: 1rem 0;
}
.cid-uHo7woGU5A .panel-title-edit {
  color: #000000;
}
.cid-uHovt75cqr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/tratak-for-students-.jpg");
}
.cid-uHovt75cqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHovt75cqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHovt75cqr .item {
  padding-bottom: 2rem;
}
.cid-uHovt75cqr .item-wrapper {
  position: relative;
}
.cid-uHovt75cqr .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uHovt75cqr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uHovt75cqr .carousel-control,
.cid-uHovt75cqr .close {
  background: #1b1b1b;
}
.cid-uHovt75cqr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHovt75cqr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHovt75cqr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHovt75cqr .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHovt75cqr .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHovt75cqr .close::before {
  content: '\e91a';
}
.cid-uHovt75cqr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHovt75cqr .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uHovt75cqr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHovt75cqr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHovt75cqr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHovt75cqr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHovt75cqr .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uHovt75cqr .carousel-indicators li.active,
.cid-uHovt75cqr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHovt75cqr .carousel-indicators li::after,
.cid-uHovt75cqr .carousel-indicators li::before {
  content: none;
}
.cid-uHovt75cqr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHovt75cqr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHovt75cqr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHovt75cqr .carousel-indicators {
    display: none;
  }
}
.cid-uHovt75cqr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHovt75cqr .carousel-inner > .active {
  display: block;
}
.cid-uHovt75cqr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHovt75cqr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHovt75cqr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHovt75cqr .carousel-control,
  .cid-uHovt75cqr .carousel-indicators,
  .cid-uHovt75cqr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHovt75cqr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHovt75cqr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHovt75cqr .carousel-indicators .active,
.cid-uHovt75cqr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHovt75cqr .carousel-indicators .active {
  background: #fff;
}
.cid-uHovt75cqr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHovt75cqr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHovt75cqr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHovt75cqr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHovt75cqr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHovt75cqr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHovt75cqr .carousel {
  width: 100%;
}
.cid-uHovt75cqr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHovt75cqr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHovt75cqr .modal.fade .modal-dialog,
.cid-uHovt75cqr .modal.in .modal-dialog {
  transform: none;
}
.cid-uHovt75cqr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHovt75cqr H6 {
  text-align: center;
}
.cid-uHoa51VWNw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-uHoa51VWNw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoa51VWNw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoa51VWNw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uHoa51VWNw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHoa51VWNw .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-uHoa51VWNw .panel-body,
.cid-uHoa51VWNw .card-header {
  padding: 1rem 0;
}
.cid-uHoa51VWNw .panel-title-edit {
  color: #000000;
}
.cid-uHozToqruw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/10-4.png");
}
.cid-uHozToqruw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHozToqruw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHozToqruw .item {
  padding-bottom: 2rem;
}
.cid-uHozToqruw .item-wrapper {
  position: relative;
}
.cid-uHozToqruw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uHozToqruw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uHozToqruw .carousel-control,
.cid-uHozToqruw .close {
  background: #1b1b1b;
}
.cid-uHozToqruw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHozToqruw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHozToqruw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHozToqruw .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHozToqruw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHozToqruw .close::before {
  content: '\e91a';
}
.cid-uHozToqruw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHozToqruw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uHozToqruw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHozToqruw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHozToqruw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHozToqruw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHozToqruw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uHozToqruw .carousel-indicators li.active,
.cid-uHozToqruw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHozToqruw .carousel-indicators li::after,
.cid-uHozToqruw .carousel-indicators li::before {
  content: none;
}
.cid-uHozToqruw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHozToqruw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHozToqruw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHozToqruw .carousel-indicators {
    display: none;
  }
}
.cid-uHozToqruw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHozToqruw .carousel-inner > .active {
  display: block;
}
.cid-uHozToqruw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHozToqruw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHozToqruw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHozToqruw .carousel-control,
  .cid-uHozToqruw .carousel-indicators,
  .cid-uHozToqruw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHozToqruw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHozToqruw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHozToqruw .carousel-indicators .active,
.cid-uHozToqruw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHozToqruw .carousel-indicators .active {
  background: #fff;
}
.cid-uHozToqruw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHozToqruw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHozToqruw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHozToqruw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHozToqruw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHozToqruw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHozToqruw .carousel {
  width: 100%;
}
.cid-uHozToqruw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHozToqruw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHozToqruw .modal.fade .modal-dialog,
.cid-uHozToqruw .modal.in .modal-dialog {
  transform: none;
}
.cid-uHozToqruw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHozToqruw H6 {
  text-align: center;
}
.cid-uHocDDVjzM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/1-13.png");
}
.cid-uHocDDVjzM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHocDDVjzM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHocDDVjzM .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uHocDDVjzM .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHocDDVjzM .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHocDDVjzM .card-wrapper {
    padding: 4rem;
  }
}
.cid-uHocDDVjzM .mbr-text,
.cid-uHocDDVjzM .mbr-section-btn {
  color: #000000;
}
.cid-uHocDDVjzM .card-title,
.cid-uHocDDVjzM .card-box {
  text-align: left;
  color: #000000;
}
.cid-uHodgh6BaT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/1-13.png");
}
.cid-uHodgh6BaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHodgh6BaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHodgh6BaT .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uHodgh6BaT .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHodgh6BaT .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHodgh6BaT .card-wrapper {
    padding: 4rem;
  }
}
.cid-uHodgh6BaT .mbr-text,
.cid-uHodgh6BaT .mbr-section-btn {
  color: #000000;
}
.cid-uHodgh6BaT .card-title,
.cid-uHodgh6BaT .card-box {
  text-align: left;
  color: #000000;
}
.cid-ucKaNmqhb5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edb5bf;
}
.cid-ucKaNnzyzb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cdc2f1;
}
.cid-ucKaNnzyzb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucKaNnzyzb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucKaNnzyzb .mbr-section-title {
  color: #000000;
}
.cid-ucKaNnX3b5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ucKaNnX3b5 .media-container-row .mbr-text {
  color: #ffffff;
}
