body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3.2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #7f1933 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #e7b449 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e7b449 !important;
  border-color: #e7b449 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #c9911b !important;
  border-color: #c9911b !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c9911b !important;
  border-color: #c9911b !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #2a0811;
  color: #2a0811;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #7f1933;
  border-color: #7f1933;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b28018;
  color: #b28018;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #e7b449;
  border-color: #e7b449;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e7b449 !important;
  border-color: #e7b449 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #7f1933 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #e7b449 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #2a0811 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b28018 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #e7b449;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7f1933;
  border-color: #7f1933;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #7f1933;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d93e66;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffefd;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #7f1933;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #7f1933;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #7f1933;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7f1933;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #7f1933;
  border-bottom-color: #7f1933;
}
.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: #7f1933 !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: #ff3366 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%237f1933' %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.3;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-rdHQ2lTnpZ {
  padding-top: 0px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/buildings-1804479-2000x1125.jpg");
}
.cid-rdHQ2lTnpZ H1 {
  text-align: left;
  color: #efefef;
}
.cid-rdHQ2lTnpZ .mbr-text,
.cid-rdHQ2lTnpZ .mbr-section-btn {
  color: #efefef;
  text-align: left;
}
.cid-veiDyJD14v {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f6f4f0;
}
.cid-veiDyJD14v .mbr-fallback-image.disabled {
  display: none;
}
.cid-veiDyJD14v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veiDyJD14v .items-wrapper {
  justify-content: flex-end;
}
.cid-veiDyJD14v .items-wrapper .card {
  justify-content: center;
}
.cid-veiDyJD14v .image-wrapper {
  text-align: center;
}
.cid-veiDyJD14v .image-wrapper .image-caption {
  font-size: 16px;
  color: #272b2e;
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-veiDyJD14v .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-veiDyJD14v .image-wrapper img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (max-width: 768px) {
  .cid-veiDyJD14v .image-wrapper img {
    width: 260px !important;
    height: 260px !important;
    max-width: 100%;
  }
}
.cid-veiDyJD14v .content-wrapper {
  padding-left: 80px;
}
@media (max-width: 1200px) {
  .cid-veiDyJD14v .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-veiDyJD14v .content-wrapper {
    padding-left: 0;
  }
}
.cid-veiDyJD14v .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-veiDyJD14v .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veiDyJD14v .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-veiDyJD14v .mbr-desc {
  color: #00246f;
}
.cid-veiDyJD14v .mbr-section-title {
  color: #7f1933;
  text-align: center !important;
}
.cid-veiDyJD14v .mbr-section-btn {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-veiDyJD14v .mbr-section-title {
    text-align: center !important;
  }
}
.cid-veiDyJD14v .mbr-text,
.cid-veiDyJD14v .text-wrapper {
  color: #272b2e;
}
.cid-veiDyJD14v .btn.btn-primary {
  background-color: #7f1933 !important;
  color: #FFFFFF !important;
  border-color: #7f1933 !important;
  outline-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-veiDyJD14v .btn.btn-primary:hover {
  background-color: #FFFFFF !important;
  color: #7f1933 !important;
  border-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-veiDyJD14v P {
  color: #7f1933;
}
.cid-veiDyJD14v .image-caption {
  color: #7f1933 !important;
  font-size: 22px !important;
  font-weight: bold;
  text-align: center;
  margin-top: 18px !important;
}
.cid-veiDyJD14v .image-caption .affiliation {
  font-weight: normal;
}
.cid-veiDyJD14v .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-veiDyJD14v H1 {
  text-align: center;
}
.cid-veiDyJD14v H3 {
  color: #00246f;
}
.cid-veiDyJD14v .mbr-text,
.cid-veiDyJD14v .mbr-section-btn {
  color: #06182d;
}
.cid-veiz54pj0P {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f6f4f0;
}
.cid-veiz54pj0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-veiz54pj0P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veiz54pj0P .content-wrap {
  margin: 0;
}
.cid-veiz54pj0P .content-wrap .card {
  padding: 0;
}
.cid-veiz54pj0P .content-wrap .card .card-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #dde3e9;
  padding: 32px;
  height: 100%;
  min-height: 410px;
}
@media (max-width: 992px) {
  .cid-veiz54pj0P .content-wrap .card .card-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
.cid-veiz54pj0P .content-wrap .card .card-wrapper .title-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
}
.cid-veiz54pj0P .content-wrap .card .card-wrapper .title-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-veiz54pj0P .content-wrap .card .card-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-veiz54pj0P .content-wrap .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veiz54pj0P .content-wrap .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-veiz54pj0P .content-wrap .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veiz54pj0P .content-wrap .card .image-wrap {
  padding: 8px;
}
.cid-veiz54pj0P .mbr-section-title {
  color: #004aad;
}
.cid-veiz54pj0P .mbr-text {
  color: #06182d;
}
.cid-veiz54pj0P .mbr-section-title,
.cid-veiz54pj0P .mbr-section-btn {
  color: #7f1933;
}
.cid-veiIAjFFFN {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f6f4f0;
}
.cid-veiIAjFFFN P {
  color: #7f1933;
}
.cid-veiIAjFFFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-veiIAjFFFN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veiIAjFFFN .items-wrapper {
  justify-content: flex-end;
}
.cid-veiIAjFFFN .items-wrapper .card {
  justify-content: center;
}
.cid-veiIAjFFFN .image-wrapper {
  text-align: center;
}
.cid-veiIAjFFFN .image-wrapper .image-caption {
  font-size: 16px;
  color: #272b2e;
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-veiIAjFFFN .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-veiIAjFFFN .image-wrapper img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (max-width: 768px) {
  .cid-veiIAjFFFN .image-wrapper img {
    width: 260px !important;
    height: 260px !important;
    max-width: 100%;
  }
}
.cid-veiIAjFFFN .content-wrapper {
  padding-left: 80px;
}
@media (max-width: 1200px) {
  .cid-veiIAjFFFN .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-veiIAjFFFN .content-wrapper {
    padding-left: 0;
  }
}
.cid-veiIAjFFFN .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-veiIAjFFFN .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veiIAjFFFN .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-veiIAjFFFN .mbr-desc {
  color: #00246f;
}
.cid-veiIAjFFFN .mbr-section-title {
  color: #7f1933;
  text-align: center !important;
}
.cid-veiIAjFFFN .mbr-section-btn {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-veiIAjFFFN .mbr-section-title {
    text-align: center !important;
  }
}
.cid-veiIAjFFFN .mbr-text,
.cid-veiIAjFFFN .text-wrapper {
  color: #272b2e;
}
.cid-veiIAjFFFN .btn.btn-primary {
  background-color: #7f1933 !important;
  color: #FFFFFF !important;
  border-color: #7f1933 !important;
  outline-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-veiIAjFFFN .btn.btn-primary:hover {
  background-color: #FFFFFF !important;
  color: #7f1933 !important;
  border-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-veiIAjFFFN .image-caption {
  color: #7f1933 !important;
  font-size: 22px !important;
  font-weight: bold;
  text-align: center;
  margin-top: 18px !important;
}
.cid-veiIAjFFFN .image-caption .affiliation {
  font-weight: normal;
}
.cid-veiIAjFFFN .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-veiIAjFFFN H1 {
  text-align: center;
}
.cid-veiIAjFFFN H3 {
  color: #00246f;
}
.cid-veiIAjFFFN .mbr-text,
.cid-veiIAjFFFN .mbr-section-btn {
  color: #06182d;
}
.cid-uyvFbyohM7 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: #073b4c;
}
.cid-uyvFbyohM7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyvFbyohM7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyvFbyohM7 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uyvFbyohM7 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uyvFbyohM7 .container {
    padding: 0 20px;
  }
}
.cid-uyvFbyohM7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  flex: 0 0 100%;
}
@media (max-width: 768px) {
  .cid-uyvFbyohM7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    border-right: none;
  }
}
.cid-uyvFbyohM7 .embla__slide .card-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uyvFbyohM7 .embla__slide .card-wrap {
    display: block;
  }
}
.cid-uyvFbyohM7 .embla__slide .card-wrap .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uyvFbyohM7 .embla__slide .card-wrap .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uyvFbyohM7 .embla__slide .card-wrap .content-wrap .card-subtitle {
  margin-bottom: 10px;
  letter-spacing: .16em;
}
.cid-uyvFbyohM7 .embla__slide .card-wrap .content-wrap .card-title {
  margin-bottom: 16px;
}
.cid-uyvFbyohM7 .embla__slide .card-wrap .content-wrap .card-desc {
  margin-bottom: 30px;
}
.cid-uyvFbyohM7 .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 24px;
}
.cid-uyvFbyohM7 .embla__slide .card-wrap .item-wrapper {
  width: 60%;
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uyvFbyohM7 .embla__slide .card-wrap .item-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-uyvFbyohM7 .embla__slide .card-wrap .item-wrapper .image-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uyvFbyohM7 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 50;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uyvFbyohM7 .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 50%;
  }
}
.cid-uyvFbyohM7 .embla__button--prev,
.cid-uyvFbyohM7 .embla__button--next {
  display: flex;
}
.cid-uyvFbyohM7 .embla__buttons {
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 4.5rem;
  align-items: center;
}
.cid-uyvFbyohM7 .embla__button {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: transparent;
  color: white;
  border: 2px solid #7f1933;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  transition: all 0.3s;
}
.cid-uyvFbyohM7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyvFbyohM7 .embla__button:hover {
  background-color: transparent;
  color: #7f1933;
  border-color: white;
}
.cid-uyvFbyohM7 .mbr-iconfont {
  margin: 0;
  padding: 0;
}
.cid-uyvFbyohM7 .embla {
  position: relative;
  width: 100%;
}
.cid-uyvFbyohM7 .embla__button:focus {
  outline: none;
}
.cid-uyvFbyohM7 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyvFbyohM7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyvFbyohM7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyvFbyohM7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uyvFbyohM7 .card-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uyvFbyohM7 .card-title {
  color: #e4d295;
  text-align: center;
}
.cid-uyvFbyohM7 .card-desc {
  color: #e4d295;
}
.cid-uyvFbyohM7 .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyvFbyohM7 .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cid-uyvFbyohM7 .mbr-section-btn {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  margin-top: 15px;
}
.cid-uyvFbyohM7 .btn.btn-primary {
  background-color: #7f1933 !important;
  color: #FFFFFF !important;
  border-color: #7f1933 !important;
  outline-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-uyvFbyohM7 .btn.btn-primary:hover {
  background-color: #FFFFFF !important;
  color: #7f1933  !important;
  border-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-uyvFbyohM7 .image-wrap {
  background-color: #063544;
  padding-left: 50px;
  margin-right: -20px;
  padding-top: 0px;
  padding-bottom: 0px;
  display: inline-block;
  box-sizing: border-box;
  max-height: 600px;
  overflow: hidden;
}
.cid-uyvFbyohM7 .image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  max-height: 600px;
}
@media (max-width: 768px) {
  .cid-uyvFbyohM7 .image-wrap {
    padding-left: 0px;
    margin-right: -10px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-uyvFbyohM7 .image-wrap {
    padding-left: 0px;
    margin-right: -15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uyvFbyohM7 .slider2 {
  background-color: #073b4c;
}
.cid-uyvFbyohM7 .image-wrap:hover,
.cid-uyvFbyohM7 .image-wrap img:hover {
  opacity: 1 !important;
  transition: none !important;
  pointer-events: none !important;
}
.cid-uyvFbyohM7 .card-text P {
  text-align: center;
}
.cid-uyvFbyohM7 P {
  color: #f6f6f6;
}
.cid-uyvFbyohM7 .card-subtitle P {
  text-align: center;
}
.cid-tWYln9ZSnR {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #111473;
}
.cid-tWYln9ZSnR .mbr-text {
  text-align: center;
}
.cid-tWYln9ZSnR H2 {
  text-align: center;
  color: #ffffff;
}
.cid-ut1ADuG1zR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ut1ADuG1zR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ut1ADuG1zR p {
  color: #767676;
  text-align: left;
}
.cid-ut1ADuG1zR .card-box {
  padding-top: 2rem;
}
.cid-ut1ADuG1zR .card-wrapper {
  height: 100%;
}
.cid-ubd9TZAbRb {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #063776;
}
.cid-ubd9TZAbRb .mbr-text {
  text-align: center;
}
.cid-ubd9TZAbRb H2 {
  text-align: center;
}
.cid-ubd9W011Dz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-ubd9W011Dz .mbr-text,
.cid-ubd9W011Dz blockquote {
  color: #767676;
}
.cid-ubd9W011Dz .mbr-text {
  color: #232323;
}
.cid-ubd9WXtc8R {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-ubd9WXtc8R .counter-container {
  color: #042e64;
}
.cid-ubd9WXtc8R .counter-container ul {
  margin-bottom: 0;
}
.cid-ubd9WXtc8R .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-ubd9WXtc8R .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #063776;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-ubd9WXtc8R .mbr-text DIV {
  text-align: center;
}
.cid-ubd9WXtc8R .mbr-text {
  color: #000000;
}
.cid-ubd9XR6g1R {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-ubd9XR6g1R P {
  color: #063776;
}
.cid-ubd9XR6g1R .mbr-text,
.cid-ubd9XR6g1R .mbr-section-btn {
  color: #063776;
}
.cid-ubd9XR6g1R .btn {
  width: 230px;
  height: 50px;
  margin: 0 0 0.6rem 0;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
}
.cid-ubd9XR6g1R .btn.btn-primary {
  background-color: #063776 !important;
  color: #FFFFFF !important;
  border-color: #063776 !important;
  outline-color: #063776 !important;
  border: 2px solid #063776 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-ubd9XR6g1R .btn.btn-primary:hover {
  background-color: #FFFFFF !important;
  color: #063776  !important;
  border-color: #063776 !important;
  border: 2px solid #063776 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-ubd9XR6g1R .button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vh;
}
.cid-tI4hi7LKPf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #7f1933;
}
.cid-tI4hi7LKPf .mbr-text {
  text-align: center;
}
.cid-tI4peK4SPR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tI4peK4SPR .mbr-text,
.cid-tI4peK4SPR blockquote {
  color: #767676;
}
.cid-tI4peK4SPR .mbr-text {
  color: #232323;
}
.cid-tI4meJI3ab {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tI4meJI3ab .counter-container {
  color: #767676;
}
.cid-tI4meJI3ab .counter-container ul {
  margin-bottom: 0;
}
.cid-tI4meJI3ab .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tI4meJI3ab .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #7f1933;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tI4meJI3ab .mbr-text DIV {
  text-align: center;
}
.cid-tI4meJI3ab .mbr-text {
  color: #000000;
}
.cid-tI4pU4enUr {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-tI4pU4enUr P {
  color: #767676;
}
.cid-tI4pU4enUr .mbr-text,
.cid-tI4pU4enUr .mbr-section-btn {
  color: #ff7f9f;
}
.cid-tI4pU4enUr .btn {
  width: 230px;
  height: 50px;
  margin: 0 0 0.6rem 0;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
}
.cid-tI4pU4enUr .btn.btn-primary {
  background-color: #7f1933 !important;
  color: #FFFFFF !important;
  border-color: #7f1933 !important;
  outline-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tI4pU4enUr .btn.btn-primary:hover {
  background-color: #FFFFFF !important;
  color: #7f1933  !important;
  border-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tI4pU4enUr .button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vh;
}
.cid-tVQa1RhJep {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #efefef;
}
.cid-tVQa1RhJep .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVQa1RhJep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVQa1RhJep .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
@media (max-width: 768px) {
  .cid-tVQa1RhJep .embla__slide {
    min-width: 100%;
    max-width: initial;
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
.cid-tVQa1RhJep .embla__slide .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-tVQa1RhJep .embla__slide .card-wrap .card-text {
  margin-bottom: 50px;
}
.cid-tVQa1RhJep .embla__slide .card-wrap .content-wrap .card-name {
  margin-bottom: 12px;
}
.cid-tVQa1RhJep .embla__slide .card-wrap .content-wrap .card-desc {
  margin-bottom: 0;
}
.cid-tVQa1RhJep .embla__button--next,
.cid-tVQa1RhJep .embla__button--prev {
  display: flex;
}
.cid-tVQa1RhJep .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -2.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #7f1933;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tVQa1RhJep .embla__button .mbr-iconfont {
  font-size: 25px;
}
@media (max-width: 768px) {
  .cid-tVQa1RhJep .embla__button .mbr-iconfont {
    font-size: 18px;
  }
}
.cid-tVQa1RhJep .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tVQa1RhJep .embla__button:hover {
  background: transparent;
  color: #7f1933;
  border: none;
  opacity: .65;
}
.cid-tVQa1RhJep .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-tVQa1RhJep .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tVQa1RhJep .embla__button {
    top: auto;
    bottom: -3.5rem;
  }
}
.cid-tVQa1RhJep .embla {
  position: relative;
  width: 100%;
}
.cid-tVQa1RhJep .embla__viewport {
  overflow: hidden;
  width: 80%;
}
.cid-tVQa1RhJep .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tVQa1RhJep .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tVQa1RhJep .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tVQa1RhJep .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.cid-tVQa1RhJep .icon-wrapper .mbr-iconfont {
  font-size: 56px;
  display: block;
  color: #7f1933;
}
.cid-tVQa1RhJep .card-text {
  color: #747474;
  text-align: center;
}
.cid-tVQa1RhJep .card-name {
  color: #7f1933;
  text-align: center;
}
.cid-tVQa1RhJep .card-desc {
  color: #747474;
  text-align: center;
}
.cid-tVQa1RhJep .embla .embla__button--prev {
  left: 0;
  margin-left: 100px !important;
}
.cid-tVQa1RhJep .embla .embla__button--next {
  right: 0;
  margin-right: 100px !important;
}
.cid-spf89gfBHb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e4dfd0;
  background: linear-gradient(45deg, #e4dfd0, #f9eee7);
}
.cid-spf89gfBHb .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-spf89gfBHb .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-spf89gfBHb .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-spf89gfBHb .mbr-text {
    text-align: center;
  }
}
.cid-spf89gfBHb .mbr-text,
.cid-spf89gfBHb .mbr-section-btn {
  color: #000000;
}
.cid-spf89gfBHb .btn {
  width: 230px;
  height: 50px;
  margin: 0 0 0.6rem 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
}
.cid-spf89gfBHb .btn.btn-primary {
  background-color: #7f1933 !important;
  color: #FFFFFF !important;
  border-color: #7f1933 !important;
  outline-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-spf89gfBHb .btn.btn-primary:hover {
  background-color: #FFFFFF !important;
  color: #7f1933  !important;
  border-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-spf89gfBHb .mbr-section-btn {
  position: absolute;
  left: 11.8%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .cid-spf89gfBHb .mbr-section-btn {
    position: static;
    transform: none;
    text-align: center;
  }
}
.cid-tIgGQlL0Rq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e0ac78;
}
.cid-tIgGQlL0Rq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIgGQlL0Rq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIgGQlL0Rq .mbr-text,
.cid-tIgGQlL0Rq .mbr-section-btn {
  color: #232323;
}
.cid-tIgGQlL0Rq .mbr-section-subtitle {
  color: #232323;
}
.cid-tIgEvriTIh {
  background: #e0ac78;
  padding-top: 30px;
  padding-bottom: 45px;
}
.cid-tIgEvriTIh .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tIgEvriTIh .video-block {
    width: 100% !important;
  }
}
.cid-tIfNGsGukr {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIfNGsGukr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIfNGsGukr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIfNGsGukr .mbr-text,
.cid-tIfNGsGukr .mbr-section-btn {
  color: #232323;
}
.cid-tIGTzPJwcv {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tIGTzPJwcv P {
  color: #767676;
}
.cid-tIGTzPJwcv .mbr-text,
.cid-tIGTzPJwcv .mbr-section-btn {
  color: #ff7f9f;
}
.cid-tIGTzPJwcv .btn {
  width: 260px;
  height: 50px;
  margin: 0 0 0.6rem 0;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 460;
}
.cid-tIGTzPJwcv .btn.btn-primary {
  background-color: #266574 !important;
  color: #FFFFFF !important;
  border-color: #266574 !important;
  outline-color: #266574 !important;
  border: 2px solid #266574 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tIGTzPJwcv .btn.btn-primary:hover {
  background-color: #FFFFFF !important;
  color: #266574  !important;
  border-color: #266574 !important;
  border: 2px solid #266574 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tIGTzPJwcv .button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vh;
}
.cid-tHuGU1HSQ9 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #e4dfd0;
}
.cid-tHuGU1HSQ9 .mbr-text,
.cid-tHuGU1HSQ9 blockquote {
  color: #767676;
}
.cid-tHuGU1HSQ9 .mbr-text {
  color: #465052;
}
.cid-tHuGU1HSQ9 .mbr-text P {
  text-align: center;
}
.cid-tIGRscu7Kd {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #e4dfd0;
}
.cid-tIGRscu7Kd P {
  color: #767676;
}
.cid-tIGRscu7Kd .mbr-text,
.cid-tIGRscu7Kd .mbr-section-btn {
  color: #ff7f9f;
}
.cid-tIGRscu7Kd .btn {
  width: 230px;
  height: 50px;
  margin: 0 0 0.6rem 0;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
}
.cid-tIGRscu7Kd .btn.btn-primary {
  background-color: #7f1933 !important;
  color: #FFFFFF !important;
  border-color: #7f1933 !important;
  outline-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tIGRscu7Kd .btn.btn-primary:hover {
  background-color: #FFFFFF !important;
  color: #7f1933  !important;
  border-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tIGRscu7Kd .button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5Vh;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-veincn1boN {
  background-color: #00246f;
  background: linear-gradient(45deg, #00246f, #82786e);
}
@media (max-width: 767px) {
  .cid-veincn1boN .mbr-text {
    text-align: center;
  }
}
.cid-veincn1boN .container-fluid {
  padding: 0;
}
.cid-veincn1boN .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-veincn1boN img {
  height: 100%;
  object-fit: cover;
}
.cid-veincn1boN .mbr-figure {
  height: 100%;
}
.cid-veincn1boN .col-lg-6 {
  padding: 0;
}
.cid-veincn1boN .row {
  margin: 0;
}
.cid-veincn1boN .mbr-fallback-image.disabled {
  display: none;
}
.cid-veincn1boN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veincn1boN .mbr-text,
.cid-veincn1boN .mbr-section-btn {
  color: #f6f6f6;
  text-align: left;
}
.cid-veincn1boN H1 {
  color: #ffffff;
  text-align: left;
}
.cid-veincn1boN H3 {
  color: #7f1933;
}
.cid-veincn1boN .btn.btn-primary {
  background-color: #7f1933 !important;
  color: #FFFFFF !important;
  border-color: #7f1933 !important;
  outline-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-veincn1boN .btn.btn-primary:hover {
  background-color: #FFFFFF !important;
  color: #7f1933 !important;
  border-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-sk9DPGN1PC {
  padding-top: 84px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sk9DPGN1PC .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sk9DPGN1PC .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sk9DPGN1PC .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sk9DPGN1PC .mbr-text {
    text-align: center;
  }
}
.cid-sk9DPGN1PC .mbr-text,
.cid-sk9DPGN1PC .mbr-section-btn {
  color: #767676;
}
.cid-sk9DPGN1PC H1 {
  color: #767676;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-sk9DsW9Miq {
  padding-top: 112px;
  padding-bottom: 245px;
  background-color: #ffffff;
}
.cid-sk9DsW9Miq .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sk9DsW9Miq .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sk9DsW9Miq .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sk9DsW9Miq .mbr-text {
    text-align: center;
  }
}
.cid-sk9DsW9Miq .mbr-text,
.cid-sk9DsW9Miq .mbr-section-btn {
  color: #767676;
}
.cid-sk9DsW9Miq H1 {
  color: #767676;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-tIHeJhFEOe {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-tIHeJhFEOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIHeJhFEOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIHeJhFEOe .section-head {
  margin-bottom: 50px;
}
.cid-tIHeJhFEOe .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.cid-tIHeJhFEOe .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-tIHeJhFEOe .card {
  padding: 0;
}
.cid-tIHeJhFEOe .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #c1c1c1;
}
.cid-tIHeJhFEOe .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-tIHeJhFEOe .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #232323;
}
.cid-tIHeJhFEOe .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #232323;
  transition: .3s all;
}
.cid-tIHeJhFEOe .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-tIHeJhFEOe .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-tIHeJhFEOe .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-tIHeJhFEOe .sign {
  display: none !important;
}
.cid-tIHeJhFEOe .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-tIHeJhFEOe .panel-body {
  padding: 15px 0;
}
.cid-tIHeJhFEOe .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-tIHeJhFEOe .section-head h3.mbr-section-title {
  margin-bottom: 0 !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-sk44iukraC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sk44iukraC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sk44iukraC p {
  color: #767676;
  text-align: left;
}
.cid-sk44iukraC .card-box {
  padding-top: 2rem;
}
.cid-sk44iukraC .card-wrapper {
  height: 100%;
}
.cid-sk45xGn5oj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sk45xGn5oj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sk45xGn5oj p {
  color: #767676;
  text-align: left;
}
.cid-sk45xGn5oj .card-box {
  padding-top: 2rem;
}
.cid-sk45xGn5oj .card-wrapper {
  height: 100%;
}
.cid-tXCsGNUSJY {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tXCsGNUSJY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tXCsGNUSJY p {
  color: #767676;
  text-align: left;
}
.cid-tXCsGNUSJY .card-box {
  padding-top: 2rem;
}
.cid-tXCsGNUSJY .card-wrapper {
  height: 100%;
}
.cid-tXCsGNUSJY .media-container-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uw33sLq0d9 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uw33sLq0d9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uw33sLq0d9 p {
  color: #767676;
  text-align: left;
}
.cid-uw33sLq0d9 .card-box {
  padding-top: 2rem;
}
.cid-uw33sLq0d9 .card-wrapper {
  height: 100%;
}
.cid-uw33sLq0d9 .media-container-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uwNP7DU9ZI {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uwNP7DU9ZI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uwNP7DU9ZI p {
  color: #767676;
  text-align: left;
}
.cid-uwNP7DU9ZI .card-box {
  padding-top: 2rem;
}
.cid-uwNP7DU9ZI .card-wrapper {
  height: 100%;
}
.cid-uwNP7DU9ZI .media-container-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-t815WneHHj {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t815WneHHj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t815WneHHj p {
  color: #767676;
  text-align: left;
}
.cid-t815WneHHj .card-box {
  padding-top: 2rem;
}
.cid-t815WneHHj .card-wrapper {
  height: 100%;
}
.cid-t815WneHHj .media-container-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-qOFfmLcko1 {
  padding-top: 175px;
  padding-bottom: 240px;
  background-color: #fcb536;
}
.cid-qOFfmLcko1 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-qOFfmLcko1 H2 {
  color: #000000;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-qQ0nGlmx6S {
  padding-top: 100px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/safe-image-590x590.jpg");
}
.cid-qQ0nGlmx6S .mbr-section-subtitle {
  text-align: left;
}
.cid-qQ0nGlmx6S H2 {
  text-align: left;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-qQbShUmAlx {
  padding-top: 70px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qQbShUmAlx .mbr-section-subtitle {
  color: #767676;
}
.cid-qQbRh92Dig {
  padding-top: 15px;
  padding-bottom: 360px;
  background-color: #f9f9f9;
}
.cid-qQbRh92Dig .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qQbRh92Dig h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qQbRh92Dig p {
  color: #767676;
  text-align: left;
}
.cid-qQbRh92Dig .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qQbRh92Dig .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qQbRh92Dig .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-spcD6t9oxx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mardin-kenar-2000x1023.jpg");
}
.cid-spcD6t9oxx .mbr-text,
.cid-spcD6t9oxx .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-uHW57L1KQk {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uHW57L1KQk .mbr-text,
.cid-uHW57L1KQk blockquote {
  color: #767676;
}
.cid-uHW57L1KQk .mbr-text {
  color: #7f1933;
}
.cid-uHW57L1KQk .mbr-text P {
  text-align: center;
}
.cid-uHW58nZMVd {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #614b35;
}
.cid-uHW58nZMVd .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uHW58nZMVd .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uHW58nZMVd .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uHW58nZMVd .mbr-text {
    text-align: center;
  }
}
.cid-uHW58nZMVd .mbr-text,
.cid-uHW58nZMVd .mbr-section-btn {
  color: #ffffff;
}
.cid-uHW58nZMVd H1 {
  color: #ffffff;
  text-align: left;
}
.cid-uHW58ZECQH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #614b35;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uHW58ZECQH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uHW58ZECQH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHW58ZECQH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHW58ZECQH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uHW58ZECQH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uHW58ZECQH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uHW58ZECQH .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uHW58ZECQH .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uHW58ZECQH .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sk1gCO3oPB {
  padding-top: 64px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sk1gCO3oPB .card-img {
  background-color: #fff;
}
.cid-sk1gCO3oPB .card {
  align-self: stretch;
}
.cid-sk1gCO3oPB .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-sk1gCO3oPB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sk1gCO3oPB p {
  text-align: left;
}
.cid-sk1gCO3oPB .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sk1gCO3oPB .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sk1gCO3oPB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sk1gCO3oPB .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sk1jkSxPz0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sk1jkSxPz0 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sk1jkSxPz0 .modal-body .close {
  background: #1b1b1b;
}
.cid-sk1jkSxPz0 .modal-body .close span {
  font-style: normal;
}
.cid-sk1jkSxPz0 .carousel-inner > .active,
.cid-sk1jkSxPz0 .carousel-inner > .next,
.cid-sk1jkSxPz0 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sk1jkSxPz0 .carousel-control .icon-next,
.cid-sk1jkSxPz0 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sk1jkSxPz0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sk1jkSxPz0 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sk1jkSxPz0 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sk1jkSxPz0 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sk1jkSxPz0 .boxed-slider > div {
  position: relative;
}
.cid-sk1jkSxPz0 .container img {
  width: 100%;
}
.cid-sk1jkSxPz0 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sk1jkSxPz0 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sk1jkSxPz0 .mbr-table-cell {
  padding: 0;
}
.cid-sk1jkSxPz0 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sk1jkSxPz0 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sk1jkSxPz0 .mbr-overlay {
  z-index: 1;
}
.cid-sk1jkSxPz0 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sk1jkSxPz0 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sk1jkSxPz0 .carousel-item.active.right,
.cid-sk1jkSxPz0 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sk1jkSxPz0 .carousel-item.active.left,
.cid-sk1jkSxPz0 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sk1jkSxPz0 .carousel-item.active,
.cid-sk1jkSxPz0 .carousel-item.next.left,
.cid-sk1jkSxPz0 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sk1jkSxPz0 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sk1jkSxPz0 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sk1jkSxPz0 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sk1jkSxPz0 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sk1jkSxPz0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sk1jkSxPz0 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sk1jkSxPz0 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sk1jkSxPz0 .mbr-slider .carousel-indicators li.active,
.cid-sk1jkSxPz0 .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sk1jkSxPz0 .mbr-slider .carousel-indicators li::after,
.cid-sk1jkSxPz0 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sk1jkSxPz0 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sk1jkSxPz0 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sk1jkSxPz0 .mbr-slider > .container img {
  width: 100%;
}
.cid-sk1jkSxPz0 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sk1jkSxPz0 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sk1jkSxPz0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sk1jkSxPz0 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sk1jkSxPz0 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sk1jkSxPz0 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sk1jkSxPz0 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sk1jkSxPz0 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sk1jkSxPz0 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sk1jkSxPz0 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sk1jkSxPz0 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sk1jkSxPz0 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sk1jkSxPz0 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sk1jkSxPz0 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sk1jkSxPz0 .carousel-inner {
  height: 100%;
}
.cid-sk1jkSxPz0 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sk1jkSxPz0 .image_wrapper {
  height: 400px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sk1jkSxPz0 .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-sk1jkSxPz0 .carousel-item .container-slide {
  text-align: center;
}
.cid-sk1jkSxPz0 .content-slider-wrap {
  width: 60%;
}
.cid-sjS9eyn1qe {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sjS9eyn1qe .counter-container {
  color: #767676;
}
.cid-sjS9eyn1qe .counter-container ul {
  margin-bottom: 0;
}
.cid-sjS9eyn1qe .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sjS9eyn1qe .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #c0902a;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.cid-sjS9eyn1qe .mbr-text {
  color: #4f4943;
}
.cid-sjS9eyn1qe .mbr-text UL {
  text-align: left;
}
.cid-uHW3Uj7AX3 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: #266574;
}
.cid-uHW3Uj7AX3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHW3Uj7AX3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHW3Uj7AX3 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uHW3Uj7AX3 .container-fluid {
    padding: 0 16px;
  }
}
.cid-uHW3Uj7AX3 .container {
  margin-right: 0;
}
@media (max-width: 992px) {
  .cid-uHW3Uj7AX3 .container {
    padding: 0 16px;
  }
}
.cid-uHW3Uj7AX3 .slider-wrap {
  padding-right: 0;
}
@media (max-width: 992px) {
  .cid-uHW3Uj7AX3 .slider-wrap {
    padding-right: 12px;
  }
}
.cid-uHW3Uj7AX3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-uHW3Uj7AX3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uHW3Uj7AX3 .embla__slide .card-wrap {
  width: 100%;
}
.cid-uHW3Uj7AX3 .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 30px;
}
.cid-uHW3Uj7AX3 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 230px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uHW3Uj7AX3 .embla__slide .card-wrap .content-wrap .desc-wrap {
  margin-bottom: 20px;
}
.cid-uHW3Uj7AX3 .embla__slide .card-wrap .content-wrap .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border: 1px solid #ffffff;
  border-radius: 40px;
  margin-bottom: 0;
}
.cid-uHW3Uj7AX3 .embla__slide .card-wrap .content-wrap .card-title {
  margin-bottom: 14px;
}
.cid-uHW3Uj7AX3 .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 0;
}
.cid-uHW3Uj7AX3 .embla__button--prev,
.cid-uHW3Uj7AX3 .embla__button--next {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHW3Uj7AX3 .embla__button {
  bottom: -4.5rem;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.5s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHW3Uj7AX3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHW3Uj7AX3 .embla__button:hover {
  background: transparent;
  color: #7f1933;
}
.cid-uHW3Uj7AX3 .embla__button.embla__button--prev {
  left: 0;
  right: auto;
}
.cid-uHW3Uj7AX3 .embla__button.embla__button--next {
  right: 0;
  left: auto;
}
@media (max-width: 767px) {
  .cid-uHW3Uj7AX3 .embla__button {
    bottom: -4.5rem;
  }
}
.cid-uHW3Uj7AX3 .embla {
  position: relative;
  width: 100%;
}
.cid-uHW3Uj7AX3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uHW3Uj7AX3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHW3Uj7AX3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHW3Uj7AX3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHW3Uj7AX3 .mbr-desc {
  color: #ffffff;
}
.cid-uHW3Uj7AX3 .card-title {
  color: #ffffff;
}
.cid-uHW3Uj7AX3 .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-uyyurfXpSL {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background: #073b4c;
}
.cid-uyyurfXpSL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyurfXpSL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyurfXpSL .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uyyurfXpSL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uyyurfXpSL .container {
    padding: 0 20px;
  }
}
.cid-uyyurfXpSL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  flex: 0 0 100%;
}
@media (max-width: 768px) {
  .cid-uyyurfXpSL .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    border-right: none;
  }
}
.cid-uyyurfXpSL .embla__slide .card-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uyyurfXpSL .embla__slide .card-wrap {
    display: block;
  }
}
.cid-uyyurfXpSL .embla__slide .card-wrap .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uyyurfXpSL .embla__slide .card-wrap .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uyyurfXpSL .embla__slide .card-wrap .content-wrap .card-subtitle {
  margin-bottom: 10px;
  letter-spacing: .16em;
}
.cid-uyyurfXpSL .embla__slide .card-wrap .content-wrap .card-title {
  margin-bottom: 16px;
}
.cid-uyyurfXpSL .embla__slide .card-wrap .content-wrap .card-desc {
  margin-bottom: 30px;
}
.cid-uyyurfXpSL .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 24px;
}
.cid-uyyurfXpSL .embla__slide .card-wrap .item-wrapper {
  width: 60%;
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uyyurfXpSL .embla__slide .card-wrap .item-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-uyyurfXpSL .embla__slide .card-wrap .item-wrapper .image-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uyyurfXpSL .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 50;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uyyurfXpSL .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 50%;
  }
}
.cid-uyyurfXpSL .embla__button--prev,
.cid-uyyurfXpSL .embla__button--next {
  display: flex;
}
.cid-uyyurfXpSL .embla__buttons {
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 4.5rem;
  align-items: center;
}
.cid-uyyurfXpSL .embla__button {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: transparent;
  color: white;
  border: 2px solid #7f1933;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  transition: all 0.3s;
}
.cid-uyyurfXpSL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyyurfXpSL .embla__button:hover {
  background-color: transparent;
  color: #7f1933;
  border-color: white;
}
.cid-uyyurfXpSL .mbr-iconfont {
  margin: 0;
  padding: 0;
}
.cid-uyyurfXpSL .embla {
  position: relative;
  width: 100%;
}
.cid-uyyurfXpSL .embla__button:focus {
  outline: none;
}
.cid-uyyurfXpSL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyyurfXpSL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyyurfXpSL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyyurfXpSL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uyyurfXpSL .card-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uyyurfXpSL .card-title {
  color: #e4d295;
  text-align: center;
}
.cid-uyyurfXpSL .card-desc {
  color: #e4d295;
}
.cid-uyyurfXpSL .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyyurfXpSL .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cid-uyyurfXpSL .mbr-section-btn {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  margin-top: 15px;
}
.cid-uyyurfXpSL .btn.btn-primary {
  background-color: #7f1933 !important;
  color: #FFFFFF !important;
  border-color: #7f1933 !important;
  outline-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-uyyurfXpSL .btn.btn-primary:hover {
  background-color: #FFFFFF !important;
  color: #7f1933  !important;
  border-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-uyyurfXpSL .image-wrap {
  background-color: #063544;
  padding-left: 50px;
  margin-right: -20px;
  padding-top: 0px;
  padding-bottom: 0px;
  display: inline-block;
  box-sizing: border-box;
  max-height: 600px;
  overflow: hidden;
}
.cid-uyyurfXpSL .image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  max-height: 600px;
}
@media (max-width: 768px) {
  .cid-uyyurfXpSL .image-wrap {
    padding-left: 0px;
    margin-right: -10px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-uyyurfXpSL .image-wrap {
    padding-left: 0px;
    margin-right: -15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uyyurfXpSL .slider2 {
  background-color: #073b4c;
}
.cid-uyyurfXpSL .image-wrap:hover,
.cid-uyyurfXpSL .image-wrap img:hover {
  opacity: 1 !important;
  transition: none !important;
  pointer-events: none !important;
}
.cid-uyyurfXpSL .card-text P {
  text-align: center;
}
.cid-uyyurfXpSL P {
  color: #f6f6f6;
}
.cid-uyyurfXpSL .card-subtitle P {
  text-align: center;
}
.cid-uLwdalHf0k .video01.flexm5 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
  background-color: #ffffff!important;
  position: relative;
  overflow: hidden;
}
.cid-uLwdalHf0k .video01.flexm5 .mbr-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  background: none !important;
  z-index: 1;
  display: none !important;
}
.cid-uLwdalHf0k .content-wrap {
  justify-content: center;
}
.cid-uLwdalHf0k .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLwdalHf0k .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
  .cid-uLwdalHf0k .icon-wrapper {
    height: 60px;
    width: 60px;
  }
}
.cid-uLwdalHf0k .video-wrapper {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 2;
}
.cid-uLwdalHf0k .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
  display: block;
}
.cid-uLwdalHf0k .icon-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: linear-gradient(170deg, #7dabab, #a4cfcf);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.cid-uLwdalHf0k .icon-wrapper .mbr-iconfont {
  font-size: 38px !important;
  color: #ffffff !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative;
  left: 4px;
}
.cid-uLwdalHf0k .icon-wrapper:hover,
.cid-uLwdalHf0k .icon-wrapper:focus {
  opacity: 0.85;
}
.cid-uLwdalHf0k .mbr-fallback-image,
.cid-uLwdalHf0k .mbr-fallback-image.disabled {
  display: none !important;
}
.cid-uLwdalHf0k .modalWindow {
  display: none !important;
}
.cid-uLwdalHf0k H2 {
  color: #7f1933 !important;
}
.cid-uyys1V4Vjy {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #182643;
}
.cid-uyys1V4Vjy .mbr-text {
  text-align: center;
}
.cid-uyys1V4Vjy H2 {
  text-align: center;
  color: #f6f6f6;
}
.cid-uyys1V4Vjy .mbr-section.content5 {
  margin: 5 auto !important;
  max-width: 80% !important;
}
.cid-unyuPs9LEv {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #182643;
}
.cid-unyuPs9LEv .mbr-text {
  margin-top: 1rem;
}
.cid-unyuPs9LEv .text-element {
  background-color: #354463;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  height: 100%;
  padding: 2.3rem 1rem;
  overflow-wrap: break-word !important;
  word-break: break-all !important;
}
.cid-unyuPs9LEv .row-element,
.cid-unyuPs9LEv .image-element {
  padding: 0;
}
.cid-unyuPs9LEv .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-unyuPs9LEv .image-element .img-wrap {
  width: 100%;
  position: relative;
}
.cid-unyuPs9LEv .image-element .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: none;
}
.cid-unyuPs9LEv .carousel-control-next,
.cid-unyuPs9LEv .carousel-control-prev {
  bottom: auto;
  top: 9.8rem;
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-unyuPs9LEv .carousel-control-prev {
  right: 4.8rem;
  left: auto;
}
.cid-unyuPs9LEv .carousel-control-next {
  right: 1rem;
}
.cid-unyuPs9LEv .mbr-subtitle {
  display: inline-block;
  background-color: #7f1933;
  border-radius: 3px;
  padding: 0.2rem 1rem;
  text-align: left;
  color: #ffffff;
}
.cid-unyuPs9LEv .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-unyuPs9LEv .carousel-item.active,
.cid-unyuPs9LEv .carousel-item-next,
.cid-unyuPs9LEv .carousel-item-prev {
  display: flex;
}
.cid-unyuPs9LEv .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-unyuPs9LEv .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-unyuPs9LEv .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #7f1933;
}
.cid-unyuPs9LEv .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-unyuPs9LEv .carousel-indicators li:hover {
  opacity: 1;
}
.cid-unyuPs9LEv .mbri-arrow-prev::before {
  content: "\f053" !important;
}
.cid-unyuPs9LEv .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-unyuPs9LEv .carousel-controls a {
  transition: 0.3s;
  border-radius: 50%;
  border: 2px solid #7f1933;
  background-color: transparent;
}
.cid-unyuPs9LEv .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-unyuPs9LEv .carousel-controls a:hover {
  background: #7f1933;
}
.cid-unyuPs9LEv .carousel-controls a:hover span {
  color: #82786e;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unyuPs9LEv .image-element {
    min-width: 500%;
  }
  .cid-unyuPs9LEv .media-container-row {
    width: 100%;
  }
}
.cid-unyuPs9LEv .date-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.1rem;
}
.cid-unyuPs9LEv .mbr-title {
  margin-top: 1rem;
}
.cid-unyuPs9LEv .btn {
  margin-left: 0.3rem !important;
  width: 150px;
  height: 50px;
  margin: 0 0 0.6rem 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-unyuPs9LEv .btn {
    margin: 0 auto !important;
  }
  .cid-unyuPs9LEv .carousel-control-prev,
  .cid-unyuPs9LEv .carousel-control-next {
    bottom: auto;
    top: 37%;
    transform: translateY(-50%);
    left: 50%;
    right: auto;
  }
  .cid-unyuPs9LEv .carousel-control-prev {
    left: 30%;
    right: auto;
    margin-left: 0;
  }
  .cid-unyuPs9LEv .carousel-control-next {
    left: auto;
    right: 30%;
    margin-left: 0;
  }
  .cid-unyuPs9LEv .image-element .img-wrap img {
    height: auto !important;
    max-width: 100%;
  }
  .cid-unyuPs9LEv .image-element {
    max-height: 980px !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
  }
  .cid-unyuPs9LEv .image-element .img-wrap {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    overflow: hidden !important;
    padding-top: 80%;
    position: relative;
  }
}
.cid-unyuPs9LEv .btn.btn-primary-outline {
  background-color: #7f1933 !important;
  color: #FFFFFF !important;
  border-color: #7f1933 !important;
  outline-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-unyuPs9LEv .btn.btn-primary-outline:hover {
  background-color: #FFFFFF !important;
  color: #7f1933  !important;
  border-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-unyuPs9LEv .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(204, 41, 82, 0);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-unyuPs9LEv .text-element {
    padding: 1rem !important;
    white-space: normal;
    overflow-wrap: break-word;
  }
  .cid-unyuPs9LEv .carousel-control-next,
  .cid-unyuPs9LEv .carousel-control-prev {
    bottom: auto;
    top: 46.8%;
  }
  .cid-unyuPs9LEv .carousel-control-prev {
    right: 5.8rem;
    left: auto;
  }
  .cid-unyuPs9LEv .carousel-control-next {
    right: 1.8rem;
  }
  .cid-unyuPs9LEv .image-element {
    max-height: 980px !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
  }
  .cid-unyuPs9LEv .image-element .img-wrap {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    overflow: hidden !important;
    padding-top: 60%;
    position: relative;
  }
  .cid-unyuPs9LEv .image-element .img-wrap img {
    max-width: 100%;
    height: auto !important;
  }
}
@media (min-width: 992px) {
  .cid-unyuPs9LEv .text-element {
    padding: 6.2rem 3.8rem;
    overflow-wrap: break-word;
  }
  .cid-unyuPs9LEv .carousel-control-next,
  .cid-unyuPs9LEv .carousel-control-prev {
    bottom: 2.3rem;
    top: auto;
  }
  .cid-unyuPs9LEv .carousel-control-prev {
    left: 2.3rem;
  }
  .cid-unyuPs9LEv .carousel-control-next {
    left: 6.2rem;
  }
}
.cid-unyuPs9LEv .progress_value {
  display: flex;
  position: relative;
}
.cid-unyuPs9LEv .progress_elements {
  margin-top: 1.5rem;
  margin-bottom: 1.4rem;
}
.cid-unyuPs9LEv .progress {
  width: 100%;
  position: relative;
  height: 13px;
  background-color: #f9f7f6;
  border-radius: 50px;
}
.cid-unyuPs9LEv progress {
  height: 8px;
}
.cid-unyuPs9LEv .title-wrap {
  display: flex;
  justify-content: flex-end;
}
.cid-unyuPs9LEv .progress1 .progressbar-number:before,
.cid-unyuPs9LEv .progress2 .progressbar-number:before,
.cid-unyuPs9LEv .progress3 .progressbar-number:before,
.cid-unyuPs9LEv .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-unyuPs9LEv progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-unyuPs9LEv progress::-webkit-progress-value {
  background: #ffffff;
  background-image: linear-gradient(to right, #58ded5, #c1f7d5);
  border-radius: 50px;
}
.cid-unyuPs9LEv progress[value]::-moz-progress-bar {
  background: #ffffff;
}
.cid-unyuPs9LEv progress::-ms-fill {
  background: #ffffff;
}
.cid-unyuPs9LEv .progress1 .progressbar-number:before {
  content: "65";
}
.cid-unyuPs9LEv .progress2 .progressbar-number:before {
  content: "80";
}
.cid-unyuPs9LEv .progress3 .progressbar-number:before {
  content: "90";
}
.cid-unyuPs9LEv .progress4 .progressbar-number:before {
  content: "100";
}
.cid-unyuPs9LEv .progress5 .progressbar-number:before {
  content: "90";
}
.cid-unyuPs9LEv .progress6 .progressbar-number:before {
  content: "100";
}
.cid-unyuPs9LEv .progress7 .progressbar-number:before {
  content: "90";
}
.cid-unyuPs9LEv .progress8 .progressbar-number:before {
  content: "100";
}
.cid-unyuPs9LEv .progressbar-number {
  margin-left: 3rem;
}
.cid-unyuPs9LEv .progressbar-number + span {
  line-height: inherit !important;
}
.cid-unyuPs9LEv .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-unyuPs9LEv .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-unyuPs9LEv .progress_value span {
  padding-left: 2px;
}
.cid-unyuPs9LEv .icon-left {
  margin-right: 0.1rem;
}
.cid-unyuPs9LEv .icon-right {
  margin-left: 0.1rem;
}
.cid-unyuPs9LEv .mbr-fallback-image.disabled {
  display: none;
}
.cid-unyuPs9LEv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unyuPs9LEv .mbr-title,
.cid-unyuPs9LEv .ornament {
  color: #96e4f5;
  text-align: left;
}
.cid-unyuPs9LEv .mbr-text,
.cid-unyuPs9LEv .link {
  color: #ffffff;
}
.cid-unyuPs9LEv H6 {
  color: #ffffff;
}
.cid-veim0qv0Bb {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #f6f6f6;
}
.cid-veim0qv0Bb .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-veim0qv0Bb .wrapper .box {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-30%);
}
.cid-veim0qv0Bb .wrapper .box .mbr-media {
  z-index: 2;
}
.cid-veim0qv0Bb .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background: transparent;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-veim0qv0Bb .icon-wrap:hover span {
  color: #ff513c;
}
.cid-veim0qv0Bb .icon-wrap span {
  padding-left: 4px;
}
.cid-veim0qv0Bb .mbr-media span {
  font-size: 2rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff;
}
.cid-veim0qv0Bb .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-veim0qv0Bb .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-veim0qv0Bb .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-veim0qv0Bb .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-veim0qv0Bb a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-veim0qv0Bb a.close:hover {
  color: #ffffff;
}
.cid-veim0qv0Bb .img-wrap .overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #06182d;
  opacity: 0;
  pointer-events: none;
}
.cid-veim0qv0Bb .img-wrap img {
  width: 100%;
}
.cid-veim0qv0Bb .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
}
.cid-veim0qv0Bb .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-veim0qv0Bb .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-veim0qv0Bb .mbr-section-subtitle {
  color: #82786e;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-veim0qv0Bb .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-veim0qv0Bb .btn {
  margin: 0 0 0.6rem 0;
  width: 230px;
  height: 50px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
}
.cid-veim0qv0Bb .btn.btn-success-outline {
  color: #000000;
}
.cid-veim0qv0Bb .btn.btn-sm {
  padding: 7px 39px;
}
.cid-veim0qv0Bb .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-veim0qv0Bb .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-veim0qv0Bb .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-veim0qv0Bb .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-veim0qv0Bb .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
}
.cid-veim0qv0Bb .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-veim0qv0Bb .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #7f1933;
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-veim0qv0Bb .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #7f1933 transparent transparent;
  transform: skew(22deg) !important;
}
.cid-veim0qv0Bb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veim0qv0Bb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veim0qv0Bb .mbr-media.show-modal {
  display: none !important;
}
.cid-veim0qv0Bb .mbr-section-btn {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  width: 100%;
  text-align: center;
  margin-top: 0px;
}
.cid-veim0qv0Bb .btn.btn-primary {
  background-color: #7f1933 !important;
  color: #FFFFFF !important;
  border-color: #7f1933 !important;
  outline-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-veim0qv0Bb .btn.btn-primary:hover {
  background-color: #FFFFFF !important;
  color: #7f1933 !important;
  border-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-veiJHeHHER {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background1-7.jpg");
}
.cid-veiJHeHHER .mbr-fallback-image.disabled {
  display: none;
}
.cid-veiJHeHHER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veiJHeHHER .items-wrapper {
  justify-content: flex-end;
}
.cid-veiJHeHHER .items-wrapper .card {
  justify-content: center;
}
.cid-veiJHeHHER .image-wrapper {
  text-align: center;
}
.cid-veiJHeHHER .image-wrapper .image-caption {
  font-size: 16px;
  color: #272b2e;
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-veiJHeHHER .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-veiJHeHHER .image-wrapper img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (max-width: 768px) {
  .cid-veiJHeHHER .image-wrapper img {
    width: 260px !important;
    height: 260px !important;
    max-width: 100%;
  }
}
.cid-veiJHeHHER .content-wrapper {
  padding-left: 80px;
}
@media (max-width: 1200px) {
  .cid-veiJHeHHER .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-veiJHeHHER .content-wrapper {
    padding-left: 0;
  }
}
.cid-veiJHeHHER .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-veiJHeHHER .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veiJHeHHER .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-veiJHeHHER .mbr-desc {
  color: #272b2e;
}
.cid-veiJHeHHER .mbr-section-title {
  color: #7f1933;
  text-align: left !important;
}
.cid-veiJHeHHER .mbr-section-btn {
  text-align: left !important;
  margin-left: -12px !important;
}
@media (max-width: 992px) {
  .cid-veiJHeHHER .mbr-section-title {
    text-align: center !important;
  }
  .cid-veiJHeHHER .mbr-section-btn {
    text-align: center !important;
    margin-left: 0 !important;
  }
}
.cid-veiJHeHHER .mbr-text,
.cid-veiJHeHHER .text-wrapper {
  color: #272b2e;
}
.cid-veiJHeHHER .btn.btn-primary {
  background-color: #7f1933 !important;
  color: #FFFFFF !important;
  border-color: #7f1933 !important;
  outline-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-veiJHeHHER .btn.btn-primary:hover {
  background-color: #FFFFFF !important;
  color: #7f1933  !important;
  border-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-veiJHeHHER P {
  color: #7f1933;
}
.cid-veiJHeHHER .image-caption {
  color: #7f1933 !important;
  font-size: 22px !important;
  font-weight: bold;
  text-align: center;
  margin-top: 18px !important;
}
.cid-veiJHeHHER .image-caption .affiliation {
  font-weight: normal;
}
.cid-veiJHeHHER .mbr-text {
  text-align: left;
}
.cid-veiJHeHHER .mbr-section-title,
.cid-veiJHeHHER .mbr-section-btn {
  text-align: right;
}
#custom-html-nq {
  /* Main container */
  /* Text section styling */
  /* Container for side-by-side layout */
  /* Styling for each slot */
  /* Image and video responsiveness */
  /* Responsive adjustments */
}
#custom-html-nq .content-block {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}
#custom-html-nq .text-section {
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  /* Sets the font to Open Sans */
  font-size: 1.2rem;
  /* Sets font size to 1.2rem */
  color: #222;
  /* Optional: Adjust color for readability */
}
#custom-html-nq .text-section h2 {
  margin-bottom: 20px;
  /* Adds space between title and 
    description */
  color: #111473;
}
#custom-html-nq .media-container {
  display: flex;
  gap: 30px;
  /* Adds space between image and video */
  height: 500px;
  /* Increased height */
}
#custom-html-nq .slot {
  flex: 1;
  /* Ensures each slot takes up 50% of the container width */
  display: flex;
  align-items: center;
  justify-content: center;
}
#custom-html-nq .slot img,
#custom-html-nq .slot video {
  width: 100%;
  /* Ensures media fills the slot width */
  height: 100%;
  /* Ensures media fills the slot height */
  object-fit: cover;
  /* Ensures content fills the slot without distortion */
  border-radius: 8px;
}
@media (max-width: 768px) {
  #custom-html-nq .media-container {
    flex-direction: column;
    height: auto;
    /* Allow height to adjust on small screens */
  }
  #custom-html-nq .slot img,
  #custom-html-nq .slot video {
    height: auto;
    /* Allow height to adjust on small screens */
  }
}
.cid-uHW4PNoO95 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uHW4PNoO95 .mbr-text,
.cid-uHW4PNoO95 blockquote {
  color: #767676;
}
.cid-uHW4PNoO95 .mbr-text {
  color: #7f1933;
}
.cid-uHW4PNoO95 .mbr-text P {
  text-align: center;
}
.cid-uHW4S1Yu4D {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #614b35;
}
.cid-uHW4S1Yu4D .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uHW4S1Yu4D .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uHW4S1Yu4D .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uHW4S1Yu4D .mbr-text {
    text-align: center;
  }
}
.cid-uHW4S1Yu4D .mbr-text,
.cid-uHW4S1Yu4D .mbr-section-btn {
  color: #ffffff;
}
.cid-uHW4S1Yu4D H1 {
  color: #ffffff;
  text-align: left;
}
.cid-uHW4T5DhJw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #614b35;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uHW4T5DhJw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uHW4T5DhJw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHW4T5DhJw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHW4T5DhJw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uHW4T5DhJw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uHW4T5DhJw .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uHW4T5DhJw .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uHW4T5DhJw .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uHW4T5DhJw .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-utdiIdhOSA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-utdiIdhOSA .mbr-fallback-image.disabled {
  display: none;
}
.cid-utdiIdhOSA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utdiIdhOSA .content-wrapper {
  padding: 80px 90px;
  background-color: #efefef;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-utdiIdhOSA .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-utdiIdhOSA .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-utdiIdhOSA .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-utdiIdhOSA .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-utdiIdhOSA .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-utdiIdhOSA .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 38px;
}
@media (max-width: 992px) {
  .cid-utdiIdhOSA .content-wrapper .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-utdiIdhOSA .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-utdiIdhOSA .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-utdiIdhOSA .content-wrapper .image-wrapper img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-utdiIdhOSA .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-utdiIdhOSA .mbr-section-title {
  color: #050f0f;
}
.cid-utdiIdhOSA .mbr-text {
  color: #050f0f;
  text-align: left;
}
.cid-utdiIdhOSA .mbr-section-title,
.cid-utdiIdhOSA .mbr-section-btn {
  color: #111473;
  text-align: left;
}
.cid-uEIOa31tDn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-uEIOa31tDn .mbr-text,
.cid-uEIOa31tDn blockquote {
  color: #767676;
}
.cid-uEIOa31tDn .mbr-text {
  color: #ffffff;
}
.cid-uEIOa31tDn .mbr-text P {
  text-align: center;
}
.cid-uEIOd9Rfix {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #7f1933;
}
.cid-uEIOd9Rfix .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uEIOd9Rfix .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uEIOd9Rfix .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uEIOd9Rfix .mbr-text {
    text-align: center;
  }
}
.cid-uEIOd9Rfix .mbr-text,
.cid-uEIOd9Rfix .mbr-section-btn {
  color: #efefef;
}
.cid-uEIOd9Rfix H1 {
  color: #ffffff;
  text-align: left;
}
.cid-uEIOiKeKHf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #614b35;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uEIOiKeKHf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uEIOiKeKHf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEIOiKeKHf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uEIOiKeKHf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uEIOiKeKHf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uEIOiKeKHf .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uEIOiKeKHf .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uEIOiKeKHf .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uEIOiKeKHf .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-v8IAxZWtou {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #465052;
}
.cid-v8IAxZWtou .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IAxZWtou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IAxZWtou .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v8IAxZWtou .container-fluid {
    padding: 0 25px;
  }
}
.cid-v8IAxZWtou .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v8IAxZWtou .container {
    padding: 0 25px;
  }
}
.cid-v8IAxZWtou .row {
  border: 1px solid #465052;
}
.cid-v8IAxZWtou .card {
  padding: 0;
}
.cid-v8IAxZWtou .title-wrapper {
  padding: 90px 90px 20px 90px;
  background-color: #b1a374;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v8IAxZWtou .title-wrapper {
    padding: 60px 60px 20px 60px;
  }
}
@media (max-width: 768px) {
  .cid-v8IAxZWtou .title-wrapper {
    padding: 60px 20px 20px 20px;
  }
}
.cid-v8IAxZWtou .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8IAxZWtou .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-v8IAxZWtou .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v8IAxZWtou .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v8IAxZWtou .embla__slide .card-wrap {
  width: 100%;
}
.cid-v8IAxZWtou .embla__slide .card-wrap .item-wrapper .image-wrap {
  padding-bottom: 150px;
  padding-bottom: 0;
}
.cid-v8IAxZWtou .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-v8IAxZWtou .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v8IAxZWtou .embla__button--next,
.cid-v8IAxZWtou .embla__button--prev {
  display: flex;
}
.cid-v8IAxZWtou .embla__button {
  bottom: 2.5rem;
  width: auto;
  height: 65px;
  margin-top: -1.5rem;
  font-size: 53px;
  background-color: transparent;
  color: #465052;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-v8IAxZWtou .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v8IAxZWtou .embla__button:hover {
  background: transparent;
  color: #465052;
  opacity: .7;
}
.cid-v8IAxZWtou .embla__button.embla__button--prev {
  left: 0;
  margin-left: 40px;
}
.cid-v8IAxZWtou .embla__button.embla__button--prev .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v8IAxZWtou .embla__button.embla__button--prev .mbr-prev {
  font-size: 30px;
  margin-left: 30px;
  font-family: "Instrument Serif", sans-serif;
  font-style: italic;
  letter-spacing: .05em;
}
@media (max-width: 768px) {
  .cid-v8IAxZWtou .embla__button.embla__button--prev .mbr-prev {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-v8IAxZWtou .embla__button.embla__button--prev {
    margin-left: 20px;
  }
}
.cid-v8IAxZWtou .embla__button.embla__button--next {
  right: 0;
  margin-right: 40px;
}
.cid-v8IAxZWtou .embla__button.embla__button--next .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-v8IAxZWtou .embla__button.embla__button--next .mbr-next {
  font-size: 30px;
  margin-right: 25px;
  font-family: "Instrument Serif", sans-serif;
  font-style: italic;
  letter-spacing: .05em;
}
@media (max-width: 768px) {
  .cid-v8IAxZWtou .embla__button.embla__button--next .mbr-next {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-v8IAxZWtou .embla__button.embla__button--next {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-v8IAxZWtou .embla__button {
    bottom: 2.5rem;
  }
}
.cid-v8IAxZWtou .embla {
  position: relative;
  width: 100%;
}
.cid-v8IAxZWtou .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v8IAxZWtou .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8IAxZWtou .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8IAxZWtou .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8IAxZWtou .mbr-section-title {
  color: #ffffff;
}
.cid-v8IAxZWtou .mbr-section-title,
.cid-v8IAxZWtou .mbr-section-btn,
.cid-v8IAxZWtou .icon-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-v8IAxZWtou .mbr-section-btn {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  transform: translateX(0%) !important;
}
.cid-v8IAxZWtou .btn {
  width: 230px;
  height: 50px;
  margin: 0 0 0.6rem 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
}
.cid-v8IAxZWtou .btn.btn-primary {
  background-color: #7f1933 !important;
  color: #FFFFFF !important;
  border-color: #7f1933 !important;
  outline-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-v8IAxZWtou .btn.btn-primary:hover {
  background-color: #FFFFFF !important;
  color: #7f1933  !important;
  border-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-v8IAxZWtou .button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5Vh;
}
.cid-tVQ68Wg0tK {
  padding-top: 3rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #596172;
}
.cid-tVQ68Wg0tK .mbr-section-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tVQ68Wg0tK .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-tVQ68Wg0tK .card_box {
  margin-bottom: 65px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tVQ68Wg0tK .card_info {
  margin-bottom: 12px;
}
.cid-tVQ68Wg0tK .card_date {
  color: #555555;
}
.cid-tVQ68Wg0tK .card_title {
  line-height: 1.1em;
  margin-bottom: 18px;
  color: #202020;
}
.cid-tVQ68Wg0tK .card_text {
  margin-top: 4px;
}
.cid-tVQ68Wg0tK .item-img {
  margin-bottom: 30px;
}
.cid-tVQ68Wg0tK .item-img img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 450px;
}
.cid-tVQ68Wg0tK .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-tVQ68Wg0tK .linkBtn a:after,
.cid-tVQ68Wg0tK .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-tVQ68Wg0tK .linkBtn a:before {
  left: 0;
}
.cid-tVQ68Wg0tK .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-tVQ68Wg0tK .linkBtn a:hover:before,
.cid-tVQ68Wg0tK .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-tVQ68Wg0tK .card_text,
.cid-tVQ68Wg0tK .linkBtn {
  color: #ffffff;
}
.cid-tXD46NBYfB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tXD46NBYfB .mbr-text {
  margin-top: 1rem;
}
.cid-tXD46NBYfB .text-element {
  background-color: #354463;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  height: 100%;
  padding: 2.3rem 1rem;
}
.cid-tXD46NBYfB .row-element,
.cid-tXD46NBYfB .image-element {
  padding: 0;
}
.cid-tXD46NBYfB .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tXD46NBYfB .image-element .img-wrap {
  width: 100%;
  position: relative;
}
.cid-tXD46NBYfB .image-element .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: none;
}
.cid-tXD46NBYfB .carousel-control-next,
.cid-tXD46NBYfB .carousel-control-prev {
  bottom: auto;
  top: 9.8rem;
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-tXD46NBYfB .carousel-control-prev {
  right: 4.8rem;
  left: auto;
}
.cid-tXD46NBYfB .carousel-control-next {
  right: 1rem;
}
.cid-tXD46NBYfB .mbr-subtitle {
  display: inline-block;
  background-color: #e4d295;
  border-radius: 3px;
  padding: 0.2rem 1rem;
}
.cid-tXD46NBYfB .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tXD46NBYfB .carousel-item.active,
.cid-tXD46NBYfB .carousel-item-next,
.cid-tXD46NBYfB .carousel-item-prev {
  display: flex;
}
.cid-tXD46NBYfB .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXD46NBYfB .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-tXD46NBYfB .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #7f1933;
}
.cid-tXD46NBYfB .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-tXD46NBYfB .carousel-indicators li:hover {
  opacity: 1;
}
.cid-tXD46NBYfB .mbri-arrow-prev::before {
  content: "\f053" !important;
}
.cid-tXD46NBYfB .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-tXD46NBYfB .carousel-controls a {
  transition: 0.3s;
  border-radius: 50%;
  border: 2px solid #7f1933;
  background-color: transparent;
}
.cid-tXD46NBYfB .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-tXD46NBYfB .carousel-controls a:hover {
  background: #7f1933;
}
.cid-tXD46NBYfB .carousel-controls a:hover span {
  color: #82786e;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXD46NBYfB .image-element {
    min-width: 50%;
  }
  .cid-tXD46NBYfB .media-container-row {
    width: 100%;
  }
}
.cid-tXD46NBYfB .date-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.1rem;
}
.cid-tXD46NBYfB .mbr-title {
  margin-top: 1rem;
}
.cid-tXD46NBYfB .btn {
  margin-left: 0.3rem !important;
  width: 150px;
  height: 50px;
  margin: 0 0 0.6rem 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-tXD46NBYfB .btn {
    margin: 0 auto !important;
  }
  .cid-tXD46NBYfB .carousel-control-prev,
  .cid-tXD46NBYfB .carousel-control-next {
    bottom: auto;
    top: 37%;
    transform: translateY(-50%);
    left: 50%;
    right: auto;
  }
  .cid-tXD46NBYfB .carousel-control-prev {
    left: 30%;
    right: auto;
    margin-left: 0;
  }
  .cid-tXD46NBYfB .carousel-control-next {
    left: auto;
    right: 30%;
    margin-left: 0;
  }
  .cid-tXD46NBYfB .image-element .img-wrap img {
    height: auto !important;
    max-width: 100%;
  }
  .cid-tXD46NBYfB .image-element {
    max-height: 980px !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
  }
  .cid-tXD46NBYfB .image-element .img-wrap {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    overflow: hidden !important;
    padding-top: 80%;
    position: relative;
  }
}
.cid-tXD46NBYfB .btn.btn-primary-outline {
  background-color: #7f1933 !important;
  color: #FFFFFF !important;
  border-color: #7f1933 !important;
  outline-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tXD46NBYfB .btn.btn-primary-outline:hover {
  background-color: #FFFFFF !important;
  color: #7f1933  !important;
  border-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tXD46NBYfB .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(204, 41, 82, 0.1);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tXD46NBYfB .text-element {
    padding: 2.3rem 1rem;
  }
  .cid-tXD46NBYfB .carousel-control-next,
  .cid-tXD46NBYfB .carousel-control-prev {
    bottom: auto;
    top: 46.8%;
  }
  .cid-tXD46NBYfB .carousel-control-prev {
    right: 5.8rem;
    left: auto;
  }
  .cid-tXD46NBYfB .carousel-control-next {
    right: 1.8rem;
  }
  .cid-tXD46NBYfB .image-element {
    max-height: 980px !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
  }
  .cid-tXD46NBYfB .image-element .img-wrap {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    overflow: hidden !important;
    padding-top: 60%;
    position: relative;
  }
  .cid-tXD46NBYfB .image-element .img-wrap img {
    max-width: 100%;
    height: auto !important;
  }
}
@media (min-width: 992px) {
  .cid-tXD46NBYfB .text-element {
    padding: 6.2rem 3.8rem;
  }
  .cid-tXD46NBYfB .carousel-control-next,
  .cid-tXD46NBYfB .carousel-control-prev {
    bottom: 2.3rem;
    top: auto;
  }
  .cid-tXD46NBYfB .carousel-control-prev {
    left: 2.3rem;
  }
  .cid-tXD46NBYfB .carousel-control-next {
    left: 6.2rem;
  }
}
.cid-tXD46NBYfB .progress_value {
  display: flex;
  position: relative;
}
.cid-tXD46NBYfB .progress_elements {
  margin-top: 1.5rem;
  margin-bottom: 1.4rem;
}
.cid-tXD46NBYfB .progress {
  width: 100%;
  position: relative;
  height: 13px;
  background-color: #f9f7f6;
  border-radius: 50px;
}
.cid-tXD46NBYfB progress {
  height: 8px;
}
.cid-tXD46NBYfB .title-wrap {
  display: flex;
  justify-content: flex-end;
}
.cid-tXD46NBYfB .progress1 .progressbar-number:before,
.cid-tXD46NBYfB .progress2 .progressbar-number:before,
.cid-tXD46NBYfB .progress3 .progressbar-number:before,
.cid-tXD46NBYfB .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-tXD46NBYfB progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tXD46NBYfB progress::-webkit-progress-value {
  background: #ffffff;
  background-image: linear-gradient(to right, #58ded5, #c1f7d5);
  border-radius: 50px;
}
.cid-tXD46NBYfB progress[value]::-moz-progress-bar {
  background: #ffffff;
}
.cid-tXD46NBYfB progress::-ms-fill {
  background: #ffffff;
}
.cid-tXD46NBYfB .progress1 .progressbar-number:before {
  content: "75";
}
.cid-tXD46NBYfB .progress2 .progressbar-number:before {
  content: "80";
}
.cid-tXD46NBYfB .progress3 .progressbar-number:before {
  content: "90";
}
.cid-tXD46NBYfB .progress4 .progressbar-number:before {
  content: "100";
}
.cid-tXD46NBYfB .progress5 .progressbar-number:before {
  content: "90";
}
.cid-tXD46NBYfB .progress6 .progressbar-number:before {
  content: "100";
}
.cid-tXD46NBYfB .progress7 .progressbar-number:before {
  content: "90";
}
.cid-tXD46NBYfB .progress8 .progressbar-number:before {
  content: "100";
}
.cid-tXD46NBYfB .progressbar-number {
  margin-left: 3rem;
}
.cid-tXD46NBYfB .progressbar-number + span {
  line-height: inherit !important;
}
.cid-tXD46NBYfB .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tXD46NBYfB .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tXD46NBYfB .progress_value span {
  padding-left: 2px;
}
.cid-tXD46NBYfB .icon-left {
  margin-right: 0.1rem;
}
.cid-tXD46NBYfB .icon-right {
  margin-left: 0.1rem;
}
.cid-tXD46NBYfB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXD46NBYfB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXD46NBYfB .mbr-title,
.cid-tXD46NBYfB .ornament {
  color: #ffffff;
}
.cid-tXD46NBYfB .mbr-text,
.cid-tXD46NBYfB .link {
  color: #e4d295;
}
.cid-tVQm3HyRSc {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f8f5ea;
}
.cid-tVQm3HyRSc h2 {
  text-align: left;
}
.cid-tVQm3HyRSc h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tVQm3HyRSc p {
  color: #767676;
  text-align: left;
}
.cid-tVQm3HyRSc .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tVQm3HyRSc .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tVQm3HyRSc .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tVQm3HyRSc .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tVQm3HyRSc .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tVQm3HyRSc .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tVQm3HyRSc .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tVQm3HyRSc .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tVQm3HyRSc .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tVQm3HyRSc .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tVQm3HyRSc .card-img span {
    font-size: 40px !important;
  }
}
.cid-tVQm3HyRSc .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tVQm3HyRSc P {
  color: #232323;
  text-align: center;
}
.cid-tVQm3HyRSc H2 {
  text-align: center;
}
.cid-tJZOsFoWSg {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f8f5ea;
}
.cid-tJZOsFoWSg h2 {
  text-align: left;
}
.cid-tJZOsFoWSg h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tJZOsFoWSg p {
  color: #767676;
  text-align: left;
}
.cid-tJZOsFoWSg .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tJZOsFoWSg .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tJZOsFoWSg .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tJZOsFoWSg .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tJZOsFoWSg .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tJZOsFoWSg .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tJZOsFoWSg .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tJZOsFoWSg .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tJZOsFoWSg .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tJZOsFoWSg .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tJZOsFoWSg .card-img span {
    font-size: 40px !important;
  }
}
.cid-tJZOsFoWSg .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tJZOsFoWSg P {
  color: #232323;
  text-align: center;
}
.cid-tJZOsFoWSg H2 {
  text-align: center;
}
.cid-tIg7dO8WCx {
  padding-top: 4.8rem;
  padding-bottom: 0rem;
  background-color: #b2ccd2;
}
.cid-tIg7dO8WCx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIg7dO8WCx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIg7dO8WCx .mbr-text,
.cid-tIg7dO8WCx .mbr-section-btn {
  color: #7f1933;
}
.cid-tGkwbxtkrM {
  background: #b2ccd2;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tGkwbxtkrM .image-block {
  margin: auto;
}
.cid-tGkwbxtkrM .mbr-figure {
  margin: 0 auto;
}
.cid-tGkwbxtkrM figcaption {
  position: relative;
}
.cid-tGkwbxtkrM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tGkwbxtkrM .image-block {
    width: 100% !important;
  }
}
.cid-tGkwbxtkrM .mbr-figure-caption div {
  color: #efefef;
}
.cid-tGQtsT75LX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-tGQtsT75LX .mbr-text,
.cid-tGQtsT75LX blockquote {
  color: #767676;
}
.cid-tGQtsT75LX .mbr-text {
  color: #232323;
}
.cid-tGQtsT75LX .mbr-text P {
  text-align: center;
}
.cid-tGkwciLvk8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-tGkwciLvk8 .mbr-text,
.cid-tGkwciLvk8 blockquote {
  color: #767676;
}
.cid-tGkwciLvk8 .mbr-text {
  color: #232323;
}
.cid-tGkwdGXqvA {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-tGkwdGXqvA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tGkwdGXqvA p {
  color: #767676;
  text-align: left;
}
.cid-tGkwdGXqvA .card-box {
  padding-top: 2rem;
}
.cid-tGkwdGXqvA .card-wrapper {
  height: 100%;
}
.cid-tDJi0sKfhn {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #f8f5ea;
}
.cid-tDJi0sKfhn h3 {
  font-weight: 300;
}
.cid-tDJi0sKfhn .card-img {
  width: initial;
}
.cid-tDJi0sKfhn .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tDJi0sKfhn .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-tDJi0sKfhn .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tDJi0sKfhn .mbr-section-subtitle {
  color: #767676;
}
.cid-tDJi0sKfhn .mbr-text {
  color: #000000;
}
.cid-tDJi0sKfhn .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tDJi0sKfhn .mbr-al-i-c {
  align-items: center;
}
.cid-tDJi0sKfhn .mbr-section-title {
  color: #7f1933;
}
.cid-tEu3PP3yBl {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tEu3PP3yBl h2 {
  text-align: left;
}
.cid-tEu3PP3yBl h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tEu3PP3yBl p {
  color: #767676;
  text-align: left;
}
.cid-tEu3PP3yBl .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tEu3PP3yBl .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tEu3PP3yBl .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tEu3PP3yBl .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tEu3PP3yBl .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tEu3PP3yBl .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tEu3PP3yBl .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tEu3PP3yBl .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tEu3PP3yBl .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tEu3PP3yBl .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tEu3PP3yBl .card-img span {
    font-size: 40px !important;
  }
}
.cid-tEu3PP3yBl .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tEu3PP3yBl P {
  color: #232323;
  text-align: right;
}
.cid-tEu3PP3yBl H2 {
  text-align: center;
}
.cid-tIgo1SwgyC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f8f5ea;
}
.cid-tIgo1SwgyC h3 {
  font-weight: 300;
}
.cid-tIgo1SwgyC .card-img {
  width: initial;
}
.cid-tIgo1SwgyC .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tIgo1SwgyC .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-tIgo1SwgyC .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tIgo1SwgyC .mbr-section-subtitle {
  color: #000000;
}
.cid-tIgo1SwgyC .mbr-text {
  color: #767676;
}
.cid-tIgo1SwgyC .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}
.cid-tIgo1SwgyC .mbr-al-i-c {
  align-items: center;
}
.cid-tIgo1SwgyC .mbr-section-title {
  color: #4f4943;
}
.cid-spceKw9Z59 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-spceKw9Z59 h2 {
  text-align: left;
}
.cid-spceKw9Z59 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-spceKw9Z59 p {
  color: #767676;
  text-align: left;
}
.cid-spceKw9Z59 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-spceKw9Z59 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-spceKw9Z59 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spceKw9Z59 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-spceKw9Z59 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-spceKw9Z59 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-spceKw9Z59 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-spceKw9Z59 .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-spceKw9Z59 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-spceKw9Z59 .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-spceKw9Z59 .card-img span {
    font-size: 40px !important;
  }
}
.cid-spceKw9Z59 .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-spceKw9Z59 P {
  color: #232323;
  text-align: center;
}
.cid-spceKw9Z59 H2 {
  text-align: center;
}
.cid-t3u1I7xXEs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t3u1I7xXEs .mbr-text,
.cid-t3u1I7xXEs blockquote {
  color: #767676;
}
.cid-t3u1I7xXEs .mbr-text {
  color: #232323;
}
.cid-t8Ho2dF06J {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-t8Ho2dF06J .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t8Ho2dF06J .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t8Ho2dF06J .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t8Ho2dF06J .mbr-text {
    text-align: center;
  }
}
.cid-t8Ho2dF06J .mbr-text,
.cid-t8Ho2dF06J .mbr-section-btn {
  color: #000000;
}
.cid-t8Ho2dF06J H1 {
  color: #1d30e7;
}
.cid-t3u0z3Bgtn {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t3u0z3Bgtn h2 {
  text-align: left;
}
.cid-t3u0z3Bgtn h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t3u0z3Bgtn p {
  color: #767676;
  text-align: left;
}
.cid-t3u0z3Bgtn .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t3u0z3Bgtn .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t3u0z3Bgtn .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t3u0z3Bgtn .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t3u0z3Bgtn .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t3u0z3Bgtn .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t3u0z3Bgtn .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-t3u0z3Bgtn .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-t3u0z3Bgtn .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-t3u0z3Bgtn .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-t3u0z3Bgtn .card-img span {
    font-size: 40px !important;
  }
}
.cid-t3u0z3Bgtn .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-t3u0z3Bgtn P {
  color: #000000;
  text-align: center;
}
.cid-tVQwphwumj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tVQwphwumj h2 {
  text-align: left;
}
.cid-tVQwphwumj h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tVQwphwumj p {
  color: #767676;
  text-align: left;
}
.cid-tVQwphwumj .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tVQwphwumj .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tVQwphwumj .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tVQwphwumj .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tVQwphwumj .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tVQwphwumj .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tVQwphwumj .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tVQwphwumj .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tVQwphwumj .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tVQwphwumj .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tVQwphwumj .card-img span {
    font-size: 40px !important;
  }
}
.cid-tVQwphwumj .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tVQwphwumj P {
  color: #232323;
  text-align: center;
}
.cid-tVQwqtLPnF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tVQwqtLPnF .mbr-text,
.cid-tVQwqtLPnF blockquote {
  color: #767676;
}
.cid-tVQwqtLPnF .mbr-text {
  color: #232323;
}
.cid-tVQwrzHwA0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tVQwrzHwA0 .mbr-section-subtitle {
  color: #767676;
}
.cid-tVQwrzHwA0 H2 {
  color: #266574;
}
.cid-tVQws5I4b8 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tVQws5I4b8 .counter-container {
  color: #767676;
}
.cid-tVQws5I4b8 .counter-container ul {
  margin-bottom: 0;
}
.cid-tVQws5I4b8 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tVQws5I4b8 .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #b1a374;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.cid-tVQws5I4b8 .mbr-text UL {
  text-align: left;
}
.cid-tVQws5I4b8 .mbr-text {
  color: #232323;
}
.cid-uyQTFgsWNr {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #e4dfd0;
}
.cid-uyQTFgsWNr .mbr-text,
.cid-uyQTFgsWNr blockquote {
  color: #767676;
}
.cid-uyQTFgsWNr .mbr-text {
  color: #465052;
}
.cid-uyQTFgsWNr .mbr-text P {
  text-align: center;
}
.cid-uyQTFS2zKJ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #e4dfd0;
}
.cid-uyQTFS2zKJ P {
  color: #767676;
}
.cid-uyQTFS2zKJ .mbr-text,
.cid-uyQTFS2zKJ .mbr-section-btn {
  color: #ff7f9f;
}
.cid-uyQTFS2zKJ .btn {
  width: 230px;
  height: 50px;
  margin: 0 0 0.6rem 0;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
}
.cid-uyQTFS2zKJ .btn.btn-primary {
  background-color: #7f1933 !important;
  color: #FFFFFF !important;
  border-color: #7f1933 !important;
  outline-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-uyQTFS2zKJ .btn.btn-primary:hover {
  background-color: #FFFFFF !important;
  color: #7f1933  !important;
  border-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-uyQTFS2zKJ .button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5Vh;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-t8Bg7O9834 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-t8Bg7O9834 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
  font-weight: 300;
}
.cid-t8Bg7O9834 .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-t8Bg7O9834 .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-t8Bg7O9834 .separline {
  position: relative;
}
.cid-t8Bg7O9834 .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-t8Bg7O9834 .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-t8Bg7QrSmx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t8Bg7QrSmx .mbr-section-subtitle {
  color: #767676;
}
.cid-t8Bg7QUzE7 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-t8Bg7QUzE7 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-t8Bg7QUzE7 .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-t8Bg7QUzE7 .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-t8Bg7QUzE7 .separline {
  position: relative;
}
.cid-t8Bg7QUzE7 .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-t8Bg7QUzE7 .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-t8Bg7QUzE7 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-t8Bg7QUzE7 .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t8Bg7QUzE7 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-t8Bg7RIIyl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t8Bg7RIIyl .mbr-section-subtitle {
  color: #232323;
  text-align: center;
  font-weight: 300;
}
.cid-t8Bg7RIIyl .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-t8Bg7RIIyl .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-t8Bg7RIIyl .separline {
  position: relative;
}
.cid-t8Bg7RIIyl .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t8Bg7RIIyl .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-t8Bg7RIIyl .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-t8Bg7RIIyl .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t8Bg7RIIyl .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-t8Bg7SkeIv {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t8Bg7SkeIv .mbr-section-subtitle {
  color: #232323;
  text-align: center;
  font-weight: 300;
}
.cid-t8Bg7SkeIv .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-t8Bg7SkeIv .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-t8Bg7SkeIv .separline {
  position: relative;
}
.cid-t8Bg7SkeIv .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-t8Bg7SkeIv .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-t8Bg7SkeIv .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-t8Bg7SkeIv .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t8Bg7SkeIv .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-t8BhUYpum7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t8BhUYpum7 .mbr-section-subtitle {
  color: #767676;
}
.cid-t8Bi1MTFWJ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-t8Bi1MTFWJ .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-t8Bi1MTFWJ .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-t8Bi1MTFWJ .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-t8Bi1MTFWJ .separline {
  position: relative;
}
.cid-t8Bi1MTFWJ .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-t8Bi1MTFWJ .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-t8Bi1MTFWJ .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-t8Bi1MTFWJ .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t8Bi1MTFWJ .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-t8BiA1OSB7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t8BiA1OSB7 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
  font-weight: 300;
}
.cid-t8BiA1OSB7 .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-t8BiA1OSB7 .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-t8BiA1OSB7 .separline {
  position: relative;
}
.cid-t8BiA1OSB7 .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t8BiA1OSB7 .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-t8BiA1OSB7 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-t8BiA1OSB7 .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t8BiA1OSB7 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-t8Bj3mnI2G {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-t8Bj3mnI2G .mbr-section-subtitle {
  color: #232323;
  text-align: center;
  font-weight: 300;
}
.cid-t8Bj3mnI2G .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-t8Bj3mnI2G .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-t8Bj3mnI2G .separline {
  position: relative;
}
.cid-t8Bj3mnI2G .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-t8Bj3mnI2G .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-t8Bj3mnI2G .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-t8Bj3mnI2G .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t8Bj3mnI2G .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-tHv23EwCVw {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/boxberg-wlchingen-frankendom-2012-pic961-2000x1500.jpeg");
}
.cid-tHv23EwCVw H1 {
  text-align: left;
  color: #ffffff;
}
.cid-tHv23EwCVw .mbr-text,
.cid-tHv23EwCVw .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tHvaCR3fpt {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tHvaCR3fpt .mbr-section-subtitle {
  margin-bottom: 1rem;
}
.cid-tHvaCR3fpt .mbr-section-btn {
  display: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.cid-tHvaCR3fpt .fixed-button-container {
  position: absolute;
  top: 27%;
  right: -10px;
  transform: translateY(-50%);
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tHvaCR3fpt .fixed-button-container {
    position: static;
    transform: none;
    margin-top: 20px;
  }
}
.cid-tHvaCR3fpt .content-row {
  margin-bottom: 3rem;
}
.cid-tHvaCR3fpt .btn {
  width: 230px;
  height: 50px;
  margin: 0 0 0.6rem 0;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
}
.cid-tHvaCR3fpt .btn.btn-primary {
  background-color: #7f1933 !important;
  color: #FFFFFF !important;
  border-color: #7f1933 !important;
  outline-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tHvaCR3fpt .btn.btn-primary:hover {
  background-color: #FFFFFF !important;
  color: #7f1933  !important;
  border-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tHvaCR3fpt .btn.courses {
  color: #FFFFFF;
  background-color: #266574;
  border: 2px solid #266574;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
}
.cid-tHvaCR3fpt .btn.courses:hover {
  color: #266574 !important;
  background-color: #FFFFFF !important;
  border-color: #266574 !important;
}
.cid-tHvaCR3fpt H2 {
  text-align: left;
}
.cid-tHvaCR3fpt .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tHvaCR3fpt ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0px;
}
.cid-tHvaCR3fpt ul li {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5;
  padding-left: 2em;
}
.cid-tHvaCR3fpt ul li::before {
  content: '➤';
  color: #7f1933;
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 20px;
}
.cid-tHvaCR3fpt .mbr-section-subtitle UL {
  text-align: left;
}
.cid-tHvcP4ghzM {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tHvcP4ghzM .title {
  padding-bottom: 2.5rem;
}
.cid-tHvcP4ghzM .mbr-text {
  color: #000000;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-tHvcP4ghzM .wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tHvcP4ghzM .wrapper .iconfont-wrapper {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-tHvcP4ghzM .wrapper {
    flex-wrap: wrap;
  }
  .cid-tHvcP4ghzM .wrapper .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tHvcP4ghzM .wrapper .b-info {
  width: 100%;
}
.cid-tHvjsGrocf {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-tHvjsGrocf .mbr-text,
.cid-tHvjsGrocf blockquote {
  color: #767676;
}
.cid-tHvjsGrocf .mbr-text {
  color: #ffffff;
}
.cid-tHvjsGrocf .mbr-text P {
  text-align: center;
}
.cid-tHvhwrzPcH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #7f1933;
}
.cid-tHvhwrzPcH .card {
  align-self: stretch;
}
.cid-tHvhwrzPcH .card-box {
  height: 100%;
  background-color: #efefef;
  padding: 2rem;
}
.cid-tHvhwrzPcH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tHvhwrzPcH p {
  color: #767676;
  text-align: left;
}
.cid-tHvhwrzPcH .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tHvhwrzPcH .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tHvhwrzPcH .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tHvl53AtE2 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #7f1933;
}
.cid-tHvl53AtE2 .card {
  align-self: stretch;
}
.cid-tHvl53AtE2 .card-box {
  height: 100%;
  background-color: #efefef;
  padding: 2rem;
}
.cid-tHvl53AtE2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tHvl53AtE2 p {
  color: #767676;
  text-align: left;
}
.cid-tHvl53AtE2 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tHvl53AtE2 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tHvl53AtE2 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tHvnrqJ0VD {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #e1e1e1;
}
.cid-tHvnrqJ0VD .title {
  padding-bottom: 2.5rem;
}
.cid-tHvnrqJ0VD .mbr-text {
  color: #000000;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-tHvnrqJ0VD .wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tHvnrqJ0VD .wrapper .iconfont-wrapper {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-tHvnrqJ0VD .wrapper {
    flex-wrap: wrap;
  }
  .cid-tHvnrqJ0VD .wrapper .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tHvnrqJ0VD .wrapper .b-info {
  width: 100%;
}
.cid-tHvnrqJ0VD DIV {
  text-align: left;
}
.cid-tHvnrqJ0VD H4 {
  text-align: center;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-tXCIUGyhFD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-tXCIUGyhFD .title {
  padding: 0 2rem;
  color: #36187d;
}
.cid-tXCIUGyhFD .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tXCIUGyhFD .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-tXCIUGyhFD a {
  display: flex;
}
.cid-tXCIUGyhFD .mbr-iconfont {
  font-size: 2.5rem;
  color: #0196e3;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tXCIUGyhFD .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tXCIUGyhFD img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-tXCIUGyhFD .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-tXCIUGyhFD .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tXCIUGyhFD .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tXCIUGyhFD .card-text {
  color: #6c758f;
}
.cid-tXCIUGyhFD .card-title {
  color: #36187d;
}
.cid-tXCIUGyhFD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXCIUGyhFD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-sjYdleC05n {
  padding-top: 100px;
  padding-bottom: 75px;
  background-color: #7f1933;
}
.cid-sjYdleC05n .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sjYdleC05n H2 {
  color: #ffffff;
}
.cid-sjYffIRJ62 {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #ffffff, #efefef);
}
.cid-sjYffIRJ62 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sjYffIRJ62 .video-block {
    width: 100% !important;
  }
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-tIjdXAqm9S {
  padding-top: 125px;
  padding-bottom: 360px;
  background-color: #0f7699;
}
.cid-tIjdXAqm9S .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIjdXAqm9S H2 {
  color: #ffffff;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-sp9myOwIfG {
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sp9myOwIfG h2 {
  text-align: left;
}
.cid-sp9myOwIfG h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sp9myOwIfG p {
  color: #767676;
  text-align: left;
}
.cid-sp9myOwIfG .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sp9myOwIfG .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sp9myOwIfG .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sp9myOwIfG .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sp9myOwIfG .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sp9myOwIfG .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sp9myOwIfG .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-sp9myOwIfG .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-sp9myOwIfG .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-sp9myOwIfG .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-sp9myOwIfG .card-img span {
    font-size: 40px !important;
  }
}
.cid-sp9myOwIfG .mbr-text {
  color: #232323;
}
.cid-sp9nhTbA8i {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sp9nhTbA8i .mbr-text,
.cid-sp9nhTbA8i blockquote {
  color: #767676;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-tHMcM1vrKC {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/boxberg-wlchingen-frankendom-2012-pic961-2000x1500.jpeg");
}
.cid-tHMcM1vrKC H1 {
  text-align: left;
  color: #ffffff;
}
.cid-tHMcM1vrKC .mbr-text,
.cid-tHMcM1vrKC .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tIwdxNg9XR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIwdxNg9XR .mbr-section-subtitle {
  margin-bottom: 1rem;
}
.cid-tIwdxNg9XR .mbr-section-btn {
  display: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.cid-tIwdxNg9XR .fixed-button-container {
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tIwdxNg9XR .fixed-button-container {
    position: static;
    transform: none;
    margin-top: 20px;
  }
}
.cid-tIwdxNg9XR .content-row {
  margin-bottom: 3rem;
}
.cid-tIwdxNg9XR .btn {
  width: 230px;
  height: 50px;
  margin: 0 0 0.6rem 0;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
}
.cid-tIwdxNg9XR .btn.btn-primary {
  background-color: #7f1933 !important;
  color: #FFFFFF !important;
  border-color: #7f1933 !important;
  outline-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tIwdxNg9XR .btn.btn-primary:hover {
  background-color: #FFFFFF !important;
  color: #7f1933  !important;
  border-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tIwdxNg9XR H2 {
  text-align: left;
}
.cid-tIwdxNg9XR .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tIwdxNg9XR ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0px;
}
.cid-tIwdxNg9XR ul li {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5;
  padding-left: 2em;
}
.cid-tIwdxNg9XR ul li::before {
  content: '➤';
  color: #7f1933;
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 20px;
}
.cid-tHMlVl8y74 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHMlVl8y74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHMlVl8y74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tHMlVl8y74 .container {
    padding: 0;
  }
}
.cid-tHMlVl8y74 .row {
  justify-content: center;
}
.cid-tHMlVl8y74 .panel-group .card {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 120px;
  border-bottom: 0px solid #263652;
  border-radius: 0;
}
.cid-tHMlVl8y74 .panel-group .card:first-child {
  border-top: 1px solid #263652;
}
@media (max-width: 992px) {
  .cid-tHMlVl8y74 .panel-group .card {
    padding: 20px 16px;
  }
}
.cid-tHMlVl8y74 .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-tHMlVl8y74 .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tHMlVl8y74 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tHMlVl8y74 .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-tHMlVl8y74 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  color: #7f1933;
}
.cid-tHMlVl8y74 .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-tHMlVl8y74 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tHMlVl8y74 .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-tHMlVl8y74 .mbr-section-btn-main {
  margin-top: 90px;
  text-align: center;
}
.cid-tHMlVl8y74 .mbr-section-btn-main .btn {
  border-bottom: 1px solid #263652 !important;
}
@media (max-width: 992px) {
  .cid-tHMlVl8y74 .mbr-section-btn-main {
    margin-top: 90px;
  }
}
.cid-tHMlVl8y74 .mbr-section-title {
  color: #263652;
}
.cid-tHMlVl8y74 .panel-title-edit,
.cid-tHMlVl8y74 .mbr-iconfont {
  color: #232323;
  text-align: left;
}
.cid-tHMlVl8y74 .panel-text {
  color: #263652;
}
.cid-tHMhU9CX3o {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHMhU9CX3o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHMhU9CX3o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tHMhU9CX3o .container {
    padding: 0;
  }
}
.cid-tHMhU9CX3o .row {
  justify-content: center;
}
.cid-tHMhU9CX3o .panel-group .card {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 120px;
  border-bottom: 1px solid #073b4c;
  border-radius: 0;
}
.cid-tHMhU9CX3o .panel-group .card:first-child {
  border-top: 1px solid #073b4c;
}
@media (max-width: 992px) {
  .cid-tHMhU9CX3o .panel-group .card {
    padding: 20px 16px;
  }
}
.cid-tHMhU9CX3o .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-tHMhU9CX3o .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tHMhU9CX3o .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tHMhU9CX3o .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-tHMhU9CX3o .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  color: #7f1933;
}
.cid-tHMhU9CX3o .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-tHMhU9CX3o .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tHMhU9CX3o .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-tHMhU9CX3o .mbr-section-btn-main {
  margin-top: 50px;
  text-align: center;
}
.cid-tHMhU9CX3o .mbr-section-btn-main .btn {
  border-bottom: 2px solid #073b4c !important;
}
@media (max-width: 992px) {
  .cid-tHMhU9CX3o .mbr-section-btn-main {
    margin-top: 50px;
  }
}
.cid-tHMhU9CX3o .mbr-section-title {
  color: #263652;
}
.cid-tHMhU9CX3o .panel-title-edit,
.cid-tHMhU9CX3o .mbr-iconfont {
  color: #232323;
  text-align: left;
}
.cid-tHMhU9CX3o .panel-text {
  color: #263652;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-tHMcQqL1Yb {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/boxberg-wlchingen-frankendom-2012-pic961-2000x1500.jpeg");
}
.cid-tHMcQqL1Yb H1 {
  text-align: left;
  color: #ffffff;
}
.cid-tHMcQqL1Yb .mbr-text,
.cid-tHMcQqL1Yb .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tIwfg1aAiF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIwfg1aAiF .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #232323;
}
.cid-tIwfg1aAiF .mbr-section-btn {
  display: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.cid-tIwfg1aAiF .fixed-button-container {
  position: absolute;
  top: 44%;
  right: -10px;
  transform: translateY(-50%);
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tIwfg1aAiF .fixed-button-container {
    position: static;
    transform: none;
    margin-top: 20px;
  }
}
.cid-tIwfg1aAiF .content-row {
  margin-bottom: 3rem;
}
.cid-tIwfg1aAiF .btn {
  width: 240px;
  height: 50px;
  margin: 0 0 0.6rem 0;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
}
.cid-tIwfg1aAiF .btn.btn-primary {
  background-color: #7f1933 !important;
  color: #FFFFFF !important;
  border-color: #7f1933 !important;
  outline-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tIwfg1aAiF .btn.btn-primary:hover {
  background-color: #FFFFFF !important;
  color: #7f1933  !important;
  border-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tIwfg1aAiF .btn.financial-aid-btn {
  color: #879a9f;
  background-color: #FFFFFF;
  border: 2px solid #879a9f;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
}
.cid-tIwfg1aAiF .btn.financial-aid-btn:hover {
  color: #232323!important;
  background-color: #FFFFFF !important;
  border-color: #232323 !important;
}
.cid-tIwfg1aAiF H2 {
  text-align: left;
}
.cid-tIwfg1aAiF .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tIwfg1aAiF ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0px;
}
.cid-tIwfg1aAiF ul li {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5;
  padding-left: 2em;
}
.cid-tIwfg1aAiF ul li::before {
  content: '➤';
  color: #7f1933;
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 20px;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-tHMcVclq8E {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/boxberg-wlchingen-frankendom-2012-pic961-2000x1500.jpeg");
}
.cid-tHMcVclq8E H1 {
  text-align: left;
  color: #ffffff;
}
.cid-tHMcVclq8E .mbr-text,
.cid-tHMcVclq8E .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tHMv6OFtdW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tHMv6OFtdW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tHMv6OFtdW .form-group {
  margin-bottom: 30px;
}
.cid-tHMv6OFtdW input,
.cid-tHMv6OFtdW textarea {
  border-radius: 0;
  padding: 1.5rem !important;
}
.cid-tHMv6OFtdW input.form-control {
  min-height: 4.125rem;
}
.cid-tHMv6OFtdW .form-group {
  position: relative;
  z-index: 1;
}
.cid-tHMv6OFtdW .form-group:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -5px;
  left: 5px;
  height: 5px;
  width: 0px;
  background-color: #ff3366;
  transition: width 0.5s ease-in;
  z-index: 2;
}
.cid-tHMv6OFtdW .form-group:focus-within:after {
  width: calc(100% - 10px);
}
.cid-tHMv6OFtdW .form-control,
.cid-tHMv6OFtdW .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #171717;
  font-size: 1rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tHMv6OFtdW .form-control:focus,
.cid-tHMv6OFtdW .field-input:focus {
  background-color: #ffffff;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tHMv6OFtdW input::-webkit-input-placeholder,
.cid-tHMv6OFtdW textarea::-webkit-input-placeholder {
  color: #999999;
}
.cid-tHMv6OFtdW input:-moz-placeholder,
.cid-tHMv6OFtdW textarea:-moz-placeholder {
  color: #999999;
}
.cid-tHMv6OFtdW .jq-selectbox li,
.cid-tHMv6OFtdW .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-tHMv6OFtdW .jq-selectbox li:hover,
.cid-tHMv6OFtdW .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tHMv6OFtdW .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f8f8f8;
}
.cid-tHMv6OFtdW .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tHMv6OFtdW img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tHMv6OFtdW .mbr-form {
  max-width: 990px;
}
.cid-tHMv6OFtdW textarea {
  min-height: 150px;
  resize: none;
}
.cid-tHMv6OFtdW .mbr-form .btn {
  width: auto;
  justify-content: space-between;
}
.cid-tHMv6OFtdW .mbr-form .btn .mbr-iconfont {
  order: 2;
  font-size: 1.5rem;
}
.cid-tHMv6OFtdW .btn {
  width: 230px;
  height: 50px;
  margin: 0 0 0.6rem 0;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
}
.cid-tHMv6OFtdW .btn.btn-primary {
  background-color: #7f1933 !important;
  color: #FFFFFF !important;
  border-color: #7f1933 !important;
  outline-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tHMv6OFtdW .btn.btn-primary:hover {
  background-color: #FFFFFF !important;
  color: #7f1933  !important;
  border-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-sk1ahEtfJr {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sk1ahEtfJr .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sk1ahEtfJr .input {
  margin-bottom: 15px;
}
.cid-sk1ahEtfJr .map {
  width: 100%;
  height: 30rem;
}
.cid-sk1ahEtfJr .map iframe {
  width: inherit;
  height: 100%;
}
.cid-sk1ahEtfJr .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sk1ahEtfJr .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sk1ahEtfJr .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-sk1ahEtfJr .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-sk1ahEtfJr a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sk1ahEtfJr .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sk1ahEtfJr .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sk1ahEtfJr .google-map {
  height: 25rem;
  position: relative;
}
.cid-sk1ahEtfJr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sk1ahEtfJr .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sk1ahEtfJr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sk1ahEtfJr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sk1ahEtfJr h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sk1ahEtfJr .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sk1ahEtfJr .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-sk1ahEtfJr .btn {
  width: 230px;
  height: 50px;
  margin: 0 0 0.6rem 0;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
}
.cid-sk1ahEtfJr .btn.btn-form.btn-danger-outline {
  background-color: #7f1933 !important;
  color: #FFFFFF !important;
  border-color: #7f1933 !important;
  outline-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-sk1ahEtfJr .btn.btn-form.btn-danger-outline:hover {
  background-color: #FFFFFF !important;
  color: #7f1933  !important;
  border-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-tIrIOt0RdD {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/zinciriyemedresesi-2000x1333.jpg");
}
.cid-tIrIOt0RdD H1 {
  text-align: left;
  color: #ffffff;
}
.cid-tIrIOt0RdD .mbr-text,
.cid-tIrIOt0RdD .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tIGxIqrXWW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIGxIqrXWW .mbr-section-subtitle {
  margin-bottom: 1rem;
}
.cid-tIGxIqrXWW .mbr-section-btn {
  display: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.cid-tIGxIqrXWW .fixed-button-container {
  position: absolute;
  top: 49%;
  right: -10px;
  transform: translateY(-50%);
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tIGxIqrXWW .fixed-button-container {
    position: static;
    transform: none;
    margin-top: 20px;
  }
}
.cid-tIGxIqrXWW .content-row {
  margin-bottom: 3rem;
}
.cid-tIGxIqrXWW .btn {
  width: 230px;
  height: 50px;
  margin: 0 0 0.6rem 0;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
}
.cid-tIGxIqrXWW .btn.btn-info {
  background-color: #266574 !important;
  color: #FFFFFF !important;
  border-color: #266574 !important;
  outline-color: #266574 !important;
  border: 2px solid #266574 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tIGxIqrXWW .btn.btn-info:hover {
  background-color: #FFFFFF !important;
  color: #266574  !important;
  border-color: #266574 !important;
  border: 2px solid #266574 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tIGxIqrXWW .btn.btn-danger-outline {
  background-color: #FFFFFF  !important;
  color: #266574 !important;
  border: 2px solid #266574 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tIGxIqrXWW .btn.btn-danger-outline:hover {
  background-color: #266574 !important;
  border-color: #266574 !important;
  color: #FFFFFF !important;
}
.cid-tIGxIqrXWW H2 {
  text-align: left;
}
.cid-tIGxIqrXWW .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tIGxIqrXWW ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0px;
}
.cid-tIGxIqrXWW ul li {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5;
  padding-left: 2em;
}
.cid-tIGxIqrXWW ul li::before {
  content: '➤';
  color: #7f1933;
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 20px;
}
.cid-tIrBesJnm4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIrBesJnm4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIrBesJnm4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tIrBesJnm4 .container {
    padding: 0;
  }
}
.cid-tIrBesJnm4 .row {
  justify-content: center;
}
.cid-tIrBesJnm4 .panel-group .card {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 120px;
  border-bottom: 0px solid #232323;
  border-radius: 0;
}
.cid-tIrBesJnm4 .panel-group .card:first-child {
  border-top: 1px solid #232323;
}
@media (max-width: 992px) {
  .cid-tIrBesJnm4 .panel-group .card {
    padding: 20px 16px;
  }
}
.cid-tIrBesJnm4 .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-tIrBesJnm4 .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tIrBesJnm4 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tIrBesJnm4 .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-tIrBesJnm4 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  color: #0f7699;
}
.cid-tIrBesJnm4 .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-tIrBesJnm4 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tIrBesJnm4 .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-tIrBesJnm4 .mbr-section-btn-main {
  margin-top: 90px;
  text-align: center;
}
.cid-tIrBesJnm4 .mbr-section-btn-main .btn {
  border-bottom: 1px solid #232323 !important;
}
@media (max-width: 992px) {
  .cid-tIrBesJnm4 .mbr-section-btn-main {
    margin-top: 90px;
  }
}
.cid-tIrBesJnm4 .mbr-section-title {
  color: #263652;
}
.cid-tIrBesJnm4 .panel-title-edit,
.cid-tIrBesJnm4 .mbr-iconfont {
  color: #232323;
  text-align: left;
}
.cid-tIrBesJnm4 .panel-text {
  color: #263652;
}
.cid-tIrBet1mSy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tIrBet1mSy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIrBet1mSy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tIrBet1mSy .container {
    padding: 0;
  }
}
.cid-tIrBet1mSy .row {
  justify-content: center;
}
.cid-tIrBet1mSy .panel-group .card {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 120px;
  border-bottom: 1px solid #232323;
  border-radius: 0;
}
.cid-tIrBet1mSy .panel-group .card:first-child {
  border-top: 1px solid #232323;
}
@media (max-width: 992px) {
  .cid-tIrBet1mSy .panel-group .card {
    padding: 20px 16px;
  }
}
.cid-tIrBet1mSy .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-tIrBet1mSy .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tIrBet1mSy .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tIrBet1mSy .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-tIrBet1mSy .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  color: #0f7699;
}
.cid-tIrBet1mSy .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-tIrBet1mSy .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tIrBet1mSy .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-tIrBet1mSy .mbr-section-btn-main {
  margin-top: 50px;
  text-align: center;
}
.cid-tIrBet1mSy .mbr-section-btn-main .btn {
  border-bottom: 2px solid #232323 !important;
}
@media (max-width: 992px) {
  .cid-tIrBet1mSy .mbr-section-btn-main {
    margin-top: 50px;
  }
}
.cid-tIrBet1mSy .mbr-section-title {
  color: #263652;
}
.cid-tIrBet1mSy .panel-title-edit,
.cid-tIrBet1mSy .mbr-iconfont {
  color: #232323;
  text-align: left;
}
.cid-tIrBet1mSy .panel-text {
  color: #263652;
}
.cid-tIrBethk1w {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIrBethk1w .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIrBethk1w .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIrBethk1w .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIrBethk1w .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIrBethk1w .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIrBethk1w .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIrBethk1w .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIrBethk1w .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIrBethk1w .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIrBethk1w .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIrBethk1w .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIrBethk1w .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIrBethk1w .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIrBethk1w .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIrBethk1w .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIrBethk1w foot-menu-item P {
  text-align: right;
}
.cid-tIrBethk1w foot-menu-item {
  text-align: right;
}
.cid-tIrBethk1w .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-tIrITEbQpX {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/zinciriyemedresesi-2000x1333.jpg");
}
.cid-tIrITEbQpX H1 {
  text-align: left;
  color: #ffffff;
}
.cid-tIrITEbQpX .mbr-text,
.cid-tIrITEbQpX .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tIGyJd0Kly {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIGyJd0Kly .mbr-section-subtitle {
  margin-bottom: 1rem;
}
.cid-tIGyJd0Kly .mbr-section-btn {
  display: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.cid-tIGyJd0Kly .fixed-button-container {
  position: absolute;
  top: 49%;
  right: -10px;
  transform: translateY(-50%);
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tIGyJd0Kly .fixed-button-container {
    position: static;
    transform: none;
    margin-top: 20px;
  }
}
.cid-tIGyJd0Kly .content-row {
  margin-bottom: 3rem;
}
.cid-tIGyJd0Kly .btn {
  width: 230px;
  height: 50px;
  margin: 0 0 0.6rem 0;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
}
.cid-tIGyJd0Kly .btn.btn-info {
  background-color: #266574 !important;
  color: #FFFFFF !important;
  border-color: #266574 !important;
  outline-color: #266574 !important;
  border: 2px solid #266574 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tIGyJd0Kly .btn.btn-info:hover {
  background-color: #FFFFFF !important;
  color: #266574  !important;
  border-color: #266574 !important;
  border: 2px solid #266574 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tIGyJd0Kly .btn.btn-danger-outline {
  background-color: #FFFFFF  !important;
  color: #266574 !important;
  border: 2px solid #266574 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tIGyJd0Kly .btn.btn-danger-outline:hover {
  background-color: #266574 !important;
  border-color: #266574 !important;
  color: #FFFFFF !important;
}
.cid-tIGyJd0Kly .btn.financial-aid-btn {
  color: #FFFFFF;
  background-color: #879a9f;
  border: 2px solid #879a9f;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
}
.cid-tIGyJd0Kly .btn.financial-aid-btn:hover {
  color: #232323 !important;
  background-color: #FFFFFF !important;
  border-color: #232323 !important;
}
.cid-tIGyJd0Kly H2 {
  text-align: left;
}
.cid-tIGyJd0Kly .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tIGyJd0Kly ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0px;
}
.cid-tIGyJd0Kly ul li {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5;
  padding-left: 2em;
}
.cid-tIGyJd0Kly ul li::before {
  content: '➤';
  color: #7f1933;
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 20px;
}
.cid-tIrF0oloVZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIrF0oloVZ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIrF0oloVZ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIrF0oloVZ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIrF0oloVZ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIrF0oloVZ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIrF0oloVZ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIrF0oloVZ .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIrF0oloVZ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIrF0oloVZ .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIrF0oloVZ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIrF0oloVZ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIrF0oloVZ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIrF0oloVZ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIrF0oloVZ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIrF0oloVZ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIrF0oloVZ foot-menu-item P {
  text-align: right;
}
.cid-tIrF0oloVZ foot-menu-item {
  text-align: right;
}
.cid-tIrF0oloVZ .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-tIrJebdVcq {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/zinciriyemedresesi-2000x1333.jpg");
}
.cid-tIrJebdVcq H1 {
  text-align: left;
  color: #ffffff;
}
.cid-tIrJebdVcq .mbr-text,
.cid-tIrJebdVcq .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tIrJ06VTaE {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tIrJ06VTaE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tIrJ06VTaE .form-group {
  margin-bottom: 30px;
}
.cid-tIrJ06VTaE input,
.cid-tIrJ06VTaE textarea {
  border-radius: 0;
  padding: 1.5rem !important;
}
.cid-tIrJ06VTaE input.form-control {
  min-height: 4.125rem;
}
.cid-tIrJ06VTaE .form-group {
  position: relative;
  z-index: 1;
}
.cid-tIrJ06VTaE .form-group:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -5px;
  left: 5px;
  height: 5px;
  width: 0px;
  background-color: #ff3366;
  transition: width 0.5s ease-in;
  z-index: 2;
}
.cid-tIrJ06VTaE .form-group:focus-within:after {
  width: calc(100% - 10px);
}
.cid-tIrJ06VTaE .form-control,
.cid-tIrJ06VTaE .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #171717;
  font-size: 1rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tIrJ06VTaE .form-control:focus,
.cid-tIrJ06VTaE .field-input:focus {
  background-color: #ffffff;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tIrJ06VTaE input::-webkit-input-placeholder,
.cid-tIrJ06VTaE textarea::-webkit-input-placeholder {
  color: #999999;
}
.cid-tIrJ06VTaE input:-moz-placeholder,
.cid-tIrJ06VTaE textarea:-moz-placeholder {
  color: #999999;
}
.cid-tIrJ06VTaE .jq-selectbox li,
.cid-tIrJ06VTaE .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-tIrJ06VTaE .jq-selectbox li:hover,
.cid-tIrJ06VTaE .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tIrJ06VTaE .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f8f8f8;
}
.cid-tIrJ06VTaE .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tIrJ06VTaE img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tIrJ06VTaE .mbr-form {
  max-width: 990px;
}
.cid-tIrJ06VTaE textarea {
  min-height: 150px;
  resize: none;
}
.cid-tIrJ06VTaE .mbr-form .btn {
  width: auto;
  justify-content: space-between;
}
.cid-tIrJ06VTaE .mbr-form .btn .mbr-iconfont {
  order: 2;
  font-size: 1.5rem;
}
.cid-tIrJ06VTaE .btn.btn-info {
  background-color: #266574 !important;
  color: #FFFFFF !important;
  border-color: #266574 !important;
  outline-color: #266574 !important;
  border: 2px solid #266574 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tIrJ06VTaE .btn.btn-info:hover {
  background-color: #FFFFFF !important;
  color: #266574  !important;
  border-color: #266574 !important;
  border: 2px solid #266574 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tIrJ075rw5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIrJ075rw5 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIrJ075rw5 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIrJ075rw5 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIrJ075rw5 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIrJ075rw5 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIrJ075rw5 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIrJ075rw5 .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIrJ075rw5 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIrJ075rw5 .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIrJ075rw5 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIrJ075rw5 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIrJ075rw5 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIrJ075rw5 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIrJ075rw5 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIrJ075rw5 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIrJ075rw5 foot-menu-item P {
  text-align: right;
}
.cid-tIrJ075rw5 foot-menu-item {
  text-align: right;
}
.cid-tIrJ075rw5 .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-tJcDAQcjak {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/kli-banner2-1165x479.png");
}
.cid-tJcDAQcjak H1 {
  text-align: left;
  color: #ffffff;
}
.cid-tJcDAQcjak .mbr-text,
.cid-tJcDAQcjak .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tJcDChcIpm {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJcDChcIpm .mbr-section-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-tJcDChcIpm .mbr-section-btn {
  display: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.cid-tJcDChcIpm .fixed-button-container {
  position: absolute;
  top: 45%;
  right: -10px;
  transform: translateY(-50%);
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tJcDChcIpm .fixed-button-container {
    position: static;
    transform: none;
    margin-top: 20px;
  }
}
.cid-tJcDChcIpm .content-row {
  margin-bottom: 3rem;
}
.cid-tJcDChcIpm .btn {
  width: 230px;
  height: 50px;
  margin: 0 0 0.6rem 0;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 460;
}
.cid-tJcDChcIpm .btn.btn-info {
  background-color: #ba5e03 !important;
  color: #FFFFFF !important;
  border-color: #ba5e03 !important;
  outline-color: #ba5e03 !important;
  border: 2px solid #ba5e03 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tJcDChcIpm .btn.btn-info:hover {
  background-color: #FFFFFF !important;
  color: #ba5e03  !important;
  border-color: #ba5e03 !important;
  border: 2px solid #ba5e03 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tJcDChcIpm .btn.btn-danger-outline {
  background-color: #FFFFFF  !important;
  color: #ba5e03 !important;
  border: 2px solid #ba5e03 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tJcDChcIpm .btn.btn-danger-outline:hover {
  background-color: #ba5e03 !important;
  border-color: #ba5e03 !important;
  color: #FFFFFF !important;
}
.cid-tJcDChcIpm .btn.financial-aid-btn {
  color: #FFFFFF;
  background-color: #879a9f;
  border: 2px solid #879a9f;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
}
.cid-tJcDChcIpm .btn.financial-aid-btn:hover {
  color: #232323 !important;
  background-color: #FFFFFF !important;
  border-color: #232323 !important;
}
.cid-tJcDChcIpm H2 {
  text-align: left;
}
.cid-tJcDChcIpm .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tJcDChcIpm ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0px;
}
.cid-tJcDChcIpm ul li {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5;
  padding-left: 2em;
}
.cid-tJcDChcIpm ul li::before {
  content: '➤';
  color: #7f1933;
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 20px;
}
.cid-tJcDChcIpm a.text-primary {
  color: #ba5e03 !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-tJcF8wH78m {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/kli-banner2-1165x479.png");
}
.cid-tJcF8wH78m H1 {
  text-align: left;
  color: #ffffff;
}
.cid-tJcF8wH78m .mbr-text,
.cid-tJcF8wH78m .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tJcFl2BZZW {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tJcFl2BZZW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tJcFl2BZZW .form-group {
  margin-bottom: 30px;
}
.cid-tJcFl2BZZW input,
.cid-tJcFl2BZZW textarea {
  border-radius: 0;
  padding: 1.5rem !important;
}
.cid-tJcFl2BZZW input.form-control {
  min-height: 4.125rem;
}
.cid-tJcFl2BZZW .form-group {
  position: relative;
  z-index: 1;
}
.cid-tJcFl2BZZW .form-group:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -5px;
  left: 5px;
  height: 5px;
  width: 0px;
  background-color: #ff3366;
  transition: width 0.5s ease-in;
  z-index: 2;
}
.cid-tJcFl2BZZW .form-group:focus-within:after {
  width: calc(100% - 10px);
}
.cid-tJcFl2BZZW .form-control,
.cid-tJcFl2BZZW .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #171717;
  font-size: 1rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tJcFl2BZZW .form-control:focus,
.cid-tJcFl2BZZW .field-input:focus {
  background-color: #ffffff;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tJcFl2BZZW input::-webkit-input-placeholder,
.cid-tJcFl2BZZW textarea::-webkit-input-placeholder {
  color: #999999;
}
.cid-tJcFl2BZZW input:-moz-placeholder,
.cid-tJcFl2BZZW textarea:-moz-placeholder {
  color: #999999;
}
.cid-tJcFl2BZZW .jq-selectbox li,
.cid-tJcFl2BZZW .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-tJcFl2BZZW .jq-selectbox li:hover,
.cid-tJcFl2BZZW .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tJcFl2BZZW .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f8f8f8;
}
.cid-tJcFl2BZZW .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tJcFl2BZZW img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tJcFl2BZZW .mbr-form {
  max-width: 990px;
}
.cid-tJcFl2BZZW textarea {
  min-height: 150px;
  resize: none;
}
.cid-tJcFl2BZZW .mbr-form .btn {
  width: auto;
  justify-content: space-between;
}
.cid-tJcFl2BZZW .mbr-form .btn .mbr-iconfont {
  order: 2;
  font-size: 1.5rem;
}
.cid-tJcFl2BZZW .btn.btn-info {
  background-color: #ba5e03 !important;
  color: #FFFFFF !important;
  border-color: #ba5e03 !important;
  outline-color: #ba5e03 !important;
  border: 2px solid #ba5e03 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tJcFl2BZZW .btn.btn-info:hover {
  background-color: #FFFFFF !important;
  color: #ba5e03  !important;
  border-color: #ba5e03 !important;
  border: 2px solid #ba5e03 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-tJcfBUsjpo {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/kli-banner2-1165x479.png");
}
.cid-tJcfBUsjpo H1 {
  text-align: left;
  color: #ffffff;
}
.cid-tJcfBUsjpo .mbr-text,
.cid-tJcfBUsjpo .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tJcfD8U0BV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJcfD8U0BV .mbr-section-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-tJcfD8U0BV .mbr-section-btn {
  display: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.cid-tJcfD8U0BV .fixed-button-container {
  position: absolute;
  top: 39%;
  right: -10px;
  transform: translateY(-50%);
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tJcfD8U0BV .fixed-button-container {
    position: static;
    transform: none;
    margin-top: 20px;
  }
}
.cid-tJcfD8U0BV .content-row {
  margin-bottom: 3rem;
}
.cid-tJcfD8U0BV .btn {
  width: 230px;
  height: 50px;
  margin: 0 0 0.6rem 0;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 460;
}
.cid-tJcfD8U0BV .btn.btn-info {
  background-color: #ba5e03 !important;
  color: #FFFFFF !important;
  border-color: #ba5e03 !important;
  outline-color: #ba5e03 !important;
  border: 2px solid #ba5e03 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tJcfD8U0BV .btn.btn-info:hover {
  background-color: #FFFFFF !important;
  color: #ba5e03  !important;
  border-color: #ba5e03 !important;
  border: 2px solid #ba5e03 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tJcfD8U0BV .btn.btn-danger-outline {
  background-color: #FFFFFF  !important;
  color: #ba5e03 !important;
  border: 2px solid #ba5e03 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tJcfD8U0BV .btn.btn-danger-outline:hover {
  background-color: #ba5e03 !important;
  border-color: #ba5e03 !important;
  color: #FFFFFF !important;
}
.cid-tJcfD8U0BV H2 {
  text-align: left;
}
.cid-tJcfD8U0BV .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tJcfD8U0BV ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0px;
}
.cid-tJcfD8U0BV ul li {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5;
  padding-left: 2em;
}
.cid-tJcfD8U0BV ul li::before {
  content: '➤';
  color: #7f1933;
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 20px;
}
.cid-tJcfD8U0BV a.text-primary {
  color: #ba5e03 !important;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-tJho1xn18Z {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/kli-banner2-1165x479.png");
}
.cid-tJho1xn18Z H1 {
  text-align: left;
  color: #ffffff;
}
.cid-tJho1xn18Z .mbr-text,
.cid-tJho1xn18Z .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tJho46ykon {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJho46ykon .mbr-section-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-tJho46ykon .mbr-section-btn {
  display: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.cid-tJho46ykon .fixed-button-container {
  position: absolute;
  top: 20%;
  right: -10px;
  transform: translateY(-50%);
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tJho46ykon .fixed-button-container {
    position: static;
    transform: none;
    margin-top: 20px;
  }
}
.cid-tJho46ykon .content-row {
  margin-bottom: 3rem;
}
.cid-tJho46ykon .btn {
  width: 230px;
  height: 50px;
  margin: 0 0 0.6rem 0;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 460;
}
.cid-tJho46ykon .btn.btn-info {
  background-color: #ba5e03 !important;
  color: #FFFFFF !important;
  border-color: #ba5e03 !important;
  outline-color: #ba5e03 !important;
  border: 2px solid #ba5e03 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tJho46ykon .btn.btn-info:hover {
  background-color: #FFFFFF !important;
  color: #ba5e03  !important;
  border-color: #ba5e03 !important;
  border: 2px solid #ba5e03 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tJho46ykon .btn.btn-danger-outline {
  background-color: #FFFFFF  !important;
  color: #ba5e03 !important;
  border: 2px solid #ba5e03 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tJho46ykon .btn.btn-danger-outline:hover {
  background-color: #ba5e03 !important;
  border-color: #ba5e03 !important;
  color: #FFFFFF !important;
}
.cid-tJho46ykon H2 {
  text-align: left;
}
.cid-tJho46ykon .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tJho46ykon ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0px;
}
.cid-tJho46ykon ul li {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5;
  padding-left: 2em;
}
.cid-tJho46ykon ul li::before {
  content: '➤';
  color: #7f1933;
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 20px;
}
.cid-tJho46ykon a.text-primary {
  color: #ba5e03 !important;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-tLPUD3j2Yb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tLPUD3j2Yb .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tLPUD3j2Yb .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tLPUD3j2Yb .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLPUD3j2Yb .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLPUD3j2Yb .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLPUD3j2Yb .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLPUD3j2Yb .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tLPUD3j2Yb .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLPUD3j2Yb .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tLPUD3j2Yb .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLPUD3j2Yb .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLPUD3j2Yb .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tLPUD3j2Yb .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLPUD3j2Yb .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tLPUD3j2Yb .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tLPUD3j2Yb foot-menu-item P {
  text-align: right;
}
.cid-tLPUD3j2Yb foot-menu-item {
  text-align: right;
}
.cid-tLPUD3j2Yb .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-tLPV3QQTtE {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/zinciriyemedresesi-2000x1333.jpg");
}
.cid-tLPV3QQTtE H1 {
  text-align: left;
  color: #ffffff;
}
.cid-tLPV3QQTtE .mbr-text,
.cid-tLPV3QQTtE .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tLPUD4a10I {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-tLPUD4a10I .mbr-text,
.cid-tLPUD4a10I blockquote {
  color: #767676;
}
.cid-tLPUD4a10I .mbr-text {
  color: #ffffff;
}
.cid-tLPUD4a10I .mbr-text P {
  text-align: center;
}
.cid-tLPUD4iXY0 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #0f7699;
}
.cid-tLPUD4iXY0 .card {
  align-self: stretch;
}
.cid-tLPUD4iXY0 .card-box {
  height: 100%;
  background-color: #efefef;
  padding: 2rem;
}
.cid-tLPUD4iXY0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLPUD4iXY0 p {
  color: #767676;
  text-align: left;
}
.cid-tLPUD4iXY0 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLPUD4iXY0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tLPUD4iXY0 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tLPUD4iXY0 P {
  color: #7f1933;
}
.cid-tLPXUmANP9 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-tLPXUmANP9 .card {
  align-self: stretch;
}
.cid-tLPXUmANP9 .card-box {
  height: 100%;
  background-color: #efefef;
  padding: 2rem;
}
.cid-tLPXUmANP9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLPXUmANP9 p {
  color: #767676;
  text-align: left;
}
.cid-tLPXUmANP9 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLPXUmANP9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tLPXUmANP9 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tLPXUmANP9 P {
  color: #7f1933;
}
.cid-tLPUD4ErHc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #0f7699;
}
.cid-tLPUD4ErHc .mbr-text,
.cid-tLPUD4ErHc blockquote {
  color: #767676;
}
.cid-tLPUD4ErHc .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tLPUD4ErHc .mbr-text P {
  text-align: center;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-tNxDDeCTdu {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #f8f5ea;
}
.cid-tNxDDeCTdu .mbr-section-subtitle {
  color: #767676;
}
.cid-tNxDDeCTdu .container-table {
  margin: 0 auto;
}
.cid-tNxDDeCTdu .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tNxDDeCTdu .dataTables_wrapper {
  display: block;
}
.cid-tNxDDeCTdu .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tNxDDeCTdu .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tNxDDeCTdu table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-tNxDDeCTdu table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tNxDDeCTdu table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-tNxDDeCTdu table td {
  border-top: 1px solid #cccccc;
}
.cid-tNxDDeCTdu table.table {
  background: #ffffff;
}
.cid-tNxDDeCTdu .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tNxDDeCTdu .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tNxDDeCTdu .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tNxDDeCTdu .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tNxDDeCTdu .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tNxDDeCTdu .dataTables_filter {
    text-align: center;
  }
  .cid-tNxDDeCTdu .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tNxDDeCTdu table.dataTable thead .sorting:after,
.cid-tNxDDeCTdu table.dataTable thead .sorting:before,
.cid-tNxDDeCTdu table.dataTable thead .sorting_asc:after,
.cid-tNxDDeCTdu table.dataTable thead .sorting_asc:before,
.cid-tNxDDeCTdu table.dataTable thead .sorting_desc:after,
.cid-tNxDDeCTdu table.dataTable thead .sorting_desc:before {
  content: "";
}
.cid-tNxDDeCTdu table th:hover {
  background: transparent;
  color: inherit;
}
.cid-tNxDDeCTdu table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.cid-tNxDDeCTdu table tr:nth-child(odd) {
  background-color: #ffffff;
}
.cid-tNxDDeCTdu .head-item {
  text-align: left;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-u1tZ5vZ3Kz {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/screenshot-2024-01-15-at-8.06.40-pm-2000x594.png");
}
.cid-u1tZ5vZ3Kz H1 {
  text-align: left;
  color: #ffffff;
}
.cid-u1tZ5vZ3Kz .mbr-text,
.cid-u1tZ5vZ3Kz .mbr-section-btn {
  color: #efefef;
  text-align: left;
}
.cid-u1tsZVeahI {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u1tsZVeahI P {
  color: #767676;
}
.cid-u1tsZVeahI .mbr-text,
.cid-u1tsZVeahI .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u1tsZVeahI .button-wrapper {
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
  height: 10vh;
  margin: 0 !important;
}
.cid-u1tsZVeahI .btn {
  width: 200px;
  height: 50px;
  margin: 0 !important;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
}
.cid-u1tsZVeahI .btn.btn-primary {
  background-color: #7f1933 !important;
  color: #FFFFFF  !important;
  border-color: #7f1933 !important;
  outline-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-u1tsZVeahI .btn.btn-primary:hover {
  background-color: #FFFFFF !important;
  color: #7f1933 !important;
  border-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
@media screen and (max-width: 600px) {
  .cid-u1tsZVeahI .btn {
    width: 100% !important;
    margin: 0 !important;
    font-size: 12px;
    white-space: normal;
    height: auto;
  }
  .cid-u1tsZVeahI .button-wrapper {
    justify-content: flex-start !important;
  }
  .cid-u1tsZVeahI .dropdown-menu {
    width: 100%;
  }
  .cid-u1tsZVeahI .dropdown-menu .dropdown-item {
    white-space: normal !important;
  }
}
.cid-u1tsZVeahI .dropdown {
  position: relative;
}
.cid-u1tsZVeahI .dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  z-index: 1050;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  min-width: 160px;
  border-radius: 4px;
  padding: 5px 0;
  border: 2px solid #7f1933;
}
.cid-u1tsZVeahI .dropdown-menu .dropdown-item {
  color: #000000;
  font-weight: 400;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  width: 100%;
  clear: both;
  line-height: 1.5;
  text-align: inherit;
  white-space: normal;
  border: 1px solid transparent;
  background-color: transparent;
}
.cid-u1tsZVeahI .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 2px solid #7f1933;
}
.cid-u1tsZVeahI .dropdown-menu .dropdown-item:hover,
.cid-u1tsZVeahI .dropdown-menu .dropdown-item:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #7f1933;
}
.cid-u1tsZVeahI .dropdown:focus-within .dropdown-menu,
.cid-u1tsZVeahI .dropdown:hover .dropdown-menu {
  display: block;
}
.cid-u1tsZVeahI .btn-primary.dropdown-toggle::after {
  content: '';
  border: solid transparent;
  border-top: 8px solid;
  border-width: 10px;
  vertical-align: middle;
  margin-left: 12px;
  display: inline-block;
  position: relative;
  top: 38%;
}
.cid-u1tsZVeahI .btn-primary.dropdown-toggle + .dropdown-menu {
  top: 100%;
}
.cid-u1tsZVeahI .button-wrapper .btn {
  margin-right: 100px !important;
}
.cid-u1tsZVeahI .dropdown-submenu {
  position: relative;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-u5gumswVAi {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/amedmosque-1202x743.png");
}
.cid-u5gumswVAi H1 {
  text-align: left;
  color: #ffffff;
}
.cid-u5gumswVAi .mbr-text,
.cid-u5gumswVAi .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u5gumt2buj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5gumt2buj .mbr-section-subtitle {
  margin-bottom: 1rem;
}
.cid-u5gumt2buj .mbr-section-btn {
  display: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.cid-u5gumt2buj .fixed-button-container {
  position: absolute;
  top: 33%;
  right: -10px;
  transform: translateY(-50%);
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u5gumt2buj .fixed-button-container {
    position: static;
    transform: none;
    margin-top: 20px;
  }
}
.cid-u5gumt2buj .content-row {
  margin-bottom: 3rem;
}
.cid-u5gumt2buj .btn {
  width: 230px;
  height: 50px;
  margin: 0 0 0.6rem 0;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
}
.cid-u5gumt2buj .btn.btn-primary {
  background-color: #063776 !important;
  color: #FFFFFF !important;
  border-color: #063776 !important;
  outline-color: #063776 !important;
  border: 2px solid #063776!important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-u5gumt2buj .btn.btn-primary:hover {
  background-color: #FFFFFF !important;
  color: #063776  !important;
  border-color: #063776 !important;
  border: 2px solid #063776 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-u5gumt2buj .btn.btn-primary-outline {
  background-color: #FFFFFF!important;
  color: #063776 !important;
  border-color: #063776 !important;
  outline-color: #063776 !important;
  border: 2px solid #063776!important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-u5gumt2buj .btn.btn-primary-outline:hover {
  background-color: #063776!important;
  color: #FFFFFF !important;
  border-color: #063776 !important;
  border: 2px solid #063776 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-u5gumt2buj .btn.courses {
  color: #FFFFFF;
  background-color: #063776;
  border: 2px solid #063776;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
}
.cid-u5gumt2buj .btn.courses:hover {
  color: #063776 !important;
  background-color: #FFFFFF !important;
  border-color: #063776 !important;
}
.cid-u5gumt2buj H2 {
  text-align: left;
}
.cid-u5gumt2buj .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u5gumt2buj ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0px;
}
.cid-u5gumt2buj ul li {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5;
  padding-left: 2em;
}
.cid-u5gumt2buj ul li::before {
  content: '➤';
  color: #063776;
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 20px;
}
.cid-u5gumt2buj .mbr-section-subtitle UL {
  text-align: left;
}
.cid-u5gumthntG {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-u5gumthntG .title {
  padding-bottom: 2.5rem;
}
.cid-u5gumthntG .mbr-text {
  color: #232323;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-u5gumthntG .wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u5gumthntG .wrapper .iconfont-wrapper {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-u5gumthntG .wrapper {
    flex-wrap: wrap;
  }
  .cid-u5gumthntG .wrapper .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5gumthntG .wrapper .b-info {
  width: 100%;
}
.cid-u5gumthntG H6 {
  color: #232323;
}
.cid-u5gumthntG H4 {
  color: #232323;
  text-align: left;
}
.cid-u5gumtyj3U {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #063776;
}
.cid-u5gumtyj3U .mbr-text,
.cid-u5gumtyj3U blockquote {
  color: #767676;
}
.cid-u5gumtyj3U .mbr-text {
  color: #ffffff;
}
.cid-u5gumtyj3U .mbr-text P {
  text-align: center;
}
.cid-u5gumtOapc {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #063776;
}
.cid-u5gumtOapc .card {
  align-self: stretch;
}
.cid-u5gumtOapc .card-box {
  height: 100%;
  background-color: #efefef;
  padding: 2rem;
}
.cid-u5gumtOapc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u5gumtOapc p {
  color: #767676;
  text-align: left;
}
.cid-u5gumtOapc .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u5gumtOapc .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-u5gumtOapc .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-u5gumtWVOU {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u5gumtWVOU .title {
  padding-bottom: 2.5rem;
}
.cid-u5gumtWVOU .mbr-text {
  color: #000000;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-u5gumtWVOU .wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u5gumtWVOU .wrapper .iconfont-wrapper {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-u5gumtWVOU .wrapper {
    flex-wrap: wrap;
  }
  .cid-u5gumtWVOU .wrapper .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5gumtWVOU .wrapper .b-info {
  width: 100%;
}
.cid-u5gumtWVOU DIV {
  text-align: left;
}
.cid-u5gumtWVOU H4 {
  text-align: center;
}
.cid-u5gumu7FG5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-u5gumu7FG5 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5gumu7FG5 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5gumu7FG5 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u5gumu7FG5 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u5gumu7FG5 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u5gumu7FG5 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u5gumu7FG5 .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-u5gumu7FG5 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u5gumu7FG5 .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-u5gumu7FG5 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u5gumu7FG5 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u5gumu7FG5 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-u5gumu7FG5 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u5gumu7FG5 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u5gumu7FG5 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u5gumu7FG5 foot-menu-item P {
  text-align: right;
}
.cid-u5gumu7FG5 foot-menu-item {
  text-align: right;
}
.cid-u5gumu7FG5 .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-u5hdrmoJzP {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/amedmosque-1202x743.png");
}
.cid-u5hdrmoJzP H1 {
  text-align: left;
  color: #ffffff;
}
.cid-u5hdrmoJzP .mbr-text,
.cid-u5hdrmoJzP .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u5hdrmJCTU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5hdrmJCTU .mbr-section-subtitle {
  margin-bottom: 1rem;
}
.cid-u5hdrmJCTU .mbr-section-btn {
  display: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.cid-u5hdrmJCTU .fixed-button-container {
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u5hdrmJCTU .fixed-button-container {
    position: static;
    transform: none;
    margin-top: 20px;
  }
}
.cid-u5hdrmJCTU .content-row {
  margin-bottom: 3rem;
}
.cid-u5hdrmJCTU .btn {
  width: 230px;
  height: 50px;
  margin: 0 0 0.6rem 0;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
}
.cid-u5hdrmJCTU .btn.btn-primary {
  background-color: #063776 !important;
  color: #FFFFFF !important;
  border-color: #063776 !important;
  outline-color: #063776 !important;
  border: 2px solid #063776 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-u5hdrmJCTU .btn.btn-primary:hover {
  background-color: #FFFFFF !important;
  color: #063776  !important;
  border-color: #063776 !important;
  border: 2px solid #063776 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-u5hdrmJCTU .btn.btn-primary-outline {
  background-color: #FFFFFF!important;
  color: #063776 !important;
  border-color: #063776 !important;
  outline-color: #063776 !important;
  border: 2px solid #063776!important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-u5hdrmJCTU .btn.btn-primary-outline:hover {
  background-color: #063776!important;
  color: #FFFFFF !important;
  border-color: #063776 !important;
  border: 2px solid #063776 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-u5hdrmJCTU H2 {
  text-align: left;
}
.cid-u5hdrmJCTU .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u5hdrmJCTU ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0px;
}
.cid-u5hdrmJCTU ul li {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5;
  padding-left: 2em;
}
.cid-u5hdrmJCTU ul li::before {
  content: '➤';
  color: #7f1933;
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 20px;
}
.cid-u5hdrmTrj5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5hdrmTrj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5hdrmTrj5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5hdrmTrj5 .container {
    padding: 0;
  }
}
.cid-u5hdrmTrj5 .row {
  justify-content: center;
}
.cid-u5hdrmTrj5 .panel-group .card {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 120px;
  border-bottom: 0px solid #063776;
  border-radius: 0;
}
.cid-u5hdrmTrj5 .panel-group .card:first-child {
  border-top: 1px solid #063776;
}
@media (max-width: 992px) {
  .cid-u5hdrmTrj5 .panel-group .card {
    padding: 20px 16px;
  }
}
.cid-u5hdrmTrj5 .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-u5hdrmTrj5 .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-u5hdrmTrj5 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u5hdrmTrj5 .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-u5hdrmTrj5 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  color: #063776;
}
.cid-u5hdrmTrj5 .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-u5hdrmTrj5 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u5hdrmTrj5 .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-u5hdrmTrj5 .mbr-section-btn-main {
  margin-top: 90px;
  text-align: center;
}
.cid-u5hdrmTrj5 .mbr-section-btn-main .btn {
  border-bottom: 1px solid #063776 !important;
}
@media (max-width: 992px) {
  .cid-u5hdrmTrj5 .mbr-section-btn-main {
    margin-top: 90px;
  }
}
.cid-u5hdrmTrj5 .mbr-section-title {
  color: #263652;
}
.cid-u5hdrmTrj5 .panel-title-edit,
.cid-u5hdrmTrj5 .mbr-iconfont {
  color: #232323;
  text-align: left;
}
.cid-u5hdrmTrj5 .panel-text {
  color: #263652;
}
.cid-u5hdrmTrj5 .btn.btn-primary-outline {
  background-color: #FFFFFF!important;
  color: #063776 !important;
  border-color: #063776 !important;
  outline-color: #063776 !important;
  border: 2px solid #063776!important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-u5hdrmTrj5 .btn.btn-primary-outline:hover {
  background-color: #063776!important;
  color: #FFFFFF !important;
  border-color: #063776 !important;
  border: 2px solid #063776 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-u5hdrn5F1X {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u5hdrn5F1X .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5hdrn5F1X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5hdrn5F1X .container {
    padding: 0;
  }
}
.cid-u5hdrn5F1X .row {
  justify-content: center;
}
.cid-u5hdrn5F1X .panel-group .card {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 120px;
  border-bottom: 1px solid #073b4c;
  border-radius: 0;
}
.cid-u5hdrn5F1X .panel-group .card:first-child {
  border-top: 1px solid #073b4c;
}
@media (max-width: 992px) {
  .cid-u5hdrn5F1X .panel-group .card {
    padding: 20px 16px;
  }
}
.cid-u5hdrn5F1X .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-u5hdrn5F1X .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-u5hdrn5F1X .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u5hdrn5F1X .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-u5hdrn5F1X .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  color: #063776;
}
.cid-u5hdrn5F1X .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-u5hdrn5F1X .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u5hdrn5F1X .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-u5hdrn5F1X .mbr-section-btn-main {
  margin-top: 50px;
  text-align: center;
}
.cid-u5hdrn5F1X .mbr-section-btn-main .btn {
  border-bottom: 2px solid #073b4c !important;
}
@media (max-width: 992px) {
  .cid-u5hdrn5F1X .mbr-section-btn-main {
    margin-top: 50px;
  }
}
.cid-u5hdrn5F1X .mbr-section-title {
  color: #263652;
}
.cid-u5hdrn5F1X .panel-title-edit,
.cid-u5hdrn5F1X .mbr-iconfont {
  color: #232323;
  text-align: left;
}
.cid-u5hdrn5F1X .panel-text {
  color: #263652;
}
.cid-u5hdrnfpw6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-u5hdrnfpw6 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5hdrnfpw6 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5hdrnfpw6 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u5hdrnfpw6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u5hdrnfpw6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u5hdrnfpw6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u5hdrnfpw6 .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-u5hdrnfpw6 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u5hdrnfpw6 .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-u5hdrnfpw6 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u5hdrnfpw6 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u5hdrnfpw6 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-u5hdrnfpw6 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u5hdrnfpw6 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u5hdrnfpw6 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u5hdrnfpw6 foot-menu-item P {
  text-align: right;
}
.cid-u5hdrnfpw6 foot-menu-item {
  text-align: right;
}
.cid-u5hdrnfpw6 .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-u5heBgwbzt {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/amedmosque-1202x743.png");
}
.cid-u5heBgwbzt H1 {
  text-align: left;
  color: #ffffff;
}
.cid-u5heBgwbzt .mbr-text,
.cid-u5heBgwbzt .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u5heBgVqVE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5heBgVqVE .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #232323;
}
.cid-u5heBgVqVE .mbr-section-btn {
  display: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.cid-u5heBgVqVE .fixed-button-container {
  position: absolute;
  top: 44%;
  right: -10px;
  transform: translateY(-50%);
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u5heBgVqVE .fixed-button-container {
    position: static;
    transform: none;
    margin-top: 20px;
  }
}
.cid-u5heBgVqVE .content-row {
  margin-bottom: 3rem;
}
.cid-u5heBgVqVE .btn {
  width: 240px;
  height: 50px;
  margin: 0 0 0.6rem 0;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
}
.cid-u5heBgVqVE .btn.btn-primary {
  background-color: #063776  !important;
  color: #FFFFFF !important;
  border-color: #063776  !important;
  outline-color: #063776 !important;
  border: 2px solid #063776 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-u5heBgVqVE .btn.btn-primary:hover {
  background-color: #FFFFFF !important;
  color: #063776   !important;
  border-color: #063776  !important;
  border: 2px solid #063776 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-u5heBgVqVE .btn.btn-primary-outline {
  background-color: #FFFFFF!important;
  color: #063776 !important;
  border-color: #063776 !important;
  outline-color: #063776 !important;
  border: 2px solid #063776!important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-u5heBgVqVE .btn.btn-primary-outline:hover {
  background-color: #063776!important;
  color: #FFFFFF !important;
  border-color: #063776 !important;
  border: 2px solid #063776 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-u5heBgVqVE .btn.financial-aid-btn {
  color: #879a9f;
  background-color: #FFFFFF;
  border: 2px solid #879a9f;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
}
.cid-u5heBgVqVE .btn.financial-aid-btn:hover {
  color: #232323!important;
  background-color: #FFFFFF !important;
  border-color: #232323 !important;
}
.cid-u5heBgVqVE H2 {
  text-align: left;
}
.cid-u5heBgVqVE .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u5heBgVqVE ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0px;
}
.cid-u5heBgVqVE ul li {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5;
  padding-left: 2em;
}
.cid-u5heBgVqVE ul li::before {
  content: '➤';
  color: #7f1933;
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 20px;
}
.cid-u5heBh5tw4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-u5heBh5tw4 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5heBh5tw4 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5heBh5tw4 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u5heBh5tw4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u5heBh5tw4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u5heBh5tw4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u5heBh5tw4 .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-u5heBh5tw4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u5heBh5tw4 .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-u5heBh5tw4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u5heBh5tw4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u5heBh5tw4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-u5heBh5tw4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u5heBh5tw4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u5heBh5tw4 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u5heBh5tw4 foot-menu-item P {
  text-align: right;
}
.cid-u5heBh5tw4 foot-menu-item {
  text-align: right;
}
.cid-u5heBh5tw4 .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-u5hfAMAB1P {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/amedmosque-1202x743.png");
}
.cid-u5hfAMAB1P H1 {
  text-align: left;
  color: #ffffff;
}
.cid-u5hfAMAB1P .mbr-text,
.cid-u5hfAMAB1P .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u5hfAMMRa8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u5hfAMMRa8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u5hfAMMRa8 .form-group {
  margin-bottom: 30px;
}
.cid-u5hfAMMRa8 input,
.cid-u5hfAMMRa8 textarea {
  border-radius: 0;
  padding: 1.5rem !important;
}
.cid-u5hfAMMRa8 input.form-control {
  min-height: 4.125rem;
}
.cid-u5hfAMMRa8 .form-group {
  position: relative;
  z-index: 1;
}
.cid-u5hfAMMRa8 .form-group:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -5px;
  left: 5px;
  height: 5px;
  width: 0px;
  background-color: #ff3366;
  transition: width 0.5s ease-in;
  z-index: 2;
}
.cid-u5hfAMMRa8 .form-group:focus-within:after {
  width: calc(100% - 10px);
}
.cid-u5hfAMMRa8 .form-control,
.cid-u5hfAMMRa8 .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #171717;
  font-size: 1rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u5hfAMMRa8 .form-control:focus,
.cid-u5hfAMMRa8 .field-input:focus {
  background-color: #ffffff;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-u5hfAMMRa8 input::-webkit-input-placeholder,
.cid-u5hfAMMRa8 textarea::-webkit-input-placeholder {
  color: #999999;
}
.cid-u5hfAMMRa8 input:-moz-placeholder,
.cid-u5hfAMMRa8 textarea:-moz-placeholder {
  color: #999999;
}
.cid-u5hfAMMRa8 .jq-selectbox li,
.cid-u5hfAMMRa8 .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-u5hfAMMRa8 .jq-selectbox li:hover,
.cid-u5hfAMMRa8 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-u5hfAMMRa8 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f8f8f8;
}
.cid-u5hfAMMRa8 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u5hfAMMRa8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5hfAMMRa8 .mbr-form {
  max-width: 990px;
}
.cid-u5hfAMMRa8 textarea {
  min-height: 150px;
  resize: none;
}
.cid-u5hfAMMRa8 .mbr-form .btn {
  width: auto;
  justify-content: space-between;
}
.cid-u5hfAMMRa8 .mbr-form .btn .mbr-iconfont {
  order: 2;
  font-size: 1.5rem;
}
.cid-u5hfAMMRa8 .btn {
  width: 230px;
  height: 50px;
  margin: 0 0 0.6rem 0;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
}
.cid-u5hfAMMRa8 .btn.btn-primary {
  background-color: #063776  !important;
  color: #FFFFFF !important;
  border-color: #063776  !important;
  outline-color: #063776  !important;
  border: 2px solid #063776  !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-u5hfAMMRa8 .btn.btn-primary:hover {
  background-color: #FFFFFF !important;
  color: #063776   !important;
  border-color: #063776  !important;
  border: 2px solid #063776 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-u5hfAMUkgP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-u5hfAMUkgP .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5hfAMUkgP .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5hfAMUkgP .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u5hfAMUkgP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u5hfAMUkgP .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u5hfAMUkgP .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u5hfAMUkgP .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-u5hfAMUkgP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u5hfAMUkgP .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-u5hfAMUkgP .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u5hfAMUkgP .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u5hfAMUkgP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-u5hfAMUkgP .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u5hfAMUkgP .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u5hfAMUkgP .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u5hfAMUkgP foot-menu-item P {
  text-align: right;
}
.cid-u5hfAMUkgP foot-menu-item {
  text-align: right;
}
.cid-u5hfAMUkgP .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-tIrp8ToSfe {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/zinciriyemedresesi-2000x1333.jpg");
}
.cid-tIrp8ToSfe H1 {
  text-align: left;
  color: #ffffff;
}
.cid-tIrp8ToSfe .mbr-text,
.cid-tIrp8ToSfe .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-tIwhgT24WH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIwhgT24WH .mbr-section-subtitle {
  margin-bottom: 1rem;
}
.cid-tIwhgT24WH .mbr-section-btn {
  display: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.cid-tIwhgT24WH .fixed-button-container {
  position: absolute;
  top: 41%;
  right: -10px;
  transform: translateY(-50%);
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tIwhgT24WH .fixed-button-container {
    position: static;
    transform: none;
    margin-top: 20px;
  }
}
.cid-tIwhgT24WH .content-row {
  margin-bottom: 3rem;
}
.cid-tIwhgT24WH .btn {
  width: 230px;
  height: 50px;
  margin: 0 0 0.6rem 0;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 460;
}
.cid-tIwhgT24WH .btn.btn-info {
  background-color: #266574 !important;
  color: #FFFFFF !important;
  border-color: #266574 !important;
  outline-color: #266574 !important;
  border: 2px solid #266574 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tIwhgT24WH .btn.btn-info:hover {
  background-color: #FFFFFF !important;
  color: #266574  !important;
  border-color: #266574 !important;
  border: 2px solid #266574 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tIwhgT24WH .btn.btn-danger-outline {
  background-color: #FFFFFF  !important;
  color: #266574 !important;
  border: 2px solid #266574 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-tIwhgT24WH .btn.btn-danger-outline:hover {
  background-color: #266574 !important;
  border-color: #266574 !important;
  color: #FFFFFF !important;
}
.cid-tIwhgT24WH .btn.courses {
  color: #FFFFFF;
  background-color: #7f1933;
  border: 2px solid  #7f1933;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
}
.cid-tIwhgT24WH .btn.courses:hover {
  color: #7f1933 !important;
  background-color: #FFFFFF !important;
  border-color: #7f1933 !important;
}
.cid-tIwhgT24WH H2 {
  text-align: left;
}
.cid-tIwhgT24WH .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tIwhgT24WH ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0px;
}
.cid-tIwhgT24WH ul li {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5;
  padding-left: 2em;
}
.cid-tIwhgT24WH ul li::before {
  content: '➤';
  color: #7f1933;
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 20px;
}
.cid-tIwhgT24WH a.text-primary {
  color: #266574 !important;
}
.cid-t8B55hC11R {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t8B55hC11R .mbr-section-subtitle {
  color: #000000;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-tLPLhjXz49 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-5822-2000x1500.jpeg");
}
.cid-tLPLhjXz49 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-tLPLhjXz49 .mbr-text,
.cid-tLPLhjXz49 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tLQ2lS2CRE {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #7f1933;
}
.cid-tLQ2lS2CRE .mbr-text,
.cid-tLQ2lS2CRE blockquote {
  color: #767676;
}
.cid-tLQ2lS2CRE .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tLQ2lS2CRE .mbr-text P {
  text-align: center;
}
.cid-tVyH0xz43X {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tVyH0xz43X .mbr-text,
.cid-tVyH0xz43X blockquote {
  color: #767676;
}
.cid-tVyH0xz43X .mbr-text {
  color: #7f1933;
}
.cid-tVyH0xz43X .mbr-text P {
  text-align: center;
}
.cid-tVyH3UAVSI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #465052;
}
.cid-tVyH3UAVSI .card {
  align-self: stretch;
}
.cid-tVyH3UAVSI .card-box {
  height: 100%;
  background-color: #efefef;
  padding: 2rem;
}
.cid-tVyH3UAVSI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tVyH3UAVSI p {
  color: #767676;
  text-align: left;
}
.cid-tVyH3UAVSI .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tVyH3UAVSI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tVyH3UAVSI .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tVyH3UAVSI P {
  color: #0f7699;
}
.cid-uLwgCnLYgC {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #465052;
}
.cid-uLwgCnLYgC .card {
  align-self: stretch;
}
.cid-uLwgCnLYgC .card-box {
  height: 100%;
  background-color: #efefef;
  padding: 2rem;
}
.cid-uLwgCnLYgC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uLwgCnLYgC p {
  color: #767676;
  text-align: left;
}
.cid-uLwgCnLYgC .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uLwgCnLYgC .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uLwgCnLYgC .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uLwgCnLYgC P {
  color: #0f7699;
}
.cid-tLPLl0feZZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLPLl0feZZ .mbr-text,
.cid-tLPLl0feZZ blockquote {
  color: #767676;
}
.cid-tLPLl0feZZ .mbr-text {
  color: #7f1933;
}
.cid-tLPLl0feZZ .mbr-text P {
  text-align: center;
}
.cid-tLQ1Man4c6 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tLQ1Man4c6 .card {
  align-self: stretch;
}
.cid-tLQ1Man4c6 .card-box {
  height: 100%;
  background-color: #efefef;
  padding: 2rem;
}
.cid-tLQ1Man4c6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLQ1Man4c6 p {
  color: #767676;
  text-align: left;
}
.cid-tLQ1Man4c6 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLQ1Man4c6 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tLQ1Man4c6 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tLQ1Man4c6 P {
  color: #0f7699;
}
.cid-uceWFoPsOs {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uceWFoPsOs .mbr-text,
.cid-uceWFoPsOs blockquote {
  color: #767676;
}
.cid-uceWFoPsOs .mbr-text {
  color: #7f1933;
}
.cid-uceWFoPsOs .mbr-text P {
  text-align: center;
}
.cid-tVyHCsVs3v {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #465052;
}
.cid-tVyHCsVs3v .card {
  align-self: stretch;
}
.cid-tVyHCsVs3v .card-box {
  height: 100%;
  background-color: #efefef;
  padding: 2rem;
}
.cid-tVyHCsVs3v h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tVyHCsVs3v p {
  color: #767676;
  text-align: left;
}
.cid-tVyHCsVs3v .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tVyHCsVs3v .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tVyHCsVs3v .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tVyHCsVs3v P {
  color: #0f7699;
}
.cid-uceYQamRpP {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-uceYQamRpP .card {
  align-self: stretch;
}
.cid-uceYQamRpP .card-box {
  height: 100%;
  background-color: #efefef;
  padding: 2rem;
}
.cid-uceYQamRpP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uceYQamRpP p {
  color: #767676;
  text-align: left;
}
.cid-uceYQamRpP .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uceYQamRpP .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uceYQamRpP .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uceYQamRpP P {
  color: #0f7699;
}
.cid-ufmxkYtTnc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmxkYtTnc nav.navbar {
  position: fixed;
}
.cid-ufmxkYtTnc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmxkYtTnc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmxkYtTnc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmxkYtTnc .dropdown-item:hover,
.cid-ufmxkYtTnc .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmxkYtTnc .dropdown-item:hover span {
  color: white;
}
.cid-ufmxkYtTnc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmxkYtTnc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmxkYtTnc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmxkYtTnc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmxkYtTnc .nav-link {
  position: relative;
}
.cid-ufmxkYtTnc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmxkYtTnc .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmxkYtTnc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmxkYtTnc .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmxkYtTnc .dropdown-menu,
.cid-ufmxkYtTnc .navbar.opened {
  background: #efefef !important;
}
.cid-ufmxkYtTnc .nav-item:focus,
.cid-ufmxkYtTnc .nav-link:focus {
  outline: none;
}
.cid-ufmxkYtTnc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmxkYtTnc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmxkYtTnc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmxkYtTnc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmxkYtTnc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmxkYtTnc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmxkYtTnc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmxkYtTnc .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmxkYtTnc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmxkYtTnc .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmxkYtTnc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmxkYtTnc .navbar.collapsed {
  justify-content: center;
}
.cid-ufmxkYtTnc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmxkYtTnc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmxkYtTnc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmxkYtTnc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmxkYtTnc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmxkYtTnc .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-ufmxkYtTnc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmxkYtTnc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmxkYtTnc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmxkYtTnc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmxkYtTnc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmxkYtTnc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmxkYtTnc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmxkYtTnc .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-ufmxkYtTnc .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmxkYtTnc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmxkYtTnc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmxkYtTnc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmxkYtTnc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmxkYtTnc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmxkYtTnc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmxkYtTnc .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmxkYtTnc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmxkYtTnc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmxkYtTnc .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;
  margin-top: 0 !important;
}
.cid-ufmxkYtTnc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmxkYtTnc .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmxkYtTnc .dropdown-item.active,
.cid-ufmxkYtTnc .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmxkYtTnc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmxkYtTnc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmxkYtTnc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmxkYtTnc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmxkYtTnc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmxkYtTnc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmxkYtTnc ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmxkYtTnc .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmxkYtTnc button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmxkYtTnc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7f1933;
}
.cid-ufmxkYtTnc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmxkYtTnc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmxkYtTnc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmxkYtTnc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmxkYtTnc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmxkYtTnc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmxkYtTnc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmxkYtTnc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmxkYtTnc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmxkYtTnc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmxkYtTnc .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-ufmxkYtTnc .navbar {
    height: 70px;
  }
  .cid-ufmxkYtTnc .navbar.opened {
    height: auto;
  }
  .cid-ufmxkYtTnc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmxkYtTnc .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmxkYtTnc .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmxkYtTnc .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmxkYtTnc .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
.cid-ufmCObcigt {
  background-image: url("../../../assets/images/img-9030-2000x1333.jpg");
}
.cid-ufmCObcigt h1 {
  color: #616161;
}
.cid-ufmCObcigt h2,
.cid-ufmCObcigt h3,
.cid-ufmCObcigt p {
  color: #767676;
}
.cid-ufmCObcigt .mbr-section-subtitle {
  font-style: italic;
}
.cid-ufmCObcigt H1 {
  color: #ffffff;
  text-align: center;
}
.cid-ufmCObcigt .mbr-text,
.cid-ufmCObcigt .mbr-section-btn {
  color: #efefef;
  text-align: center;
}
.cid-ufmCObcigt .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.cid-ufmCObcigt .fixed-button-container {
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ufmCObcigt .fixed-button-container {
    position: static;
    transform: none;
    margin-top: 20px;
  }
}
.cid-ufmCObcigt .content-row {
  margin-bottom: 3rem;
}
.cid-ufmCObcigt .btn {
  width: 230px;
  height: 50px;
  margin: 0 0 0.6rem 0;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
}
.cid-ufmCObcigt .btn.btn-primary {
  background-color: #7f1933 !important;
  color: #FFFFFF !important;
  border-color: #7f1933 !important;
  outline-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-ufmCObcigt .btn.btn-primary:hover {
  background-color: #FFFFFF !important;
  color: #7f1933  !important;
  border-color: #7f1933 !important;
  border: 2px solid #7f1933 !important;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease !important;
}
.cid-ufmv0IGhCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufmv0IGhCY nav.navbar {
  position: fixed;
}
.cid-ufmv0IGhCY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: none;
  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-ufmv0IGhCY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.cid-ufmv0IGhCY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufmv0IGhCY .dropdown-item:hover,
.cid-ufmv0IGhCY .dropdown-item:focus {
  background: #7f1933 !important;
  color: white !important;
}
.cid-ufmv0IGhCY .dropdown-item:hover span {
  color: white;
}
.cid-ufmv0IGhCY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufmv0IGhCY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufmv0IGhCY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufmv0IGhCY .nav-link {
  position: relative;
}
.cid-ufmv0IGhCY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .container {
    flex-wrap: nowrap;
  }
}
.cid-ufmv0IGhCY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufmv0IGhCY .navbar-nav {
  margin-top: 10px;
  margin-left: auto;
}
.cid-ufmv0IGhCY .dropdown-menu,
.cid-ufmv0IGhCY .navbar.opened {
  background: #efefef !important;
}
.cid-ufmv0IGhCY .nav-item:focus,
.cid-ufmv0IGhCY .nav-link:focus {
  outline: none;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufmv0IGhCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufmv0IGhCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufmv0IGhCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufmv0IGhCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  margin-top: 0 !important;
  background: #efefef;
  position: fixed !important;
  top: 0 !important;
}
.cid-ufmv0IGhCY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufmv0IGhCY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufmv0IGhCY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufmv0IGhCY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufmv0IGhCY .navbar.collapsed {
  justify-content: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufmv0IGhCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufmv0IGhCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufmv0IGhCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufmv0IGhCY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufmv0IGhCY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufmv0IGhCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-ufmv0IGhCY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufmv0IGhCY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufmv0IGhCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufmv0IGhCY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufmv0IGhCY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufmv0IGhCY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufmv0IGhCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufmv0IGhCY .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;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufmv0IGhCY .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 0px;
}
.cid-ufmv0IGhCY .dropdown-item.active,
.cid-ufmv0IGhCY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufmv0IGhCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufmv0IGhCY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ufmv0IGhCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufmv0IGhCY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufmv0IGhCY ul.navbar-nav {
  flex-wrap: nowrap;
  margin-top: 15px;
}
.cid-ufmv0IGhCY .navbar-buttons {
  display: block;
  align-items: center;
  text-align: center;
  min-width: 170px;
  margin-left: auto;
  position: absolute;
  right: -150px;
  top: 60%;
  transform: translateY(-50%);
  margin-right: auto;
  justify-content: center;
}
.cid-ufmv0IGhCY button.navbar-toggler {
  margin-top: 17px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufmv0IGhCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufmv0IGhCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufmv0IGhCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
  margin-top: 0 !important;
}
.cid-ufmv0IGhCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufmv0IGhCY .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-ufmv0IGhCY .navbar {
    height: 70px;
  }
  .cid-ufmv0IGhCY .navbar.opened {
    height: auto;
  }
  .cid-ufmv0IGhCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufmv0IGhCY .navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.cid-ufmv0IGhCY .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 0px !important;
}
.cid-ufmv0IGhCY .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.cid-ufmv0IGhCY .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.cid-utY34ATQqc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f8f5ea;
}
.cid-utY34ATQqc .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
.cid-utY34ATQqc .item:focus,
.cid-utY34ATQqc span:focus {
  outline: none;
}
.cid-utY34ATQqc .item {
  cursor: pointer;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-utY34ATQqc .item {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-bottom: 30px;
  }
}
.cid-utY34ATQqc .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-utY34ATQqc .item-wrapper {
    max-width: 350px;
    margin: 0 auto;
  }
}
.cid-utY34ATQqc .item-content {
  padding: 0.1rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-utY34ATQqc .mbr-section-btn {
  margin-top: auto !important;
  width: 100%;
}
.cid-utY34ATQqc .mbr-section-title,
.cid-utY34ATQqc .mbr-section-subtitle {
  color: #111111;
}
.cid-utY34ATQqc .mbr-text {
  color: #555555;
  font-style: italic;
}
.cid-utY34ATQqc .item-subtitle {
  text-align: center;
}
.cid-utY34ATQqc .item-img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  display: flex;
  margin-bottom: 24px;
}
.cid-utY34ATQqc .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.cid-utY34ATQqc .mbr-section-head {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .cid-utY34ATQqc .mbr-section-head {
    margin-bottom: 90px;
  }
}
.cid-utY34ATQqc .mbr-section-title {
  color: #767676;
  text-align: center;
}
.cid-utY34ATQqc .label-text {
  color: #111111;
  text-align: center;
}
.cid-utY3nUUlwy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f5ea;
}
.cid-utY3nUUlwy .mbr-fallback-image.disabled {
  display: none;
}
.cid-utY3nUUlwy .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-utY3nUUlwy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utY3nUUlwy .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-utY3nUUlwy.mbr-fullscreen {
  padding: 0 !important;
}
.cid-utY3nUUlwy img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-utY3oX1Kqr {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f8f5ea;
}
.cid-utY3oX1Kqr .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
.cid-utY3oX1Kqr .item:focus,
.cid-utY3oX1Kqr span:focus {
  outline: none;
}
.cid-utY3oX1Kqr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-utY3oX1Kqr .item {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-bottom: 30px;
  }
}
.cid-utY3oX1Kqr .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-utY3oX1Kqr .item-wrapper {
    max-width: 350px;
    margin: 0 auto;
  }
}
.cid-utY3oX1Kqr .item-content {
  padding: 0 1rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-utY3oX1Kqr .mbr-section-btn {
  margin-top: auto !important;
  width: 100%;
}
.cid-utY3oX1Kqr .mbr-section-title,
.cid-utY3oX1Kqr .mbr-section-subtitle {
  color: #111111;
}
.cid-utY3oX1Kqr .mbr-text {
  color: #555555;
  font-style: italic;
}
.cid-utY3oX1Kqr .item-subtitle {
  text-align: center;
}
.cid-utY3oX1Kqr .item-img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  display: flex;
  margin-bottom: 24px;
}
.cid-utY3oX1Kqr .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.cid-utY3oX1Kqr .mbr-section-head {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .cid-utY3oX1Kqr .mbr-section-head {
    margin-bottom: 90px;
  }
}
.cid-utY3oX1Kqr .mbr-section-title {
  color: #767676;
  text-align: center;
}
.cid-utY3oX1Kqr .label-text {
  color: #111111;
  text-align: center;
}
.cid-tIlTy6v2Az {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676767;
}
.cid-tIlTy6v2Az .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIlTy6v2Az .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIlTy6v2Az .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIlTy6v2Az .media-container-row .social-list {
  z-index: 1000;
  pointer-events: auto;
  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-tIlTy6v2Az .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIlTy6v2Az .media-container-row .social-list .soc-item {
  min-width: 40px;
  margin: 0 .5rem;
}
.cid-tIlTy6v2Az .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIlTy6v2Az .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIlTy6v2Az .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 40px;
    font-size: 1.5rem;
  }
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIlTy6v2Az .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tIlTy6v2Az foot-menu-item P {
  text-align: right;
}
.cid-tIlTy6v2Az foot-menu-item {
  text-align: right;
}
.cid-tIlTy6v2Az .soc-item a svg {
  width: 20px !important;
  height: auto !important;
}
