body {
  font-family: Anybody;
}
.display-1 {
  font-family: 'Anybody', display;
  font-size: 8.125rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 10.15625rem;
}
.display-2 {
  font-family: 'Anybody', display;
  font-size: 5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Anybody', display;
  font-size: 1.55rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.9375rem;
}
.display-5 {
  font-family: 'Anybody', display;
  font-size: 3.125rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-7 {
  font-family: 'Anybody', display;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 6.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6875rem;
    font-size: calc( 3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.24rem;
    font-size: calc( 1.1925rem + (1.55 - 1.1925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.1925rem + (1.55 - 1.1925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.0875rem + (1.25 - 1.0875) * ((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: #5f6ad4 !important;
}
.bg-success {
  background-color: #78ec80 !important;
}
.bg-info {
  background-color: #77bbdf !important;
}
.bg-warning {
  background-color: #fff6b1 !important;
}
.bg-danger {
  background-color: #ffe40e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5f6ad4 !important;
  border-color: #5f6ad4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2f3bae !important;
  border-color: #2f3bae !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2f3bae !important;
  border-color: #2f3bae !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a47ee3 !important;
  border-color: #a47ee3 !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: #7237d4 !important;
  border-color: #7237d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7237d4 !important;
  border-color: #7237d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #77bbdf !important;
  border-color: #77bbdf !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: #3198ce !important;
  border-color: #3198ce !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3198ce !important;
  border-color: #3198ce !important;
}
.btn-success,
.btn-success:active {
  background-color: #78ec80 !important;
  border-color: #78ec80 !important;
  color: #0c5912 !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: #2ce139 !important;
  border-color: #2ce139 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0c5912 !important;
  background-color: #2ce139 !important;
  border-color: #2ce139 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fff6b1 !important;
  border-color: #fff6b1 !important;
  color: #b19d00 !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: #5a5000 !important;
  background-color: #ffec5a !important;
  border-color: #ffec5a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #b19d00 !important;
  background-color: #ffec5a !important;
  border-color: #ffec5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffe40e !important;
  border-color: #ffe40e !important;
  color: #0e0c00 !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: #b6a200 !important;
  border-color: #b6a200 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #0e0c00 !important;
  background-color: #b6a200 !important;
  border-color: #b6a200 !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: #2b2b2b !important;
  border-color: #2b2b2b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5f6ad4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2f3bae !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5f6ad4 !important;
  border-color: #5f6ad4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a47ee3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7237d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a47ee3 !important;
  border-color: #a47ee3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #77bbdf;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3198ce !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #77bbdf !important;
  border-color: #77bbdf !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #78ec80;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2ce139 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #0c5912 !important;
  background-color: #78ec80 !important;
  border-color: #78ec80 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff6b1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffec5a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #b19d00 !important;
  background-color: #fff6b1 !important;
  border-color: #fff6b1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe40e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b6a200 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #0e0c00 !important;
  background-color: #ffe40e !important;
  border-color: #ffe40e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2b2b2b;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #5f6ad4 !important;
}
.text-secondary {
  color: #a47ee3 !important;
}
.text-success {
  color: #78ec80 !important;
}
.text-info {
  color: #77bbdf !important;
}
.text-warning {
  color: #fff6b1 !important;
}
.text-danger {
  color: #ffe40e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #2B2B2B !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2b37a2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6a2dce !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1fdf2d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2e8fc2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffea4b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a79400 !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: #5f6ad4;
}
.nav-tabs .nav-link:not(.active) {
  color: #2B2B2B;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #77bbdf;
}
.alert-warning {
  background-color: #fff6b1;
}
.alert-danger {
  background-color: #ffe40e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5f6ad4;
  border-color: #5f6ad4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5f6ad4;
}
.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: #fffbda;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Anybody', display;
  font-size: 1.55rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.9375rem;
}
.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: #5f6ad4 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Anybody', display;
  font-size: 1.55rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.9375rem;
}
blockquote {
  border-color: #5f6ad4;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5f6ad4;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5f6ad4;
}
.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: #5f6ad4;
  border-bottom-color: #5f6ad4;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #5f6ad4 !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: #a47ee3 !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='%235f6ad4' %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;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 660px;
  }
}
@media (max-width: 639px) {
  .container {
    max-width: 500px;
  }
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 280px;
  min-height: 60px;
  padding: 12px 35px;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: -0.5px;
  border-radius: 10px;
  box-shadow: none !important;
  border: none !important;
}
.mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.mbr-section-btn .btn-black-outline {
  color: #2b2b2b !important;
  border: 2px solid #cecec1 !important;
}
.mbr-section-btn .btn-black-outline:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
  border: 2px solid #ffffff !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: max-content !important;
  }
}
b {
  font-weight: 600 !important;
}
.cid-t8Pd6ltnkS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-t8Pd6ltnkS nav.navbar {
  position: fixed;
}
.cid-t8Pd6ltnkS .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-t8Pd6ltnkS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8Pd6ltnkS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8Pd6ltnkS .dropdown-item:hover,
.cid-t8Pd6ltnkS .dropdown-item:focus {
  background: #5f6ad4 !important;
  color: #1d191f !important;
}
.cid-t8Pd6ltnkS .dropdown-item:hover span {
  color: white;
}
.cid-t8Pd6ltnkS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8Pd6ltnkS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8Pd6ltnkS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t8Pd6ltnkS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8Pd6ltnkS .nav-link {
  position: relative;
}
.cid-t8Pd6ltnkS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t8Pd6ltnkS .container {
    flex-wrap: nowrap;
  }
}
.cid-t8Pd6ltnkS .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t8Pd6ltnkS .dropdown-menu,
.cid-t8Pd6ltnkS .navbar.opened {
  background: #fafaf6 !important;
}
.cid-t8Pd6ltnkS .nav-item:focus,
.cid-t8Pd6ltnkS .nav-link:focus {
  outline: none;
}
.cid-t8Pd6ltnkS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8Pd6ltnkS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8Pd6ltnkS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8Pd6ltnkS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8Pd6ltnkS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8Pd6ltnkS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8Pd6ltnkS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #fafaf6;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-t8Pd6ltnkS .navbar.opened {
  transition: all 0.3s;
}
.cid-t8Pd6ltnkS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8Pd6ltnkS .navbar .navbar-logo img {
  width: auto;
}
.cid-t8Pd6ltnkS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8Pd6ltnkS .navbar.collapsed {
  justify-content: center;
}
.cid-t8Pd6ltnkS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8Pd6ltnkS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t8Pd6ltnkS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8Pd6ltnkS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8Pd6ltnkS .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-t8Pd6ltnkS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8Pd6ltnkS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8Pd6ltnkS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8Pd6ltnkS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8Pd6ltnkS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8Pd6ltnkS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8Pd6ltnkS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8Pd6ltnkS .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-t8Pd6ltnkS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8Pd6ltnkS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8Pd6ltnkS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8Pd6ltnkS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t8Pd6ltnkS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8Pd6ltnkS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8Pd6ltnkS .navbar.navbar-short {
  min-height: 70px;
}
.cid-t8Pd6ltnkS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8Pd6ltnkS .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-t8Pd6ltnkS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-t8Pd6ltnkS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8Pd6ltnkS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8Pd6ltnkS .dropdown-item.active,
.cid-t8Pd6ltnkS .dropdown-item:active {
  background-color: transparent;
}
.cid-t8Pd6ltnkS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8Pd6ltnkS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8Pd6ltnkS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8Pd6ltnkS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf6;
}
.cid-t8Pd6ltnkS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8Pd6ltnkS .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #2b2b2b !important;
}
.cid-t8Pd6ltnkS .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8Pd6ltnkS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8Pd6ltnkS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8Pd6ltnkS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8Pd6ltnkS button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-t8Pd6ltnkS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t8Pd6ltnkS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8Pd6ltnkS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8Pd6ltnkS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8Pd6ltnkS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8Pd6ltnkS button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5f6ad4;
  transition: all 0.2s;
}
.cid-t8Pd6ltnkS .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-t8Pd6ltnkS .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8Pd6ltnkS .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8Pd6ltnkS .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8Pd6ltnkS .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8Pd6ltnkS .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-t8Pd6ltnkS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8Pd6ltnkS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8Pd6ltnkS .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-t8Pd6ltnkS .navbar {
    height: 70px;
  }
  .cid-t8Pd6ltnkS .navbar.opened {
    height: auto;
  }
  .cid-t8Pd6ltnkS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8Pd6ltnkS .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-t8Pd6ltnkS .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-t8Pd6ltnkS .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-t8Pd6ltnkS .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-t8Pd6ltnkS .navbar-nav-main .nav-item .nav-link:hover {
  color: #5f6ad4 !important;
}
.cid-t8Pd6ltnkS .navbar-nav-right {
  justify-content: flex-end;
}
.cid-t8Pd6ltnkS .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-t8Pd6ltnkS .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-t8Pd6ltnkS .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-t8Pd6ltnkS .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-t8Pd6ltnkS {
    min-height: 0;
    height: 0;
  }
  .cid-t8Pd6ltnkS .navbar,
  .cid-t8Pd6ltnkS .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-t8Pd6ltnkS .container,
  .cid-t8Pd6ltnkS .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-t8Pd6ltnkS .navbar-brand-main {
    display: none !important;
  }
  .cid-t8Pd6ltnkS .navbar-nav-main {
    display: none !important;
  }
  .cid-t8Pd6ltnkS .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-t8Pd6ltnkS .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-t8Pd6ltnkS .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-t8Pd6ltnkS .sidbar-nav .nav-item .nav-link:hover {
    color: #5f6ad4 !important;
  }
  .cid-t8Pd6ltnkS .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-t8Pd6ltnkS .mbr-section-btn {
    margin-top: auto;
  }
  .cid-t8Pd6ltnkS .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #2b2b2b;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-t8Pd6ltnkS .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #2b2b2b;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-t8Pd6ltnkS .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-t8Pd6ltnkS .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-t8Pd7peBUI {
  background-image: url("../../../assets/images/guru03-1920x1080.webp");
  overflow: hidden;
}
.cid-t8Pd7peBUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8Pd7peBUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8Pd7peBUI .container,
.cid-t8Pd7peBUI .container-fluid {
  position: relative;
}
.cid-t8Pd7peBUI .row {
  justify-content: left;
}
.cid-t8Pd7peBUI .col-content {
  position: relative;
  z-index: 10;
}
.cid-t8Pd7peBUI .mbr-section-title {
  color: #ffffff;
}
.cid-t8Pd7peBUI .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-t8Pd7peBUI .mbr-text {
  color: #2B2B2B;
}
.cid-t8Pd7peBUI .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-t8Pd7peBUI .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-t8Pd7peBUI .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-t8Pd7peBUI .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-t8Pd7peBUI .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-t8Pd7peBUI .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-t8Pd7peBUI .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uxbY8HgVWK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uxbY8HgVWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxbY8HgVWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxbY8HgVWK .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxbY8HgVWK .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxbY8HgVWK .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uxbY8HgVWK .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uxbY8HgVWK .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxbY8HgVWK .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uxbY8HgVWK .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxbY8HgVWK .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffe66d;
}
.cid-uxbY8HgVWK .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uxbY8HgVWK .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uxbY8HgVWK .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxbY8HgVWK .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uxbY8HgVWK .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uxbY8HgVWK .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxbY8HgVWK .list-wrapper .list .item-wrap:hover,
.cid-uxbY8HgVWK .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uxbY8HgVWK .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxbY8HgVWK .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uxbY8HgVWK .list {
  color: #050f0f;
}
.cid-uxbY8HgVWK .mbr-copy {
  color: #050f0f;
}
.cid-uxbY8HgVWK .mbr-section-title {
  color: #87ceeb;
  text-align: center;
}
.cid-uxbY8HgVWK .list,
.cid-uxbY8HgVWK .item-wrap {
  text-align: center;
}
.cid-uxbY8HgVWK .mbr-copy,
.cid-uxbY8HgVWK .social-wrap {
  color: #050f0f;
}
.cid-uxc2h6vuSb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-uxc2h6vuSb nav.navbar {
  position: fixed;
}
.cid-uxc2h6vuSb .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-uxc2h6vuSb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxc2h6vuSb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxc2h6vuSb .dropdown-item:hover,
.cid-uxc2h6vuSb .dropdown-item:focus {
  background: #5f6ad4 !important;
  color: #1d191f !important;
}
.cid-uxc2h6vuSb .dropdown-item:hover span {
  color: white;
}
.cid-uxc2h6vuSb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxc2h6vuSb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxc2h6vuSb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxc2h6vuSb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxc2h6vuSb .nav-link {
  position: relative;
}
.cid-uxc2h6vuSb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxc2h6vuSb .container {
    flex-wrap: nowrap;
  }
}
.cid-uxc2h6vuSb .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxc2h6vuSb .dropdown-menu,
.cid-uxc2h6vuSb .navbar.opened {
  background: #fafaf6 !important;
}
.cid-uxc2h6vuSb .nav-item:focus,
.cid-uxc2h6vuSb .nav-link:focus {
  outline: none;
}
.cid-uxc2h6vuSb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxc2h6vuSb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxc2h6vuSb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxc2h6vuSb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxc2h6vuSb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxc2h6vuSb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxc2h6vuSb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #fafaf6;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-uxc2h6vuSb .navbar.opened {
  transition: all 0.3s;
}
.cid-uxc2h6vuSb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxc2h6vuSb .navbar .navbar-logo img {
  width: auto;
}
.cid-uxc2h6vuSb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxc2h6vuSb .navbar.collapsed {
  justify-content: center;
}
.cid-uxc2h6vuSb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxc2h6vuSb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxc2h6vuSb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxc2h6vuSb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxc2h6vuSb .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-uxc2h6vuSb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxc2h6vuSb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxc2h6vuSb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxc2h6vuSb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxc2h6vuSb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxc2h6vuSb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxc2h6vuSb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxc2h6vuSb .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-uxc2h6vuSb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxc2h6vuSb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxc2h6vuSb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxc2h6vuSb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uxc2h6vuSb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxc2h6vuSb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxc2h6vuSb .navbar.navbar-short {
  min-height: 70px;
}
.cid-uxc2h6vuSb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxc2h6vuSb .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-uxc2h6vuSb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-uxc2h6vuSb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxc2h6vuSb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxc2h6vuSb .dropdown-item.active,
.cid-uxc2h6vuSb .dropdown-item:active {
  background-color: transparent;
}
.cid-uxc2h6vuSb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxc2h6vuSb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxc2h6vuSb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxc2h6vuSb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf6;
}
.cid-uxc2h6vuSb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxc2h6vuSb .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #2b2b2b !important;
}
.cid-uxc2h6vuSb .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxc2h6vuSb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxc2h6vuSb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxc2h6vuSb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxc2h6vuSb button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-uxc2h6vuSb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxc2h6vuSb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxc2h6vuSb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxc2h6vuSb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxc2h6vuSb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxc2h6vuSb button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5f6ad4;
  transition: all 0.2s;
}
.cid-uxc2h6vuSb .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-uxc2h6vuSb .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxc2h6vuSb .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxc2h6vuSb .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxc2h6vuSb .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxc2h6vuSb .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-uxc2h6vuSb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxc2h6vuSb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxc2h6vuSb .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-uxc2h6vuSb .navbar {
    height: 70px;
  }
  .cid-uxc2h6vuSb .navbar.opened {
    height: auto;
  }
  .cid-uxc2h6vuSb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxc2h6vuSb .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-uxc2h6vuSb .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-uxc2h6vuSb .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-uxc2h6vuSb .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-uxc2h6vuSb .navbar-nav-main .nav-item .nav-link:hover {
  color: #5f6ad4 !important;
}
.cid-uxc2h6vuSb .navbar-nav-right {
  justify-content: flex-end;
}
.cid-uxc2h6vuSb .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-uxc2h6vuSb .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-uxc2h6vuSb .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-uxc2h6vuSb .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-uxc2h6vuSb {
    min-height: 0;
    height: 0;
  }
  .cid-uxc2h6vuSb .navbar,
  .cid-uxc2h6vuSb .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-uxc2h6vuSb .container,
  .cid-uxc2h6vuSb .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-uxc2h6vuSb .navbar-brand-main {
    display: none !important;
  }
  .cid-uxc2h6vuSb .navbar-nav-main {
    display: none !important;
  }
  .cid-uxc2h6vuSb .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-uxc2h6vuSb .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-uxc2h6vuSb .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-uxc2h6vuSb .sidbar-nav .nav-item .nav-link:hover {
    color: #5f6ad4 !important;
  }
  .cid-uxc2h6vuSb .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-uxc2h6vuSb .mbr-section-btn {
    margin-top: auto;
  }
  .cid-uxc2h6vuSb .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #2b2b2b;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-uxc2h6vuSb .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #2b2b2b;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-uxc2h6vuSb .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uxc2h6vuSb .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-uxc39odsV9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxc39odsV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxc39odsV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxc39odsV9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uxc39odsV9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxc39odsV9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxc39odsV9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxc39odsV9 .container {
    padding: 0 24px;
  }
}
.cid-uxc39odsV9 .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uxc39odsV9 .content-wrapper {
    display: block;
  }
}
.cid-uxc39odsV9 .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uxc39odsV9 .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uxc39odsV9 .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uxc39odsV9 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uxc39odsV9 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxc39odsV9 .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uxc39odsV9 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uxc39odsV9 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uxc39odsV9 .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uxc39odsV9 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uxc39odsV9 .mbr-section-title {
  color: #18212d;
}
.cid-uxc39odsV9 .mbr-desc {
  color: #18212d;
}
.cid-uxc39odsV9 .mbr-text {
  color: #050f0f;
}
.cid-uxc39odsV9 .mbr-section-title,
.cid-uxc39odsV9 .mbr-section-btn {
  color: #f3501d;
}
.cid-uxc2ha4xf0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uxc2ha4xf0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxc2ha4xf0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxc2ha4xf0 .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxc2ha4xf0 .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxc2ha4xf0 .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uxc2ha4xf0 .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uxc2ha4xf0 .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxc2ha4xf0 .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uxc2ha4xf0 .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxc2ha4xf0 .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffe66d;
}
.cid-uxc2ha4xf0 .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uxc2ha4xf0 .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uxc2ha4xf0 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxc2ha4xf0 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uxc2ha4xf0 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uxc2ha4xf0 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxc2ha4xf0 .list-wrapper .list .item-wrap:hover,
.cid-uxc2ha4xf0 .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uxc2ha4xf0 .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxc2ha4xf0 .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uxc2ha4xf0 .list {
  color: #050f0f;
}
.cid-uxc2ha4xf0 .mbr-copy {
  color: #050f0f;
}
.cid-uxc2ha4xf0 .mbr-section-title {
  color: #87ceeb;
  text-align: center;
}
.cid-uxc2ha4xf0 .list,
.cid-uxc2ha4xf0 .item-wrap {
  text-align: center;
}
.cid-uxc2ha4xf0 .mbr-copy,
.cid-uxc2ha4xf0 .social-wrap {
  color: #050f0f;
}
.cid-uxc5ZnNL8F {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-uxc5ZnNL8F nav.navbar {
  position: fixed;
}
.cid-uxc5ZnNL8F .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-uxc5ZnNL8F .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxc5ZnNL8F .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxc5ZnNL8F .dropdown-item:hover,
.cid-uxc5ZnNL8F .dropdown-item:focus {
  background: #5f6ad4 !important;
  color: #1d191f !important;
}
.cid-uxc5ZnNL8F .dropdown-item:hover span {
  color: white;
}
.cid-uxc5ZnNL8F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxc5ZnNL8F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxc5ZnNL8F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxc5ZnNL8F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxc5ZnNL8F .nav-link {
  position: relative;
}
.cid-uxc5ZnNL8F .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxc5ZnNL8F .container {
    flex-wrap: nowrap;
  }
}
.cid-uxc5ZnNL8F .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxc5ZnNL8F .dropdown-menu,
.cid-uxc5ZnNL8F .navbar.opened {
  background: #fafaf6 !important;
}
.cid-uxc5ZnNL8F .nav-item:focus,
.cid-uxc5ZnNL8F .nav-link:focus {
  outline: none;
}
.cid-uxc5ZnNL8F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxc5ZnNL8F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxc5ZnNL8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxc5ZnNL8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxc5ZnNL8F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxc5ZnNL8F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxc5ZnNL8F .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #fafaf6;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-uxc5ZnNL8F .navbar.opened {
  transition: all 0.3s;
}
.cid-uxc5ZnNL8F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxc5ZnNL8F .navbar .navbar-logo img {
  width: auto;
}
.cid-uxc5ZnNL8F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxc5ZnNL8F .navbar.collapsed {
  justify-content: center;
}
.cid-uxc5ZnNL8F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxc5ZnNL8F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxc5ZnNL8F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxc5ZnNL8F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxc5ZnNL8F .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-uxc5ZnNL8F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxc5ZnNL8F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxc5ZnNL8F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxc5ZnNL8F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxc5ZnNL8F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxc5ZnNL8F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxc5ZnNL8F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxc5ZnNL8F .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-uxc5ZnNL8F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxc5ZnNL8F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxc5ZnNL8F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxc5ZnNL8F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uxc5ZnNL8F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxc5ZnNL8F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxc5ZnNL8F .navbar.navbar-short {
  min-height: 70px;
}
.cid-uxc5ZnNL8F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxc5ZnNL8F .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-uxc5ZnNL8F .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-uxc5ZnNL8F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxc5ZnNL8F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxc5ZnNL8F .dropdown-item.active,
.cid-uxc5ZnNL8F .dropdown-item:active {
  background-color: transparent;
}
.cid-uxc5ZnNL8F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxc5ZnNL8F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxc5ZnNL8F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxc5ZnNL8F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf6;
}
.cid-uxc5ZnNL8F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxc5ZnNL8F .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #2b2b2b !important;
}
.cid-uxc5ZnNL8F .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxc5ZnNL8F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxc5ZnNL8F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxc5ZnNL8F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxc5ZnNL8F button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-uxc5ZnNL8F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxc5ZnNL8F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxc5ZnNL8F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxc5ZnNL8F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxc5ZnNL8F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxc5ZnNL8F button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5f6ad4;
  transition: all 0.2s;
}
.cid-uxc5ZnNL8F .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-uxc5ZnNL8F .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxc5ZnNL8F .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxc5ZnNL8F .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxc5ZnNL8F .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxc5ZnNL8F .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-uxc5ZnNL8F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxc5ZnNL8F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxc5ZnNL8F .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-uxc5ZnNL8F .navbar {
    height: 70px;
  }
  .cid-uxc5ZnNL8F .navbar.opened {
    height: auto;
  }
  .cid-uxc5ZnNL8F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxc5ZnNL8F .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-uxc5ZnNL8F .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-uxc5ZnNL8F .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-uxc5ZnNL8F .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-uxc5ZnNL8F .navbar-nav-main .nav-item .nav-link:hover {
  color: #5f6ad4 !important;
}
.cid-uxc5ZnNL8F .navbar-nav-right {
  justify-content: flex-end;
}
.cid-uxc5ZnNL8F .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-uxc5ZnNL8F .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-uxc5ZnNL8F .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-uxc5ZnNL8F .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-uxc5ZnNL8F {
    min-height: 0;
    height: 0;
  }
  .cid-uxc5ZnNL8F .navbar,
  .cid-uxc5ZnNL8F .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-uxc5ZnNL8F .container,
  .cid-uxc5ZnNL8F .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-uxc5ZnNL8F .navbar-brand-main {
    display: none !important;
  }
  .cid-uxc5ZnNL8F .navbar-nav-main {
    display: none !important;
  }
  .cid-uxc5ZnNL8F .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-uxc5ZnNL8F .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-uxc5ZnNL8F .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-uxc5ZnNL8F .sidbar-nav .nav-item .nav-link:hover {
    color: #5f6ad4 !important;
  }
  .cid-uxc5ZnNL8F .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-uxc5ZnNL8F .mbr-section-btn {
    margin-top: auto;
  }
  .cid-uxc5ZnNL8F .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #2b2b2b;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-uxc5ZnNL8F .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #2b2b2b;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-uxc5ZnNL8F .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uxc5ZnNL8F .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-uxc5ZmwL9r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxc5ZmwL9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxc5ZmwL9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxc5ZmwL9r .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uxc5ZmwL9r .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxc5ZmwL9r .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxc5ZmwL9r .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxc5ZmwL9r .container {
    padding: 0 24px;
  }
}
.cid-uxc5ZmwL9r .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uxc5ZmwL9r .content-wrapper {
    display: block;
  }
}
.cid-uxc5ZmwL9r .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uxc5ZmwL9r .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uxc5ZmwL9r .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uxc5ZmwL9r .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uxc5ZmwL9r .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxc5ZmwL9r .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uxc5ZmwL9r .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uxc5ZmwL9r .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uxc5ZmwL9r .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uxc5ZmwL9r .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uxc5ZmwL9r .mbr-section-title {
  color: #18212d;
}
.cid-uxc5ZmwL9r .mbr-desc {
  color: #18212d;
}
.cid-uxc5ZmwL9r .mbr-text {
  color: #050f0f;
}
.cid-uxc5ZmwL9r .mbr-section-title,
.cid-uxc5ZmwL9r .mbr-section-btn {
  color: #f3501d;
}
.cid-uxc5Zowh9S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uxc5Zowh9S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxc5Zowh9S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxc5Zowh9S .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxc5Zowh9S .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxc5Zowh9S .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uxc5Zowh9S .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uxc5Zowh9S .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxc5Zowh9S .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uxc5Zowh9S .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxc5Zowh9S .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffe66d;
}
.cid-uxc5Zowh9S .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uxc5Zowh9S .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uxc5Zowh9S .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxc5Zowh9S .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uxc5Zowh9S .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uxc5Zowh9S .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxc5Zowh9S .list-wrapper .list .item-wrap:hover,
.cid-uxc5Zowh9S .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uxc5Zowh9S .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxc5Zowh9S .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uxc5Zowh9S .list {
  color: #050f0f;
}
.cid-uxc5Zowh9S .mbr-copy {
  color: #050f0f;
}
.cid-uxc5Zowh9S .mbr-section-title {
  color: #87ceeb;
  text-align: center;
}
.cid-uxc5Zowh9S .list,
.cid-uxc5Zowh9S .item-wrap {
  text-align: center;
}
.cid-uxc5Zowh9S .mbr-copy,
.cid-uxc5Zowh9S .social-wrap {
  color: #050f0f;
}
.cid-uxc7Q9O4D6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-uxc7Q9O4D6 nav.navbar {
  position: fixed;
}
.cid-uxc7Q9O4D6 .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-uxc7Q9O4D6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxc7Q9O4D6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxc7Q9O4D6 .dropdown-item:hover,
.cid-uxc7Q9O4D6 .dropdown-item:focus {
  background: #5f6ad4 !important;
  color: #1d191f !important;
}
.cid-uxc7Q9O4D6 .dropdown-item:hover span {
  color: white;
}
.cid-uxc7Q9O4D6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxc7Q9O4D6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxc7Q9O4D6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxc7Q9O4D6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxc7Q9O4D6 .nav-link {
  position: relative;
}
.cid-uxc7Q9O4D6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxc7Q9O4D6 .container {
    flex-wrap: nowrap;
  }
}
.cid-uxc7Q9O4D6 .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxc7Q9O4D6 .dropdown-menu,
.cid-uxc7Q9O4D6 .navbar.opened {
  background: #fafaf6 !important;
}
.cid-uxc7Q9O4D6 .nav-item:focus,
.cid-uxc7Q9O4D6 .nav-link:focus {
  outline: none;
}
.cid-uxc7Q9O4D6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxc7Q9O4D6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxc7Q9O4D6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxc7Q9O4D6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxc7Q9O4D6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxc7Q9O4D6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxc7Q9O4D6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #fafaf6;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-uxc7Q9O4D6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uxc7Q9O4D6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxc7Q9O4D6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uxc7Q9O4D6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxc7Q9O4D6 .navbar.collapsed {
  justify-content: center;
}
.cid-uxc7Q9O4D6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxc7Q9O4D6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxc7Q9O4D6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxc7Q9O4D6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxc7Q9O4D6 .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-uxc7Q9O4D6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxc7Q9O4D6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxc7Q9O4D6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxc7Q9O4D6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxc7Q9O4D6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxc7Q9O4D6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxc7Q9O4D6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxc7Q9O4D6 .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-uxc7Q9O4D6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxc7Q9O4D6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxc7Q9O4D6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxc7Q9O4D6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uxc7Q9O4D6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxc7Q9O4D6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxc7Q9O4D6 .navbar.navbar-short {
  min-height: 70px;
}
.cid-uxc7Q9O4D6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxc7Q9O4D6 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-uxc7Q9O4D6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-uxc7Q9O4D6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxc7Q9O4D6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxc7Q9O4D6 .dropdown-item.active,
.cid-uxc7Q9O4D6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxc7Q9O4D6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxc7Q9O4D6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxc7Q9O4D6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxc7Q9O4D6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf6;
}
.cid-uxc7Q9O4D6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxc7Q9O4D6 .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #2b2b2b !important;
}
.cid-uxc7Q9O4D6 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxc7Q9O4D6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxc7Q9O4D6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxc7Q9O4D6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxc7Q9O4D6 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-uxc7Q9O4D6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxc7Q9O4D6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxc7Q9O4D6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxc7Q9O4D6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxc7Q9O4D6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxc7Q9O4D6 button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5f6ad4;
  transition: all 0.2s;
}
.cid-uxc7Q9O4D6 .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-uxc7Q9O4D6 .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxc7Q9O4D6 .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxc7Q9O4D6 .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxc7Q9O4D6 .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxc7Q9O4D6 .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-uxc7Q9O4D6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxc7Q9O4D6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxc7Q9O4D6 .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-uxc7Q9O4D6 .navbar {
    height: 70px;
  }
  .cid-uxc7Q9O4D6 .navbar.opened {
    height: auto;
  }
  .cid-uxc7Q9O4D6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxc7Q9O4D6 .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-uxc7Q9O4D6 .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-uxc7Q9O4D6 .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-uxc7Q9O4D6 .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-uxc7Q9O4D6 .navbar-nav-main .nav-item .nav-link:hover {
  color: #5f6ad4 !important;
}
.cid-uxc7Q9O4D6 .navbar-nav-right {
  justify-content: flex-end;
}
.cid-uxc7Q9O4D6 .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-uxc7Q9O4D6 .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-uxc7Q9O4D6 .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-uxc7Q9O4D6 .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-uxc7Q9O4D6 {
    min-height: 0;
    height: 0;
  }
  .cid-uxc7Q9O4D6 .navbar,
  .cid-uxc7Q9O4D6 .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-uxc7Q9O4D6 .container,
  .cid-uxc7Q9O4D6 .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-uxc7Q9O4D6 .navbar-brand-main {
    display: none !important;
  }
  .cid-uxc7Q9O4D6 .navbar-nav-main {
    display: none !important;
  }
  .cid-uxc7Q9O4D6 .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-uxc7Q9O4D6 .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-uxc7Q9O4D6 .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-uxc7Q9O4D6 .sidbar-nav .nav-item .nav-link:hover {
    color: #5f6ad4 !important;
  }
  .cid-uxc7Q9O4D6 .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-uxc7Q9O4D6 .mbr-section-btn {
    margin-top: auto;
  }
  .cid-uxc7Q9O4D6 .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #2b2b2b;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-uxc7Q9O4D6 .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #2b2b2b;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-uxc7Q9O4D6 .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uxc7Q9O4D6 .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-uxc9ghqLqm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uxc9ghqLqm img,
.cid-uxc9ghqLqm .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uxc9ghqLqm .item:focus,
.cid-uxc9ghqLqm span:focus {
  outline: none;
}
.cid-uxc9ghqLqm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uxc9ghqLqm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uxc9ghqLqm .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uxc9ghqLqm .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxc9ghqLqm .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uxc9ghqLqm .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uxc9ghqLqm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uxc9ghqLqm .mbr-section-title {
  color: #232323;
}
.cid-uxc9ghqLqm .mbr-text,
.cid-uxc9ghqLqm .mbr-section-btn {
  text-align: left;
}
.cid-uxc9ghqLqm .item-title {
  text-align: left;
  color: #f3501d;
}
.cid-uxc9ghqLqm .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uxc7QaRljh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uxc7QaRljh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxc7QaRljh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxc7QaRljh .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxc7QaRljh .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxc7QaRljh .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uxc7QaRljh .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uxc7QaRljh .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxc7QaRljh .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uxc7QaRljh .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxc7QaRljh .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffe66d;
}
.cid-uxc7QaRljh .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uxc7QaRljh .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uxc7QaRljh .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxc7QaRljh .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uxc7QaRljh .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uxc7QaRljh .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxc7QaRljh .list-wrapper .list .item-wrap:hover,
.cid-uxc7QaRljh .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uxc7QaRljh .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxc7QaRljh .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uxc7QaRljh .list {
  color: #050f0f;
}
.cid-uxc7QaRljh .mbr-copy {
  color: #050f0f;
}
.cid-uxc7QaRljh .mbr-section-title {
  color: #87ceeb;
  text-align: center;
}
.cid-uxc7QaRljh .list,
.cid-uxc7QaRljh .item-wrap {
  text-align: center;
}
.cid-uxc7QaRljh .mbr-copy,
.cid-uxc7QaRljh .social-wrap {
  color: #050f0f;
}
.cid-uxcc0y0BwE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-uxcc0y0BwE nav.navbar {
  position: fixed;
}
.cid-uxcc0y0BwE .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-uxcc0y0BwE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxcc0y0BwE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxcc0y0BwE .dropdown-item:hover,
.cid-uxcc0y0BwE .dropdown-item:focus {
  background: #5f6ad4 !important;
  color: #1d191f !important;
}
.cid-uxcc0y0BwE .dropdown-item:hover span {
  color: white;
}
.cid-uxcc0y0BwE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxcc0y0BwE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxcc0y0BwE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxcc0y0BwE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxcc0y0BwE .nav-link {
  position: relative;
}
.cid-uxcc0y0BwE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxcc0y0BwE .container {
    flex-wrap: nowrap;
  }
}
.cid-uxcc0y0BwE .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxcc0y0BwE .dropdown-menu,
.cid-uxcc0y0BwE .navbar.opened {
  background: #fafaf6 !important;
}
.cid-uxcc0y0BwE .nav-item:focus,
.cid-uxcc0y0BwE .nav-link:focus {
  outline: none;
}
.cid-uxcc0y0BwE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxcc0y0BwE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxcc0y0BwE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxcc0y0BwE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxcc0y0BwE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxcc0y0BwE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxcc0y0BwE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #fafaf6;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-uxcc0y0BwE .navbar.opened {
  transition: all 0.3s;
}
.cid-uxcc0y0BwE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxcc0y0BwE .navbar .navbar-logo img {
  width: auto;
}
.cid-uxcc0y0BwE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxcc0y0BwE .navbar.collapsed {
  justify-content: center;
}
.cid-uxcc0y0BwE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxcc0y0BwE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxcc0y0BwE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxcc0y0BwE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxcc0y0BwE .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-uxcc0y0BwE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxcc0y0BwE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxcc0y0BwE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxcc0y0BwE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxcc0y0BwE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxcc0y0BwE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxcc0y0BwE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxcc0y0BwE .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-uxcc0y0BwE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxcc0y0BwE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxcc0y0BwE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxcc0y0BwE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uxcc0y0BwE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxcc0y0BwE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxcc0y0BwE .navbar.navbar-short {
  min-height: 70px;
}
.cid-uxcc0y0BwE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxcc0y0BwE .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-uxcc0y0BwE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-uxcc0y0BwE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxcc0y0BwE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxcc0y0BwE .dropdown-item.active,
.cid-uxcc0y0BwE .dropdown-item:active {
  background-color: transparent;
}
.cid-uxcc0y0BwE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxcc0y0BwE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxcc0y0BwE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxcc0y0BwE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf6;
}
.cid-uxcc0y0BwE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxcc0y0BwE .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #2b2b2b !important;
}
.cid-uxcc0y0BwE .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxcc0y0BwE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxcc0y0BwE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxcc0y0BwE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxcc0y0BwE button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-uxcc0y0BwE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxcc0y0BwE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxcc0y0BwE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxcc0y0BwE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxcc0y0BwE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxcc0y0BwE button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5f6ad4;
  transition: all 0.2s;
}
.cid-uxcc0y0BwE .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-uxcc0y0BwE .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxcc0y0BwE .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxcc0y0BwE .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxcc0y0BwE .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxcc0y0BwE .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-uxcc0y0BwE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxcc0y0BwE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxcc0y0BwE .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-uxcc0y0BwE .navbar {
    height: 70px;
  }
  .cid-uxcc0y0BwE .navbar.opened {
    height: auto;
  }
  .cid-uxcc0y0BwE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxcc0y0BwE .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-uxcc0y0BwE .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-uxcc0y0BwE .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-uxcc0y0BwE .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-uxcc0y0BwE .navbar-nav-main .nav-item .nav-link:hover {
  color: #5f6ad4 !important;
}
.cid-uxcc0y0BwE .navbar-nav-right {
  justify-content: flex-end;
}
.cid-uxcc0y0BwE .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-uxcc0y0BwE .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-uxcc0y0BwE .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-uxcc0y0BwE .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-uxcc0y0BwE {
    min-height: 0;
    height: 0;
  }
  .cid-uxcc0y0BwE .navbar,
  .cid-uxcc0y0BwE .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-uxcc0y0BwE .container,
  .cid-uxcc0y0BwE .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-uxcc0y0BwE .navbar-brand-main {
    display: none !important;
  }
  .cid-uxcc0y0BwE .navbar-nav-main {
    display: none !important;
  }
  .cid-uxcc0y0BwE .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-uxcc0y0BwE .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-uxcc0y0BwE .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-uxcc0y0BwE .sidbar-nav .nav-item .nav-link:hover {
    color: #5f6ad4 !important;
  }
  .cid-uxcc0y0BwE .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-uxcc0y0BwE .mbr-section-btn {
    margin-top: auto;
  }
  .cid-uxcc0y0BwE .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #2b2b2b;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-uxcc0y0BwE .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #2b2b2b;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-uxcc0y0BwE .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uxcc0y0BwE .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-uxcc0xd3qx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxcc0xd3qx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcc0xd3qx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxcc0xd3qx .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxcc0xd3qx .container {
    padding: 0 24px;
  }
}
.cid-uxcc0xd3qx .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uxcc0xd3qx .content-wrapper {
    display: block;
  }
}
.cid-uxcc0xd3qx .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uxcc0xd3qx .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uxcc0xd3qx .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uxcc0xd3qx .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uxcc0xd3qx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxcc0xd3qx .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uxcc0xd3qx .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uxcc0xd3qx .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uxcc0xd3qx .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uxcc0xd3qx .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uxcc0xd3qx .mbr-section-title {
  color: #18212d;
}
.cid-uxcc0xd3qx .mbr-desc {
  color: #18212d;
}
.cid-uxcc0xd3qx .mbr-text {
  color: #050f0f;
}
.cid-uxcc0xd3qx .mbr-section-title,
.cid-uxcc0xd3qx .mbr-section-btn {
  color: #f3501d;
}
.cid-uxcd9QADoj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxcd9QADoj .mbr-section-subtitle {
  color: #f3501d;
}
.cid-uxcc0yQLlB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uxcc0yQLlB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcc0yQLlB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxcc0yQLlB .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxcc0yQLlB .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxcc0yQLlB .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uxcc0yQLlB .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uxcc0yQLlB .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxcc0yQLlB .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uxcc0yQLlB .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxcc0yQLlB .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffe66d;
}
.cid-uxcc0yQLlB .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uxcc0yQLlB .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uxcc0yQLlB .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxcc0yQLlB .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uxcc0yQLlB .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uxcc0yQLlB .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxcc0yQLlB .list-wrapper .list .item-wrap:hover,
.cid-uxcc0yQLlB .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uxcc0yQLlB .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxcc0yQLlB .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uxcc0yQLlB .list {
  color: #050f0f;
}
.cid-uxcc0yQLlB .mbr-copy {
  color: #050f0f;
}
.cid-uxcc0yQLlB .mbr-section-title {
  color: #87ceeb;
  text-align: center;
}
.cid-uxcc0yQLlB .list,
.cid-uxcc0yQLlB .item-wrap {
  text-align: center;
}
.cid-uxcc0yQLlB .mbr-copy,
.cid-uxcc0yQLlB .social-wrap {
  color: #050f0f;
}
.cid-uxcsx9bQGN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-uxcsx9bQGN nav.navbar {
  position: fixed;
}
.cid-uxcsx9bQGN .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-uxcsx9bQGN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxcsx9bQGN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxcsx9bQGN .dropdown-item:hover,
.cid-uxcsx9bQGN .dropdown-item:focus {
  background: #5f6ad4 !important;
  color: #1d191f !important;
}
.cid-uxcsx9bQGN .dropdown-item:hover span {
  color: white;
}
.cid-uxcsx9bQGN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxcsx9bQGN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxcsx9bQGN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxcsx9bQGN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxcsx9bQGN .nav-link {
  position: relative;
}
.cid-uxcsx9bQGN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxcsx9bQGN .container {
    flex-wrap: nowrap;
  }
}
.cid-uxcsx9bQGN .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxcsx9bQGN .dropdown-menu,
.cid-uxcsx9bQGN .navbar.opened {
  background: #fafaf6 !important;
}
.cid-uxcsx9bQGN .nav-item:focus,
.cid-uxcsx9bQGN .nav-link:focus {
  outline: none;
}
.cid-uxcsx9bQGN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxcsx9bQGN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxcsx9bQGN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxcsx9bQGN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxcsx9bQGN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxcsx9bQGN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxcsx9bQGN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #fafaf6;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-uxcsx9bQGN .navbar.opened {
  transition: all 0.3s;
}
.cid-uxcsx9bQGN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxcsx9bQGN .navbar .navbar-logo img {
  width: auto;
}
.cid-uxcsx9bQGN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxcsx9bQGN .navbar.collapsed {
  justify-content: center;
}
.cid-uxcsx9bQGN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxcsx9bQGN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxcsx9bQGN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxcsx9bQGN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxcsx9bQGN .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-uxcsx9bQGN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxcsx9bQGN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxcsx9bQGN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxcsx9bQGN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxcsx9bQGN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxcsx9bQGN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxcsx9bQGN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxcsx9bQGN .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-uxcsx9bQGN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxcsx9bQGN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxcsx9bQGN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxcsx9bQGN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uxcsx9bQGN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxcsx9bQGN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxcsx9bQGN .navbar.navbar-short {
  min-height: 70px;
}
.cid-uxcsx9bQGN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxcsx9bQGN .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-uxcsx9bQGN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-uxcsx9bQGN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxcsx9bQGN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxcsx9bQGN .dropdown-item.active,
.cid-uxcsx9bQGN .dropdown-item:active {
  background-color: transparent;
}
.cid-uxcsx9bQGN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxcsx9bQGN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxcsx9bQGN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxcsx9bQGN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf6;
}
.cid-uxcsx9bQGN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxcsx9bQGN .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #2b2b2b !important;
}
.cid-uxcsx9bQGN .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxcsx9bQGN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxcsx9bQGN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxcsx9bQGN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxcsx9bQGN button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-uxcsx9bQGN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxcsx9bQGN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxcsx9bQGN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxcsx9bQGN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxcsx9bQGN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxcsx9bQGN button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5f6ad4;
  transition: all 0.2s;
}
.cid-uxcsx9bQGN .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-uxcsx9bQGN .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxcsx9bQGN .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxcsx9bQGN .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxcsx9bQGN .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxcsx9bQGN .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-uxcsx9bQGN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxcsx9bQGN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxcsx9bQGN .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-uxcsx9bQGN .navbar {
    height: 70px;
  }
  .cid-uxcsx9bQGN .navbar.opened {
    height: auto;
  }
  .cid-uxcsx9bQGN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxcsx9bQGN .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-uxcsx9bQGN .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-uxcsx9bQGN .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-uxcsx9bQGN .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-uxcsx9bQGN .navbar-nav-main .nav-item .nav-link:hover {
  color: #5f6ad4 !important;
}
.cid-uxcsx9bQGN .navbar-nav-right {
  justify-content: flex-end;
}
.cid-uxcsx9bQGN .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-uxcsx9bQGN .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-uxcsx9bQGN .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-uxcsx9bQGN .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-uxcsx9bQGN {
    min-height: 0;
    height: 0;
  }
  .cid-uxcsx9bQGN .navbar,
  .cid-uxcsx9bQGN .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-uxcsx9bQGN .container,
  .cid-uxcsx9bQGN .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-uxcsx9bQGN .navbar-brand-main {
    display: none !important;
  }
  .cid-uxcsx9bQGN .navbar-nav-main {
    display: none !important;
  }
  .cid-uxcsx9bQGN .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-uxcsx9bQGN .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-uxcsx9bQGN .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-uxcsx9bQGN .sidbar-nav .nav-item .nav-link:hover {
    color: #5f6ad4 !important;
  }
  .cid-uxcsx9bQGN .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-uxcsx9bQGN .mbr-section-btn {
    margin-top: auto;
  }
  .cid-uxcsx9bQGN .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #2b2b2b;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-uxcsx9bQGN .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #2b2b2b;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-uxcsx9bQGN .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uxcsx9bQGN .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-uxcsx4gQJD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxcsx4gQJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcsx4gQJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxcsx4gQJD .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uxcsx4gQJD .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxcsx4gQJD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxcsx4gQJD .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxcsx4gQJD .container {
    padding: 0 24px;
  }
}
.cid-uxcsx4gQJD .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uxcsx4gQJD .content-wrapper {
    display: block;
  }
}
.cid-uxcsx4gQJD .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uxcsx4gQJD .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uxcsx4gQJD .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uxcsx4gQJD .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uxcsx4gQJD .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxcsx4gQJD .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uxcsx4gQJD .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uxcsx4gQJD .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uxcsx4gQJD .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uxcsx4gQJD .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uxcsx4gQJD .mbr-section-title {
  color: #18212d;
}
.cid-uxcsx4gQJD .mbr-desc {
  color: #18212d;
}
.cid-uxcsx4gQJD .mbr-text {
  color: #050f0f;
}
.cid-uxcsx4gQJD .mbr-section-title,
.cid-uxcsx4gQJD .mbr-section-btn {
  color: #f3501d;
}
.cid-uxcsx7Sbpj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxcsx7Sbpj .mbr-section-subtitle {
  color: #f3501d;
}
.cid-uxctj6FUGZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uxctj6FUGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxctj6FUGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxctj6FUGZ .content-wrapper {
  padding: 24px;
  border: 1px solid #323046;
}
@media (max-width: 992px) {
  .cid-uxctj6FUGZ .content-wrapper {
    padding: 14px;
  }
}
.cid-uxctj6FUGZ .content-wrapper img {
  height: 850px;
  width: 100%;
  object-fit: cover;
  border: 1px solid #323046;
}
@media (max-width: 1200px) {
  .cid-uxctj6FUGZ .content-wrapper img {
    height: 650px;
  }
}
@media (max-width: 992px) {
  .cid-uxctj6FUGZ .content-wrapper img {
    height: 350px;
  }
}
.cid-uxcsxa8VmW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uxcsxa8VmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcsxa8VmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxcsxa8VmW .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxcsxa8VmW .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxcsxa8VmW .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uxcsxa8VmW .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uxcsxa8VmW .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxcsxa8VmW .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uxcsxa8VmW .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxcsxa8VmW .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffe66d;
}
.cid-uxcsxa8VmW .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uxcsxa8VmW .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uxcsxa8VmW .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxcsxa8VmW .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uxcsxa8VmW .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uxcsxa8VmW .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxcsxa8VmW .list-wrapper .list .item-wrap:hover,
.cid-uxcsxa8VmW .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uxcsxa8VmW .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxcsxa8VmW .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uxcsxa8VmW .list {
  color: #050f0f;
}
.cid-uxcsxa8VmW .mbr-copy {
  color: #050f0f;
}
.cid-uxcsxa8VmW .mbr-section-title {
  color: #87ceeb;
  text-align: center;
}
.cid-uxcsxa8VmW .list,
.cid-uxcsxa8VmW .item-wrap {
  text-align: center;
}
.cid-uxcsxa8VmW .mbr-copy,
.cid-uxcsxa8VmW .social-wrap {
  color: #050f0f;
}
.cid-uxctMkSoq2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-uxctMkSoq2 nav.navbar {
  position: fixed;
}
.cid-uxctMkSoq2 .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-uxctMkSoq2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxctMkSoq2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxctMkSoq2 .dropdown-item:hover,
.cid-uxctMkSoq2 .dropdown-item:focus {
  background: #5f6ad4 !important;
  color: #1d191f !important;
}
.cid-uxctMkSoq2 .dropdown-item:hover span {
  color: white;
}
.cid-uxctMkSoq2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxctMkSoq2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxctMkSoq2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxctMkSoq2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxctMkSoq2 .nav-link {
  position: relative;
}
.cid-uxctMkSoq2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxctMkSoq2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uxctMkSoq2 .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxctMkSoq2 .dropdown-menu,
.cid-uxctMkSoq2 .navbar.opened {
  background: #fafaf6 !important;
}
.cid-uxctMkSoq2 .nav-item:focus,
.cid-uxctMkSoq2 .nav-link:focus {
  outline: none;
}
.cid-uxctMkSoq2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxctMkSoq2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxctMkSoq2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxctMkSoq2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxctMkSoq2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxctMkSoq2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxctMkSoq2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #fafaf6;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-uxctMkSoq2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uxctMkSoq2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxctMkSoq2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uxctMkSoq2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxctMkSoq2 .navbar.collapsed {
  justify-content: center;
}
.cid-uxctMkSoq2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxctMkSoq2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxctMkSoq2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxctMkSoq2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxctMkSoq2 .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-uxctMkSoq2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxctMkSoq2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxctMkSoq2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxctMkSoq2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxctMkSoq2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxctMkSoq2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxctMkSoq2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxctMkSoq2 .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-uxctMkSoq2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxctMkSoq2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxctMkSoq2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxctMkSoq2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uxctMkSoq2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxctMkSoq2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxctMkSoq2 .navbar.navbar-short {
  min-height: 70px;
}
.cid-uxctMkSoq2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxctMkSoq2 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-uxctMkSoq2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-uxctMkSoq2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxctMkSoq2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxctMkSoq2 .dropdown-item.active,
.cid-uxctMkSoq2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxctMkSoq2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxctMkSoq2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxctMkSoq2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxctMkSoq2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf6;
}
.cid-uxctMkSoq2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxctMkSoq2 .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #2b2b2b !important;
}
.cid-uxctMkSoq2 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxctMkSoq2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxctMkSoq2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxctMkSoq2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxctMkSoq2 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-uxctMkSoq2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxctMkSoq2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxctMkSoq2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxctMkSoq2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxctMkSoq2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxctMkSoq2 button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5f6ad4;
  transition: all 0.2s;
}
.cid-uxctMkSoq2 .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-uxctMkSoq2 .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxctMkSoq2 .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxctMkSoq2 .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxctMkSoq2 .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxctMkSoq2 .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-uxctMkSoq2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxctMkSoq2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxctMkSoq2 .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-uxctMkSoq2 .navbar {
    height: 70px;
  }
  .cid-uxctMkSoq2 .navbar.opened {
    height: auto;
  }
  .cid-uxctMkSoq2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxctMkSoq2 .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-uxctMkSoq2 .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-uxctMkSoq2 .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-uxctMkSoq2 .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-uxctMkSoq2 .navbar-nav-main .nav-item .nav-link:hover {
  color: #5f6ad4 !important;
}
.cid-uxctMkSoq2 .navbar-nav-right {
  justify-content: flex-end;
}
.cid-uxctMkSoq2 .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-uxctMkSoq2 .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-uxctMkSoq2 .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-uxctMkSoq2 .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-uxctMkSoq2 {
    min-height: 0;
    height: 0;
  }
  .cid-uxctMkSoq2 .navbar,
  .cid-uxctMkSoq2 .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-uxctMkSoq2 .container,
  .cid-uxctMkSoq2 .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-uxctMkSoq2 .navbar-brand-main {
    display: none !important;
  }
  .cid-uxctMkSoq2 .navbar-nav-main {
    display: none !important;
  }
  .cid-uxctMkSoq2 .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-uxctMkSoq2 .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-uxctMkSoq2 .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-uxctMkSoq2 .sidbar-nav .nav-item .nav-link:hover {
    color: #5f6ad4 !important;
  }
  .cid-uxctMkSoq2 .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-uxctMkSoq2 .mbr-section-btn {
    margin-top: auto;
  }
  .cid-uxctMkSoq2 .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #2b2b2b;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-uxctMkSoq2 .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #2b2b2b;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-uxctMkSoq2 .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uxctMkSoq2 .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-uxctMiCRkL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxctMiCRkL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxctMiCRkL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxctMiCRkL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uxctMiCRkL .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxctMiCRkL .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxctMiCRkL .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxctMiCRkL .container {
    padding: 0 24px;
  }
}
.cid-uxctMiCRkL .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uxctMiCRkL .content-wrapper {
    display: block;
  }
}
.cid-uxctMiCRkL .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uxctMiCRkL .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uxctMiCRkL .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uxctMiCRkL .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uxctMiCRkL .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxctMiCRkL .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uxctMiCRkL .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uxctMiCRkL .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uxctMiCRkL .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uxctMiCRkL .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uxctMiCRkL .mbr-section-title {
  color: #18212d;
}
.cid-uxctMiCRkL .mbr-desc {
  color: #18212d;
}
.cid-uxctMiCRkL .mbr-text {
  color: #050f0f;
}
.cid-uxctMiCRkL .mbr-section-title,
.cid-uxctMiCRkL .mbr-section-btn {
  color: #f3501d;
}
.cid-uxctMkdag0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxctMkdag0 .mbr-section-subtitle {
  color: #f3501d;
}
.cid-uxctMmIMh1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uxctMmIMh1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxctMmIMh1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxctMmIMh1 .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxctMmIMh1 .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxctMmIMh1 .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uxctMmIMh1 .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uxctMmIMh1 .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxctMmIMh1 .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uxctMmIMh1 .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxctMmIMh1 .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffe66d;
}
.cid-uxctMmIMh1 .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uxctMmIMh1 .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uxctMmIMh1 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxctMmIMh1 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uxctMmIMh1 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uxctMmIMh1 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxctMmIMh1 .list-wrapper .list .item-wrap:hover,
.cid-uxctMmIMh1 .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uxctMmIMh1 .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxctMmIMh1 .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uxctMmIMh1 .list {
  color: #050f0f;
}
.cid-uxctMmIMh1 .mbr-copy {
  color: #050f0f;
}
.cid-uxctMmIMh1 .mbr-section-title {
  color: #87ceeb;
  text-align: center;
}
.cid-uxctMmIMh1 .list,
.cid-uxctMmIMh1 .item-wrap {
  text-align: center;
}
.cid-uxctMmIMh1 .mbr-copy,
.cid-uxctMmIMh1 .social-wrap {
  color: #050f0f;
}
.cid-uxcv86EvBk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-uxcv86EvBk nav.navbar {
  position: fixed;
}
.cid-uxcv86EvBk .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-uxcv86EvBk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxcv86EvBk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxcv86EvBk .dropdown-item:hover,
.cid-uxcv86EvBk .dropdown-item:focus {
  background: #5f6ad4 !important;
  color: #1d191f !important;
}
.cid-uxcv86EvBk .dropdown-item:hover span {
  color: white;
}
.cid-uxcv86EvBk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxcv86EvBk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxcv86EvBk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxcv86EvBk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxcv86EvBk .nav-link {
  position: relative;
}
.cid-uxcv86EvBk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxcv86EvBk .container {
    flex-wrap: nowrap;
  }
}
.cid-uxcv86EvBk .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxcv86EvBk .dropdown-menu,
.cid-uxcv86EvBk .navbar.opened {
  background: #fafaf6 !important;
}
.cid-uxcv86EvBk .nav-item:focus,
.cid-uxcv86EvBk .nav-link:focus {
  outline: none;
}
.cid-uxcv86EvBk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxcv86EvBk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxcv86EvBk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxcv86EvBk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxcv86EvBk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxcv86EvBk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxcv86EvBk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #fafaf6;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-uxcv86EvBk .navbar.opened {
  transition: all 0.3s;
}
.cid-uxcv86EvBk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxcv86EvBk .navbar .navbar-logo img {
  width: auto;
}
.cid-uxcv86EvBk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxcv86EvBk .navbar.collapsed {
  justify-content: center;
}
.cid-uxcv86EvBk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxcv86EvBk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxcv86EvBk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxcv86EvBk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxcv86EvBk .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-uxcv86EvBk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxcv86EvBk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxcv86EvBk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxcv86EvBk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxcv86EvBk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxcv86EvBk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxcv86EvBk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxcv86EvBk .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-uxcv86EvBk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxcv86EvBk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxcv86EvBk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxcv86EvBk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uxcv86EvBk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxcv86EvBk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxcv86EvBk .navbar.navbar-short {
  min-height: 70px;
}
.cid-uxcv86EvBk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxcv86EvBk .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-uxcv86EvBk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-uxcv86EvBk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxcv86EvBk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxcv86EvBk .dropdown-item.active,
.cid-uxcv86EvBk .dropdown-item:active {
  background-color: transparent;
}
.cid-uxcv86EvBk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxcv86EvBk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxcv86EvBk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxcv86EvBk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf6;
}
.cid-uxcv86EvBk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxcv86EvBk .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #2b2b2b !important;
}
.cid-uxcv86EvBk .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxcv86EvBk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxcv86EvBk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxcv86EvBk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxcv86EvBk button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-uxcv86EvBk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxcv86EvBk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxcv86EvBk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxcv86EvBk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxcv86EvBk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxcv86EvBk button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5f6ad4;
  transition: all 0.2s;
}
.cid-uxcv86EvBk .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-uxcv86EvBk .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxcv86EvBk .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxcv86EvBk .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxcv86EvBk .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxcv86EvBk .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-uxcv86EvBk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxcv86EvBk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxcv86EvBk .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-uxcv86EvBk .navbar {
    height: 70px;
  }
  .cid-uxcv86EvBk .navbar.opened {
    height: auto;
  }
  .cid-uxcv86EvBk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxcv86EvBk .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-uxcv86EvBk .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-uxcv86EvBk .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-uxcv86EvBk .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-uxcv86EvBk .navbar-nav-main .nav-item .nav-link:hover {
  color: #5f6ad4 !important;
}
.cid-uxcv86EvBk .navbar-nav-right {
  justify-content: flex-end;
}
.cid-uxcv86EvBk .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-uxcv86EvBk .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-uxcv86EvBk .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-uxcv86EvBk .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-uxcv86EvBk {
    min-height: 0;
    height: 0;
  }
  .cid-uxcv86EvBk .navbar,
  .cid-uxcv86EvBk .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-uxcv86EvBk .container,
  .cid-uxcv86EvBk .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-uxcv86EvBk .navbar-brand-main {
    display: none !important;
  }
  .cid-uxcv86EvBk .navbar-nav-main {
    display: none !important;
  }
  .cid-uxcv86EvBk .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-uxcv86EvBk .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-uxcv86EvBk .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-uxcv86EvBk .sidbar-nav .nav-item .nav-link:hover {
    color: #5f6ad4 !important;
  }
  .cid-uxcv86EvBk .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-uxcv86EvBk .mbr-section-btn {
    margin-top: auto;
  }
  .cid-uxcv86EvBk .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #2b2b2b;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-uxcv86EvBk .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #2b2b2b;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-uxcv86EvBk .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uxcv86EvBk .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-uxcv85EudE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxcv85EudE .mbr-section-subtitle {
  color: #f3501d;
  text-align: center;
}
.cid-uxcvKYJ9Wo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uxcvKYJ9Wo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcvKYJ9Wo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxcvKYJ9Wo .card-wrapper {
  border: 1px solid #5f6ad4;
}
.cid-uxcvKYJ9Wo .google-map {
  height: 30rem;
  position: relative;
}
.cid-uxcvKYJ9Wo .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uxcvKYJ9Wo .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-uxcvKYJ9Wo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uxcvKYJ9Wo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uxcvKYJ9Wo .content-head {
  max-width: 800px;
}
.cid-uxcvKYJ9Wo .mbr-section-title {
  color: #221b35;
}
.cid-uxcv88bNgf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uxcv88bNgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcv88bNgf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxcv88bNgf .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxcv88bNgf .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxcv88bNgf .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uxcv88bNgf .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uxcv88bNgf .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxcv88bNgf .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uxcv88bNgf .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxcv88bNgf .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffe66d;
}
.cid-uxcv88bNgf .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uxcv88bNgf .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uxcv88bNgf .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxcv88bNgf .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uxcv88bNgf .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uxcv88bNgf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxcv88bNgf .list-wrapper .list .item-wrap:hover,
.cid-uxcv88bNgf .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uxcv88bNgf .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxcv88bNgf .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uxcv88bNgf .list {
  color: #050f0f;
}
.cid-uxcv88bNgf .mbr-copy {
  color: #050f0f;
}
.cid-uxcv88bNgf .mbr-section-title {
  color: #87ceeb;
  text-align: center;
}
.cid-uxcv88bNgf .list,
.cid-uxcv88bNgf .item-wrap {
  text-align: center;
}
.cid-uxcv88bNgf .mbr-copy,
.cid-uxcv88bNgf .social-wrap {
  color: #050f0f;
}
.cid-uxcxmVCWKh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-uxcxmVCWKh nav.navbar {
  position: fixed;
}
.cid-uxcxmVCWKh .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-uxcxmVCWKh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxcxmVCWKh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxcxmVCWKh .dropdown-item:hover,
.cid-uxcxmVCWKh .dropdown-item:focus {
  background: #5f6ad4 !important;
  color: #1d191f !important;
}
.cid-uxcxmVCWKh .dropdown-item:hover span {
  color: white;
}
.cid-uxcxmVCWKh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxcxmVCWKh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxcxmVCWKh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxcxmVCWKh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxcxmVCWKh .nav-link {
  position: relative;
}
.cid-uxcxmVCWKh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxcxmVCWKh .container {
    flex-wrap: nowrap;
  }
}
.cid-uxcxmVCWKh .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxcxmVCWKh .dropdown-menu,
.cid-uxcxmVCWKh .navbar.opened {
  background: #fafaf6 !important;
}
.cid-uxcxmVCWKh .nav-item:focus,
.cid-uxcxmVCWKh .nav-link:focus {
  outline: none;
}
.cid-uxcxmVCWKh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxcxmVCWKh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxcxmVCWKh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxcxmVCWKh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxcxmVCWKh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxcxmVCWKh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxcxmVCWKh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #fafaf6;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-uxcxmVCWKh .navbar.opened {
  transition: all 0.3s;
}
.cid-uxcxmVCWKh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxcxmVCWKh .navbar .navbar-logo img {
  width: auto;
}
.cid-uxcxmVCWKh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxcxmVCWKh .navbar.collapsed {
  justify-content: center;
}
.cid-uxcxmVCWKh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxcxmVCWKh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxcxmVCWKh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxcxmVCWKh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxcxmVCWKh .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-uxcxmVCWKh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxcxmVCWKh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxcxmVCWKh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxcxmVCWKh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxcxmVCWKh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxcxmVCWKh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxcxmVCWKh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxcxmVCWKh .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-uxcxmVCWKh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxcxmVCWKh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxcxmVCWKh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxcxmVCWKh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uxcxmVCWKh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxcxmVCWKh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxcxmVCWKh .navbar.navbar-short {
  min-height: 70px;
}
.cid-uxcxmVCWKh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxcxmVCWKh .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-uxcxmVCWKh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-uxcxmVCWKh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxcxmVCWKh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxcxmVCWKh .dropdown-item.active,
.cid-uxcxmVCWKh .dropdown-item:active {
  background-color: transparent;
}
.cid-uxcxmVCWKh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxcxmVCWKh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxcxmVCWKh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxcxmVCWKh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf6;
}
.cid-uxcxmVCWKh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxcxmVCWKh .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #2b2b2b !important;
}
.cid-uxcxmVCWKh .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxcxmVCWKh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxcxmVCWKh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxcxmVCWKh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxcxmVCWKh button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-uxcxmVCWKh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxcxmVCWKh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxcxmVCWKh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxcxmVCWKh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxcxmVCWKh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxcxmVCWKh button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5f6ad4;
  transition: all 0.2s;
}
.cid-uxcxmVCWKh .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-uxcxmVCWKh .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxcxmVCWKh .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxcxmVCWKh .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxcxmVCWKh .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxcxmVCWKh .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-uxcxmVCWKh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxcxmVCWKh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxcxmVCWKh .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-uxcxmVCWKh .navbar {
    height: 70px;
  }
  .cid-uxcxmVCWKh .navbar.opened {
    height: auto;
  }
  .cid-uxcxmVCWKh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxcxmVCWKh .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #646464;
}
.cid-uxcxmVCWKh .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-uxcxmVCWKh .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-uxcxmVCWKh .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-uxcxmVCWKh .navbar-nav-main .nav-item .nav-link:hover {
  color: #5f6ad4 !important;
}
.cid-uxcxmVCWKh .navbar-nav-right {
  justify-content: flex-end;
}
.cid-uxcxmVCWKh .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-uxcxmVCWKh .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-uxcxmVCWKh .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-uxcxmVCWKh .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-uxcxmVCWKh {
    min-height: 0;
    height: 0;
  }
  .cid-uxcxmVCWKh .navbar,
  .cid-uxcxmVCWKh .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-uxcxmVCWKh .container,
  .cid-uxcxmVCWKh .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-uxcxmVCWKh .navbar-brand-main {
    display: none !important;
  }
  .cid-uxcxmVCWKh .navbar-nav-main {
    display: none !important;
  }
  .cid-uxcxmVCWKh .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-uxcxmVCWKh .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-uxcxmVCWKh .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-uxcxmVCWKh .sidbar-nav .nav-item .nav-link:hover {
    color: #5f6ad4 !important;
  }
  .cid-uxcxmVCWKh .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-uxcxmVCWKh .mbr-section-btn {
    margin-top: auto;
  }
  .cid-uxcxmVCWKh .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #2b2b2b;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-uxcxmVCWKh .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #2b2b2b;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-uxcxmVCWKh .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uxcxmVCWKh .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-uxcxIJ9g6R {
  overflow: hidden;
  background-color: #dedede;
}
.cid-uxcxIJ9g6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcxIJ9g6R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxcxIJ9g6R .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-uxcxIJ9g6R .container-fluid {
    padding: 0;
  }
}
.cid-uxcxIJ9g6R .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-uxcxIJ9g6R .container {
    padding: 0 28px;
  }
}
.cid-uxcxIJ9g6R .row {
  margin: -1px 0 0 0;
  justify-content: center;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-uxcxIJ9g6R .row {
    padding: 20px 8px;
  }
}
.cid-uxcxIJ9g6R .item {
  padding: 20px;
}
.cid-uxcxIJ9g6R .item .item-wrapper a {
  display: block;
}
.cid-uxcxIJ9g6R .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06);
}
.cid-uxcxIJ9g6R .item .item-wrapper a .item-img {
  overflow: hidden;
}
.cid-uxcxIJ9g6R .item .item-wrapper a .item-img img {
  height: 300px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uxcxmWxNCG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uxcxmWxNCG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcxmWxNCG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxcxmWxNCG .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxcxmWxNCG .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxcxmWxNCG .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uxcxmWxNCG .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uxcxmWxNCG .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxcxmWxNCG .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uxcxmWxNCG .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxcxmWxNCG .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffe66d;
}
.cid-uxcxmWxNCG .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uxcxmWxNCG .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uxcxmWxNCG .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxcxmWxNCG .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uxcxmWxNCG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uxcxmWxNCG .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxcxmWxNCG .list-wrapper .list .item-wrap:hover,
.cid-uxcxmWxNCG .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uxcxmWxNCG .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxcxmWxNCG .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uxcxmWxNCG .list {
  color: #050f0f;
}
.cid-uxcxmWxNCG .mbr-copy {
  color: #050f0f;
}
.cid-uxcxmWxNCG .mbr-section-title {
  color: #87ceeb;
  text-align: center;
}
.cid-uxcxmWxNCG .list,
.cid-uxcxmWxNCG .item-wrap {
  text-align: center;
}
.cid-uxcxmWxNCG .mbr-copy,
.cid-uxcxmWxNCG .social-wrap {
  color: #050f0f;
}
