body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e1201d !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !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: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !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: #871311;
  color: #871311;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !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: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !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: #e1201d !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #871311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b566f !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: #7a6e45 !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: #b1a374;
}
.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: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e1201d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d2d1;
}
.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: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e1201d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1201d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e1201d;
  border-bottom-color: #e1201d;
}
.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: #e1201d !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: #149dcc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e1201d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-tYvnq0j5Sh .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tYvnq0j5Sh .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tYvnq0j5Sh a {
  font-style: normal;
}
.cid-tYvnq0j5Sh .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tYvnq0j5Sh .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-tYvnq0j5Sh .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tYvnq0j5Sh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tYvnq0j5Sh .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tYvnq0j5Sh .nav-item:focus,
.cid-tYvnq0j5Sh .nav-link:focus {
  outline: none;
}
.cid-tYvnq0j5Sh .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tYvnq0j5Sh .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tYvnq0j5Sh .menu-logo {
  margin-right: auto;
}
.cid-tYvnq0j5Sh .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tYvnq0j5Sh .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tYvnq0j5Sh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tYvnq0j5Sh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tYvnq0j5Sh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tYvnq0j5Sh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tYvnq0j5Sh .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tYvnq0j5Sh .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tYvnq0j5Sh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tYvnq0j5Sh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tYvnq0j5Sh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tYvnq0j5Sh .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tYvnq0j5Sh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tYvnq0j5Sh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYvnq0j5Sh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tYvnq0j5Sh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYvnq0j5Sh .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tYvnq0j5Sh .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tYvnq0j5Sh .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tYvnq0j5Sh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tYvnq0j5Sh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tYvnq0j5Sh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tYvnq0j5Sh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tYvnq0j5Sh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tYvnq0j5Sh button.navbar-toggler:focus {
  outline: none;
}
.cid-tYvnq0j5Sh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tYvnq0j5Sh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYvnq0j5Sh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYvnq0j5Sh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYvnq0j5Sh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYvnq0j5Sh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYvnq0j5Sh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYvnq0j5Sh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYvnq0j5Sh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYvnq0j5Sh .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tYvnq0j5Sh .collapsed .btn {
  display: -webkit-flex;
}
.cid-tYvnq0j5Sh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tYvnq0j5Sh .collapsed .navbar-collapse.collapsing,
.cid-tYvnq0j5Sh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tYvnq0j5Sh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tYvnq0j5Sh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tYvnq0j5Sh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tYvnq0j5Sh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tYvnq0j5Sh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tYvnq0j5Sh .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tYvnq0j5Sh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tYvnq0j5Sh .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tYvnq0j5Sh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tYvnq0j5Sh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tYvnq0j5Sh .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tYvnq0j5Sh .collapsed button.navbar-toggler {
  display: block;
}
.cid-tYvnq0j5Sh .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tYvnq0j5Sh .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tYvnq0j5Sh .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tYvnq0j5Sh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tYvnq0j5Sh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tYvnq0j5Sh .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tYvnq0j5Sh.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tYvnq0j5Sh img {
    height: 3.8rem !important;
  }
  .cid-tYvnq0j5Sh .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tYvnq0j5Sh .menu-wrap {
    flex-direction: column;
  }
  .cid-tYvnq0j5Sh .btn {
    display: -webkit-flex;
  }
  .cid-tYvnq0j5Sh button.navbar-toggler {
    display: block;
  }
  .cid-tYvnq0j5Sh .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tYvnq0j5Sh .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tYvnq0j5Sh .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tYvnq0j5Sh .navbar-collapse.collapsing,
  .cid-tYvnq0j5Sh .navbar-collapse.show {
    display: block !important;
  }
  .cid-tYvnq0j5Sh .navbar-collapse.collapsing .navbar-nav,
  .cid-tYvnq0j5Sh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tYvnq0j5Sh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tYvnq0j5Sh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tYvnq0j5Sh .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tYvnq0j5Sh .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tYvnq0j5Sh .navbar-collapse.collapsing .navbar-buttons,
  .cid-tYvnq0j5Sh .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tYvnq0j5Sh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tYvnq0j5Sh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tYvnq0j5Sh .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tYvnq0j5Sh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tYvnq0j5Sh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tYvnq0j5Sh .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tYvnq0j5Sh .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tYvnq0j5Sh .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tYvnq0j5Sh .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tYvnq0j5Sh .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tYvnq0j5Sh .nav-link:hover,
.cid-tYvnq0j5Sh .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-tYvlFue7tt {
  padding-top: 135px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-tYvlFue7tt h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tYvlFue7tt h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tYvlFue7tt .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-tYvlFue7tt h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-tYvlFue7tt h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-tYvlFue7tt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYvlFue7tt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYvqJz8Pkr {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tYvqJz8Pkr h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tYvqJz8Pkr h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tYvqJz8Pkr h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tYvqJz8Pkr .mbr-text,
.cid-tYvqJz8Pkr .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-tYvqJz8Pkr h3:before,
  .cid-tYvqJz8Pkr h3:after {
    display: none;
  }
}
.cid-tYvqJz8Pkr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYvqJz8Pkr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYVtPVSVz3 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tYVtPVSVz3 .mbr-section-subtitle {
  color: #767676;
}
.cid-tYVtPVSVz3 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tYVtPVSVz3 .container {
    max-width: 1600px;
  }
}
.cid-tYVtPVSVz3 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tYVtPVSVz3 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-tYVtPVSVz3 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tYVtPVSVz3 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tYVtPVSVz3 .team-item:hover .item-social {
  opacity: 1;
}
.cid-tYVtPVSVz3 .team-item .item-image img {
  width: 100%;
}
.cid-tYVtPVSVz3 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tYVtPVSVz3 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tYVtPVSVz3 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tYVtPVSVz3 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tYVtPVSVz3 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tYVtPVSVz3 .item-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tYVtPVSVz3 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tYVtPVSVz3 .item-social {
    opacity: 1;
  }
}
.cid-tYVtPVSVz3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYVtPVSVz3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0gjWmrJF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tZ0gjWmrJF .mbr-text {
    text-align: center;
  }
}
.cid-tZ0gjWmrJF .container-fluid {
  padding: 0;
}
.cid-tZ0gjWmrJF .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tZ0gjWmrJF img {
  height: 100%;
  object-fit: cover;
}
.cid-tZ0gjWmrJF .mbr-figure {
  height: 100%;
}
.cid-tZ0gjWmrJF .col-lg-7 {
  padding: 0;
}
.cid-tZ0gjWmrJF .row {
  margin: 0;
}
.cid-tZ0gjWmrJF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0gjWmrJF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubwmttgqo0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #767676;
}
@media (max-width: 767px) {
  .cid-ubwmttgqo0 .mbr-text {
    text-align: center;
  }
}
.cid-ubwmttgqo0 .container-fluid {
  padding: 0;
}
.cid-ubwmttgqo0 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-ubwmttgqo0 img {
  height: 100%;
  object-fit: cover;
}
.cid-ubwmttgqo0 .mbr-figure {
  height: 100%;
}
.cid-ubwmttgqo0 .col-lg-6 {
  padding: 0;
}
.cid-ubwmttgqo0 .row {
  margin: 0;
}
.cid-ubwmttgqo0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubwmttgqo0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYwcwPEeaG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tYwcwPEeaG p {
  text-align: center;
}
.cid-tYwcwPEeaG .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tYwcwPEeaG .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tYwcwPEeaG .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tYwcwPEeaG .logo-footer {
  line-height: normal;
}
.cid-tYwcwPEeaG .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tYwcwPEeaG .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tYwcwPEeaG .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tYwcwPEeaG li {
  overflow: hidden;
}
.cid-tYwcwPEeaG .icon-transition span {
  display: block;
}
.cid-tYwcwPEeaG .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tYwcwPEeaG .list-inline-item a {
  display: block;
}
.cid-tYwcwPEeaG .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tYwcwPEeaG .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYwcwPEeaG .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tYwcwPEeaG .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tYwcwPEeaG .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tYwcwPEeaG .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tYwcwPEeaG .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tYwcwPEeaG .logo-footer {
    text-align: center;
  }
  .cid-tYwcwPEeaG .social-media {
    justify-content: center;
  }
}
.cid-tYwcwPEeaG .list-inline-item,
.cid-tYwcwPEeaG .mbr-list,
.cid-tYwcwPEeaG .first-column {
  color: #ffffff;
}
#custom-html-r {
  /* Type valid CSS here */
}
.cid-ubwoSsbbK5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubwoSsbbK5 .fb-page,
.cid-ubwoSsbbK5 span,
.cid-ubwoSsbbK5 iframe {
  width: 500px;
  height: 620px;
}
.cid-ubwoSsbbK5 blockquote {
  display: none;
}
.cid-ubwoSsbbK5 .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-tYvyUc8jiE .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tYvyUc8jiE .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tYvyUc8jiE a {
  font-style: normal;
}
.cid-tYvyUc8jiE .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tYvyUc8jiE .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-tYvyUc8jiE .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tYvyUc8jiE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tYvyUc8jiE .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tYvyUc8jiE .nav-item:focus,
.cid-tYvyUc8jiE .nav-link:focus {
  outline: none;
}
.cid-tYvyUc8jiE .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tYvyUc8jiE .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tYvyUc8jiE .menu-logo {
  margin-right: auto;
}
.cid-tYvyUc8jiE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tYvyUc8jiE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tYvyUc8jiE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tYvyUc8jiE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tYvyUc8jiE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tYvyUc8jiE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tYvyUc8jiE .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tYvyUc8jiE .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tYvyUc8jiE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tYvyUc8jiE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tYvyUc8jiE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tYvyUc8jiE .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tYvyUc8jiE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tYvyUc8jiE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYvyUc8jiE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tYvyUc8jiE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYvyUc8jiE .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tYvyUc8jiE .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tYvyUc8jiE .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tYvyUc8jiE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tYvyUc8jiE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tYvyUc8jiE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tYvyUc8jiE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tYvyUc8jiE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tYvyUc8jiE button.navbar-toggler:focus {
  outline: none;
}
.cid-tYvyUc8jiE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tYvyUc8jiE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYvyUc8jiE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYvyUc8jiE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYvyUc8jiE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYvyUc8jiE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYvyUc8jiE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYvyUc8jiE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYvyUc8jiE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYvyUc8jiE .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tYvyUc8jiE .collapsed .btn {
  display: -webkit-flex;
}
.cid-tYvyUc8jiE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tYvyUc8jiE .collapsed .navbar-collapse.collapsing,
.cid-tYvyUc8jiE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tYvyUc8jiE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tYvyUc8jiE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tYvyUc8jiE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tYvyUc8jiE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tYvyUc8jiE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tYvyUc8jiE .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tYvyUc8jiE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tYvyUc8jiE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tYvyUc8jiE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tYvyUc8jiE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tYvyUc8jiE .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tYvyUc8jiE .collapsed button.navbar-toggler {
  display: block;
}
.cid-tYvyUc8jiE .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tYvyUc8jiE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tYvyUc8jiE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tYvyUc8jiE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tYvyUc8jiE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tYvyUc8jiE .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tYvyUc8jiE.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tYvyUc8jiE img {
    height: 3.8rem !important;
  }
  .cid-tYvyUc8jiE .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tYvyUc8jiE .menu-wrap {
    flex-direction: column;
  }
  .cid-tYvyUc8jiE .btn {
    display: -webkit-flex;
  }
  .cid-tYvyUc8jiE button.navbar-toggler {
    display: block;
  }
  .cid-tYvyUc8jiE .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tYvyUc8jiE .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tYvyUc8jiE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tYvyUc8jiE .navbar-collapse.collapsing,
  .cid-tYvyUc8jiE .navbar-collapse.show {
    display: block !important;
  }
  .cid-tYvyUc8jiE .navbar-collapse.collapsing .navbar-nav,
  .cid-tYvyUc8jiE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tYvyUc8jiE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tYvyUc8jiE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tYvyUc8jiE .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tYvyUc8jiE .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tYvyUc8jiE .navbar-collapse.collapsing .navbar-buttons,
  .cid-tYvyUc8jiE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tYvyUc8jiE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tYvyUc8jiE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tYvyUc8jiE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tYvyUc8jiE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tYvyUc8jiE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tYvyUc8jiE .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tYvyUc8jiE .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tYvyUc8jiE .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tYvyUc8jiE .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tYvyUc8jiE .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tYvyUc8jiE .nav-link:hover,
.cid-tYvyUc8jiE .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-tYvyUcQRrk {
  padding-top: 135px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-tYvyUcQRrk h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tYvyUcQRrk h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tYvyUcQRrk .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-tYvyUcQRrk h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-tYvyUcQRrk h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-tYvyUcQRrk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYvyUcQRrk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYvyUd7UiX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tYvyUd7UiX h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tYvyUd7UiX h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tYvyUd7UiX h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tYvyUd7UiX .mbr-text,
.cid-tYvyUd7UiX .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-tYvyUd7UiX h3:before,
  .cid-tYvyUd7UiX h3:after {
    display: none;
  }
}
.cid-tYvyUd7UiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYvyUd7UiX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYwcwPEeaG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tYwcwPEeaG p {
  text-align: center;
}
.cid-tYwcwPEeaG .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tYwcwPEeaG .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tYwcwPEeaG .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tYwcwPEeaG .logo-footer {
  line-height: normal;
}
.cid-tYwcwPEeaG .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tYwcwPEeaG .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tYwcwPEeaG .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tYwcwPEeaG li {
  overflow: hidden;
}
.cid-tYwcwPEeaG .icon-transition span {
  display: block;
}
.cid-tYwcwPEeaG .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tYwcwPEeaG .list-inline-item a {
  display: block;
}
.cid-tYwcwPEeaG .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tYwcwPEeaG .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYwcwPEeaG .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tYwcwPEeaG .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tYwcwPEeaG .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tYwcwPEeaG .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tYwcwPEeaG .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tYwcwPEeaG .logo-footer {
    text-align: center;
  }
  .cid-tYwcwPEeaG .social-media {
    justify-content: center;
  }
}
.cid-tYwcwPEeaG .list-inline-item,
.cid-tYwcwPEeaG .mbr-list,
.cid-tYwcwPEeaG .first-column {
  color: #ffffff;
}
.cid-u0dFSJp3tE .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-u0dFSJp3tE .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-u0dFSJp3tE a {
  font-style: normal;
}
.cid-u0dFSJp3tE .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-u0dFSJp3tE .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-u0dFSJp3tE .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-u0dFSJp3tE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-u0dFSJp3tE .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-u0dFSJp3tE .nav-item:focus,
.cid-u0dFSJp3tE .nav-link:focus {
  outline: none;
}
.cid-u0dFSJp3tE .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u0dFSJp3tE .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u0dFSJp3tE .menu-logo {
  margin-right: auto;
}
.cid-u0dFSJp3tE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u0dFSJp3tE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-u0dFSJp3tE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-u0dFSJp3tE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u0dFSJp3tE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u0dFSJp3tE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u0dFSJp3tE .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-u0dFSJp3tE .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-u0dFSJp3tE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-u0dFSJp3tE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u0dFSJp3tE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u0dFSJp3tE .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-u0dFSJp3tE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-u0dFSJp3tE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0dFSJp3tE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u0dFSJp3tE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0dFSJp3tE .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-u0dFSJp3tE .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-u0dFSJp3tE .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-u0dFSJp3tE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u0dFSJp3tE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u0dFSJp3tE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u0dFSJp3tE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u0dFSJp3tE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-u0dFSJp3tE button.navbar-toggler:focus {
  outline: none;
}
.cid-u0dFSJp3tE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0dFSJp3tE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u0dFSJp3tE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u0dFSJp3tE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u0dFSJp3tE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u0dFSJp3tE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0dFSJp3tE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u0dFSJp3tE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u0dFSJp3tE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0dFSJp3tE .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u0dFSJp3tE .collapsed .btn {
  display: -webkit-flex;
}
.cid-u0dFSJp3tE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u0dFSJp3tE .collapsed .navbar-collapse.collapsing,
.cid-u0dFSJp3tE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u0dFSJp3tE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u0dFSJp3tE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u0dFSJp3tE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u0dFSJp3tE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u0dFSJp3tE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u0dFSJp3tE .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u0dFSJp3tE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u0dFSJp3tE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-u0dFSJp3tE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u0dFSJp3tE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u0dFSJp3tE .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u0dFSJp3tE .collapsed button.navbar-toggler {
  display: block;
}
.cid-u0dFSJp3tE .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-u0dFSJp3tE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u0dFSJp3tE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-u0dFSJp3tE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u0dFSJp3tE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u0dFSJp3tE .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-u0dFSJp3tE.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u0dFSJp3tE img {
    height: 3.8rem !important;
  }
  .cid-u0dFSJp3tE .icon-wrap {
    margin-top: 1rem;
  }
  .cid-u0dFSJp3tE .menu-wrap {
    flex-direction: column;
  }
  .cid-u0dFSJp3tE .btn {
    display: -webkit-flex;
  }
  .cid-u0dFSJp3tE button.navbar-toggler {
    display: block;
  }
  .cid-u0dFSJp3tE .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-u0dFSJp3tE .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u0dFSJp3tE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u0dFSJp3tE .navbar-collapse.collapsing,
  .cid-u0dFSJp3tE .navbar-collapse.show {
    display: block !important;
  }
  .cid-u0dFSJp3tE .navbar-collapse.collapsing .navbar-nav,
  .cid-u0dFSJp3tE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u0dFSJp3tE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u0dFSJp3tE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u0dFSJp3tE .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u0dFSJp3tE .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u0dFSJp3tE .navbar-collapse.collapsing .navbar-buttons,
  .cid-u0dFSJp3tE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-u0dFSJp3tE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u0dFSJp3tE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u0dFSJp3tE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-u0dFSJp3tE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u0dFSJp3tE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u0dFSJp3tE .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-u0dFSJp3tE .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-u0dFSJp3tE .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-u0dFSJp3tE .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-u0dFSJp3tE .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-u0dFSJp3tE .nav-link:hover,
.cid-u0dFSJp3tE .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-u0dFSKdMxg {
  padding-top: 135px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-u0dFSKdMxg h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u0dFSKdMxg h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u0dFSKdMxg .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-u0dFSKdMxg h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-u0dFSKdMxg h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-u0dFSKdMxg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dFSKdMxg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dGfDyVBJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u0dGfDyVBJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u0dGfDyVBJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u0dGfDyVBJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u0dGfDyVBJ .mbr-gallery-item {
  width: 33.3%;
}
.cid-u0dGfDyVBJ .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-u0dGfDyVBJ .mbr-gallery-item {
    width: 100%;
  }
}
.cid-u0dGfDyVBJ .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-u0dGfDyVBJ .mbr-gallery-row {
  justify-content: center;
}
.cid-u0dGfDyVBJ .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-u0dGfDyVBJ .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-u0dGfDyVBJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u0dGfDyVBJ .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u0dGfDyVBJ .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-u0dGfDyVBJ .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-u0dGfDyVBJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u0dGfDyVBJ .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-u0dGfDyVBJ img {
  transition: all 2s !important;
}
.cid-u0dGfDyVBJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #000000) !important;
}
.cid-u0dGfDyVBJ .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-u0dGfDyVBJ .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #000000) !important;
}
.cid-u0dFSLN1Ah {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u0dFSLN1Ah p {
  text-align: center;
}
.cid-u0dFSLN1Ah .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-u0dFSLN1Ah .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-u0dFSLN1Ah .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-u0dFSLN1Ah .logo-footer {
  line-height: normal;
}
.cid-u0dFSLN1Ah .copyright .list-inline {
  margin-bottom: 0;
}
.cid-u0dFSLN1Ah .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-u0dFSLN1Ah .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-u0dFSLN1Ah li {
  overflow: hidden;
}
.cid-u0dFSLN1Ah .icon-transition span {
  display: block;
}
.cid-u0dFSLN1Ah .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-u0dFSLN1Ah .list-inline-item a {
  display: block;
}
.cid-u0dFSLN1Ah .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-u0dFSLN1Ah .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0dFSLN1Ah .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-u0dFSLN1Ah .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-u0dFSLN1Ah .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-u0dFSLN1Ah .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-u0dFSLN1Ah .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-u0dFSLN1Ah .logo-footer {
    text-align: center;
  }
  .cid-u0dFSLN1Ah .social-media {
    justify-content: center;
  }
}
.cid-u0dFSLN1Ah .list-inline-item,
.cid-u0dFSLN1Ah .mbr-list,
.cid-u0dFSLN1Ah .first-column {
  color: #ffffff;
}
#custom-html-1d {
  /* Type valid CSS here */
}
.cid-uzXhbcyG4l .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uzXhbcyG4l .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uzXhbcyG4l a {
  font-style: normal;
}
.cid-uzXhbcyG4l .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uzXhbcyG4l .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-uzXhbcyG4l .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uzXhbcyG4l .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uzXhbcyG4l .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uzXhbcyG4l .nav-item:focus,
.cid-uzXhbcyG4l .nav-link:focus {
  outline: none;
}
.cid-uzXhbcyG4l .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uzXhbcyG4l .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uzXhbcyG4l .menu-logo {
  margin-right: auto;
}
.cid-uzXhbcyG4l .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uzXhbcyG4l .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uzXhbcyG4l .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uzXhbcyG4l .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uzXhbcyG4l .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uzXhbcyG4l .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uzXhbcyG4l .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uzXhbcyG4l .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uzXhbcyG4l .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uzXhbcyG4l .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzXhbcyG4l .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uzXhbcyG4l .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uzXhbcyG4l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uzXhbcyG4l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzXhbcyG4l .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uzXhbcyG4l .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzXhbcyG4l .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uzXhbcyG4l .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uzXhbcyG4l .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uzXhbcyG4l .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uzXhbcyG4l .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uzXhbcyG4l .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uzXhbcyG4l .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uzXhbcyG4l button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uzXhbcyG4l button.navbar-toggler:focus {
  outline: none;
}
.cid-uzXhbcyG4l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzXhbcyG4l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uzXhbcyG4l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uzXhbcyG4l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uzXhbcyG4l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uzXhbcyG4l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uzXhbcyG4l nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uzXhbcyG4l nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uzXhbcyG4l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uzXhbcyG4l .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uzXhbcyG4l .collapsed .btn {
  display: -webkit-flex;
}
.cid-uzXhbcyG4l .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uzXhbcyG4l .collapsed .navbar-collapse.collapsing,
.cid-uzXhbcyG4l .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uzXhbcyG4l .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uzXhbcyG4l .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uzXhbcyG4l .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uzXhbcyG4l .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uzXhbcyG4l .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uzXhbcyG4l .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uzXhbcyG4l .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uzXhbcyG4l .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uzXhbcyG4l .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uzXhbcyG4l .collapsed button.navbar-toggler {
  display: block;
}
.cid-uzXhbcyG4l .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uzXhbcyG4l .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uzXhbcyG4l .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uzXhbcyG4l .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uzXhbcyG4l .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uzXhbcyG4l .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uzXhbcyG4l.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uzXhbcyG4l img {
    height: 3.8rem !important;
  }
  .cid-uzXhbcyG4l .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uzXhbcyG4l .menu-wrap {
    flex-direction: column;
  }
  .cid-uzXhbcyG4l .btn {
    display: -webkit-flex;
  }
  .cid-uzXhbcyG4l button.navbar-toggler {
    display: block;
  }
  .cid-uzXhbcyG4l .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uzXhbcyG4l .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uzXhbcyG4l .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uzXhbcyG4l .navbar-collapse.collapsing,
  .cid-uzXhbcyG4l .navbar-collapse.show {
    display: block !important;
  }
  .cid-uzXhbcyG4l .navbar-collapse.collapsing .navbar-nav,
  .cid-uzXhbcyG4l .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uzXhbcyG4l .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uzXhbcyG4l .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uzXhbcyG4l .navbar-collapse.collapsing .navbar-buttons,
  .cid-uzXhbcyG4l .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uzXhbcyG4l .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uzXhbcyG4l .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uzXhbcyG4l .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uzXhbcyG4l .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uzXhbcyG4l .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uzXhbcyG4l .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uzXhbcyG4l .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uzXhbcyG4l .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uzXhbcyG4l .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uzXhbcyG4l .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uzXhbcyG4l .nav-link:hover,
.cid-uzXhbcyG4l .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uzXhbdliqh {
  padding-top: 135px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-uzXhbdliqh h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uzXhbdliqh h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uzXhbdliqh .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uzXhbdliqh h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uzXhbdliqh h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uzXhbdliqh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzXhbdliqh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzXhbe101O {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uzXhbe101O h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uzXhbe101O h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uzXhbe101O h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uzXhbe101O .mbr-text,
.cid-uzXhbe101O .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uzXhbe101O h3:before,
  .cid-uzXhbe101O h3:after {
    display: none;
  }
}
.cid-uzXhbe101O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzXhbe101O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzXhbeFanv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uzXhbeFanv .mbr-text {
    text-align: center;
  }
}
.cid-uzXhbeFanv .container-fluid {
  padding: 0;
}
.cid-uzXhbeFanv .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uzXhbeFanv img {
  height: 100%;
  object-fit: cover;
}
.cid-uzXhbeFanv .mbr-figure {
  height: 100%;
}
.cid-uzXhbeFanv .col-lg-7 {
  padding: 0;
}
.cid-uzXhbeFanv .row {
  margin: 0;
}
.cid-uzXhbeFanv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzXhbeFanv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzXhbf0gTS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uzXhbf0gTS p {
  text-align: center;
}
.cid-uzXhbf0gTS .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-uzXhbf0gTS .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-uzXhbf0gTS .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-uzXhbf0gTS .logo-footer {
  line-height: normal;
}
.cid-uzXhbf0gTS .copyright .list-inline {
  margin-bottom: 0;
}
.cid-uzXhbf0gTS .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-uzXhbf0gTS .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-uzXhbf0gTS li {
  overflow: hidden;
}
.cid-uzXhbf0gTS .icon-transition span {
  display: block;
}
.cid-uzXhbf0gTS .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-uzXhbf0gTS .list-inline-item a {
  display: block;
}
.cid-uzXhbf0gTS .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uzXhbf0gTS .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzXhbf0gTS .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-uzXhbf0gTS .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-uzXhbf0gTS .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-uzXhbf0gTS .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uzXhbf0gTS .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-uzXhbf0gTS .logo-footer {
    text-align: center;
  }
  .cid-uzXhbf0gTS .social-media {
    justify-content: center;
  }
}
.cid-uzXhbf0gTS .list-inline-item,
.cid-uzXhbf0gTS .mbr-list,
.cid-uzXhbf0gTS .first-column {
  color: #ffffff;
}
#custom-html-1s {
  /* Type valid CSS here */
}
.cid-uzXhbfmtKK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzXhbfmtKK .fb-page,
.cid-uzXhbfmtKK span,
.cid-uzXhbfmtKK iframe {
  width: 500px;
  height: 620px;
}
.cid-uzXhbfmtKK blockquote {
  display: none;
}
.cid-uzXhbfmtKK .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
