.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Kanit', sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-4 {
  font-family: 'Kanit', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Kanit', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0c2c68 !important;
}
.bg-success {
  background-color: #f38b0b !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #f92c50 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #f38b0b !important;
  border-color: #f38b0b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f6a23b !important;
  border-color: #f6a23b !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f6a23b !important;
  border-color: #f6a23b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0c2c68;
  color: #0c2c68;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0c2c68;
  color: #0c2c68;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f38b0b;
  color: #f38b0b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a05c07 !important;
  background-color: transparent !important;
  border-color: #a05c07 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f38b0b !important;
  border-color: #f38b0b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f92c50;
  color: #f92c50;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0c2c68 !important;
}
.text-secondary {
  color: #0c2c68 !important;
}
.text-success {
  color: #f38b0b !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #f92c50 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #01050d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #01050d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #915307 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ba0525 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #0c2c68;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #f92c50;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0c2c68;
  border-color: #0c2c68;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0c2c68;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #195cda;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fde7cd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff2f5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kanit', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0c2c68 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kanit', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #0c2c68;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0c2c68;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0c2c68;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0c2c68;
  border-bottom-color: #0c2c68;
}
.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: #0c2c68 !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: #0c2c68 !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='%230c2c68' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 21px;
    padding-right: 21px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-unBEoCtopR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-unBEoCtopR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-unBEoCtopR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unBEoCtopR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unBEoCtopR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-unBEoCtopR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-unBEoCtopR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-unBEoCtopR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-unBEoCtopR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-unBEoCtopR .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-unBEoCtopR .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-unBEoCtopR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-unBEoCtopR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unBEoCtopR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .nav-item:focus,
.cid-unBEoCtopR .nav-link:focus {
  outline: none;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unBEoCtopR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unBEoCtopR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-unBEoCtopR .navbar.opened {
  transition: all 0.25s;
}
.cid-unBEoCtopR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unBEoCtopR .navbar .navbar-logo img {
  width: auto;
}
.cid-unBEoCtopR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-unBEoCtopR .navbar.collapsed {
  justify-content: center;
}
.cid-unBEoCtopR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unBEoCtopR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unBEoCtopR .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-unBEoCtopR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unBEoCtopR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar {
    min-height: 72px;
  }
  .cid-unBEoCtopR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unBEoCtopR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unBEoCtopR .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-unBEoCtopR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unBEoCtopR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-unBEoCtopR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unBEoCtopR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-unBEoCtopR .dropdown-item.active,
.cid-unBEoCtopR .dropdown-item:active {
  background-color: transparent;
}
.cid-unBEoCtopR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-unBEoCtopR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unBEoCtopR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .navbar-buttons {
    text-align: left;
  }
}
.cid-unBEoCtopR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR .navbar-dropdown {
  padding: 0;
  background-color: #0c2c68 !important;
  position: fixed;
}
.cid-unBEoCtopR .opacityScroll {
  background: rgba(12, 44, 104, 0) !important;
}
.cid-unBEoCtopR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unBEoCtopR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unBEoCtopR .navbar {
    height: 70px;
  }
  .cid-unBEoCtopR .navbar.opened {
    height: auto;
  }
  .cid-unBEoCtopR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-unBEoCtopR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-unBEoCtopR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar-brand {
    margin-right: auto;
  }
  .cid-unBEoCtopR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-unBEoCtopR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-unBEoCtopR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unBFaWmItF {
  display: flex;
  background-image: url("../../../assets/images/737-1.jpg");
}
.cid-unBFaWmItF .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-unBFaWmItF {
    align-items: center;
  }
  .cid-unBFaWmItF .row {
    justify-content: center;
  }
  .cid-unBFaWmItF .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-unBFaWmItF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-unBFaWmItF {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-unBFaWmItF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-unBFaWmItF .content-wrap {
    width: 100%;
  }
}
.cid-unBFaWmItF .mbr-section-title,
.cid-unBFaWmItF .mbr-section-subtitle {
  text-align: center;
}
.cid-unBFaWmItF .mbr-text,
.cid-unBFaWmItF .mbr-section-btn {
  text-align: center;
  color: #edefeb;
}
.cid-unBFaWmItF .mbr-section-title {
  color: #f38b0b;
}
.cid-unBO45AIsD {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-unBO45AIsD .mbr-fallback-image.disabled {
  display: none;
}
.cid-unBO45AIsD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unBO45AIsD .card-wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-unBO45AIsD .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unBO45AIsD .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-unBO45AIsD .row {
  justify-content: space-between;
}
.cid-unBQhOC3AL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2151419507.jpg");
}
.cid-unBQhOC3AL .mbr-overlay {
  background: #edefeb;
  opacity: 0.9;
}
.cid-unBQhOC3AL h6 {
  line-height: 1.2;
}
.cid-unBQhOC3AL img,
.cid-unBQhOC3AL .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-unBQhOC3AL .item:focus,
.cid-unBQhOC3AL span:focus {
  outline: none;
}
.cid-unBQhOC3AL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-unBQhOC3AL .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-unBQhOC3AL .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-unBQhOC3AL .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-unBQhOC3AL .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-unBQhOC3AL .mbr-section-title {
  color: #000000;
}
.cid-unBQhOC3AL .mbr-text,
.cid-unBQhOC3AL .mbr-section-btn {
  color: #000000;
}
.cid-unBQhOC3AL .item-title {
  color: #000000;
  text-align: center;
}
.cid-unBQhOC3AL .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-unBQhOC3AL .item-text {
  color: #000000;
  text-align: center;
}
.cid-unBQhOC3AL .content-head {
  max-width: 800px;
}
.cid-unCIYNsnUc {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pexels-divinetechygirl-1181329.jpg");
}
.cid-unCIYNsnUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-unCIYNsnUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unCIYNsnUc .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-unCIYNsnUc .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unCIYNsnUc .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-unCIYNsnUc .card-wrapper {
    padding: 4rem;
  }
}
.cid-unCIYNsnUc .mbr-text,
.cid-unCIYNsnUc .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-unCIYNsnUc .card-title,
.cid-unCIYNsnUc .card-box {
  text-align: left;
  color: #000000;
}
.cid-unCLTXOW3y {
  background-color: #ffffff;
}
.cid-unCLTXOW3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-unCLTXOW3y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unCLTXOW3y .row-reverse {
  flex-direction: row-reverse;
}
.cid-unCLTXOW3y .row {
  flex-direction: row-reverse;
}
.cid-unCLTXOW3y .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-unCLTXOW3y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unCLTXOW3y .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-unCLTXOW3y .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-unCLTXOW3y .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-unCLTXOW3y .mbr-section-title {
  color: #000000;
}
.cid-unCLTXOW3y .mbr-text,
.cid-unCLTXOW3y .mbr-section-btn {
  color: #000000;
}
.cid-unCLTXOW3y img {
  width: 100%;
  object-fit: cover;
  height: 30rem;
}
@media (max-width: 767px) {
  .cid-unCLTXOW3y img {
    height: 15rem;
  }
}
.cid-unCKdm1K0S {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/17168.jpg");
}
.cid-unCKdm1K0S .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-unCKdm1K0S .panel-group {
  border: none;
}
.cid-unCKdm1K0S .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-unCKdm1K0S .card-header {
    padding: 0rem;
  }
}
.cid-unCKdm1K0S .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-unCKdm1K0S .img-col {
  padding: 0;
}
.cid-unCKdm1K0S .img-item {
  height: 100%;
}
.cid-unCKdm1K0S img {
  height: 100%;
  object-fit: cover;
}
.cid-unCKdm1K0S .collapsed span {
  transform: rotate(0deg);
}
.cid-unCKdm1K0S .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-unCKdm1K0S p {
  margin-bottom: 0.3rem;
}
.cid-unCKdm1K0S .panel-title-edit {
  color: #000000;
}
.cid-unCKdm1K0S .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-unCKdm1K0S .card {
  background: #f7f7f7;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-unCKdm1K0S .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unCKdm1K0S .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-unCKdm1K0S .panel-text {
  color: #000000;
}
.cid-unCKdm1K0S .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-unCKdm1K0S .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-unCKdm1K0S .panel-title-edit,
.cid-unCKdm1K0S .mbr-iconfont {
  color: #000000;
}
.cid-unCOtrr12Q {
  background-image: url("../../../assets/images/18851.jpg");
}
.cid-unCOtrr12Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-unCOtrr12Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unCOtrr12Q .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-unCOtrr12Q .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unCOtrr12Q .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-unCOtrr12Q .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-unCOtrr12Q .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-unCOtrr12Q .row {
  flex-direction: row-reverse;
}
.cid-unCOtrr12Q .image-wrapper {
  padding: 0 1rem;
}
.cid-unCOtrr12Q img,
.cid-unCOtrr12Q .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-unCOtrr12Q img,
  .cid-unCOtrr12Q .image-wrapper {
    max-height: 350px;
  }
}
.cid-unCOtrr12Q .mbr-section-title {
  color: #000000;
}
.cid-unCOtrr12Q .mbr-text {
  color: #000000;
}
.cid-unCO0Fi46F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-unCO0Fi46F .mbr-fallback-image.disabled {
  display: none;
}
.cid-unCO0Fi46F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unCO0Fi46F .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .footer-col {
    flex-direction: column;
  }
}
.cid-unCO0Fi46F .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unCO0Fi46F .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .mbr-section-btn {
    text-align: center;
  }
}
.cid-unCO0Fi46F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unCO0Fi46F .soc-item {
  margin: 8px;
}
.cid-unCO0Fi46F .soc-item a:hover .mbr-iconfont,
.cid-unCO0Fi46F .soc-item a:focus .mbr-iconfont {
  background-color: #f38b0b;
}
.cid-unCO0Fi46F .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #f38b0b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    text-align: center;
  }
  .cid-unCO0Fi46F .social-row {
    justify-content: center;
  }
}
.cid-unCO0Fi46F .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 0rem;
  }
}
.cid-unCO0Fi46F .mbr-text {
  color: #bbbbbb;
}
.cid-unCO0Fi46F .mbr-section-subtitle {
  color: #000000;
}
.cid-unCO0Fi46F .list,
.cid-unCO0Fi46F .item-wrap {
  color: #ffffff;
}
.cid-unCO0Fi46F .copyright {
  color: #ffffff;
}
.cid-unBEoCtopR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-unBEoCtopR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-unBEoCtopR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unBEoCtopR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unBEoCtopR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-unBEoCtopR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-unBEoCtopR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-unBEoCtopR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-unBEoCtopR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-unBEoCtopR .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-unBEoCtopR .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-unBEoCtopR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-unBEoCtopR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unBEoCtopR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .nav-item:focus,
.cid-unBEoCtopR .nav-link:focus {
  outline: none;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unBEoCtopR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unBEoCtopR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-unBEoCtopR .navbar.opened {
  transition: all 0.25s;
}
.cid-unBEoCtopR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unBEoCtopR .navbar .navbar-logo img {
  width: auto;
}
.cid-unBEoCtopR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-unBEoCtopR .navbar.collapsed {
  justify-content: center;
}
.cid-unBEoCtopR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unBEoCtopR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unBEoCtopR .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-unBEoCtopR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unBEoCtopR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar {
    min-height: 72px;
  }
  .cid-unBEoCtopR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unBEoCtopR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unBEoCtopR .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-unBEoCtopR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unBEoCtopR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-unBEoCtopR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unBEoCtopR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-unBEoCtopR .dropdown-item.active,
.cid-unBEoCtopR .dropdown-item:active {
  background-color: transparent;
}
.cid-unBEoCtopR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-unBEoCtopR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unBEoCtopR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .navbar-buttons {
    text-align: left;
  }
}
.cid-unBEoCtopR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR .navbar-dropdown {
  padding: 0;
  background-color: #0c2c68 !important;
  position: fixed;
}
.cid-unBEoCtopR .opacityScroll {
  background: rgba(12, 44, 104, 0) !important;
}
.cid-unBEoCtopR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unBEoCtopR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unBEoCtopR .navbar {
    height: 70px;
  }
  .cid-unBEoCtopR .navbar.opened {
    height: auto;
  }
  .cid-unBEoCtopR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-unBEoCtopR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-unBEoCtopR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar-brand {
    margin-right: auto;
  }
  .cid-unBEoCtopR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-unBEoCtopR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-unBEoCtopR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unCUxq3c6v {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/7.jpg");
}
.cid-unCUxq3c6v .mbr-fallback-image.disabled {
  display: none;
}
.cid-unCUxq3c6v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-unCUxq3c6v .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #f7f7f7;
}
.cid-unCUxq3c6v .mbr-section-title {
  color: #f38b0b;
}
.cid-unCUxq3c6v .mbr-text,
.cid-unCUxq3c6v .mbr-section-btn {
  color: #ffffff;
}
.cid-unCUxq3c6v .content-head {
  max-width: 800px;
}
.cid-unD8CAaeiX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/2150690152.jpg");
}
.cid-unD8CAaeiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-unD8CAaeiX .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-unD8CAaeiX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unD8CAaeiX .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-unD8CAaeiX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unD8CAaeiX .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-unD8CAaeiX .card-title,
.cid-unD8CAaeiX .iconfont-wrapper {
  color: #000000;
}
.cid-unD8CAaeiX .card-text {
  color: #000000;
}
.cid-unD8CAaeiX .content-head {
  max-width: 800px;
}
.cid-unD8CAaeiX .mbr-section-title {
  color: #f38b0b;
}
.cid-unD8CAaeiX .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-unD8CAaeiX .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-unD8CAaeiX .mbr-section-subtitle {
  color: #f38b0b;
}
.cid-unD4EvFl8L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/2150377127.jpg");
}
.cid-unD4EvFl8L .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-unD4EvFl8L .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-unD4EvFl8L .item-head {
  background: #f38b0b;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unD4EvFl8L .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unD4EvFl8L .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-unD4EvFl8L .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unD4EvFl8L .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-unD4EvFl8L .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-unD4EvFl8L .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-unD4EvFl8L .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unD4EvFl8L .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-unD4EvFl8L .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-unD4EvFl8L .btn {
  width: -webkit-fill-available;
}
.cid-unD4EvFl8L .item:focus,
.cid-unD4EvFl8L span:focus {
  outline: none;
}
.cid-unD4EvFl8L .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-unD4EvFl8L .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unD4EvFl8L .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-unD4EvFl8L .mbr-section-title {
  color: #000000;
}
.cid-unD4EvFl8L .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unD4EvFl8L .mbr-text,
.cid-unD4EvFl8L .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-unD4EvFl8L .item-title {
  text-align: left;
  color: #000000;
}
.cid-unD4EvFl8L .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-unD4EvFl8L .content-head {
  max-width: 800px;
}
.cid-unD66kyZ3R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-unD66kyZ3R .mbr-fallback-image.disabled {
  display: none;
}
.cid-unD66kyZ3R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unD66kyZ3R .card-wrapper {
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .cid-unD66kyZ3R .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unD66kyZ3R .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-unD66kyZ3R .card-wrapper {
    padding: 4rem;
  }
}
.cid-unD66kyZ3R .mbr-text,
.cid-unD66kyZ3R .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-unD66kyZ3R .card-title,
.cid-unD66kyZ3R .card-box {
  text-align: left;
  color: #000000;
}
.cid-unCZJ7IbSY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-unCZJ7IbSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-unCZJ7IbSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unCZJ7IbSY .card-wrapper {
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .cid-unCZJ7IbSY .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unCZJ7IbSY .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-unCZJ7IbSY .card-wrapper {
    padding: 4rem;
  }
}
.cid-unCZJ7IbSY .mbr-text,
.cid-unCZJ7IbSY .mbr-section-btn {
  text-align: center;
}
.cid-unD0S0FT8w {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/135637.jpg");
}
.cid-unD0S0FT8w .item:focus,
.cid-unD0S0FT8w span:focus {
  outline: none;
}
.cid-unD0S0FT8w .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-unD0S0FT8w .item {
    margin-bottom: 1rem;
  }
}
.cid-unD0S0FT8w .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unD0S0FT8w .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-unD0S0FT8w .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-unD0S0FT8w .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-unD0S0FT8w .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-unD0S0FT8w .mbr-section-title {
  color: #f38b0b;
  text-align: center;
}
.cid-unD0S0FT8w .mbr-text,
.cid-unD0S0FT8w .item .mbr-section-btn {
  text-align: center;
}
.cid-unD0S0FT8w .content-head {
  max-width: 800px;
}
.cid-unD0S0FT8w .mbr-number {
  color: #f38b0b;
}
.cid-unD0S0FT8w .mbr-section-subtitle,
.cid-unD0S0FT8w .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-unD0S0FT8w .mbr-text {
  text-align: left;
}
.cid-unD0S0FT8w .mbr-text,
.cid-unD0S0FT8w .mbr-card-btn {
  text-align: left;
}
.cid-unD0S0FT8w .mbr-text,
.cid-unD0S0FT8w .mbr-section-btn {
  text-align: left;
}
.cid-unD0S0FT8w .mbr-text,
.cid-unD0S0FT8w .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-unD0S0FT8w .card-text,
.cid-unD0S0FT8w .item .mbr-section-btn {
  text-align: left;
}
.cid-unD0S0FT8w .card-title {
  text-align: left;
}
.cid-unCO0Fi46F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-unCO0Fi46F .mbr-fallback-image.disabled {
  display: none;
}
.cid-unCO0Fi46F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unCO0Fi46F .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .footer-col {
    flex-direction: column;
  }
}
.cid-unCO0Fi46F .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unCO0Fi46F .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .mbr-section-btn {
    text-align: center;
  }
}
.cid-unCO0Fi46F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unCO0Fi46F .soc-item {
  margin: 8px;
}
.cid-unCO0Fi46F .soc-item a:hover .mbr-iconfont,
.cid-unCO0Fi46F .soc-item a:focus .mbr-iconfont {
  background-color: #f38b0b;
}
.cid-unCO0Fi46F .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #f38b0b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    text-align: center;
  }
  .cid-unCO0Fi46F .social-row {
    justify-content: center;
  }
}
.cid-unCO0Fi46F .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 0rem;
  }
}
.cid-unCO0Fi46F .mbr-text {
  color: #bbbbbb;
}
.cid-unCO0Fi46F .mbr-section-subtitle {
  color: #000000;
}
.cid-unCO0Fi46F .list,
.cid-unCO0Fi46F .item-wrap {
  color: #ffffff;
}
.cid-unCO0Fi46F .copyright {
  color: #ffffff;
}
.cid-unBEoCtopR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-unBEoCtopR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-unBEoCtopR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unBEoCtopR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unBEoCtopR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-unBEoCtopR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-unBEoCtopR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-unBEoCtopR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-unBEoCtopR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-unBEoCtopR .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-unBEoCtopR .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-unBEoCtopR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-unBEoCtopR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unBEoCtopR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .nav-item:focus,
.cid-unBEoCtopR .nav-link:focus {
  outline: none;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unBEoCtopR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unBEoCtopR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-unBEoCtopR .navbar.opened {
  transition: all 0.25s;
}
.cid-unBEoCtopR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unBEoCtopR .navbar .navbar-logo img {
  width: auto;
}
.cid-unBEoCtopR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-unBEoCtopR .navbar.collapsed {
  justify-content: center;
}
.cid-unBEoCtopR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unBEoCtopR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unBEoCtopR .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-unBEoCtopR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unBEoCtopR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar {
    min-height: 72px;
  }
  .cid-unBEoCtopR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unBEoCtopR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unBEoCtopR .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-unBEoCtopR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unBEoCtopR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-unBEoCtopR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unBEoCtopR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-unBEoCtopR .dropdown-item.active,
.cid-unBEoCtopR .dropdown-item:active {
  background-color: transparent;
}
.cid-unBEoCtopR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-unBEoCtopR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unBEoCtopR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .navbar-buttons {
    text-align: left;
  }
}
.cid-unBEoCtopR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR .navbar-dropdown {
  padding: 0;
  background-color: #0c2c68 !important;
  position: fixed;
}
.cid-unBEoCtopR .opacityScroll {
  background: rgba(12, 44, 104, 0) !important;
}
.cid-unBEoCtopR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unBEoCtopR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unBEoCtopR .navbar {
    height: 70px;
  }
  .cid-unBEoCtopR .navbar.opened {
    height: auto;
  }
  .cid-unBEoCtopR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-unBEoCtopR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-unBEoCtopR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar-brand {
    margin-right: auto;
  }
  .cid-unBEoCtopR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-unBEoCtopR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-unBEoCtopR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unG6odSBY8 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-unG6odSBY8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unG6odSBY8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-unG6odSBY8 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-unG6odSBY8 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-unG6odSBY8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-unG6odSBY8 .media-content,
.cid-unG6odSBY8 .mbr-figure {
  align-self: center;
}
.cid-unG6odSBY8 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-unG6odSBY8 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-unG6odSBY8 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-unG6odSBY8 .mbr-text,
.cid-unG6odSBY8 .mbr-section-btn {
  color: #000000;
}
.cid-unG9xbLLPb {
  padding-top: 1rem;
  background-color: #ffffff;
}
.cid-unG9xbLLPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-unG9xbLLPb .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-unG9xbLLPb .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unG9xbLLPb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unG9xbLLPb .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #f38b0b;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #0c2c68;
  height: 80px;
  border-radius: 50%;
}
.cid-unG9xbLLPb .card-title,
.cid-unG9xbLLPb .iconfont-wrapper,
.cid-unG9xbLLPb .card-text {
  color: #000000;
  text-align: center;
}
.cid-unG9xbLLPb .content-head {
  max-width: 800px;
}
.cid-unG9xbLLPb .mbr-section-title {
  color: #000000;
}
.cid-unG9xbLLPb .mbr-section-btn {
  text-align: center;
}
.cid-unG9xbLLPb .mbr-section-subtitle {
  color: #000000;
}
.cid-unG9xbLLPb .card-text,
.cid-unG9xbLLPb .mbr-section-btn {
  color: #000000;
}
.cid-unGdyKDp5W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-unGdyKDp5W .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-unGdyKDp5W .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-unGdyKDp5W .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-unGdyKDp5W .content-head {
  max-width: 800px;
}
.cid-unGdyKDp5W .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-unGdyKDp5W .mbr-card-title {
  text-align: left;
  color: #000000;
}
.cid-unGdCIgfBK {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/17168.jpg");
}
.cid-unGdCIgfBK .mbr-fallback-image.disabled {
  display: none;
}
.cid-unGdCIgfBK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unGdCIgfBK .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-unGdCIgfBK .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unGdCIgfBK .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-unGdCIgfBK .card-wrapper {
    padding: 4rem;
  }
}
.cid-unGdCIgfBK .mbr-text,
.cid-unGdCIgfBK .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-unGdCIgfBK .card-title,
.cid-unGdCIgfBK .card-box {
  text-align: center;
  color: #000000;
}
.cid-unGdCIgfBK .mbr-card-title {
  text-align: left;
}
.cid-unGdCIgfBK .mbr-card-subtitle {
  text-align: left;
}
.cid-unGdCIgfBK .mbr-text {
  text-align: left;
}
.cid-unGdCIgfBK .mbr-section-subtitle {
  text-align: center;
}
.cid-unGaMrZDTV {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  background-color: #0c2c68;
}
.cid-unGaMrZDTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-unGaMrZDTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unGaMrZDTV .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-unGaMrZDTV .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-unGaMrZDTV .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unGaMrZDTV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-unGaMrZDTV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-unGaMrZDTV .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #f38b0b;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #0c2c68;
  height: 80px;
  border-radius: 50%;
}
.cid-unGaMrZDTV .mbr-section-title {
  color: #9fe870;
}
.cid-unGaMrZDTV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unGaMrZDTV .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-unGaMrZDTV .card-box .item-footer {
  margin-top: auto;
}
.cid-unGaMrZDTV .content-head {
  max-width: 800px;
}
.cid-unGaMrZDTV .card-text,
.cid-unGaMrZDTV .item .mbr-section-btn {
  color: #000000;
}
.cid-unCO0Fi46F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-unCO0Fi46F .mbr-fallback-image.disabled {
  display: none;
}
.cid-unCO0Fi46F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unCO0Fi46F .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .footer-col {
    flex-direction: column;
  }
}
.cid-unCO0Fi46F .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unCO0Fi46F .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .mbr-section-btn {
    text-align: center;
  }
}
.cid-unCO0Fi46F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unCO0Fi46F .soc-item {
  margin: 8px;
}
.cid-unCO0Fi46F .soc-item a:hover .mbr-iconfont,
.cid-unCO0Fi46F .soc-item a:focus .mbr-iconfont {
  background-color: #f38b0b;
}
.cid-unCO0Fi46F .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #f38b0b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    text-align: center;
  }
  .cid-unCO0Fi46F .social-row {
    justify-content: center;
  }
}
.cid-unCO0Fi46F .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 0rem;
  }
}
.cid-unCO0Fi46F .mbr-text {
  color: #bbbbbb;
}
.cid-unCO0Fi46F .mbr-section-subtitle {
  color: #000000;
}
.cid-unCO0Fi46F .list,
.cid-unCO0Fi46F .item-wrap {
  color: #ffffff;
}
.cid-unCO0Fi46F .copyright {
  color: #ffffff;
}
.cid-unBEoCtopR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-unBEoCtopR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-unBEoCtopR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unBEoCtopR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unBEoCtopR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-unBEoCtopR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-unBEoCtopR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-unBEoCtopR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-unBEoCtopR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-unBEoCtopR .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-unBEoCtopR .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-unBEoCtopR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-unBEoCtopR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unBEoCtopR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .nav-item:focus,
.cid-unBEoCtopR .nav-link:focus {
  outline: none;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unBEoCtopR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unBEoCtopR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-unBEoCtopR .navbar.opened {
  transition: all 0.25s;
}
.cid-unBEoCtopR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unBEoCtopR .navbar .navbar-logo img {
  width: auto;
}
.cid-unBEoCtopR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-unBEoCtopR .navbar.collapsed {
  justify-content: center;
}
.cid-unBEoCtopR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unBEoCtopR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unBEoCtopR .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-unBEoCtopR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unBEoCtopR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar {
    min-height: 72px;
  }
  .cid-unBEoCtopR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unBEoCtopR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unBEoCtopR .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-unBEoCtopR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unBEoCtopR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-unBEoCtopR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unBEoCtopR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-unBEoCtopR .dropdown-item.active,
.cid-unBEoCtopR .dropdown-item:active {
  background-color: transparent;
}
.cid-unBEoCtopR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-unBEoCtopR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unBEoCtopR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .navbar-buttons {
    text-align: left;
  }
}
.cid-unBEoCtopR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR .navbar-dropdown {
  padding: 0;
  background-color: #0c2c68 !important;
  position: fixed;
}
.cid-unBEoCtopR .opacityScroll {
  background: rgba(12, 44, 104, 0) !important;
}
.cid-unBEoCtopR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unBEoCtopR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unBEoCtopR .navbar {
    height: 70px;
  }
  .cid-unBEoCtopR .navbar.opened {
    height: auto;
  }
  .cid-unBEoCtopR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-unBEoCtopR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-unBEoCtopR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar-brand {
    margin-right: auto;
  }
  .cid-unBEoCtopR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-unBEoCtopR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-unBEoCtopR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unGmozw70N {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-unGmozw70N .content-text {
  max-width: 800px;
}
.cid-unGnEI9ozI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-unGnEI9ozI .mbr-fallback-image.disabled {
  display: none;
}
.cid-unGnEI9ozI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unGnEI9ozI .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-unGnEI9ozI .mbr-section-subtitle {
  text-align: left;
}
.cid-unCO0Fi46F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-unCO0Fi46F .mbr-fallback-image.disabled {
  display: none;
}
.cid-unCO0Fi46F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unCO0Fi46F .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .footer-col {
    flex-direction: column;
  }
}
.cid-unCO0Fi46F .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unCO0Fi46F .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .mbr-section-btn {
    text-align: center;
  }
}
.cid-unCO0Fi46F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unCO0Fi46F .soc-item {
  margin: 8px;
}
.cid-unCO0Fi46F .soc-item a:hover .mbr-iconfont,
.cid-unCO0Fi46F .soc-item a:focus .mbr-iconfont {
  background-color: #f38b0b;
}
.cid-unCO0Fi46F .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #f38b0b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    text-align: center;
  }
  .cid-unCO0Fi46F .social-row {
    justify-content: center;
  }
}
.cid-unCO0Fi46F .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 0rem;
  }
}
.cid-unCO0Fi46F .mbr-text {
  color: #bbbbbb;
}
.cid-unCO0Fi46F .mbr-section-subtitle {
  color: #000000;
}
.cid-unCO0Fi46F .list,
.cid-unCO0Fi46F .item-wrap {
  color: #ffffff;
}
.cid-unCO0Fi46F .copyright {
  color: #ffffff;
}
.cid-unGo7VTpqM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-unGo7VTpqM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unGo7VTpqM .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-unGo7VTpqM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unGo7VTpqM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-unGo7VTpqM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unGo7VTpqM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unGo7VTpqM .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-unGo7VTpqM .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-unGo7VTpqM .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unGo7VTpqM .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-unGo7VTpqM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-unGo7VTpqM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-unGo7VTpqM .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unGo7VTpqM .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-unGo7VTpqM .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-unGo7VTpqM .nav-link {
  width: fit-content;
  position: relative;
}
.cid-unGo7VTpqM .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-unGo7VTpqM .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-unGo7VTpqM .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unGo7VTpqM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-unGo7VTpqM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-unGo7VTpqM .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-unGo7VTpqM .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unGo7VTpqM .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-unGo7VTpqM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unGo7VTpqM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
  border-radius: 4px !important;
}
.cid-unGo7VTpqM .nav-item:focus,
.cid-unGo7VTpqM .nav-link:focus {
  outline: none;
}
.cid-unGo7VTpqM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unGo7VTpqM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unGo7VTpqM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unGo7VTpqM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unGo7VTpqM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unGo7VTpqM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unGo7VTpqM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-unGo7VTpqM .navbar.opened {
  transition: all 0.25s;
}
.cid-unGo7VTpqM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unGo7VTpqM .navbar .navbar-logo img {
  width: auto;
}
.cid-unGo7VTpqM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-unGo7VTpqM .navbar.collapsed {
  justify-content: center;
}
.cid-unGo7VTpqM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unGo7VTpqM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unGo7VTpqM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-unGo7VTpqM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unGo7VTpqM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unGo7VTpqM .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-unGo7VTpqM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unGo7VTpqM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unGo7VTpqM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unGo7VTpqM .navbar {
    min-height: 72px;
  }
  .cid-unGo7VTpqM .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-unGo7VTpqM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unGo7VTpqM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unGo7VTpqM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unGo7VTpqM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unGo7VTpqM .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-unGo7VTpqM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unGo7VTpqM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-unGo7VTpqM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unGo7VTpqM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unGo7VTpqM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-unGo7VTpqM .dropdown-item.active,
.cid-unGo7VTpqM .dropdown-item:active {
  background-color: transparent;
}
.cid-unGo7VTpqM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unGo7VTpqM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unGo7VTpqM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unGo7VTpqM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-unGo7VTpqM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-unGo7VTpqM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-unGo7VTpqM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unGo7VTpqM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-unGo7VTpqM .navbar-buttons {
    text-align: left;
  }
}
.cid-unGo7VTpqM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unGo7VTpqM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-unGo7VTpqM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unGo7VTpqM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unGo7VTpqM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unGo7VTpqM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unGo7VTpqM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unGo7VTpqM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unGo7VTpqM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unGo7VTpqM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unGo7VTpqM .navbar-dropdown {
  padding: 0;
  background-color: #0c2c68 !important;
  position: fixed;
}
.cid-unGo7VTpqM .opacityScroll {
  background: rgba(12, 44, 104, 0) !important;
}
.cid-unGo7VTpqM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unGo7VTpqM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unGo7VTpqM .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unGo7VTpqM .navbar {
    height: 70px;
  }
  .cid-unGo7VTpqM .navbar.opened {
    height: auto;
  }
  .cid-unGo7VTpqM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unGo7VTpqM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-unGo7VTpqM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-unGo7VTpqM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-unGo7VTpqM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-unGo7VTpqM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-unGo7VTpqM .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-unGo7VTpqM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-unGo7VTpqM .navbar-brand {
    margin-right: auto;
  }
  .cid-unGo7VTpqM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-unGo7VTpqM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-unGo7VTpqM .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-unGo7VTpqM .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unGo7VTpqM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-unGo7VTpqM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-unGo7VTpqM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-unGo7VTpqM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-unGo7VTpqM .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unGo7VTpqM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unGo7VTpqM .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-unGo7VTpqM .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-unGo7VTpqM .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unGo7Wzcyq {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-unGo7Wzcyq .content-text {
  max-width: 800px;
}
.cid-unGo7X862U {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unGo7X862U .mbr-fallback-image.disabled {
  display: none;
}
.cid-unGo7X862U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unGo7X862U .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-unGo7X862U .mbr-section-subtitle {
  text-align: left;
}
.cid-unGo7XFCN7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-unGo7XFCN7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unGo7XFCN7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unGo7XFCN7 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-unGo7XFCN7 .footer-col {
    flex-direction: column;
  }
}
.cid-unGo7XFCN7 .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-unGo7XFCN7 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unGo7XFCN7 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-unGo7XFCN7 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-unGo7XFCN7 .mbr-section-btn {
    text-align: center;
  }
}
.cid-unGo7XFCN7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unGo7XFCN7 .soc-item {
  margin: 8px;
}
.cid-unGo7XFCN7 .soc-item a:hover .mbr-iconfont,
.cid-unGo7XFCN7 .soc-item a:focus .mbr-iconfont {
  background-color: #f38b0b;
}
.cid-unGo7XFCN7 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #f38b0b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unGo7XFCN7 .row {
    text-align: center;
  }
  .cid-unGo7XFCN7 .social-row {
    justify-content: center;
  }
}
.cid-unGo7XFCN7 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-unGo7XFCN7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unGo7XFCN7 .list {
    margin-bottom: 0rem;
  }
}
.cid-unGo7XFCN7 .mbr-text {
  color: #bbbbbb;
}
.cid-unGo7XFCN7 .mbr-section-subtitle {
  color: #000000;
}
.cid-unGo7XFCN7 .list,
.cid-unGo7XFCN7 .item-wrap {
  color: #ffffff;
}
.cid-unGo7XFCN7 .copyright {
  color: #ffffff;
}
.cid-unBEoCtopR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-unBEoCtopR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-unBEoCtopR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unBEoCtopR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unBEoCtopR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-unBEoCtopR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-unBEoCtopR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-unBEoCtopR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-unBEoCtopR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-unBEoCtopR .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-unBEoCtopR .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-unBEoCtopR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-unBEoCtopR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unBEoCtopR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .nav-item:focus,
.cid-unBEoCtopR .nav-link:focus {
  outline: none;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unBEoCtopR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unBEoCtopR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-unBEoCtopR .navbar.opened {
  transition: all 0.25s;
}
.cid-unBEoCtopR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unBEoCtopR .navbar .navbar-logo img {
  width: auto;
}
.cid-unBEoCtopR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-unBEoCtopR .navbar.collapsed {
  justify-content: center;
}
.cid-unBEoCtopR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unBEoCtopR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unBEoCtopR .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-unBEoCtopR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unBEoCtopR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar {
    min-height: 72px;
  }
  .cid-unBEoCtopR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unBEoCtopR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unBEoCtopR .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-unBEoCtopR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unBEoCtopR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-unBEoCtopR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unBEoCtopR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-unBEoCtopR .dropdown-item.active,
.cid-unBEoCtopR .dropdown-item:active {
  background-color: transparent;
}
.cid-unBEoCtopR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-unBEoCtopR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unBEoCtopR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .navbar-buttons {
    text-align: left;
  }
}
.cid-unBEoCtopR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR .navbar-dropdown {
  padding: 0;
  background-color: #0c2c68 !important;
  position: fixed;
}
.cid-unBEoCtopR .opacityScroll {
  background: rgba(12, 44, 104, 0) !important;
}
.cid-unBEoCtopR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unBEoCtopR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unBEoCtopR .navbar {
    height: 70px;
  }
  .cid-unBEoCtopR .navbar.opened {
    height: auto;
  }
  .cid-unBEoCtopR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-unBEoCtopR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-unBEoCtopR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar-brand {
    margin-right: auto;
  }
  .cid-unBEoCtopR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-unBEoCtopR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-unBEoCtopR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unInxB5L3G {
  display: flex;
  background-image: url("../../../assets/images/41520.jpg");
}
.cid-unInxB5L3G .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-unInxB5L3G {
    align-items: center;
  }
  .cid-unInxB5L3G .row {
    justify-content: center;
  }
  .cid-unInxB5L3G .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-unInxB5L3G .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-unInxB5L3G {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-unInxB5L3G .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-unInxB5L3G .content-wrap {
    width: 100%;
  }
}
.cid-unInxB5L3G .mbr-section-title,
.cid-unInxB5L3G .mbr-section-subtitle {
  text-align: center;
}
.cid-unInxB5L3G .mbr-text,
.cid-unInxB5L3G .mbr-section-btn {
  text-align: center;
}
.cid-unIoVgwTPq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-unIoVgwTPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-unIoVgwTPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unIoVgwTPq .card-wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-unIoVgwTPq .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unIoVgwTPq .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-unIoVgwTPq .row {
  justify-content: space-between;
}
.cid-unIrsYcJ2h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/pexels-shkrabaanthony-5816293.jpeg");
}
.cid-unIrsYcJ2h .mbr-fallback-image.disabled {
  display: none;
}
.cid-unIrsYcJ2h .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-unIrsYcJ2h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unIrsYcJ2h .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-unIrsYcJ2h .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unIrsYcJ2h .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-unIrsYcJ2h .card-title,
.cid-unIrsYcJ2h .iconfont-wrapper {
  color: #000000;
}
.cid-unIrsYcJ2h .card-text {
  color: #000000;
}
.cid-unIrsYcJ2h .content-head {
  max-width: 800px;
}
.cid-unIrsYcJ2h .mbr-section-title {
  color: #f38b0b;
}
.cid-unIrsYcJ2h .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-unIrsYcJ2h .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-unIqaSCUi6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-unIqaSCUi6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unIqaSCUi6 .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-unIqaSCUi6 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-unIqaSCUi6 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-unIqaSCUi6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-unIqaSCUi6 .media-content,
.cid-unIqaSCUi6 .mbr-figure {
  align-self: center;
}
.cid-unIqaSCUi6 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-unIqaSCUi6 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-unIqaSCUi6 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-unCO0Fi46F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-unCO0Fi46F .mbr-fallback-image.disabled {
  display: none;
}
.cid-unCO0Fi46F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unCO0Fi46F .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .footer-col {
    flex-direction: column;
  }
}
.cid-unCO0Fi46F .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unCO0Fi46F .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .mbr-section-btn {
    text-align: center;
  }
}
.cid-unCO0Fi46F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unCO0Fi46F .soc-item {
  margin: 8px;
}
.cid-unCO0Fi46F .soc-item a:hover .mbr-iconfont,
.cid-unCO0Fi46F .soc-item a:focus .mbr-iconfont {
  background-color: #f38b0b;
}
.cid-unCO0Fi46F .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #f38b0b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    text-align: center;
  }
  .cid-unCO0Fi46F .social-row {
    justify-content: center;
  }
}
.cid-unCO0Fi46F .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 0rem;
  }
}
.cid-unCO0Fi46F .mbr-text {
  color: #bbbbbb;
}
.cid-unCO0Fi46F .mbr-section-subtitle {
  color: #000000;
}
.cid-unCO0Fi46F .list,
.cid-unCO0Fi46F .item-wrap {
  color: #ffffff;
}
.cid-unCO0Fi46F .copyright {
  color: #ffffff;
}
.cid-unBEoCtopR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-unBEoCtopR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-unBEoCtopR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unBEoCtopR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unBEoCtopR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-unBEoCtopR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-unBEoCtopR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-unBEoCtopR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-unBEoCtopR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-unBEoCtopR .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-unBEoCtopR .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-unBEoCtopR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-unBEoCtopR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unBEoCtopR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .nav-item:focus,
.cid-unBEoCtopR .nav-link:focus {
  outline: none;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unBEoCtopR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unBEoCtopR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-unBEoCtopR .navbar.opened {
  transition: all 0.25s;
}
.cid-unBEoCtopR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unBEoCtopR .navbar .navbar-logo img {
  width: auto;
}
.cid-unBEoCtopR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-unBEoCtopR .navbar.collapsed {
  justify-content: center;
}
.cid-unBEoCtopR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unBEoCtopR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unBEoCtopR .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-unBEoCtopR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unBEoCtopR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar {
    min-height: 72px;
  }
  .cid-unBEoCtopR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unBEoCtopR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unBEoCtopR .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-unBEoCtopR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unBEoCtopR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-unBEoCtopR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unBEoCtopR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-unBEoCtopR .dropdown-item.active,
.cid-unBEoCtopR .dropdown-item:active {
  background-color: transparent;
}
.cid-unBEoCtopR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-unBEoCtopR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unBEoCtopR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .navbar-buttons {
    text-align: left;
  }
}
.cid-unBEoCtopR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR .navbar-dropdown {
  padding: 0;
  background-color: #0c2c68 !important;
  position: fixed;
}
.cid-unBEoCtopR .opacityScroll {
  background: rgba(12, 44, 104, 0) !important;
}
.cid-unBEoCtopR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unBEoCtopR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unBEoCtopR .navbar {
    height: 70px;
  }
  .cid-unBEoCtopR .navbar.opened {
    height: auto;
  }
  .cid-unBEoCtopR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-unBEoCtopR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-unBEoCtopR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar-brand {
    margin-right: auto;
  }
  .cid-unBEoCtopR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-unBEoCtopR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-unBEoCtopR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unIufmi42A {
  display: flex;
  background-image: url("../../../assets/images/2148894023.jpg");
}
.cid-unIufmi42A .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-unIufmi42A {
    align-items: center;
  }
  .cid-unIufmi42A .row {
    justify-content: center;
  }
  .cid-unIufmi42A .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-unIufmi42A .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-unIufmi42A {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-unIufmi42A .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-unIufmi42A .content-wrap {
    width: 100%;
  }
}
.cid-unIufmi42A .mbr-section-title,
.cid-unIufmi42A .mbr-section-subtitle {
  text-align: center;
}
.cid-unIufmi42A .mbr-text,
.cid-unIufmi42A .mbr-section-btn {
  text-align: center;
}
.cid-unIufmi42A .mbr-section-title {
  color: #f38b0b;
}
.cid-unIxPhqL9N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-unIxPhqL9N .mbr-fallback-image.disabled {
  display: none;
}
.cid-unIxPhqL9N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unIxPhqL9N .card-wrapper {
  background: #0c2c68;
}
@media (max-width: 767px) {
  .cid-unIxPhqL9N .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unIxPhqL9N .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-unIxPhqL9N .card-wrapper {
    padding: 4rem;
  }
}
.cid-unIxPhqL9N .mbr-text,
.cid-unIxPhqL9N .mbr-section-btn {
  color: #ffd7ef;
}
.cid-unIxPhqL9N .card-title,
.cid-unIxPhqL9N .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-unIumda6Bi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/23017.jpg");
}
.cid-unIumda6Bi .mbr-fallback-image.disabled {
  display: none;
}
.cid-unIumda6Bi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unIumda6Bi .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-unIumda6Bi .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-unIumda6Bi .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unIumda6Bi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-unIumda6Bi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-unIumda6Bi .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #f38b0b;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #0c2c68;
  height: 80px;
  border-radius: 50%;
}
.cid-unIumda6Bi .mbr-section-title {
  color: #f38b0b;
}
.cid-unIumda6Bi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unIumda6Bi .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-unIumda6Bi .card-box .item-footer {
  margin-top: auto;
}
.cid-unIumda6Bi .content-head {
  max-width: 800px;
}
.cid-unIytmTzuF {
  background-color: #edefeb;
}
.cid-unIytmTzuF .mbr-fallback-image.disabled {
  display: none;
}
.cid-unIytmTzuF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unIytmTzuF .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-unIytmTzuF .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unIytmTzuF .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-unIytmTzuF .card-wrapper {
    padding: 4rem;
  }
}
.cid-unIytmTzuF .mbr-text,
.cid-unIytmTzuF .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-unIytmTzuF .card-title,
.cid-unIytmTzuF .card-box {
  text-align: center;
  color: #000000;
}
.cid-unIytmTzuF .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-unIytmTzuF .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-unIytmTzuF .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f38b0b;
  background-color: #f38b0b;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-unIytmTzuF .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-unIytmTzuF .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-unIytmTzuF .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #f38b0b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unIytmTzuF .mbr-text UL {
  text-align: left;
}
.cid-unIuoERKnc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/42852.jpg");
}
.cid-unIuoERKnc .mbr-fallback-image.disabled {
  display: none;
}
.cid-unIuoERKnc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unIuoERKnc .card-wrapper {
  background: #f38b0b;
}
@media (max-width: 767px) {
  .cid-unIuoERKnc .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unIuoERKnc .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-unIuoERKnc .card-wrapper {
    padding: 4rem;
  }
}
.cid-unIuoERKnc .mbr-text,
.cid-unIuoERKnc .mbr-section-btn {
  text-align: center;
}
.cid-unCO0Fi46F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-unCO0Fi46F .mbr-fallback-image.disabled {
  display: none;
}
.cid-unCO0Fi46F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unCO0Fi46F .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .footer-col {
    flex-direction: column;
  }
}
.cid-unCO0Fi46F .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unCO0Fi46F .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .mbr-section-btn {
    text-align: center;
  }
}
.cid-unCO0Fi46F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unCO0Fi46F .soc-item {
  margin: 8px;
}
.cid-unCO0Fi46F .soc-item a:hover .mbr-iconfont,
.cid-unCO0Fi46F .soc-item a:focus .mbr-iconfont {
  background-color: #f38b0b;
}
.cid-unCO0Fi46F .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #f38b0b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    text-align: center;
  }
  .cid-unCO0Fi46F .social-row {
    justify-content: center;
  }
}
.cid-unCO0Fi46F .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 0rem;
  }
}
.cid-unCO0Fi46F .mbr-text {
  color: #bbbbbb;
}
.cid-unCO0Fi46F .mbr-section-subtitle {
  color: #000000;
}
.cid-unCO0Fi46F .list,
.cid-unCO0Fi46F .item-wrap {
  color: #ffffff;
}
.cid-unCO0Fi46F .copyright {
  color: #ffffff;
}
.cid-unBEoCtopR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-unBEoCtopR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-unBEoCtopR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unBEoCtopR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unBEoCtopR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-unBEoCtopR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-unBEoCtopR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-unBEoCtopR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-unBEoCtopR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-unBEoCtopR .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-unBEoCtopR .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-unBEoCtopR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-unBEoCtopR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unBEoCtopR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .nav-item:focus,
.cid-unBEoCtopR .nav-link:focus {
  outline: none;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unBEoCtopR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unBEoCtopR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-unBEoCtopR .navbar.opened {
  transition: all 0.25s;
}
.cid-unBEoCtopR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unBEoCtopR .navbar .navbar-logo img {
  width: auto;
}
.cid-unBEoCtopR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-unBEoCtopR .navbar.collapsed {
  justify-content: center;
}
.cid-unBEoCtopR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unBEoCtopR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unBEoCtopR .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-unBEoCtopR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unBEoCtopR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar {
    min-height: 72px;
  }
  .cid-unBEoCtopR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unBEoCtopR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unBEoCtopR .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-unBEoCtopR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unBEoCtopR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-unBEoCtopR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unBEoCtopR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-unBEoCtopR .dropdown-item.active,
.cid-unBEoCtopR .dropdown-item:active {
  background-color: transparent;
}
.cid-unBEoCtopR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-unBEoCtopR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unBEoCtopR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .navbar-buttons {
    text-align: left;
  }
}
.cid-unBEoCtopR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR .navbar-dropdown {
  padding: 0;
  background-color: #0c2c68 !important;
  position: fixed;
}
.cid-unBEoCtopR .opacityScroll {
  background: rgba(12, 44, 104, 0) !important;
}
.cid-unBEoCtopR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unBEoCtopR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unBEoCtopR .navbar {
    height: 70px;
  }
  .cid-unBEoCtopR .navbar.opened {
    height: auto;
  }
  .cid-unBEoCtopR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-unBEoCtopR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-unBEoCtopR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar-brand {
    margin-right: auto;
  }
  .cid-unBEoCtopR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-unBEoCtopR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-unBEoCtopR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unIBmQStJn {
  display: flex;
  background-image: url("../../../assets/images/124515.jpg");
}
.cid-unIBmQStJn .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-unIBmQStJn {
    align-items: center;
  }
  .cid-unIBmQStJn .row {
    justify-content: center;
  }
  .cid-unIBmQStJn .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-unIBmQStJn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-unIBmQStJn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-unIBmQStJn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-unIBmQStJn .content-wrap {
    width: 100%;
  }
}
.cid-unIBmQStJn .mbr-section-title,
.cid-unIBmQStJn .mbr-section-subtitle {
  text-align: center;
}
.cid-unIBmQStJn .mbr-text,
.cid-unIBmQStJn .mbr-section-btn {
  text-align: center;
}
.cid-unIBmQStJn .mbr-section-title {
  color: #f38b0b;
}
.cid-unIDKaGOXU {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-unIDKaGOXU .mbr-fallback-image.disabled {
  display: none;
}
.cid-unIDKaGOXU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unIDKaGOXU .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-unIDKaGOXU .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unIDKaGOXU .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-unIDKaGOXU .card-wrapper {
    padding: 4rem;
  }
}
.cid-unIDKaGOXU .wrap {
  background: url("../../../assets/images/background1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-unIDKaGOXU .wrap .inner-wrap {
  padding: 40px;
}
.cid-unIDKaGOXU .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-unIDKaGOXU .mbr-text,
.cid-unIDKaGOXU .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-unIBVJrdWA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/2150690152.jpg");
}
.cid-unIBVJrdWA .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-unIBVJrdWA .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unIBVJrdWA .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unIBVJrdWA .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-unIBVJrdWA .card-title,
.cid-unIBVJrdWA .iconfont-wrapper {
  color: #000000;
}
.cid-unIBVJrdWA .card-text {
  color: #000000;
  text-align: left;
}
.cid-unIBVJrdWA .content-head {
  max-width: 800px;
}
.cid-unIBVJrdWA .mbr-section-title {
  color: #000000;
}
.cid-unIBVJrdWA .card-title,
.cid-unIBVJrdWA .img-wrapper {
  text-align: center;
}
.cid-unIBVJrdWA .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-unIEHU1CE8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/42852.jpg");
}
.cid-unIEHU1CE8 .row {
  flex-direction: row-reverse;
}
.cid-unIEHU1CE8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unIEHU1CE8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unIEHU1CE8 .mbr-description {
  text-align: left;
}
.cid-unIEHU1CE8 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-unIEHU1CE8 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unIEHU1CE8 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-unIEHU1CE8 .card-title,
.cid-unIEHU1CE8 .iconfont-wrapper {
  color: #000000;
}
.cid-unIEHU1CE8 .card-text {
  color: #000000;
}
.cid-unIEHU1CE8 .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-unIEHU1CE8 .mbr-text,
.cid-unIEHU1CE8 .mbr-section-btn {
  text-align: center;
}
.cid-unIEHU1CE8 .card-text,
.cid-unIEHU1CE8 .item .mbr-section-btn {
  text-align: left;
}
.cid-unIEHU1CE8 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-unIEHU1CE8 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-unIEHU1CE8 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f38b0b;
  background-color: #f38b0b;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-unIEHU1CE8 .mbr-text UL {
  text-align: left;
}
.cid-unCO0Fi46F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-unCO0Fi46F .mbr-fallback-image.disabled {
  display: none;
}
.cid-unCO0Fi46F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unCO0Fi46F .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .footer-col {
    flex-direction: column;
  }
}
.cid-unCO0Fi46F .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unCO0Fi46F .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .mbr-section-btn {
    text-align: center;
  }
}
.cid-unCO0Fi46F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unCO0Fi46F .soc-item {
  margin: 8px;
}
.cid-unCO0Fi46F .soc-item a:hover .mbr-iconfont,
.cid-unCO0Fi46F .soc-item a:focus .mbr-iconfont {
  background-color: #f38b0b;
}
.cid-unCO0Fi46F .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #f38b0b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    text-align: center;
  }
  .cid-unCO0Fi46F .social-row {
    justify-content: center;
  }
}
.cid-unCO0Fi46F .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 0rem;
  }
}
.cid-unCO0Fi46F .mbr-text {
  color: #bbbbbb;
}
.cid-unCO0Fi46F .mbr-section-subtitle {
  color: #000000;
}
.cid-unCO0Fi46F .list,
.cid-unCO0Fi46F .item-wrap {
  color: #ffffff;
}
.cid-unCO0Fi46F .copyright {
  color: #ffffff;
}
.cid-unBEoCtopR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-unBEoCtopR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-unBEoCtopR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unBEoCtopR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unBEoCtopR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-unBEoCtopR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-unBEoCtopR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-unBEoCtopR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-unBEoCtopR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-unBEoCtopR .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-unBEoCtopR .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-unBEoCtopR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-unBEoCtopR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unBEoCtopR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .nav-item:focus,
.cid-unBEoCtopR .nav-link:focus {
  outline: none;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unBEoCtopR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unBEoCtopR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-unBEoCtopR .navbar.opened {
  transition: all 0.25s;
}
.cid-unBEoCtopR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unBEoCtopR .navbar .navbar-logo img {
  width: auto;
}
.cid-unBEoCtopR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-unBEoCtopR .navbar.collapsed {
  justify-content: center;
}
.cid-unBEoCtopR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unBEoCtopR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unBEoCtopR .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-unBEoCtopR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unBEoCtopR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar {
    min-height: 72px;
  }
  .cid-unBEoCtopR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unBEoCtopR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unBEoCtopR .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-unBEoCtopR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unBEoCtopR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-unBEoCtopR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unBEoCtopR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-unBEoCtopR .dropdown-item.active,
.cid-unBEoCtopR .dropdown-item:active {
  background-color: transparent;
}
.cid-unBEoCtopR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-unBEoCtopR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unBEoCtopR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .navbar-buttons {
    text-align: left;
  }
}
.cid-unBEoCtopR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR .navbar-dropdown {
  padding: 0;
  background-color: #0c2c68 !important;
  position: fixed;
}
.cid-unBEoCtopR .opacityScroll {
  background: rgba(12, 44, 104, 0) !important;
}
.cid-unBEoCtopR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unBEoCtopR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unBEoCtopR .navbar {
    height: 70px;
  }
  .cid-unBEoCtopR .navbar.opened {
    height: auto;
  }
  .cid-unBEoCtopR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-unBEoCtopR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-unBEoCtopR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar-brand {
    margin-right: auto;
  }
  .cid-unBEoCtopR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-unBEoCtopR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-unBEoCtopR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unIH7owidv {
  display: flex;
  background-image: url("../../../assets/images/13747.jpg");
}
.cid-unIH7owidv .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-unIH7owidv {
    align-items: center;
  }
  .cid-unIH7owidv .row {
    justify-content: center;
  }
  .cid-unIH7owidv .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-unIH7owidv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-unIH7owidv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-unIH7owidv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-unIH7owidv .content-wrap {
    width: 100%;
  }
}
.cid-unIH7owidv .mbr-section-title,
.cid-unIH7owidv .mbr-section-subtitle {
  text-align: center;
}
.cid-unIH7owidv .mbr-text,
.cid-unIH7owidv .mbr-section-btn {
  text-align: center;
}
.cid-unIH7owidv .mbr-section-title {
  color: #0c2c68;
}
.cid-unIH7owidv .mbr-section-subtitle {
  color: #f38b0b;
}
.cid-unIJ3BY0ZY {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-unIJ3BY0ZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-unIJ3BY0ZY .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-unIJ3BY0ZY .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unIJ3BY0ZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unIJ3BY0ZY .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #f38b0b;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #0c2c68;
  height: 80px;
  border-radius: 50%;
}
.cid-unIJ3BY0ZY .card-title,
.cid-unIJ3BY0ZY .iconfont-wrapper,
.cid-unIJ3BY0ZY .card-text {
  color: #000000;
  text-align: center;
}
.cid-unIJ3BY0ZY .content-head {
  max-width: 800px;
}
.cid-unIJ3BY0ZY .mbr-section-title {
  color: #000000;
}
.cid-unIJ3BY0ZY .mbr-section-btn {
  text-align: center;
}
.cid-unIKjKqdIO {
  background-image: url("../../../assets/images/course-2.jpg");
}
.cid-unIKjKqdIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-unIKjKqdIO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unIKjKqdIO .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-unIKjKqdIO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unIKjKqdIO .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-unIKjKqdIO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-unIKjKqdIO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-unIKjKqdIO .mbr-section-title {
  color: #000000;
}
.cid-unIKjKqdIO .mbr-text,
.cid-unIKjKqdIO .mbr-section-btn {
  color: #000000;
}
.cid-unIKjKqdIO img {
  width: 100%;
  height: 100%;
}
.cid-unINSj0G2R {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-unINSj0G2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-unINSj0G2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unINSj0G2R .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-unINSj0G2R .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unINSj0G2R .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-unINSj0G2R .content-head {
  max-width: 800px;
}
.cid-unCO0Fi46F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-unCO0Fi46F .mbr-fallback-image.disabled {
  display: none;
}
.cid-unCO0Fi46F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unCO0Fi46F .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .footer-col {
    flex-direction: column;
  }
}
.cid-unCO0Fi46F .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unCO0Fi46F .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .mbr-section-btn {
    text-align: center;
  }
}
.cid-unCO0Fi46F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unCO0Fi46F .soc-item {
  margin: 8px;
}
.cid-unCO0Fi46F .soc-item a:hover .mbr-iconfont,
.cid-unCO0Fi46F .soc-item a:focus .mbr-iconfont {
  background-color: #f38b0b;
}
.cid-unCO0Fi46F .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #f38b0b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    text-align: center;
  }
  .cid-unCO0Fi46F .social-row {
    justify-content: center;
  }
}
.cid-unCO0Fi46F .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 0rem;
  }
}
.cid-unCO0Fi46F .mbr-text {
  color: #bbbbbb;
}
.cid-unCO0Fi46F .mbr-section-subtitle {
  color: #000000;
}
.cid-unCO0Fi46F .list,
.cid-unCO0Fi46F .item-wrap {
  color: #ffffff;
}
.cid-unCO0Fi46F .copyright {
  color: #ffffff;
}
.cid-unBEoCtopR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-unBEoCtopR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-unBEoCtopR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unBEoCtopR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unBEoCtopR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-unBEoCtopR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-unBEoCtopR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-unBEoCtopR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-unBEoCtopR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-unBEoCtopR .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-unBEoCtopR .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-unBEoCtopR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-unBEoCtopR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unBEoCtopR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .nav-item:focus,
.cid-unBEoCtopR .nav-link:focus {
  outline: none;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unBEoCtopR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unBEoCtopR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-unBEoCtopR .navbar.opened {
  transition: all 0.25s;
}
.cid-unBEoCtopR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unBEoCtopR .navbar .navbar-logo img {
  width: auto;
}
.cid-unBEoCtopR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-unBEoCtopR .navbar.collapsed {
  justify-content: center;
}
.cid-unBEoCtopR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unBEoCtopR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unBEoCtopR .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-unBEoCtopR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unBEoCtopR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar {
    min-height: 72px;
  }
  .cid-unBEoCtopR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unBEoCtopR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unBEoCtopR .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-unBEoCtopR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unBEoCtopR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-unBEoCtopR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unBEoCtopR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-unBEoCtopR .dropdown-item.active,
.cid-unBEoCtopR .dropdown-item:active {
  background-color: transparent;
}
.cid-unBEoCtopR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-unBEoCtopR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unBEoCtopR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .navbar-buttons {
    text-align: left;
  }
}
.cid-unBEoCtopR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR .navbar-dropdown {
  padding: 0;
  background-color: #0c2c68 !important;
  position: fixed;
}
.cid-unBEoCtopR .opacityScroll {
  background: rgba(12, 44, 104, 0) !important;
}
.cid-unBEoCtopR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unBEoCtopR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unBEoCtopR .navbar {
    height: 70px;
  }
  .cid-unBEoCtopR .navbar.opened {
    height: auto;
  }
  .cid-unBEoCtopR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-unBEoCtopR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-unBEoCtopR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar-brand {
    margin-right: auto;
  }
  .cid-unBEoCtopR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-unBEoCtopR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-unBEoCtopR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unNBusE4NE {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f38b0b;
}
.cid-unNBusE4NE input {
  padding: 1.5rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-unNBusE4NE input:hover {
  border: none !important;
}
.cid-unNBusE4NE .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-unNBusE4NE .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-unNBusE4NE .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unNBusE4NE .row {
    justify-content: center;
  }
}
.cid-unNBusE4NE .mbr-section-btn {
  display: flex;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-unNBusE4NE .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-unNBusE4NE .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-unNBusE4NE .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-unNBusE4NE .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-unNBusE4NE .justify-content-center {
  align-items: center;
}
.cid-unNBusE4NE .mbr-section-title {
  color: #260a30;
}
.cid-unNBusE4NE .mbr-text {
  color: #000000;
}
.cid-unNGFIMbDG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-unNGFIMbDG .mbr-text {
  color: #000000;
}
.cid-unNGFIMbDG .mbr-section-subtitle {
  color: #000000;
}
.cid-unNGFIMbDG .mbr-section-title {
  color: #000000;
}
.cid-unNHrnHMjC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/course-2.jpg");
}
.cid-unNHrnHMjC .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-unNHrnHMjC img,
.cid-unNHrnHMjC .item-img {
  width: 100%;
  height: 100%;
  height: 140px;
  object-fit: cover;
}
.cid-unNHrnHMjC .item:focus,
.cid-unNHrnHMjC span:focus {
  outline: none;
}
.cid-unNHrnHMjC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-unNHrnHMjC .item {
    margin-bottom: 1rem;
  }
}
.cid-unNHrnHMjC .item-content {
  margin-top: 0rem;
  padding: 0 2.25rem 0.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unNHrnHMjC .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-unNHrnHMjC .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-unNHrnHMjC .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-unNHrnHMjC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-unNHrnHMjC .mbr-section-title {
  color: #000000;
}
.cid-unNHrnHMjC .item-title {
  text-align: left;
}
.cid-unNHrnHMjC .item-subtitle {
  text-align: left;
}
.cid-unNHrnHMjC .mbr-text,
.cid-unNHrnHMjC .item .mbr-section-btn {
  text-align: left;
}
.cid-unNHrnHMjC .content-head {
  max-width: 800px;
}
.cid-unNHrnHMjC .mbr-section-subtitle,
.cid-unNHrnHMjC .mbr-section-head .mbr-section-btn {
  color: #f38b0b;
}
.cid-unNRetMvzT {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/2151419507.jpg");
}
.cid-unNRetMvzT .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-unNRetMvzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-unNRetMvzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unNRetMvzT .item-wrapper {
  background: #f38b0b;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-unNRetMvzT .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unNRetMvzT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.cid-unNRetMvzT .card-title,
.cid-unNRetMvzT .iconfont-wrapper {
  color: #000000;
}
.cid-unNRetMvzT .content-head {
  max-width: 800px;
}
.cid-unNRetMvzT .mbr-section-title {
  color: #000000;
}
.cid-unNRetMvzT .mbr-section-subtitle {
  color: #000000;
}
.cid-unNRetMvzT .card-text {
  color: #000000;
}
.cid-unNRetMvzT .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-unNRetMvzT .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-unNSo0iJEK {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-unNSo0iJEK .mbr-fallback-image.disabled {
  display: none;
}
.cid-unNSo0iJEK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unNSo0iJEK .mbr-description {
  text-align: left;
}
.cid-unNSo0iJEK .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-unNSo0iJEK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unNSo0iJEK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-unNSo0iJEK .card-title,
.cid-unNSo0iJEK .iconfont-wrapper {
  color: #000000;
}
.cid-unNSo0iJEK .card-text {
  color: #000000;
}
.cid-unNSo0iJEK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-unNSo0iJEK .mbr-number {
  color: #9fe870;
}
.cid-unNSo0iJEK .mbr-text,
.cid-unNSo0iJEK .mbr-section-btn {
  text-align: center;
}
.cid-unNSo0iJEK .card-text,
.cid-unNSo0iJEK .item .mbr-section-btn {
  text-align: left;
}
.cid-unCO0Fi46F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-unCO0Fi46F .mbr-fallback-image.disabled {
  display: none;
}
.cid-unCO0Fi46F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unCO0Fi46F .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .footer-col {
    flex-direction: column;
  }
}
.cid-unCO0Fi46F .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unCO0Fi46F .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .mbr-section-btn {
    text-align: center;
  }
}
.cid-unCO0Fi46F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unCO0Fi46F .soc-item {
  margin: 8px;
}
.cid-unCO0Fi46F .soc-item a:hover .mbr-iconfont,
.cid-unCO0Fi46F .soc-item a:focus .mbr-iconfont {
  background-color: #f38b0b;
}
.cid-unCO0Fi46F .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #f38b0b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    text-align: center;
  }
  .cid-unCO0Fi46F .social-row {
    justify-content: center;
  }
}
.cid-unCO0Fi46F .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 0rem;
  }
}
.cid-unCO0Fi46F .mbr-text {
  color: #bbbbbb;
}
.cid-unCO0Fi46F .mbr-section-subtitle {
  color: #000000;
}
.cid-unCO0Fi46F .list,
.cid-unCO0Fi46F .item-wrap {
  color: #ffffff;
}
.cid-unCO0Fi46F .copyright {
  color: #ffffff;
}
.cid-unBEoCtopR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-unBEoCtopR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-unBEoCtopR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unBEoCtopR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unBEoCtopR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-unBEoCtopR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-unBEoCtopR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-unBEoCtopR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-unBEoCtopR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-unBEoCtopR .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-unBEoCtopR .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-unBEoCtopR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-unBEoCtopR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unBEoCtopR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .nav-item:focus,
.cid-unBEoCtopR .nav-link:focus {
  outline: none;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unBEoCtopR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unBEoCtopR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-unBEoCtopR .navbar.opened {
  transition: all 0.25s;
}
.cid-unBEoCtopR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unBEoCtopR .navbar .navbar-logo img {
  width: auto;
}
.cid-unBEoCtopR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-unBEoCtopR .navbar.collapsed {
  justify-content: center;
}
.cid-unBEoCtopR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unBEoCtopR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unBEoCtopR .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-unBEoCtopR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unBEoCtopR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar {
    min-height: 72px;
  }
  .cid-unBEoCtopR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unBEoCtopR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unBEoCtopR .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-unBEoCtopR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unBEoCtopR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-unBEoCtopR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unBEoCtopR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-unBEoCtopR .dropdown-item.active,
.cid-unBEoCtopR .dropdown-item:active {
  background-color: transparent;
}
.cid-unBEoCtopR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-unBEoCtopR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unBEoCtopR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .navbar-buttons {
    text-align: left;
  }
}
.cid-unBEoCtopR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR .navbar-dropdown {
  padding: 0;
  background-color: #0c2c68 !important;
  position: fixed;
}
.cid-unBEoCtopR .opacityScroll {
  background: rgba(12, 44, 104, 0) !important;
}
.cid-unBEoCtopR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unBEoCtopR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unBEoCtopR .navbar {
    height: 70px;
  }
  .cid-unBEoCtopR .navbar.opened {
    height: auto;
  }
  .cid-unBEoCtopR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-unBEoCtopR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-unBEoCtopR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar-brand {
    margin-right: auto;
  }
  .cid-unBEoCtopR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-unBEoCtopR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-unBEoCtopR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unNUo3Rz9T {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/41520.jpg");
}
.cid-unNUo3Rz9T .content-head {
  max-width: 800px;
}
.cid-unNUo3Rz9T .mbr-section-title {
  color: #f38b0b;
}
.cid-unNV60wT84 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unNV60wT84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unNV60wT84 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unNV60wT84 .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-unNV60wT84 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unNV60wT84 .row {
  align-items: center;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (max-width: 991px) {
  .cid-unNV60wT84 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-unNV60wT84 .text-wrapper {
    padding: 0 0rem;
  }
}
.cid-unNV60wT84 .mbr-section-title {
  color: #000000;
}
.cid-unNV60wT84 .mbr-text,
.cid-unNV60wT84 .mbr-section-btn {
  color: #000000;
}
.cid-unNV60wT84 img {
  width: 100%;
  height: 100%;
}
.cid-unNWt3vcsJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/8983.jpg");
}
.cid-unNWt3vcsJ .mbr-overlay {
  background: #000000;
  opacity: 0.6;
}
.cid-unNWt3vcsJ .item:focus,
.cid-unNWt3vcsJ span:focus {
  outline: none;
}
.cid-unNWt3vcsJ .item {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-unNWt3vcsJ .item {
    margin-bottom: 1rem;
  }
}
.cid-unNWt3vcsJ .item-content {
  margin-top: 0rem;
  padding: 0 1.25rem 0.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unNWt3vcsJ .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-unNWt3vcsJ .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-unNWt3vcsJ .item-wrapper {
  position: relative;
  background: #f38b0b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-unNWt3vcsJ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-unNWt3vcsJ .mbr-section-title {
  color: #f38b0b;
  text-align: center;
}
.cid-unNWt3vcsJ .mbr-text,
.cid-unNWt3vcsJ .item .mbr-section-btn {
  text-align: center;
}
.cid-unNWt3vcsJ .content-head {
  max-width: 800px;
}
.cid-unNWt3vcsJ .mbr-number {
  color: #0c2c68;
}
.cid-unNWt3vcsJ .mbr-section-subtitle,
.cid-unNWt3vcsJ .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-unNWt3vcsJ .mbr-text {
  text-align: left;
}
.cid-unNWt3vcsJ .mbr-text,
.cid-unNWt3vcsJ .mbr-card-btn {
  text-align: left;
}
.cid-unNWt3vcsJ .mbr-text,
.cid-unNWt3vcsJ .mbr-section-btn {
  text-align: left;
}
.cid-unNWt3vcsJ .mbr-text,
.cid-unNWt3vcsJ .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-unNWt3vcsJ .card-text,
.cid-unNWt3vcsJ .item .mbr-section-btn {
  text-align: left;
}
.cid-unNWt3vcsJ .card-title {
  text-align: left;
}
.cid-unCO0Fi46F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-unCO0Fi46F .mbr-fallback-image.disabled {
  display: none;
}
.cid-unCO0Fi46F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unCO0Fi46F .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .footer-col {
    flex-direction: column;
  }
}
.cid-unCO0Fi46F .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unCO0Fi46F .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .mbr-section-btn {
    text-align: center;
  }
}
.cid-unCO0Fi46F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unCO0Fi46F .soc-item {
  margin: 8px;
}
.cid-unCO0Fi46F .soc-item a:hover .mbr-iconfont,
.cid-unCO0Fi46F .soc-item a:focus .mbr-iconfont {
  background-color: #f38b0b;
}
.cid-unCO0Fi46F .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #f38b0b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    text-align: center;
  }
  .cid-unCO0Fi46F .social-row {
    justify-content: center;
  }
}
.cid-unCO0Fi46F .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 0rem;
  }
}
.cid-unCO0Fi46F .mbr-text {
  color: #bbbbbb;
}
.cid-unCO0Fi46F .mbr-section-subtitle {
  color: #000000;
}
.cid-unCO0Fi46F .list,
.cid-unCO0Fi46F .item-wrap {
  color: #ffffff;
}
.cid-unCO0Fi46F .copyright {
  color: #ffffff;
}
.cid-unBEoCtopR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-unBEoCtopR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-unBEoCtopR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unBEoCtopR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unBEoCtopR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-unBEoCtopR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-unBEoCtopR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-unBEoCtopR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-unBEoCtopR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-unBEoCtopR .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-unBEoCtopR .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-unBEoCtopR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-unBEoCtopR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unBEoCtopR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .nav-item:focus,
.cid-unBEoCtopR .nav-link:focus {
  outline: none;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unBEoCtopR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unBEoCtopR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-unBEoCtopR .navbar.opened {
  transition: all 0.25s;
}
.cid-unBEoCtopR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unBEoCtopR .navbar .navbar-logo img {
  width: auto;
}
.cid-unBEoCtopR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-unBEoCtopR .navbar.collapsed {
  justify-content: center;
}
.cid-unBEoCtopR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unBEoCtopR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unBEoCtopR .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-unBEoCtopR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unBEoCtopR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar {
    min-height: 72px;
  }
  .cid-unBEoCtopR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unBEoCtopR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unBEoCtopR .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-unBEoCtopR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unBEoCtopR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-unBEoCtopR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unBEoCtopR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-unBEoCtopR .dropdown-item.active,
.cid-unBEoCtopR .dropdown-item:active {
  background-color: transparent;
}
.cid-unBEoCtopR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-unBEoCtopR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unBEoCtopR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .navbar-buttons {
    text-align: left;
  }
}
.cid-unBEoCtopR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR .navbar-dropdown {
  padding: 0;
  background-color: #0c2c68 !important;
  position: fixed;
}
.cid-unBEoCtopR .opacityScroll {
  background: rgba(12, 44, 104, 0) !important;
}
.cid-unBEoCtopR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unBEoCtopR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unBEoCtopR .navbar {
    height: 70px;
  }
  .cid-unBEoCtopR .navbar.opened {
    height: auto;
  }
  .cid-unBEoCtopR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-unBEoCtopR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-unBEoCtopR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar-brand {
    margin-right: auto;
  }
  .cid-unBEoCtopR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-unBEoCtopR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-unBEoCtopR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unNZ4q8Xso {
  display: flex;
  background-image: url("../../../assets/images/2148148336.jpg");
}
.cid-unNZ4q8Xso .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-unNZ4q8Xso {
    align-items: center;
  }
  .cid-unNZ4q8Xso .row {
    justify-content: center;
  }
  .cid-unNZ4q8Xso .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-unNZ4q8Xso .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-unNZ4q8Xso {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-unNZ4q8Xso .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-unNZ4q8Xso .content-wrap {
    width: 100%;
  }
}
.cid-unNZ4q8Xso .mbr-section-title,
.cid-unNZ4q8Xso .mbr-section-subtitle {
  text-align: center;
}
.cid-unNZ4q8Xso .mbr-text,
.cid-unNZ4q8Xso .mbr-section-btn {
  text-align: center;
  color: #f38b0b;
}
.cid-unNZ4q8Xso .mbr-section-title {
  color: #f38b0b;
}
.cid-unOeELJmH7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-unOeELJmH7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unOeELJmH7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unOeELJmH7 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-unOeELJmH7 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unOeELJmH7 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-unOeELJmH7 .card-wrapper {
    padding-left: 4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 4rem;

  }
}
.cid-unOeELJmH7 .wrap {
  background: url("../../../assets/images/background1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-unOeELJmH7 .wrap .inner-wrap {
  padding: 40px;
}
.cid-unOeELJmH7 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-unOeELJmH7 .mbr-text,
.cid-unOeELJmH7 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-unOfn7BXld {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/20607.jpg");
}
.cid-unOfn7BXld .mbr-fallback-image.disabled {
  display: none;
}
.cid-unOfn7BXld .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-unOfn7BXld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unOfn7BXld .item-wrapper {
  background: #edefeb;
  margin-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
  padding-right: 1.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-unOfn7BXld .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unOfn7BXld .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-unOfn7BXld .card-title,
.cid-unOfn7BXld .iconfont-wrapper {
  color: #000000;
}
.cid-unOfn7BXld .card-text {
  color: #000000;
}
.cid-unOfn7BXld .content-head {
  max-width: 1200px;
}
.cid-unOfn7BXld .mbr-section-title {
  color: #000000;
}
.cid-unOfn7BXld .item-mb {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-unOfn7BXld .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-unOfn7BXld .card-title,
.cid-unOfn7BXld .img-wrapper {
  color: #0c2c68;
}
.cid-unOjFKeQHB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-unOjFKeQHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-unOjFKeQHB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unOjFKeQHB .mbr-text {
  color: #000000;
  text-align: left;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-unOjFKeQHB .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-unOjFKeQHB .mbr-section-subtitle {
  color: #000000;
}
.cid-unOjFKeQHB .item-wrapper {
  background: #0c2c68;
  margin-bottom: 1rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-unOjFKeQHB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unOjFKeQHB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-unOjFKeQHB .mbr-number {
  color: #d70081;
}
.cid-unOjFKeQHB .row {
  flex-direction: row-reverse;
}
.cid-unOjFKeQHB .mbr-section-title {
  text-align: center;
}
.cid-unOjFKeQHB .mbr-subtitle {
  text-align: center;
}
.cid-unOjFKeQHB .card-text,
.cid-unOjFKeQHB .item .mbr-section-btn {
  text-align: left;
  color: #f38b0b;
}
.cid-unCO0Fi46F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-unCO0Fi46F .mbr-fallback-image.disabled {
  display: none;
}
.cid-unCO0Fi46F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unCO0Fi46F .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .footer-col {
    flex-direction: column;
  }
}
.cid-unCO0Fi46F .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unCO0Fi46F .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .mbr-section-btn {
    text-align: center;
  }
}
.cid-unCO0Fi46F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unCO0Fi46F .soc-item {
  margin: 8px;
}
.cid-unCO0Fi46F .soc-item a:hover .mbr-iconfont,
.cid-unCO0Fi46F .soc-item a:focus .mbr-iconfont {
  background-color: #f38b0b;
}
.cid-unCO0Fi46F .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #f38b0b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    text-align: center;
  }
  .cid-unCO0Fi46F .social-row {
    justify-content: center;
  }
}
.cid-unCO0Fi46F .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 0rem;
  }
}
.cid-unCO0Fi46F .mbr-text {
  color: #bbbbbb;
}
.cid-unCO0Fi46F .mbr-section-subtitle {
  color: #000000;
}
.cid-unCO0Fi46F .list,
.cid-unCO0Fi46F .item-wrap {
  color: #ffffff;
}
.cid-unCO0Fi46F .copyright {
  color: #ffffff;
}
.cid-unBEoCtopR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-unBEoCtopR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-unBEoCtopR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unBEoCtopR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unBEoCtopR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-unBEoCtopR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-unBEoCtopR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-unBEoCtopR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-unBEoCtopR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-unBEoCtopR .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-unBEoCtopR .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-unBEoCtopR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-unBEoCtopR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unBEoCtopR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .nav-item:focus,
.cid-unBEoCtopR .nav-link:focus {
  outline: none;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unBEoCtopR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unBEoCtopR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-unBEoCtopR .navbar.opened {
  transition: all 0.25s;
}
.cid-unBEoCtopR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unBEoCtopR .navbar .navbar-logo img {
  width: auto;
}
.cid-unBEoCtopR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-unBEoCtopR .navbar.collapsed {
  justify-content: center;
}
.cid-unBEoCtopR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unBEoCtopR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unBEoCtopR .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-unBEoCtopR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unBEoCtopR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar {
    min-height: 72px;
  }
  .cid-unBEoCtopR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unBEoCtopR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unBEoCtopR .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-unBEoCtopR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unBEoCtopR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-unBEoCtopR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unBEoCtopR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-unBEoCtopR .dropdown-item.active,
.cid-unBEoCtopR .dropdown-item:active {
  background-color: transparent;
}
.cid-unBEoCtopR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-unBEoCtopR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unBEoCtopR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .navbar-buttons {
    text-align: left;
  }
}
.cid-unBEoCtopR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR .navbar-dropdown {
  padding: 0;
  background-color: #0c2c68 !important;
  position: fixed;
}
.cid-unBEoCtopR .opacityScroll {
  background: rgba(12, 44, 104, 0) !important;
}
.cid-unBEoCtopR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unBEoCtopR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unBEoCtopR .navbar {
    height: 70px;
  }
  .cid-unBEoCtopR .navbar.opened {
    height: auto;
  }
  .cid-unBEoCtopR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-unBEoCtopR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-unBEoCtopR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar-brand {
    margin-right: auto;
  }
  .cid-unBEoCtopR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-unBEoCtopR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-unBEoCtopR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unOmcrZZW5 {
  display: flex;
  background-image: url("../../../assets/images/41520.jpg");
}
.cid-unOmcrZZW5 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-unOmcrZZW5 {
    align-items: center;
  }
  .cid-unOmcrZZW5 .row {
    justify-content: center;
  }
  .cid-unOmcrZZW5 .content-wrap {
    padding: 0rem 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-unOmcrZZW5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-unOmcrZZW5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-unOmcrZZW5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-unOmcrZZW5 .content-wrap {
    width: 100%;
  }
}
.cid-unOmcrZZW5 .mbr-section-title,
.cid-unOmcrZZW5 .mbr-section-subtitle {
  text-align: center;
}
.cid-unOmcrZZW5 .mbr-text,
.cid-unOmcrZZW5 .mbr-section-btn {
  text-align: center;
}
.cid-unOmGfDz8h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-unOmGfDz8h .mbr-fallback-image.disabled {
  display: none;
}
.cid-unOmGfDz8h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unOmGfDz8h .card-wrapper {
  background: #ffffff;
  padding: 1.5rem;
}
@media (max-width: 992px) {
  .cid-unOmGfDz8h .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unOmGfDz8h .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-unOmGfDz8h .row {
  justify-content: space-between;
}
.cid-unOnjUOQQA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1649.jpg");
}
.cid-unOnjUOQQA .mbr-fallback-image.disabled {
  display: none;
}
.cid-unOnjUOQQA .item-wrapper {
  margin-bottom: -1rem;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .cid-unOnjUOQQA .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unOnjUOQQA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unOnjUOQQA .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #f38b0b;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #0c2c68;
  height: 80px;
  border-radius: 50%;
}
.cid-unOnjUOQQA .card-title,
.cid-unOnjUOQQA .iconfont-wrapper,
.cid-unOnjUOQQA .card-text {
  color: #000000;
  text-align: center;
}
.cid-unOnjUOQQA .content-head {
  max-width: 800px;
}
.cid-unOnjUOQQA .mbr-section-title {
  color: #ffffff;
}
.cid-unOnjUOQQA .mbr-section-btn {
  text-align: center;
}
.cid-unOnjUOQQA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unOnjUOQQA .card-title,
.cid-unOnjUOQQA .iconfont-wrapper {
  color: #f38b0b;
}
.cid-unOnjUOQQA .card-text,
.cid-unOnjUOQQA .mbr-section-btn {
  color: #ffffff;
}
.cid-unOr1la5DT {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-unOr1la5DT .mbr-fallback-image.disabled {
  display: none;
}
.cid-unOr1la5DT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-unOr1la5DT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unOr1la5DT .row {
  flex-direction: row-reverse;
}
.cid-unOr1la5DT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-unOr1la5DT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-unOr1la5DT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-unOr1la5DT .mbr-section-title {
  color: #000000;
}
.cid-unOr1la5DT .mbr-text,
.cid-unOr1la5DT .mbr-section-btn {
  color: #000000;
}
.cid-unCO0Fi46F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-unCO0Fi46F .mbr-fallback-image.disabled {
  display: none;
}
.cid-unCO0Fi46F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unCO0Fi46F .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .footer-col {
    flex-direction: column;
  }
}
.cid-unCO0Fi46F .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unCO0Fi46F .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .mbr-section-btn {
    text-align: center;
  }
}
.cid-unCO0Fi46F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unCO0Fi46F .soc-item {
  margin: 8px;
}
.cid-unCO0Fi46F .soc-item a:hover .mbr-iconfont,
.cid-unCO0Fi46F .soc-item a:focus .mbr-iconfont {
  background-color: #f38b0b;
}
.cid-unCO0Fi46F .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #f38b0b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    text-align: center;
  }
  .cid-unCO0Fi46F .social-row {
    justify-content: center;
  }
}
.cid-unCO0Fi46F .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 0rem;
  }
}
.cid-unCO0Fi46F .mbr-text {
  color: #bbbbbb;
}
.cid-unCO0Fi46F .mbr-section-subtitle {
  color: #000000;
}
.cid-unCO0Fi46F .list,
.cid-unCO0Fi46F .item-wrap {
  color: #ffffff;
}
.cid-unCO0Fi46F .copyright {
  color: #ffffff;
}
.cid-unBEoCtopR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-unBEoCtopR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-unBEoCtopR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unBEoCtopR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unBEoCtopR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-unBEoCtopR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-unBEoCtopR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-unBEoCtopR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-unBEoCtopR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-unBEoCtopR .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-unBEoCtopR .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-unBEoCtopR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-unBEoCtopR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unBEoCtopR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .nav-item:focus,
.cid-unBEoCtopR .nav-link:focus {
  outline: none;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unBEoCtopR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unBEoCtopR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-unBEoCtopR .navbar.opened {
  transition: all 0.25s;
}
.cid-unBEoCtopR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unBEoCtopR .navbar .navbar-logo img {
  width: auto;
}
.cid-unBEoCtopR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-unBEoCtopR .navbar.collapsed {
  justify-content: center;
}
.cid-unBEoCtopR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unBEoCtopR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unBEoCtopR .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-unBEoCtopR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unBEoCtopR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar {
    min-height: 72px;
  }
  .cid-unBEoCtopR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unBEoCtopR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unBEoCtopR .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-unBEoCtopR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unBEoCtopR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-unBEoCtopR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unBEoCtopR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-unBEoCtopR .dropdown-item.active,
.cid-unBEoCtopR .dropdown-item:active {
  background-color: transparent;
}
.cid-unBEoCtopR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-unBEoCtopR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unBEoCtopR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .navbar-buttons {
    text-align: left;
  }
}
.cid-unBEoCtopR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR .navbar-dropdown {
  padding: 0;
  background-color: #0c2c68 !important;
  position: fixed;
}
.cid-unBEoCtopR .opacityScroll {
  background: rgba(12, 44, 104, 0) !important;
}
.cid-unBEoCtopR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unBEoCtopR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unBEoCtopR .navbar {
    height: 70px;
  }
  .cid-unBEoCtopR .navbar.opened {
    height: auto;
  }
  .cid-unBEoCtopR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-unBEoCtopR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-unBEoCtopR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar-brand {
    margin-right: auto;
  }
  .cid-unBEoCtopR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-unBEoCtopR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-unBEoCtopR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unOwsb06TO {
  display: flex;
  background-image: url("../../../assets/images/243492723-226113479543105-1273736704280108058-n.jpg");
}
.cid-unOwsb06TO .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-unOwsb06TO {
    align-items: center;
  }
  .cid-unOwsb06TO .row {
    justify-content: center;
  }
  .cid-unOwsb06TO .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-unOwsb06TO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-unOwsb06TO {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-unOwsb06TO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-unOwsb06TO .content-wrap {
    width: 100%;
  }
}
.cid-unOwsb06TO .mbr-section-title,
.cid-unOwsb06TO .mbr-section-subtitle {
  text-align: center;
}
.cid-unOwsb06TO .mbr-text,
.cid-unOwsb06TO .mbr-section-btn {
  text-align: center;
  color: #f38b0b;
}
.cid-unOwsb06TO .mbr-section-title {
  color: #f38b0b;
}
.cid-unS3Qt8duP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unS3Qt8duP .mbr-fallback-image.disabled {
  display: none;
}
.cid-unS3Qt8duP .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-unS3Qt8duP .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unS3Qt8duP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unS3Qt8duP .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #f38b0b;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #0c2c68;
  height: 80px;
  border-radius: 50%;
}
.cid-unS3Qt8duP .card-title,
.cid-unS3Qt8duP .iconfont-wrapper,
.cid-unS3Qt8duP .card-text {
  color: #000000;
  text-align: center;
}
.cid-unS3Qt8duP .content-head {
  max-width: 800px;
}
.cid-unS3Qt8duP .mbr-section-title {
  color: #000000;
}
.cid-unS3Qt8duP .mbr-section-btn {
  text-align: center;
}
.cid-unS6ZDgH1J {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/images.png");
}
.cid-unS6ZDgH1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-unS6ZDgH1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unS6ZDgH1J .card-wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-unS6ZDgH1J .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unS6ZDgH1J .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-unS6ZDgH1J .row {
  justify-content: space-between;
}
.cid-unS6ZDgH1J .mbr-cardtext,
.cid-unS6ZDgH1J .mbr-section-btn {
  color: #0c2c68;
}
.cid-unS6ZDgH1J .mbr-section-title {
  color: #f38b0b;
}
.cid-unS6ZDgH1J .mbr-text,
.cid-unS6ZDgH1J .mbr-section-btn {
  color: #f38b0b;
}
.cid-unScYgmAlY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-unScYgmAlY .mbr-fallback-image.disabled {
  display: none;
}
.cid-unScYgmAlY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unScYgmAlY .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-unScYgmAlY .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unScYgmAlY .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-unScYgmAlY .card-wrapper {
    padding-left: 1rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-right: 1rem;

  }
}
.cid-unScYgmAlY .mbr-text,
.cid-unScYgmAlY .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-unScYgmAlY .card-title,
.cid-unScYgmAlY .card-box {
  text-align: left;
  color: #000000;
}
.cid-unScYgmAlY .mbr-section-subtitle {
  text-align: left;
}
.cid-unScYgmAlY .mbr-text {
  text-align: left;
}
.cid-unScYgmAlY .mbr-card-title {
  text-align: left;
}
.cid-unCO0Fi46F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-unCO0Fi46F .mbr-fallback-image.disabled {
  display: none;
}
.cid-unCO0Fi46F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unCO0Fi46F .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .footer-col {
    flex-direction: column;
  }
}
.cid-unCO0Fi46F .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unCO0Fi46F .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .mbr-section-btn {
    text-align: center;
  }
}
.cid-unCO0Fi46F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unCO0Fi46F .soc-item {
  margin: 8px;
}
.cid-unCO0Fi46F .soc-item a:hover .mbr-iconfont,
.cid-unCO0Fi46F .soc-item a:focus .mbr-iconfont {
  background-color: #f38b0b;
}
.cid-unCO0Fi46F .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #f38b0b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    text-align: center;
  }
  .cid-unCO0Fi46F .social-row {
    justify-content: center;
  }
}
.cid-unCO0Fi46F .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 0rem;
  }
}
.cid-unCO0Fi46F .mbr-text {
  color: #bbbbbb;
}
.cid-unCO0Fi46F .mbr-section-subtitle {
  color: #000000;
}
.cid-unCO0Fi46F .list,
.cid-unCO0Fi46F .item-wrap {
  color: #ffffff;
}
.cid-unCO0Fi46F .copyright {
  color: #ffffff;
}
.cid-unBEoCtopR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-unBEoCtopR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-unBEoCtopR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unBEoCtopR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unBEoCtopR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-unBEoCtopR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-unBEoCtopR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-unBEoCtopR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-unBEoCtopR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-unBEoCtopR .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-unBEoCtopR .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-unBEoCtopR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-unBEoCtopR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unBEoCtopR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .nav-item:focus,
.cid-unBEoCtopR .nav-link:focus {
  outline: none;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unBEoCtopR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unBEoCtopR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-unBEoCtopR .navbar.opened {
  transition: all 0.25s;
}
.cid-unBEoCtopR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unBEoCtopR .navbar .navbar-logo img {
  width: auto;
}
.cid-unBEoCtopR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-unBEoCtopR .navbar.collapsed {
  justify-content: center;
}
.cid-unBEoCtopR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unBEoCtopR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unBEoCtopR .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-unBEoCtopR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unBEoCtopR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar {
    min-height: 72px;
  }
  .cid-unBEoCtopR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unBEoCtopR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unBEoCtopR .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-unBEoCtopR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unBEoCtopR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-unBEoCtopR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unBEoCtopR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-unBEoCtopR .dropdown-item.active,
.cid-unBEoCtopR .dropdown-item:active {
  background-color: transparent;
}
.cid-unBEoCtopR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-unBEoCtopR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unBEoCtopR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .navbar-buttons {
    text-align: left;
  }
}
.cid-unBEoCtopR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR .navbar-dropdown {
  padding: 0;
  background-color: #0c2c68 !important;
  position: fixed;
}
.cid-unBEoCtopR .opacityScroll {
  background: rgba(12, 44, 104, 0) !important;
}
.cid-unBEoCtopR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unBEoCtopR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unBEoCtopR .navbar {
    height: 70px;
  }
  .cid-unBEoCtopR .navbar.opened {
    height: auto;
  }
  .cid-unBEoCtopR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-unBEoCtopR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-unBEoCtopR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar-brand {
    margin-right: auto;
  }
  .cid-unBEoCtopR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-unBEoCtopR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-unBEoCtopR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unTi30BVvI {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-unTi30BVvI .mbr-fallback-image.disabled {
  display: none;
}
.cid-unTi30BVvI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-unTi30BVvI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unTi30BVvI .row {
  flex-direction: row-reverse;
}
.cid-unTi30BVvI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-unTi30BVvI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-unTi30BVvI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-unTi30BVvI .mbr-section-title {
  color: #f38b0b;
}
.cid-unTi30BVvI .mbr-text,
.cid-unTi30BVvI .mbr-section-btn {
  color: #ffffff;
}
.cid-unTkdIBdqT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/images.png");
}
.cid-unTkdIBdqT .mbr-fallback-image.disabled {
  display: none;
}
.cid-unTkdIBdqT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unTkdIBdqT .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-unTkdIBdqT .item-mb {
    margin-bottom: 0;
  }
}
.cid-unTkdIBdqT .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unTkdIBdqT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-unTkdIBdqT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-unTkdIBdqT .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #f38b0b;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #0c2c68;
  height: 80px;
  border-radius: 50%;
}
.cid-unTkdIBdqT .mbr-section-title {
  color: #f38b0b;
}
.cid-unTkdIBdqT .mbr-section-subtitle {
  color: #f38b0b;
}
.cid-unTkdIBdqT .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-unTkdIBdqT .card-box .item-footer {
  margin-top: auto;
}
.cid-unTkdIBdqT .content-head {
  max-width: 800px;
}
.cid-unTmfhHEkY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-unTmfhHEkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-unTmfhHEkY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unTmfhHEkY .mbr-text {
  color: #000000;
  text-align: left;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-unTmfhHEkY .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-unTmfhHEkY .mbr-section-subtitle {
  color: #000000;
}
.cid-unTmfhHEkY .item-wrapper {
  background: #ffffff;
  margin-bottom: 1rem;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-unTmfhHEkY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unTmfhHEkY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-unTmfhHEkY .mbr-number {
  color: #0c2c68;
}
.cid-unTmfhHEkY .mbr-section-title {
  text-align: center;
}
.cid-unTmfhHEkY .mbr-subtitle {
  text-align: center;
}
.cid-unTmfhHEkY .card-text,
.cid-unTmfhHEkY .item .mbr-section-btn {
  text-align: left;
}
.cid-unTr6YYQd9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-unTr6YYQd9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unTr6YYQd9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unTr6YYQd9 .mbr-description {
  text-align: left;
}
.cid-unTr6YYQd9 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-unTr6YYQd9 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unTr6YYQd9 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-unTr6YYQd9 .card-title,
.cid-unTr6YYQd9 .iconfont-wrapper {
  color: #000000;
}
.cid-unTr6YYQd9 .card-text {
  color: #000000;
}
.cid-unTr6YYQd9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-unTr6YYQd9 .mbr-number {
  color: #9fe870;
}
.cid-unTr6YYQd9 .mbr-text,
.cid-unTr6YYQd9 .mbr-section-btn {
  text-align: left;
}
.cid-unTr6YYQd9 .card-text,
.cid-unTr6YYQd9 .item .mbr-section-btn {
  text-align: left;
}
.cid-unTr6YYQd9 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-unTr6YYQd9 .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-unTr6YYQd9 .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unTr6YYQd9 .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-unTr6YYQd9 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-unTr6YYQd9 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-unTr6YYQd9 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-unTr6YYQd9 .card-title {
  text-align: left;
}
.cid-unTr6YYQd9 .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-unTr6YYQd9 .item-content .item-footer {
  margin-top: auto;
}
.cid-unCO0Fi46F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-unCO0Fi46F .mbr-fallback-image.disabled {
  display: none;
}
.cid-unCO0Fi46F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unCO0Fi46F .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .footer-col {
    flex-direction: column;
  }
}
.cid-unCO0Fi46F .row {
  background: #000000;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unCO0Fi46F .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .mbr-section-btn {
    text-align: center;
  }
}
.cid-unCO0Fi46F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unCO0Fi46F .soc-item {
  margin: 8px;
}
.cid-unCO0Fi46F .soc-item a:hover .mbr-iconfont,
.cid-unCO0Fi46F .soc-item a:focus .mbr-iconfont {
  background-color: #f38b0b;
}
.cid-unCO0Fi46F .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #f38b0b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    text-align: center;
  }
  .cid-unCO0Fi46F .social-row {
    justify-content: center;
  }
}
.cid-unCO0Fi46F .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 0rem;
  }
}
.cid-unCO0Fi46F .mbr-text {
  color: #bbbbbb;
}
.cid-unCO0Fi46F .mbr-section-subtitle {
  color: #000000;
}
.cid-unCO0Fi46F .list,
.cid-unCO0Fi46F .item-wrap {
  color: #ffffff;
}
.cid-unCO0Fi46F .copyright {
  color: #ffffff;
}
.cid-unBEoCtopR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-unBEoCtopR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-unBEoCtopR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unBEoCtopR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unBEoCtopR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-unBEoCtopR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-unBEoCtopR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-unBEoCtopR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-unBEoCtopR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-unBEoCtopR .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-unBEoCtopR .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-unBEoCtopR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-unBEoCtopR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unBEoCtopR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .nav-item:focus,
.cid-unBEoCtopR .nav-link:focus {
  outline: none;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unBEoCtopR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unBEoCtopR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-unBEoCtopR .navbar.opened {
  transition: all 0.25s;
}
.cid-unBEoCtopR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unBEoCtopR .navbar .navbar-logo img {
  width: auto;
}
.cid-unBEoCtopR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-unBEoCtopR .navbar.collapsed {
  justify-content: center;
}
.cid-unBEoCtopR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unBEoCtopR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unBEoCtopR .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-unBEoCtopR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unBEoCtopR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar {
    min-height: 72px;
  }
  .cid-unBEoCtopR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unBEoCtopR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unBEoCtopR .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-unBEoCtopR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unBEoCtopR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-unBEoCtopR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unBEoCtopR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-unBEoCtopR .dropdown-item.active,
.cid-unBEoCtopR .dropdown-item:active {
  background-color: transparent;
}
.cid-unBEoCtopR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-unBEoCtopR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unBEoCtopR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .navbar-buttons {
    text-align: left;
  }
}
.cid-unBEoCtopR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR .navbar-dropdown {
  padding: 0;
  background-color: #0c2c68 !important;
  position: fixed;
}
.cid-unBEoCtopR .opacityScroll {
  background: rgba(12, 44, 104, 0) !important;
}
.cid-unBEoCtopR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unBEoCtopR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unBEoCtopR .navbar {
    height: 70px;
  }
  .cid-unBEoCtopR .navbar.opened {
    height: auto;
  }
  .cid-unBEoCtopR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-unBEoCtopR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-unBEoCtopR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar-brand {
    margin-right: auto;
  }
  .cid-unBEoCtopR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-unBEoCtopR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-unBEoCtopR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unXzzMOYOY {
  display: flex;
  background-image: url("../../../assets/images/2148294828.jpg");
}
.cid-unXzzMOYOY .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
@media (min-width: 768px) {
  .cid-unXzzMOYOY {
    align-items: center;
  }
  .cid-unXzzMOYOY .row {
    justify-content: center;
  }
  .cid-unXzzMOYOY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-unXzzMOYOY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-unXzzMOYOY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-unXzzMOYOY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-unXzzMOYOY .content-wrap {
    width: 100%;
  }
}
.cid-unXzzMOYOY .mbr-section-title,
.cid-unXzzMOYOY .mbr-section-subtitle {
  text-align: center;
}
.cid-unXzzMOYOY .mbr-text,
.cid-unXzzMOYOY .mbr-section-btn {
  text-align: center;
  color: #f38b0b;
}
.cid-unXzzMOYOY .mbr-section-title {
  color: #f38b0b;
}
.cid-unXBQRSDgB {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/537.jpg");
}
.cid-unXBQRSDgB .mbr-fallback-image.disabled {
  display: none;
}
.cid-unXBQRSDgB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unXBQRSDgB .mbr-text {
  color: #ffffff;
  text-align: left;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-unXBQRSDgB .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-unXBQRSDgB .mbr-section-subtitle {
  color: #000000;
}
.cid-unXBQRSDgB .item-wrapper {
  background: #ffffff;
  margin-bottom: 1rem;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-unXBQRSDgB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unXBQRSDgB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-unXBQRSDgB .mbr-number {
  color: #f38b0b;
}
.cid-unXBQRSDgB .mbr-section-title {
  text-align: center;
  color: #f38b0b;
}
.cid-unXBQRSDgB .mbr-subtitle {
  text-align: center;
  color: #f38b0b;
}
.cid-unXBQRSDgB .card-text,
.cid-unXBQRSDgB .item .mbr-section-btn {
  text-align: left;
}
.cid-unCO0Fi46F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-unCO0Fi46F .mbr-fallback-image.disabled {
  display: none;
}
.cid-unCO0Fi46F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unCO0Fi46F .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .footer-col {
    flex-direction: column;
  }
}
.cid-unCO0Fi46F .row {
  background: #000000;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unCO0Fi46F .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .mbr-section-btn {
    text-align: center;
  }
}
.cid-unCO0Fi46F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unCO0Fi46F .soc-item {
  margin: 8px;
}
.cid-unCO0Fi46F .soc-item a:hover .mbr-iconfont,
.cid-unCO0Fi46F .soc-item a:focus .mbr-iconfont {
  background-color: #f38b0b;
}
.cid-unCO0Fi46F .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #f38b0b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    text-align: center;
  }
  .cid-unCO0Fi46F .social-row {
    justify-content: center;
  }
}
.cid-unCO0Fi46F .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 0rem;
  }
}
.cid-unCO0Fi46F .mbr-text {
  color: #bbbbbb;
}
.cid-unCO0Fi46F .mbr-section-subtitle {
  color: #000000;
}
.cid-unCO0Fi46F .list,
.cid-unCO0Fi46F .item-wrap {
  color: #ffffff;
}
.cid-unCO0Fi46F .copyright {
  color: #ffffff;
}
.cid-unBEoCtopR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-unBEoCtopR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-unBEoCtopR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unBEoCtopR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unBEoCtopR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unBEoCtopR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-unBEoCtopR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-unBEoCtopR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-unBEoCtopR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-unBEoCtopR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-unBEoCtopR .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-unBEoCtopR .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-unBEoCtopR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-unBEoCtopR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unBEoCtopR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
  border-radius: 4px !important;
}
.cid-unBEoCtopR .nav-item:focus,
.cid-unBEoCtopR .nav-link:focus {
  outline: none;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unBEoCtopR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unBEoCtopR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unBEoCtopR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unBEoCtopR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-unBEoCtopR .navbar.opened {
  transition: all 0.25s;
}
.cid-unBEoCtopR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unBEoCtopR .navbar .navbar-logo img {
  width: auto;
}
.cid-unBEoCtopR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-unBEoCtopR .navbar.collapsed {
  justify-content: center;
}
.cid-unBEoCtopR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unBEoCtopR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unBEoCtopR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unBEoCtopR .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-unBEoCtopR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unBEoCtopR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unBEoCtopR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-unBEoCtopR .navbar {
    min-height: 72px;
  }
  .cid-unBEoCtopR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unBEoCtopR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unBEoCtopR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unBEoCtopR .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-unBEoCtopR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unBEoCtopR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-unBEoCtopR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unBEoCtopR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unBEoCtopR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-unBEoCtopR .dropdown-item.active,
.cid-unBEoCtopR .dropdown-item:active {
  background-color: transparent;
}
.cid-unBEoCtopR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unBEoCtopR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-unBEoCtopR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-unBEoCtopR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unBEoCtopR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .navbar-buttons {
    text-align: left;
  }
}
.cid-unBEoCtopR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unBEoCtopR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unBEoCtopR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBEoCtopR .navbar-dropdown {
  padding: 0;
  background-color: #0c2c68 !important;
  position: fixed;
}
.cid-unBEoCtopR .opacityScroll {
  background: rgba(12, 44, 104, 0) !important;
}
.cid-unBEoCtopR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unBEoCtopR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unBEoCtopR .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unBEoCtopR .navbar {
    height: 70px;
  }
  .cid-unBEoCtopR .navbar.opened {
    height: auto;
  }
  .cid-unBEoCtopR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-unBEoCtopR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-unBEoCtopR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-unBEoCtopR .navbar-brand {
    margin-right: auto;
  }
  .cid-unBEoCtopR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-unBEoCtopR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-unBEoCtopR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-unBEoCtopR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-unBEoCtopR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-unBEoCtopR .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-unBEoCtopR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unXGLOESjg {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f38b0b;
}
.cid-unXGLOESjg .mbr-fallback-image.disabled {
  display: none;
}
.cid-unXGLOESjg .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-unXGLOESjg .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-unXGLOESjg .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-unXGLOESjg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-unXGLOESjg .media-content,
.cid-unXGLOESjg .mbr-figure {
  align-self: center;
}
.cid-unXGLOESjg .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-unXGLOESjg .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-unXGLOESjg .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-unXI5DYW9r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c2c68;
}
.cid-unXI5DYW9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-unXI5DYW9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unXI5DYW9r .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-unXI5DYW9r .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unXI5DYW9r .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-unXI5DYW9r .card-wrapper {
    padding: 4rem;
  }
}
.cid-unXI5DYW9r .mbr-text,
.cid-unXI5DYW9r .mbr-section-btn {
  text-align: center;
}
.cid-unXIMEnRHj {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/20607.jpg");
}
.cid-unXIMEnRHj .mbr-fallback-image.disabled {
  display: none;
}
.cid-unXIMEnRHj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unXIMEnRHj .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-unXIMEnRHj .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-unXIMEnRHj .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unXIMEnRHj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-unXIMEnRHj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-unXIMEnRHj .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-unXIMEnRHj .mbr-section-title {
  color: #f38b0b;
}
.cid-unXIMEnRHj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unXIMEnRHj .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-unXIMEnRHj .card-box .item-footer {
  margin-top: auto;
}
.cid-unXIMEnRHj .content-head {
  max-width: 800px;
}
.cid-unCO0Fi46F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-unCO0Fi46F .mbr-fallback-image.disabled {
  display: none;
}
.cid-unCO0Fi46F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unCO0Fi46F .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .footer-col {
    flex-direction: column;
  }
}
.cid-unCO0Fi46F .row {
  background: #000000;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unCO0Fi46F .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .mbr-section-btn {
    text-align: center;
  }
}
.cid-unCO0Fi46F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unCO0Fi46F .soc-item {
  margin: 8px;
}
.cid-unCO0Fi46F .soc-item a:hover .mbr-iconfont,
.cid-unCO0Fi46F .soc-item a:focus .mbr-iconfont {
  background-color: #f38b0b;
}
.cid-unCO0Fi46F .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #f38b0b;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-unCO0Fi46F .row {
    text-align: center;
  }
  .cid-unCO0Fi46F .social-row {
    justify-content: center;
  }
}
.cid-unCO0Fi46F .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unCO0Fi46F .list {
    margin-bottom: 0rem;
  }
}
.cid-unCO0Fi46F .mbr-text {
  color: #bbbbbb;
}
.cid-unCO0Fi46F .mbr-section-subtitle {
  color: #000000;
}
.cid-unCO0Fi46F .list,
.cid-unCO0Fi46F .item-wrap {
  color: #ffffff;
}
.cid-unCO0Fi46F .copyright {
  color: #ffffff;
}
