body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e11b3c !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff8d28 !important;
  border-color: #ffcc00 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #941227 !important;
  border-color: #941227 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #941227 !important;
  border-color: #941227 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e11b3c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #941227 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e11b3c !important;
  border-color: #e11b3c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e11b3c !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #861024 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #e11b3c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e11b3c;
  border-color: #e11b3c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e11b3c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9cfd6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  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: #e11b3c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #e11b3c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e11b3c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e11b3c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e11b3c;
  border-bottom-color: #e11b3c;
}
.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: #e11b3c !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: #000000 !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='%23e11b3c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tXAOAmpxv7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tXAOAmpxv7 nav.navbar {
  position: fixed;
}
.cid-tXAOAmpxv7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXAOAmpxv7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXAOAmpxv7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXAOAmpxv7 .dropdown-item:hover,
.cid-tXAOAmpxv7 .dropdown-item:focus {
  background: #e11b3c !important;
  color: white !important;
}
.cid-tXAOAmpxv7 .dropdown-item:hover span {
  color: white;
}
.cid-tXAOAmpxv7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXAOAmpxv7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXAOAmpxv7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXAOAmpxv7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXAOAmpxv7 .nav-link {
  position: relative;
}
.cid-tXAOAmpxv7 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXAOAmpxv7 .container {
    flex-wrap: wrap;
  }
}
.cid-tXAOAmpxv7 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXAOAmpxv7 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tXAOAmpxv7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXAOAmpxv7 .dropdown-menu,
.cid-tXAOAmpxv7 .navbar.opened {
  background: #EBD587 !important;
}
.cid-tXAOAmpxv7 .nav-item:focus,
.cid-tXAOAmpxv7 .nav-link:focus {
  outline: none;
}
.cid-tXAOAmpxv7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXAOAmpxv7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXAOAmpxv7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXAOAmpxv7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXAOAmpxv7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXAOAmpxv7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXAOAmpxv7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #EBD587;
}
.cid-tXAOAmpxv7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tXAOAmpxv7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXAOAmpxv7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tXAOAmpxv7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXAOAmpxv7 .navbar.collapsed {
  justify-content: center;
}
.cid-tXAOAmpxv7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXAOAmpxv7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXAOAmpxv7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tXAOAmpxv7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXAOAmpxv7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXAOAmpxv7 .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-tXAOAmpxv7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXAOAmpxv7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXAOAmpxv7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXAOAmpxv7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXAOAmpxv7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXAOAmpxv7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXAOAmpxv7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXAOAmpxv7 .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-tXAOAmpxv7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXAOAmpxv7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXAOAmpxv7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXAOAmpxv7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXAOAmpxv7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXAOAmpxv7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tXAOAmpxv7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tXAOAmpxv7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXAOAmpxv7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXAOAmpxv7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXAOAmpxv7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXAOAmpxv7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXAOAmpxv7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXAOAmpxv7 .dropdown-item.active,
.cid-tXAOAmpxv7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tXAOAmpxv7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXAOAmpxv7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXAOAmpxv7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXAOAmpxv7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #EBD587;
}
.cid-tXAOAmpxv7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXAOAmpxv7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXAOAmpxv7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXAOAmpxv7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXAOAmpxv7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXAOAmpxv7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXAOAmpxv7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXAOAmpxv7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXAOAmpxv7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXAOAmpxv7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXAOAmpxv7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXAOAmpxv7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXAOAmpxv7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXAOAmpxv7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXAOAmpxv7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXAOAmpxv7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXAOAmpxv7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXAOAmpxv7 .navbar {
    height: 70px;
  }
  .cid-tXAOAmpxv7 .navbar.opened {
    height: auto;
  }
  .cid-tXAOAmpxv7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}



.header-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* dark overlay */
  z-index: 2;
}

.content-container {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}











.cid-tXAXAodOdV {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tXAXAodOdV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXAXAodOdV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXAXAodOdV .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tXAXAodOdV .card {
    margin-bottom: 2rem!important;
  }
  .cid-tXAXAodOdV .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tXAXAodOdV .link-wrap {
    align-items: center;
  }
}
.cid-tXAXAodOdV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tXAXAodOdV .card-title,
.cid-tXAXAodOdV .card-box {
  color: #10074e;
}
.cid-tXAXAodOdV .mbr-text,
.cid-tXAXAodOdV .link-wrap,
.cid-tXAXAodOdV .mbr-section-btn {
  color: #10074e;
}
.cid-tXAZ7h1QUF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../images/fnbygo-1680x1050.jpg");
}
.cid-tXAZ7h1QUF .mbr-overlay {
  background: #10074e;
  opacity: 0.6;
}
.cid-tXAZ7h1QUF img,
.cid-tXAZ7h1QUF .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tXAZ7h1QUF .item:focus,
.cid-tXAZ7h1QUF span:focus {
  outline: none;
}
.cid-tXAZ7h1QUF .item-wrapper {
  position: relative;
}
.cid-tXAZ7h1QUF .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tXAZ7h1QUF .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tXAZ7h1QUF .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tXAZ7h1QUF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tXAZ7h1QUF .mbr-section-title {
  color: #ffffff;
}
.cid-tXAZ7h1QUF .mbr-text,
.cid-tXAZ7h1QUF .mbr-section-btn {
  text-align: left;
}
.cid-tXAZ7h1QUF .item-title {
  text-align: left;
}
.cid-tXAZ7h1QUF .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tXAZ7h1QUF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-tXAZ7h1QUF .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXAZ7h1QUF .embla__button--next,
.cid-tXAZ7h1QUF .embla__button--prev {
  display: flex;
}
.cid-tXAZ7h1QUF .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXAZ7h1QUF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXAZ7h1QUF .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tXAZ7h1QUF .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXAZ7h1QUF .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXAZ7h1QUF .embla__button {
    top: auto;
  }
}
.cid-tXAZ7h1QUF .embla {
  position: relative;
  width: 100%;
}
.cid-tXAZ7h1QUF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXAZ7h1QUF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXAZ7h1QUF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXAZ7h1QUF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-tXAZ7h1QUF .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-tXAZ7h1QUF .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tXAZ7h1QUF .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tXAZ7h1QUF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXEvmeBcxp {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #edf9fa;
}
.cid-tXEvmeBcxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXEvmeBcxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXEvmeBcxp .title .num {
  width: 100%;
  display: block;
}
.cid-tXEvmeBcxp .title .card-title {
  z-index: 1;
}
.cid-tXEvmeBcxp .num {
  color: #10074e;
}
.cid-tXEvmeBcxp .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tXEvmeBcxp .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tXEvmeBcxp * {
    text-align: center !important;
  }
  .cid-tXEvmeBcxp .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tXEvmeBcxp .content-head {
  max-width: 800px;
}
.cid-tXEvmeBcxp .card-title,
.cid-tXEvmeBcxp .card-img {
  color: #e11b3c;
}
.cid-tXEwgcqfKE {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #edf9fa;
}
.cid-tXEwgcqfKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXEwgcqfKE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXEwgcqfKE .title .num {
  width: 100%;
  display: block;
}
.cid-tXEwgcqfKE .title .card-title {
  z-index: 1;
}
.cid-tXEwgcqfKE .num {
  color: #10074e;
}
.cid-tXEwgcqfKE .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tXEwgcqfKE .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tXEwgcqfKE * {
    text-align: center !important;
  }
  .cid-tXEwgcqfKE .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tXEwgcqfKE .content-head {
  max-width: 800px;
}
.cid-tXEwgcqfKE .card-title,
.cid-tXEwgcqfKE .card-img {
  color: #e11b3c;
}
.cid-tXEA9a5okJ {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXEA9a5okJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXEA9a5okJ .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-tXEA9a5okJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXEA9a5okJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tXEA9a5okJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tXEA9a5okJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tXEA9a5okJ .mbr-section-title {
  color: #10074e;
}
.cid-tXEA9a5okJ .mbr-text,
.cid-tXEA9a5okJ .mbr-section-btn {
  color: #260a30;
}
.cid-tXFOsZ4Bsi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tXFOsZ4Bsi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXFOsZ4Bsi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXFNtHNFlh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tXFNtHNFlh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXFNtHNFlh .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-tXFNtHNFlh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXFNtHNFlh .row {
  flex-direction: row-reverse;
}
.cid-tXFNtHNFlh img {
  width: 100%;
}
.cid-tXECivfY1V {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../images/mbr-2-1920x1280.jpg");
}
.cid-tXECivfY1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXECivfY1V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXECivfY1V .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tXECivfY1V .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXECivfY1V .embla__button--next,
.cid-tXECivfY1V .embla__button--prev {
  display: flex;
}
.cid-tXECivfY1V .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tXECivfY1V .embla__button {
    display: none;
  }
}
.cid-tXECivfY1V .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXECivfY1V .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tXECivfY1V .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXECivfY1V .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tXECivfY1V .embla__button {
    top: auto;
  }
}
.cid-tXECivfY1V .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tXECivfY1V .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tXECivfY1V .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}











/* Responsive behavior for images on very small screens */
@media (max-width: 230px) {
  .cid-tXECivfY1V .user_image {
    width: 100%;
    height: auto;
  }
}

/* Embla Carousel Styling */
.cid-tXECivfY1V .embla {
  position: relative;
  width: 100%;
}
.cid-tXECivfY1V .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXECivfY1V .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXECivfY1V .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXECivfY1V .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* Text Styling */
.cid-tXECivfY1V H3 {
  color: #ffffff;
}
.cid-tXECivfY1V .user_text {
  color: #ffffff;
}
.cid-tXECivfY1V .user_name {
  color: #ffe885;
}

/* Section with Background Color and Padding */
.cid-tXEGtE3U8V {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eeebe0;
}
.cid-tXEGtE3U8V .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}

/* Form Button Styling */
.cid-tXEGtE3U8V form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tXEGtE3U8V form .mbr-section-btn .btn {
  display: inline-flex;
}

/* Responsive Button Width on Smaller Screens */
@media (max-width: 991px) {
  .cid-tXEGtE3U8V form .mbr-section-btn .btn {
    width: 100%;
  }
}

/* Section Title Styling */
.cid-tXEGtE3U8V .mbr-section-title {
  color: #10074e;
}

/* Additional Section with Background and Padding */
.cid-tXEIdhDE7C {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}













@media (max-width: 767px) {
  .cid-tXEIdhDE7C .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tXEIdhDE7C .mbr-text {
  color: #767676;
}
.cid-tXEIdhDE7C .links {
  color: #EBD587;
}
@media (max-width: 767px) {
  .cid-tXEIdhDE7C .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tXEIdhDE7C .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tXEIdhDE7C .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tXEIdhDE7C .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tXEIdhDE7C .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tXEIdhDE7C .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tXEIdhDE7C .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tXEIdhDE7C .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXEIdhDE7C .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXSh2BM1aZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tXSh2BM1aZ nav.navbar {
  position: fixed;
}
.cid-tXSh2BM1aZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXSh2BM1aZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXSh2BM1aZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXSh2BM1aZ .dropdown-item:hover,
.cid-tXSh2BM1aZ .dropdown-item:focus {
  background: #e11b3c !important;
  color: white !important;
}
.cid-tXSh2BM1aZ .dropdown-item:hover span {
  color: white;
}
.cid-tXSh2BM1aZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXSh2BM1aZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXSh2BM1aZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXSh2BM1aZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXSh2BM1aZ .nav-link {
  position: relative;
}
.cid-tXSh2BM1aZ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXSh2BM1aZ .container {
    flex-wrap: wrap;
  }
}
.cid-tXSh2BM1aZ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXSh2BM1aZ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tXSh2BM1aZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXSh2BM1aZ .dropdown-menu,
.cid-tXSh2BM1aZ .navbar.opened {
  background: #EBD587 !important;
}
.cid-tXSh2BM1aZ .nav-item:focus,
.cid-tXSh2BM1aZ .nav-link:focus {
  outline: none;
}
.cid-tXSh2BM1aZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXSh2BM1aZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXSh2BM1aZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXSh2BM1aZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXSh2BM1aZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXSh2BM1aZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXSh2BM1aZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #EBD587;
}
.cid-tXSh2BM1aZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tXSh2BM1aZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXSh2BM1aZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tXSh2BM1aZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXSh2BM1aZ .navbar.collapsed {
  justify-content: center;
}
.cid-tXSh2BM1aZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXSh2BM1aZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXSh2BM1aZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tXSh2BM1aZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXSh2BM1aZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXSh2BM1aZ .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-tXSh2BM1aZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXSh2BM1aZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXSh2BM1aZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXSh2BM1aZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXSh2BM1aZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXSh2BM1aZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXSh2BM1aZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXSh2BM1aZ .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-tXSh2BM1aZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXSh2BM1aZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXSh2BM1aZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXSh2BM1aZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXSh2BM1aZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXSh2BM1aZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tXSh2BM1aZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tXSh2BM1aZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXSh2BM1aZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXSh2BM1aZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXSh2BM1aZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXSh2BM1aZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXSh2BM1aZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXSh2BM1aZ .dropdown-item.active,
.cid-tXSh2BM1aZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tXSh2BM1aZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXSh2BM1aZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXSh2BM1aZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXSh2BM1aZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #EBD587;
}
.cid-tXSh2BM1aZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXSh2BM1aZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXSh2BM1aZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXSh2BM1aZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXSh2BM1aZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXSh2BM1aZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXSh2BM1aZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXSh2BM1aZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXSh2BM1aZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXSh2BM1aZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXSh2BM1aZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXSh2BM1aZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXSh2BM1aZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXSh2BM1aZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXSh2BM1aZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXSh2BM1aZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXSh2BM1aZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXSh2BM1aZ .navbar {
    height: 70px;
  }
  .cid-tXSh2BM1aZ .navbar.opened {
    height: auto;
  }
  .cid-tXSh2BM1aZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXShDOSSwM {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../images/mbr-3-1920x1280.jpg");
}
.cid-tXShDOSSwM .mbr-overlay {
  background-color: #10074e;
  opacity: 0.6;
}
.cid-tXShDOSSwM .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-tXShDOSSwM .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-tXShDOSSwM {
    align-items: center;
  }
  .cid-tXShDOSSwM .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tXShDOSSwM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tXShDOSSwM {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tXShDOSSwM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tXShDOSSwM .content-wrap {
    width: 100%;
  }
}
.cid-tXShDOSSwM .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tXShDOSSwM .mbr-text,
.cid-tXShDOSSwM .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tXShDOSSwM .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-tXSioN9ANI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXSioN9ANI .mbr-text {
  color: #EBD587;
}
.cid-tXSioN9ANI .mbr-section-subtitle {
  color: #10074e;
}
.cid-tXSj4RXJzC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../images/mbr-4-1920x1280.jpg");
}
.cid-tXSj4RXJzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXSj4RXJzC .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tXSj4RXJzC .content-wrap .mbr-section-btn {
  justify-self: flex-end;
  margin-top: auto;
}
.cid-tXSj4RXJzC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXSj4RXJzC .content-head {
  max-width: 800px;
}
.cid-tXSj4RXJzC .card1 {
  background: #e11b3c;
}
.cid-tXSj4RXJzC .card2 {
  background: #232323;
}
.cid-tXSj4RXJzC .card3 {
  background: #EBD587;
}
.cid-tXSj4RXJzC .card4 {
  background: #fff0b0;
}
.cid-tXSj4RXJzC .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tXSj4RXJzC .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tXSj4RXJzC .card {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tXSj4RXJzC .card {
    margin-bottom: 1rem;
  }
}
.cid-tXSj4RXJzC .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-tXSj4RXJzC .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-tXSj4RXJzC .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tXSj4RXJzC .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tXSj4RXJzC .title-row {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tXSj4RXJzC .title-row {
    padding: 1.5rem;
  }
}
.cid-tXSj4RXJzC .card-title2,
.cid-tXSj4RXJzC .social-row {
  color: #fff0b0;
}
.cid-tXSj4RXJzC .card-title1,
.cid-tXSj4RXJzC .social-row {
  color: #ffffff;
}
.cid-tXSj4RXJzC .card-title3,
.cid-tXSj4RXJzC .social-row {
  color: #fff0b0;
}
.cid-tXSj4RXJzC .card-text3,
.cid-tXSj4RXJzC .mbr-section-btn {
  color: #ffffff;
}
.cid-tXSj4RXJzC .card-text1,
.cid-tXSj4RXJzC .mbr-section-btn {
  color: #ffffff;
}
.cid-tXSj4RXJzC .card-text2,
.cid-tXSj4RXJzC .mbr-section-btn {
  color: #ffffff;
}
.cid-tXSj4RXJzC .card-title4,
.cid-tXSj4RXJzC .social-row {
  color: #ffffff;
}
.cid-tXSj4RXJzC .card-text4,
.cid-tXSj4RXJzC .mbr-section-btn {
  color: #320707;
}
.cid-tXSj4RXJzC .mbr-role2 {
  color: #ffffff;
}
.cid-tXSj4RXJzC .mbr-role4 {
  color: #320707;
}
.cid-tXSj4RXJzC .mbr-role3 {
  color: #ffffff;
}
.cid-tXSj4RXJzC .mbr-section-title {
  color: #ffffff;
}
.cid-tXSlvWlaDH {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../images/mbr-1920x1281.jpg");
}
.cid-tXSlvWlaDH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXSlvWlaDH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXSlvWlaDH .mbr-text,
.cid-tXSlvWlaDH .mbr-section-btn {
  color: #232323;
}
.cid-tXSlvWlaDH .card-title,
.cid-tXSlvWlaDH .card-box {
  color: #ffffff;
}
.cid-tXSlvWlaDH .mbr-text,
.cid-tXSlvWlaDH .link-wrap {
  color: #ffffff;
}
.cid-tXSh2FNixA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tXSh2FNixA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXSh2FNixA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXSh2GgeO9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tXSh2GgeO9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXSh2GgeO9 .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-tXSh2GgeO9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXSh2GgeO9 .row {
  flex-direction: row-reverse;
}
.cid-tXSh2GgeO9 img {
  width: 100%;
}
.cid-tXSh2H3Unq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../images/mbr-2-1920x1280.jpg");
}
.cid-tXSh2H3Unq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXSh2H3Unq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXSh2H3Unq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tXSh2H3Unq .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXSh2H3Unq .embla__button--next,
.cid-tXSh2H3Unq .embla__button--prev {
  display: flex;
}
.cid-tXSh2H3Unq .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tXSh2H3Unq .embla__button {
    display: none;
  }
}
.cid-tXSh2H3Unq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXSh2H3Unq .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tXSh2H3Unq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXSh2H3Unq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tXSh2H3Unq .embla__button {
    top: auto;
  }
}
.cid-tXSh2H3Unq .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tXSh2H3Unq .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tXSh2H3Unq .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tXSh2H3Unq .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tXSh2H3Unq .embla {
  position: relative;
  width: 100%;
}
.cid-tXSh2H3Unq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXSh2H3Unq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXSh2H3Unq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXSh2H3Unq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tXSh2H3Unq H3 {
  color: #ffffff;
}
.cid-tXSh2H3Unq .user_text {
  color: #ffffff;
}
.cid-tXSh2H3Unq .user_name {
  color: #ffe885;
}
.cid-tXSh2IghHM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eeebe0;
}
.cid-tXSh2IghHM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tXSh2IghHM form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tXSh2IghHM form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tXSh2IghHM form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tXSh2IghHM .mbr-section-title {
  color: #10074e;
}
.cid-tXSh2Iw0bV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tXSh2Iw0bV .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tXSh2Iw0bV .mbr-text {
  color: #767676;
}
.cid-tXSh2Iw0bV .links {
  color: #EBD587;
}
@media (max-width: 767px) {
  .cid-tXSh2Iw0bV .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tXSh2Iw0bV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tXSh2Iw0bV .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tXSh2Iw0bV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tXSh2Iw0bV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tXSh2Iw0bV .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tXSh2Iw0bV .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tXSh2Iw0bV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXSh2Iw0bV .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXSh4oEEDv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tXSh4oEEDv nav.navbar {
  position: fixed;
}
.cid-tXSh4oEEDv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXSh4oEEDv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXSh4oEEDv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXSh4oEEDv .dropdown-item:hover,
.cid-tXSh4oEEDv .dropdown-item:focus {
  background: #e11b3c !important;
  color: white !important;
}
.cid-tXSh4oEEDv .dropdown-item:hover span {
  color: white;
}
.cid-tXSh4oEEDv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXSh4oEEDv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXSh4oEEDv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXSh4oEEDv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXSh4oEEDv .nav-link {
  position: relative;
}
.cid-tXSh4oEEDv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXSh4oEEDv .container {
    flex-wrap: wrap;
  }
}
.cid-tXSh4oEEDv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXSh4oEEDv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tXSh4oEEDv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXSh4oEEDv .dropdown-menu,
.cid-tXSh4oEEDv .navbar.opened {
  background: #EBD587 !important;
}
.cid-tXSh4oEEDv .nav-item:focus,
.cid-tXSh4oEEDv .nav-link:focus {
  outline: none;
}
.cid-tXSh4oEEDv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXSh4oEEDv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXSh4oEEDv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXSh4oEEDv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXSh4oEEDv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXSh4oEEDv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXSh4oEEDv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #EBD587;
}
.cid-tXSh4oEEDv .navbar.opened {
  transition: all 0.3s;
}
.cid-tXSh4oEEDv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXSh4oEEDv .navbar .navbar-logo img {
  width: auto;
}
.cid-tXSh4oEEDv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXSh4oEEDv .navbar.collapsed {
  justify-content: center;
}
.cid-tXSh4oEEDv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXSh4oEEDv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXSh4oEEDv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tXSh4oEEDv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXSh4oEEDv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXSh4oEEDv .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-tXSh4oEEDv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXSh4oEEDv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXSh4oEEDv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXSh4oEEDv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXSh4oEEDv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXSh4oEEDv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXSh4oEEDv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXSh4oEEDv .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-tXSh4oEEDv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXSh4oEEDv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXSh4oEEDv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXSh4oEEDv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXSh4oEEDv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXSh4oEEDv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tXSh4oEEDv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tXSh4oEEDv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXSh4oEEDv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXSh4oEEDv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXSh4oEEDv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXSh4oEEDv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXSh4oEEDv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXSh4oEEDv .dropdown-item.active,
.cid-tXSh4oEEDv .dropdown-item:active {
  background-color: transparent;
}
.cid-tXSh4oEEDv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXSh4oEEDv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXSh4oEEDv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXSh4oEEDv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #EBD587;
}
.cid-tXSh4oEEDv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXSh4oEEDv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXSh4oEEDv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXSh4oEEDv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXSh4oEEDv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXSh4oEEDv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXSh4oEEDv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXSh4oEEDv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXSh4oEEDv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXSh4oEEDv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXSh4oEEDv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXSh4oEEDv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXSh4oEEDv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXSh4oEEDv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXSh4oEEDv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXSh4oEEDv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXSh4oEEDv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXSh4oEEDv .navbar {
    height: 70px;
  }
  .cid-tXSh4oEEDv .navbar.opened {
    height: auto;
  }
  .cid-tXSh4oEEDv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXSnm25DY6 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../images/mbr-3-1920x1280.jpg");
}
.cid-tXSnm25DY6 .mbr-overlay {
  background-color: #10074e;
  opacity: 0.6;
}
.cid-tXSnm25DY6 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-tXSnm25DY6 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-tXSnm25DY6 {
    align-items: center;
  }
  .cid-tXSnm25DY6 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tXSnm25DY6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tXSnm25DY6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tXSnm25DY6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tXSnm25DY6 .content-wrap {
    width: 100%;
  }
}
.cid-tXSnm25DY6 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tXSnm25DY6 .mbr-text,
.cid-tXSnm25DY6 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tXSnm25DY6 .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-tXSh4pFu6l {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #edf9fa;
}
.cid-tXSh4pFu6l img,
.cid-tXSh4pFu6l .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tXSh4pFu6l .item:focus,
.cid-tXSh4pFu6l span:focus {
  outline: none;
}
.cid-tXSh4pFu6l .item-wrapper {
  position: relative;
}
.cid-tXSh4pFu6l .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tXSh4pFu6l .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tXSh4pFu6l .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tXSh4pFu6l .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tXSh4pFu6l .mbr-section-title {
  color: #10074e;
}
.cid-tXSh4pFu6l .mbr-text,
.cid-tXSh4pFu6l .mbr-section-btn {
  text-align: left;
}
.cid-tXSh4pFu6l .item-title {
  text-align: left;
}
.cid-tXSh4pFu6l .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tXSh4pFu6l .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-tXSh4pFu6l .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXSh4pFu6l .embla__button--next,
.cid-tXSh4pFu6l .embla__button--prev {
  display: flex;
}
.cid-tXSh4pFu6l .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXSh4pFu6l .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXSh4pFu6l .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tXSh4pFu6l .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXSh4pFu6l .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXSh4pFu6l .embla__button {
    top: auto;
  }
}
.cid-tXSh4pFu6l .embla {
  position: relative;
  width: 100%;
}
.cid-tXSh4pFu6l .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXSh4pFu6l .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXSh4pFu6l .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXSh4pFu6l .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-tXSh4pFu6l .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-tXSh4pFu6l .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tXSh4pFu6l .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tXSh4pFu6l .mbr-section-subtitle {
  color: #EBD587;
}
.cid-tXSh4vuIQf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../images/mbr-2-1920x1280.jpg");
}
.cid-tXSh4vuIQf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXSh4vuIQf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXSh4vuIQf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tXSh4vuIQf .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXSh4vuIQf .embla__button--next,
.cid-tXSh4vuIQf .embla__button--prev {
  display: flex;
}
.cid-tXSh4vuIQf .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tXSh4vuIQf .embla__button {
    display: none;
  }
}
.cid-tXSh4vuIQf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXSh4vuIQf .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tXSh4vuIQf .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXSh4vuIQf .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tXSh4vuIQf .embla__button {
    top: auto;
  }
}
.cid-tXSh4vuIQf .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tXSh4vuIQf .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tXSh4vuIQf .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tXSh4vuIQf .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tXSh4vuIQf .embla {
  position: relative;
  width: 100%;
}
.cid-tXSh4vuIQf .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXSh4vuIQf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXSh4vuIQf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXSh4vuIQf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tXSh4vuIQf H3 {
  color: #ffffff;
}
.cid-tXSh4vuIQf .user_text {
  color: #ffffff;
}
.cid-tXSh4vuIQf .user_name {
  color: #ffe885;
}
.cid-tXSh4w6QWz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eeebe0;
}
.cid-tXSh4w6QWz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tXSh4w6QWz form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tXSh4w6QWz form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tXSh4w6QWz form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tXSh4w6QWz .mbr-section-title {
  color: #10074e;
}
.cid-tXSh4x6RGV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tXSh4x6RGV .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tXSh4x6RGV .mbr-text {
  color: #767676;
}
.cid-tXSh4x6RGV .links {
  color: #EBD587;
}
@media (max-width: 767px) {
  .cid-tXSh4x6RGV .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tXSh4x6RGV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tXSh4x6RGV .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tXSh4x6RGV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tXSh4x6RGV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tXSh4x6RGV .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tXSh4x6RGV .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tXSh4x6RGV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXSh4x6RGV .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXSh5Y4lyy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tXSh5Y4lyy nav.navbar {
  position: fixed;
}
.cid-tXSh5Y4lyy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXSh5Y4lyy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXSh5Y4lyy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXSh5Y4lyy .dropdown-item:hover,
.cid-tXSh5Y4lyy .dropdown-item:focus {
  background: #e11b3c !important;
  color: white !important;
}
.cid-tXSh5Y4lyy .dropdown-item:hover span {
  color: white;
}
.cid-tXSh5Y4lyy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXSh5Y4lyy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXSh5Y4lyy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXSh5Y4lyy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXSh5Y4lyy .nav-link {
  position: relative;
}
.cid-tXSh5Y4lyy .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXSh5Y4lyy .container {
    flex-wrap: wrap;
  }
}
.cid-tXSh5Y4lyy .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXSh5Y4lyy .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tXSh5Y4lyy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXSh5Y4lyy .dropdown-menu,
.cid-tXSh5Y4lyy .navbar.opened {
  background: #EBD587 !important;
}
.cid-tXSh5Y4lyy .nav-item:focus,
.cid-tXSh5Y4lyy .nav-link:focus {
  outline: none;
}
.cid-tXSh5Y4lyy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXSh5Y4lyy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXSh5Y4lyy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXSh5Y4lyy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXSh5Y4lyy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXSh5Y4lyy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXSh5Y4lyy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #EBD587;
}
.cid-tXSh5Y4lyy .navbar.opened {
  transition: all 0.3s;
}
.cid-tXSh5Y4lyy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXSh5Y4lyy .navbar .navbar-logo img {
  width: auto;
}
.cid-tXSh5Y4lyy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXSh5Y4lyy .navbar.collapsed {
  justify-content: center;
}
.cid-tXSh5Y4lyy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXSh5Y4lyy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXSh5Y4lyy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tXSh5Y4lyy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXSh5Y4lyy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXSh5Y4lyy .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-tXSh5Y4lyy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXSh5Y4lyy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXSh5Y4lyy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXSh5Y4lyy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXSh5Y4lyy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXSh5Y4lyy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXSh5Y4lyy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXSh5Y4lyy .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-tXSh5Y4lyy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXSh5Y4lyy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXSh5Y4lyy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXSh5Y4lyy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXSh5Y4lyy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXSh5Y4lyy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tXSh5Y4lyy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tXSh5Y4lyy .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXSh5Y4lyy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXSh5Y4lyy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXSh5Y4lyy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXSh5Y4lyy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXSh5Y4lyy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXSh5Y4lyy .dropdown-item.active,
.cid-tXSh5Y4lyy .dropdown-item:active {
  background-color: transparent;
}
.cid-tXSh5Y4lyy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXSh5Y4lyy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXSh5Y4lyy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXSh5Y4lyy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #EBD587;
}
.cid-tXSh5Y4lyy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXSh5Y4lyy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXSh5Y4lyy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXSh5Y4lyy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXSh5Y4lyy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXSh5Y4lyy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXSh5Y4lyy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXSh5Y4lyy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXSh5Y4lyy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXSh5Y4lyy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXSh5Y4lyy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXSh5Y4lyy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXSh5Y4lyy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXSh5Y4lyy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXSh5Y4lyy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXSh5Y4lyy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXSh5Y4lyy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXSh5Y4lyy .navbar {
    height: 70px;
  }
  .cid-tXSh5Y4lyy .navbar.opened {
    height: auto;
  }
  .cid-tXSh5Y4lyy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXSo5oIPVh {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../images/mbr-3-1920x1280.jpg");
}
.cid-tXSo5oIPVh .mbr-overlay {
  background-color: #10074e;
  opacity: 0.6;
}
.cid-tXSo5oIPVh .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-tXSo5oIPVh .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-tXSo5oIPVh {
    align-items: center;
  }
  .cid-tXSo5oIPVh .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tXSo5oIPVh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tXSo5oIPVh {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tXSo5oIPVh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tXSo5oIPVh .content-wrap {
    width: 100%;
  }
}
.cid-tXSo5oIPVh .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tXSo5oIPVh .mbr-text,
.cid-tXSo5oIPVh .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tXSo5oIPVh .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-tXSh5YMYqI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXSh5YMYqI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXSh5YMYqI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXSh5YMYqI .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tXSh5YMYqI .card {
    margin-bottom: 2rem!important;
  }
  .cid-tXSh5YMYqI .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tXSh5YMYqI .link-wrap {
    align-items: center;
  }
}
.cid-tXSh5YMYqI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tXSh5YMYqI .card-title,
.cid-tXSh5YMYqI .card-box {
  color: #10074e;
}
.cid-tXSh5YMYqI .mbr-text,
.cid-tXSh5YMYqI .link-wrap,
.cid-tXSh5YMYqI .mbr-section-btn {
  color: #EBD587;
}
.cid-tXSpvK2jUH {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #eeebe0;
}
.cid-tXSpvK2jUH .row {
  flex-direction: row-reverse;
}
.cid-tXSpvK2jUH .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tXSpvK2jUH .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tXSpvK2jUH .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tXSpvK2jUH .mbr-card-title {
  color: #000000;
}
.cid-tXSpvK2jUH .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tXSpvK2jUH .mbr-text,
.cid-tXSpvK2jUH .mbr-section-btn {
  text-align: left;
}
.cid-tXSpvK2jUH .row {
  align-items: center;
}
.cid-tXSqltbItY {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #eeebe0;
}
.cid-tXSqltbItY .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tXSqltbItY .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tXSqltbItY .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tXSqltbItY .mbr-card-title {
  color: #000000;
}
.cid-tXSqltbItY .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tXSqltbItY .mbr-text,
.cid-tXSqltbItY .mbr-section-btn {
  text-align: left;
}
.cid-tXSqltbItY .row {
  align-items: center;
}
.cid-tXSqDRj2oD {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #eeebe0;
}
.cid-tXSqDRj2oD .row {
  flex-direction: row-reverse;
}
.cid-tXSqDRj2oD .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tXSqDRj2oD .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tXSqDRj2oD .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tXSqDRj2oD .mbr-card-title {
  color: #000000;
}
.cid-tXSqDRj2oD .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tXSqDRj2oD .mbr-text,
.cid-tXSqDRj2oD .mbr-section-btn {
  text-align: left;
}
.cid-tXSqDRj2oD .row {
  align-items: center;
}
.cid-tXSqG1edIB {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #eeebe0;
}
.cid-tXSqG1edIB .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tXSqG1edIB .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tXSqG1edIB .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tXSqG1edIB .mbr-card-title {
  color: #000000;
}
.cid-tXSqG1edIB .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tXSqG1edIB .mbr-text,
.cid-tXSqG1edIB .mbr-section-btn {
  text-align: left;
}
.cid-tXSqG1edIB .row {
  align-items: center;
}
.cid-tXSqGEbbvU {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #eeebe0;
}
.cid-tXSqGEbbvU .row {
  flex-direction: row-reverse;
}
.cid-tXSqGEbbvU .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tXSqGEbbvU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tXSqGEbbvU .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tXSqGEbbvU .mbr-card-title {
  color: #000000;
}
.cid-tXSqGEbbvU .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tXSqGEbbvU .mbr-text,
.cid-tXSqGEbbvU .mbr-section-btn {
  text-align: left;
}
.cid-tXSqGEbbvU .row {
  align-items: center;
}
.cid-tXSqHfribX {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #eeebe0;
}
.cid-tXSqHfribX .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tXSqHfribX .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tXSqHfribX .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tXSqHfribX .mbr-card-title {
  color: #000000;
}
.cid-tXSqHfribX .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tXSqHfribX .mbr-text,
.cid-tXSqHfribX .mbr-section-btn {
  text-align: left;
}
.cid-tXSqHfribX .row {
  align-items: center;
}
.cid-tXSqHQeixV {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #eeebe0;
}
.cid-tXSqHQeixV .row {
  flex-direction: row-reverse;
}
.cid-tXSqHQeixV .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tXSqHQeixV .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tXSqHQeixV .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tXSqHQeixV .mbr-card-title {
  color: #000000;
}
.cid-tXSqHQeixV .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tXSqHQeixV .mbr-text,
.cid-tXSqHQeixV .mbr-section-btn {
  text-align: left;
}
.cid-tXSqHQeixV .row {
  align-items: center;
}
.cid-tXSqIqQO3j {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #eeebe0;
}
.cid-tXSqIqQO3j .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tXSqIqQO3j .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tXSqIqQO3j .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tXSqIqQO3j .mbr-card-title {
  color: #000000;
}
.cid-tXSqIqQO3j .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tXSqIqQO3j .mbr-text,
.cid-tXSqIqQO3j .mbr-section-btn {
  text-align: left;
}
.cid-tXSqIqQO3j .row {
  align-items: center;
}
.cid-tXSqJ1805O {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #eeebe0;
}
.cid-tXSqJ1805O .row {
  flex-direction: row-reverse;
}
.cid-tXSqJ1805O .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tXSqJ1805O .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tXSqJ1805O .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tXSqJ1805O .mbr-card-title {
  color: #000000;
}
.cid-tXSqJ1805O .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tXSqJ1805O .mbr-text,
.cid-tXSqJ1805O .mbr-section-btn {
  text-align: left;
}
.cid-tXSqJ1805O .row {
  align-items: center;
}
.cid-tXSqJDr3g3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #eeebe0;
}
.cid-tXSqJDr3g3 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tXSqJDr3g3 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tXSqJDr3g3 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tXSqJDr3g3 .mbr-card-title {
  color: #000000;
}
.cid-tXSqJDr3g3 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tXSqJDr3g3 .mbr-text,
.cid-tXSqJDr3g3 .mbr-section-btn {
  text-align: left;
}
.cid-tXSqJDr3g3 .row {
  align-items: center;
}
.cid-tXSrkoHygI {
  background-image: url("../../images/mbr-1920x1343.jpg");
}
.cid-tXSrkoHygI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXSrkoHygI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXSrkoHygI .mbr-section-title {
  color: #ffffff;
}
.cid-tXSrkoHygI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXSh62eMTb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tXSh62eMTb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXSh62eMTb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXSh62taWL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tXSh62taWL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXSh62taWL .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-tXSh62taWL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXSh62taWL .row {
  flex-direction: row-reverse;
}
.cid-tXSh62taWL img {
  width: 100%;
}
.cid-tXSh644vjC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eeebe0;
}
.cid-tXSh644vjC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tXSh644vjC form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tXSh644vjC form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tXSh644vjC form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tXSh644vjC .mbr-section-title {
  color: #10074e;
}
.cid-tXSh6556am {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tXSh6556am .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tXSh6556am .mbr-text {
  color: #767676;
}
.cid-tXSh6556am .links {
  color: #EBD587;
}
@media (max-width: 767px) {
  .cid-tXSh6556am .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tXSh6556am .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tXSh6556am .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tXSh6556am .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tXSh6556am .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tXSh6556am .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tXSh6556am .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tXSh6556am .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXSh6556am .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXSh7VpvGC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tXSh7VpvGC nav.navbar {
  position: fixed;
}
.cid-tXSh7VpvGC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXSh7VpvGC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXSh7VpvGC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXSh7VpvGC .dropdown-item:hover,
.cid-tXSh7VpvGC .dropdown-item:focus {
  background: #e11b3c !important;
  color: white !important;
}
.cid-tXSh7VpvGC .dropdown-item:hover span {
  color: white;
}
.cid-tXSh7VpvGC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXSh7VpvGC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXSh7VpvGC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXSh7VpvGC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXSh7VpvGC .nav-link {
  position: relative;
}
.cid-tXSh7VpvGC .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXSh7VpvGC .container {
    flex-wrap: wrap;
  }
}
.cid-tXSh7VpvGC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXSh7VpvGC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tXSh7VpvGC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXSh7VpvGC .dropdown-menu,
.cid-tXSh7VpvGC .navbar.opened {
  background: #EBD587 !important;
}
.cid-tXSh7VpvGC .nav-item:focus,
.cid-tXSh7VpvGC .nav-link:focus {
  outline: none;
}
.cid-tXSh7VpvGC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXSh7VpvGC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXSh7VpvGC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXSh7VpvGC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXSh7VpvGC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXSh7VpvGC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXSh7VpvGC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #EBD587;
}
.cid-tXSh7VpvGC .navbar.opened {
  transition: all 0.3s;
}
.cid-tXSh7VpvGC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXSh7VpvGC .navbar .navbar-logo img {
  width: auto;
}
.cid-tXSh7VpvGC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXSh7VpvGC .navbar.collapsed {
  justify-content: center;
}
.cid-tXSh7VpvGC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXSh7VpvGC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXSh7VpvGC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tXSh7VpvGC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXSh7VpvGC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXSh7VpvGC .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-tXSh7VpvGC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXSh7VpvGC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXSh7VpvGC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXSh7VpvGC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXSh7VpvGC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXSh7VpvGC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXSh7VpvGC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXSh7VpvGC .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-tXSh7VpvGC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXSh7VpvGC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXSh7VpvGC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXSh7VpvGC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXSh7VpvGC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXSh7VpvGC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tXSh7VpvGC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tXSh7VpvGC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXSh7VpvGC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXSh7VpvGC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXSh7VpvGC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXSh7VpvGC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXSh7VpvGC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXSh7VpvGC .dropdown-item.active,
.cid-tXSh7VpvGC .dropdown-item:active {
  background-color: transparent;
}
.cid-tXSh7VpvGC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXSh7VpvGC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXSh7VpvGC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXSh7VpvGC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #EBD587;
}
.cid-tXSh7VpvGC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXSh7VpvGC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXSh7VpvGC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXSh7VpvGC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXSh7VpvGC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXSh7VpvGC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXSh7VpvGC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXSh7VpvGC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXSh7VpvGC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXSh7VpvGC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXSh7VpvGC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXSh7VpvGC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXSh7VpvGC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXSh7VpvGC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXSh7VpvGC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXSh7VpvGC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXSh7VpvGC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXSh7VpvGC .navbar {
    height: 70px;
  }
  .cid-tXSh7VpvGC .navbar.opened {
    height: auto;
  }
  .cid-tXSh7VpvGC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXSs7JZt6G {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../images/mbr-3-1920x1280.jpg");
}
.cid-tXSs7JZt6G .mbr-overlay {
  background-color: #10074e;
  opacity: 0.6;
}
.cid-tXSs7JZt6G .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-tXSs7JZt6G .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-tXSs7JZt6G {
    align-items: center;
  }
  .cid-tXSs7JZt6G .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tXSs7JZt6G .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tXSs7JZt6G {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tXSs7JZt6G .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tXSs7JZt6G .content-wrap {
    width: 100%;
  }
}
.cid-tXSs7JZt6G .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tXSs7JZt6G .mbr-text,
.cid-tXSs7JZt6G .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tXSs7JZt6G .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-tXSh7X2mx2 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #edf9fa;
}
.cid-tXSh7X2mx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXSh7X2mx2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXSh7X2mx2 .title .num {
  width: 100%;
  display: block;
}
.cid-tXSh7X2mx2 .title .card-title {
  z-index: 1;
}
.cid-tXSh7X2mx2 .num {
  color: #10074e;
}
.cid-tXSh7X2mx2 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tXSh7X2mx2 .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tXSh7X2mx2 * {
    text-align: center !important;
  }
  .cid-tXSh7X2mx2 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tXSh7X2mx2 .content-head {
  max-width: 800px;
}
.cid-tXSh7X2mx2 .card-title,
.cid-tXSh7X2mx2 .card-img {
  color: #e11b3c;
}
.cid-tXSh7XmEm0 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #edf9fa;
}
.cid-tXSh7XmEm0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXSh7XmEm0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXSh7XmEm0 .title .num {
  width: 100%;
  display: block;
}
.cid-tXSh7XmEm0 .title .card-title {
  z-index: 1;
}
.cid-tXSh7XmEm0 .num {
  color: #10074e;
}
.cid-tXSh7XmEm0 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tXSh7XmEm0 .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tXSh7XmEm0 * {
    text-align: center !important;
  }
  .cid-tXSh7XmEm0 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tXSh7XmEm0 .content-head {
  max-width: 800px;
}
.cid-tXSh7XmEm0 .card-title,
.cid-tXSh7XmEm0 .card-img {
  color: #e11b3c;
}
.cid-tXSh7XYX4v {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tXSh7XYX4v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXSh7XYX4v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXSh7Yg3YU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tXSh7Yg3YU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXSh7Yg3YU .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-tXSh7Yg3YU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXSh7Yg3YU .row {
  flex-direction: row-reverse;
}
.cid-tXSh7Yg3YU img {
  width: 100%;
}
.cid-tXSh7YwOhv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../images/mbr-2-1920x1280.jpg");
}
.cid-tXSh7YwOhv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXSh7YwOhv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXSh7YwOhv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tXSh7YwOhv .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXSh7YwOhv .embla__button--next,
.cid-tXSh7YwOhv .embla__button--prev {
  display: flex;
}
.cid-tXSh7YwOhv .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tXSh7YwOhv .embla__button {
    display: none;
  }
}
.cid-tXSh7YwOhv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXSh7YwOhv .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tXSh7YwOhv .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXSh7YwOhv .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tXSh7YwOhv .embla__button {
    top: auto;
  }
}
.cid-tXSh7YwOhv .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tXSh7YwOhv .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tXSh7YwOhv .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tXSh7YwOhv .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tXSh7YwOhv .embla {
  position: relative;
  width: 100%;
}
.cid-tXSh7YwOhv .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXSh7YwOhv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXSh7YwOhv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXSh7YwOhv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tXSh7YwOhv H3 {
  color: #ffffff;
}
.cid-tXSh7YwOhv .user_text {
  color: #ffffff;
}
.cid-tXSh7YwOhv .user_name {
  color: #ffe885;
}
.cid-tXSh7ZKl7f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eeebe0;
}
.cid-tXSh7ZKl7f .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tXSh7ZKl7f form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tXSh7ZKl7f form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tXSh7ZKl7f form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tXSh7ZKl7f .mbr-section-title {
  color: #10074e;
}
.cid-tXSh806SJb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tXSh806SJb .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tXSh806SJb .mbr-text {
  color: #767676;
}
.cid-tXSh806SJb .links {
  color: #EBD587;
}
@media (max-width: 767px) {
  .cid-tXSh806SJb .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tXSh806SJb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tXSh806SJb .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tXSh806SJb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tXSh806SJb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tXSh806SJb .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tXSh806SJb .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tXSh806SJb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXSh806SJb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXSh9WhPkz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tXSh9WhPkz nav.navbar {
  position: fixed;
}
.cid-tXSh9WhPkz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXSh9WhPkz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXSh9WhPkz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXSh9WhPkz .dropdown-item:hover,
.cid-tXSh9WhPkz .dropdown-item:focus {
  background: #e11b3c !important;
  color: white !important;
}
.cid-tXSh9WhPkz .dropdown-item:hover span {
  color: white;
}
.cid-tXSh9WhPkz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXSh9WhPkz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXSh9WhPkz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXSh9WhPkz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXSh9WhPkz .nav-link {
  position: relative;
}
.cid-tXSh9WhPkz .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXSh9WhPkz .container {
    flex-wrap: wrap;
  }
}
.cid-tXSh9WhPkz .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXSh9WhPkz .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tXSh9WhPkz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXSh9WhPkz .dropdown-menu,
.cid-tXSh9WhPkz .navbar.opened {
  background: #EBD587 !important;
}
.cid-tXSh9WhPkz .nav-item:focus,
.cid-tXSh9WhPkz .nav-link:focus {
  outline: none;
}
.cid-tXSh9WhPkz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXSh9WhPkz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXSh9WhPkz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXSh9WhPkz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXSh9WhPkz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXSh9WhPkz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXSh9WhPkz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #EBD587;
}
.cid-tXSh9WhPkz .navbar.opened {
  transition: all 0.3s;
}
.cid-tXSh9WhPkz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXSh9WhPkz .navbar .navbar-logo img {
  width: auto;
}
.cid-tXSh9WhPkz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXSh9WhPkz .navbar.collapsed {
  justify-content: center;
}
.cid-tXSh9WhPkz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXSh9WhPkz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXSh9WhPkz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tXSh9WhPkz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXSh9WhPkz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXSh9WhPkz .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-tXSh9WhPkz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXSh9WhPkz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXSh9WhPkz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXSh9WhPkz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXSh9WhPkz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXSh9WhPkz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXSh9WhPkz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXSh9WhPkz .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-tXSh9WhPkz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXSh9WhPkz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXSh9WhPkz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXSh9WhPkz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXSh9WhPkz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXSh9WhPkz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tXSh9WhPkz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tXSh9WhPkz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXSh9WhPkz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXSh9WhPkz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXSh9WhPkz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXSh9WhPkz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXSh9WhPkz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXSh9WhPkz .dropdown-item.active,
.cid-tXSh9WhPkz .dropdown-item:active {
  background-color: transparent;
}
.cid-tXSh9WhPkz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXSh9WhPkz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXSh9WhPkz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXSh9WhPkz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #EBD587;
}
.cid-tXSh9WhPkz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXSh9WhPkz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXSh9WhPkz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXSh9WhPkz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXSh9WhPkz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXSh9WhPkz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXSh9WhPkz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXSh9WhPkz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXSh9WhPkz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXSh9WhPkz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXSh9WhPkz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXSh9WhPkz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXSh9WhPkz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXSh9WhPkz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXSh9WhPkz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXSh9WhPkz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXSh9WhPkz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXSh9WhPkz .navbar {
    height: 70px;
  }
  .cid-tXSh9WhPkz .navbar.opened {
    height: auto;
  }
  .cid-tXSh9WhPkz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXSt4RWPcy {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../images/mbr-3-1920x1280.jpg");
}
.cid-tXSt4RWPcy .mbr-overlay {
  background-color: #10074e;
  opacity: 0.6;
}
.cid-tXSt4RWPcy .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-tXSt4RWPcy .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-tXSt4RWPcy {
    align-items: center;
  }
  .cid-tXSt4RWPcy .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tXSt4RWPcy .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tXSt4RWPcy {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tXSt4RWPcy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tXSt4RWPcy .content-wrap {
    width: 100%;
  }
}
.cid-tXSt4RWPcy .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tXSt4RWPcy .mbr-text,
.cid-tXSt4RWPcy .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tXSt4RWPcy .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-tXSsq8Lr7e {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #eeebe0;
}
.cid-tXSsq8Lr7e .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tXSsq8Lr7e form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tXSsq8Lr7e form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tXSsq8Lr7e form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tXSsH1jZT0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #10074e;
}
.cid-tXSsH1jZT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXSsH1jZT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXSsH1jZT0 .row {
  justify-content: center;
}
.cid-tXSsH1jZT0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tXSsH1jZT0 .item {
    margin-bottom: 1rem;
  }
}
.cid-tXSsH1jZT0 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tXSsH1jZT0 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tXSsH1jZT0 .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tXSsH1jZT0 .content-head {
  max-width: 800px;
}
.cid-tXSha0ptcL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tXSha0ptcL .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tXSha0ptcL .mbr-text {
  color: #767676;
}
.cid-tXSha0ptcL .links {
  color: #EBD587;
}
@media (max-width: 767px) {
  .cid-tXSha0ptcL .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tXSha0ptcL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tXSha0ptcL .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tXSha0ptcL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tXSha0ptcL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tXSha0ptcL .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tXSha0ptcL .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tXSha0ptcL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXSha0ptcL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
