body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Montserrat-Light';
  font-size: 4.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Montserrat-Light';
  font-size: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-4 {
  font-family: 'Montserrat-Light';
  font-size: 0.75rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Montserrat-Light';
  font-size: 2.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 4rem;
}
.display-7 {
  font-family: 'Montserrat-Light';
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #f2055c !important;
}
.bg-success {
  background-color: #f2055c !important;
}
.bg-info {
  background-color: #9cbf1f !important;
}
.bg-warning {
  background-color: #f2055c !important;
}
.bg-danger {
  background-color: #f2055c !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #f2055c !important;
  border-color: #f2055c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #a70340 !important;
  border-color: #a70340 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a70340 !important;
  border-color: #a70340 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #9cbf1f !important;
  border-color: #9cbf1f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #667d14 !important;
  border-color: #667d14 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #667d14 !important;
  border-color: #667d14 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #9cbf1f !important;
  border-color: #9cbf1f !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #667d14 !important;
  border-color: #667d14 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #667d14 !important;
  border-color: #667d14 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #f2055c !important;
  border-color: #f2055c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #a70340 !important;
  border-color: #a70340 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a70340 !important;
  border-color: #a70340 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #f2055c !important;
  border-color: #f2055c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a70340 !important;
  border-color: #a70340 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a70340 !important;
  border-color: #a70340 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #f2055c !important;
  border-color: #f2055c !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #a70340 !important;
  border-color: #a70340 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a70340 !important;
  border-color: #a70340 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #8e0336 !important;
  color: #8e0336 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #f2055c !important;
  border-color: #f2055c !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f2055c !important;
  border-color: #f2055c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #546711 !important;
  color: #546711 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #9cbf1f !important;
  border-color: #9cbf1f !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #9cbf1f !important;
  border-color: #9cbf1f !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #546711 !important;
  color: #546711 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #9cbf1f !important;
  border-color: #9cbf1f !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9cbf1f !important;
  border-color: #9cbf1f !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #8e0336 !important;
  color: #8e0336 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #f2055c !important;
  border-color: #f2055c !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f2055c !important;
  border-color: #f2055c !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #8e0336 !important;
  color: #8e0336 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #f2055c !important;
  border-color: #f2055c !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f2055c !important;
  border-color: #f2055c !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #8e0336 !important;
  color: #8e0336 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #f2055c !important;
  border-color: #f2055c !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f2055c !important;
  border-color: #f2055c !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #f2055c !important;
}
.text-secondary {
  color: #9cbf1f !important;
}
.text-success {
  color: #f2055c !important;
}
.text-info {
  color: #9cbf1f !important;
}
.text-warning {
  color: #f2055c !important;
}
.text-danger {
  color: #f2055c !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #8e0336 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #546711 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #8e0336 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #546711 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e0336 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #8e0336 !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: #9cbf1f;
}
.alert-warning {
  background-color: #f2055c;
}
.alert-danger {
  background-color: #f2055c;
}
.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: #f2055c;
  border-color: #f2055c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f2055c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fec5da;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fec5da;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cfe975;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fec5da;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fec5da;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Montserrat-Light';
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #f2055c;
}
/* 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: #f2055c;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #f2055c;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f2055c;
  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: #f2055c;
  border-bottom-color: #f2055c;
}
.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: #f2055c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #9cbf1f !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: 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='%23f2055c' %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-suXnNs5FKG .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-suXnNs5FKG .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-suXnNs5FKG a {
  font-style: normal;
}
.cid-suXnNs5FKG .navbar-buttons {
  flex-wrap: wrap;
}
.cid-suXnNs5FKG .show {
  overflow: visible;
}
.cid-suXnNs5FKG .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-suXnNs5FKG .dropdown-item:active {
  background-color: transparent;
}
.cid-suXnNs5FKG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-suXnNs5FKG .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-suXnNs5FKG .nav-item:focus,
.cid-suXnNs5FKG .nav-link:focus {
  outline: none;
}
.cid-suXnNs5FKG .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-suXnNs5FKG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-suXnNs5FKG .menu-logo {
  margin-right: auto;
}
.cid-suXnNs5FKG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suXnNs5FKG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-suXnNs5FKG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suXnNs5FKG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-suXnNs5FKG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-suXnNs5FKG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-suXnNs5FKG .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-suXnNs5FKG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-suXnNs5FKG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-suXnNs5FKG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suXnNs5FKG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suXnNs5FKG .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-suXnNs5FKG .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-suXnNs5FKG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-suXnNs5FKG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suXnNs5FKG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suXnNs5FKG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suXnNs5FKG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-suXnNs5FKG .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-suXnNs5FKG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-suXnNs5FKG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-suXnNs5FKG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suXnNs5FKG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-suXnNs5FKG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-suXnNs5FKG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-suXnNs5FKG button.navbar-toggler:focus {
  outline: none;
}
.cid-suXnNs5FKG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-suXnNs5FKG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suXnNs5FKG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suXnNs5FKG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suXnNs5FKG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suXnNs5FKG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suXnNs5FKG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suXnNs5FKG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suXnNs5FKG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-suXnNs5FKG .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-suXnNs5FKG .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-suXnNs5FKG .collapsed .btn {
  display: -webkit-flex;
}
.cid-suXnNs5FKG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suXnNs5FKG .collapsed .navbar-collapse.collapsing,
.cid-suXnNs5FKG .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-suXnNs5FKG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suXnNs5FKG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suXnNs5FKG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suXnNs5FKG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suXnNs5FKG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suXnNs5FKG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-suXnNs5FKG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suXnNs5FKG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-suXnNs5FKG .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 85vh;
  }
}
.cid-suXnNs5FKG .collapsed button.navbar-toggler {
  display: block;
}
.cid-suXnNs5FKG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-suXnNs5FKG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-suXnNs5FKG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-suXnNs5FKG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suXnNs5FKG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suXnNs5FKG .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-suXnNs5FKG.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-suXnNs5FKG img {
    height: 3.8rem !important;
  }
  .cid-suXnNs5FKG .btn {
    display: -webkit-flex;
  }
  .cid-suXnNs5FKG button.navbar-toggler {
    display: block;
  }
  .cid-suXnNs5FKG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-suXnNs5FKG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-suXnNs5FKG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suXnNs5FKG .navbar-collapse.collapsing,
  .cid-suXnNs5FKG .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-suXnNs5FKG .navbar-collapse.collapsing .navbar-nav,
  .cid-suXnNs5FKG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suXnNs5FKG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suXnNs5FKG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-suXnNs5FKG .navbar-collapse.collapsing .navbar-buttons,
  .cid-suXnNs5FKG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-suXnNs5FKG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suXnNs5FKG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suXnNs5FKG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-suXnNs5FKG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suXnNs5FKG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suXnNs5FKG .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-suXnNs5FKG .nav-link {
    justify-content: start !important;
  }
  .cid-suXnNs5FKG .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-suXnNs5FKG .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-suXnNs5FKG .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-suXnNs5FKG .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-suXnNs5FKG .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-suXnNs5FKG .nav-link:hover,
.cid-suXnNs5FKG .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-suXnNs5FKG .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-suXnNs5FKG .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-tRW3xob0Bs {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mbr-1920x1138.jpg");
}
.cid-tRW3xob0Bs .mbr-section-subtitle {
  font-family: 'Montserrat-Light';
  font-weight: 900;
  background-color: #bcdf3c;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-tRW3xob0Bs .mbr-text {
  margin-bottom: 1.3rem;
}
.cid-tRW3xob0Bs .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tRW3xob0Bs .svg-1 path {
  fill: #ffffff;
}
.cid-tRW3xob0Bs .container-fluid {
  max-width: 1200px;
}
.cid-tRW3xob0Bs .mbr-arrow {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-tRW3xob0Bs {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .cid-tRW3xob0Bs .container-fluid {
    padding: 0 1rem;
  }
  .cid-tRW3xob0Bs .mbr-text {
    color: #343549;
  }
}
@media (min-width: 768px) {
  .cid-tRW3xob0Bs .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-tRW3xob0Bs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRW3xob0Bs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRW3xob0Bs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tRW3xob0Bs .mbr-text,
.cid-tRW3xob0Bs .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-suXdAw3Z16 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-suXdAw3Z16 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-suXdAw3Z16 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-suXdAw3Z16 .title {
    width: 100% !important;
  }
}
.cid-suXdAw3Z16 .mbr-section-subtitle,
.cid-suXdAw3Z16 .underline {
  color: #000000;
}
.cid-suXdAw3Z16 .mbr-text,
.cid-suXdAw3Z16 .mbr-section-btn {
  color: #f2055c;
}
.cid-tfBjlbZm4v {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tfBjlbZm4v .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tfBjlbZm4v .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tfBjlbZm4v .title {
    width: 100% !important;
  }
}
.cid-tfBjlbZm4v .mbr-text,
.cid-tfBjlbZm4v .mbr-section-btn {
  color: #000000;
}
.cid-tRVVgqKdW2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3f855b;
}
.cid-tRVVgqKdW2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRVVgqKdW2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRVVgqKdW2 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tRVVgqKdW2 .container-fluid {
    padding: 0 12px;
  }
}
.cid-tRVVgqKdW2 .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 64px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tRVVgqKdW2 .row {
    padding: 48px 20px;
  }
}
.cid-tRVVgqKdW2 .row:before {
  content: '';
  position: absolute;
  top: 8rem;
  width: 200vh;
  height: 300px;
  display: block;
  background-color: transparent;
  border: 5px solid #9cbf1f;
  border-radius: 100%;
}
.cid-tRVVgqKdW2 .card {
  border-right: 0;
  transform: rotate(17deg);
}
@media (max-width: 992px) {
  .cid-tRVVgqKdW2 .card {
    margin: 0 !important;
  }
}
.cid-tRVVgqKdW2 .card:nth-child(2) {
  transform: rotate(347deg);
  margin-top: 5rem;
}
.cid-tRVVgqKdW2 .card:last-child {
  transform: rotate(1deg);
  margin-left: -3rem;
  margin-top: -2.5rem;
}
.cid-tRVVgqKdW2 .card .image-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tRVVgqKdW2 .card .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tRVVgqKdW2 .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-tRVVgqKdW2 .card .image-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tRVVgqKdW2 .mbr-text {
  color: #07553B;
}
.cid-tRVWudQUPr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRVWudQUPr .mbr-overlay {
  z-index: 1;
}
.cid-tRVWudQUPr img {
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-tRVWudQUPr .carousel {
    min-height: 500px;
  }
  .cid-tRVWudQUPr .carousel img {
    max-height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tRVWudQUPr .carousel {
    min-height: 325px;
  }
  .cid-tRVWudQUPr .carousel img {
    max-height: 325px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-tRVWudQUPr .carousel {
    min-height: 275px;
  }
  .cid-tRVWudQUPr .carousel img {
    max-height: 275px;
    object-fit: cover;
  }
  .cid-tRVWudQUPr .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tRVWudQUPr .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tRVWudQUPr .carousel,
.cid-tRVWudQUPr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRVWudQUPr .item-wrapper {
  width: 100%;
}
.cid-tRVWudQUPr .carousel-caption {
  bottom: 40px;
}
.cid-tRVWudQUPr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tRVWudQUPr .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tRVWudQUPr .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tRVWudQUPr .container .carousel-indicators {
  margin-bottom: 2rem;
}
.cid-tRVWudQUPr .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1f1437;
  opacity: 1;
  top: 50%;
}
.cid-tRVWudQUPr .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-tRVWudQUPr .carousel-control:hover {
  background-color: #33d5ad;
}
.cid-tRVWudQUPr .carousel-control-prev {
  left: 20px;
}
.cid-tRVWudQUPr .carousel-control-next {
  right: 20px;
}
.cid-tRVWudQUPr .carousel-indicators .active,
.cid-tRVWudQUPr .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #1f1437;
  opacity: 1;
}
.cid-tRVWudQUPr .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-tRVWudQUPr .overlay-slide {
  z-index: 2;
}
.cid-sA1yYQxg9J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-sA1yYQxg9J img {
  border-radius: 0px;
}
.cid-sA1yYQxg9J .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sA1yYQxg9J .date {
  text-transform: uppercase;
  color: #f2055c;
  text-align: left;
  padding-top: 1rem;
}
.cid-sA1yYQxg9J .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sA1yYQxg9J .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sA1yYQxg9J .right {
  display: flex;
  flex-direction: column;
}
.cid-sA1yYQxg9J .mbr-section-btn {
  border: 2px solid #f2055c;
  width: auto;
}
.cid-sA1yYQxg9J .mbr-section-btn:hover {
  background-color: #f2055c;
  border: 2px solid #f2055c;
}
.cid-sA1yYQxg9J .card-heading {
  padding-top: 0;
  text-align: center;
  color: #000000;
}
.cid-sA1yYQxg9J .mbr-text {
  padding-top: 10px;
  text-align: center;
  color: #000000;
}
.cid-sBbBP8eqCV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sBbBP8eqCV .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sBbBP8eqCV .row-element,
.cid-sBbBP8eqCV .image-element {
  padding: 0;
}
.cid-sBbBP8eqCV .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBbBP8eqCV .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sBbBP8eqCV .text-content {
  padding: 3rem;
}
.cid-sBbBP8eqCV .mbr-section-subtitle {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sBbBP8eqCV .text-content {
    padding: 2rem 1rem;
  }
  .cid-sBbBP8eqCV .mbr-title,
  .cid-sBbBP8eqCV .underline,
  .cid-sBbBP8eqCV .mbr-text,
  .cid-sBbBP8eqCV .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sBbBP8eqCV .mbr-text,
.cid-sBbBP8eqCV .mbr-section-btn {
  color: #000000;
}
.cid-sAXLzcEW5E {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/paragliding-5196389-1920-1920x1280.jpg");
}
.cid-sAXLzcEW5E .list-group-item {
  padding: 0.5rem 3.25rem;
}
.cid-sAXLzcEW5E h4 {
  margin: 0;
}
.cid-sAXLzcEW5E .btn-text {
  margin: 0.3rem;
  margin-bottom: 2rem;
  padding: 0.6rem 2rem !important;
}
.cid-sAXLzcEW5E .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f9b03e;
  transition: background 0.3s;
  margin-bottom: 1.5rem;
}
.cid-sAXLzcEW5E .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-sAXLzcEW5E .plan-body {
  padding-bottom: 2rem;
}
.cid-sAXLzcEW5E .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sAXLzcEW5E .line1 {
  background: #ed4266;
}
.cid-sAXLzcEW5E .line2 {
  background: #255085;
}
.cid-sAXLzcEW5E .plan-wrapper {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sAXLzcEW5E .plan {
  word-break: break-word;
  position: relative;
}
.cid-sAXLzcEW5E .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-sAXLzcEW5E .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: '';
  background-color: #eaeaea;
}
.cid-sAXLzcEW5E .plan .list-group-item:last-child::after {
  display: none;
}
.cid-sAXLzcEW5E .plan-header,
.cid-sAXLzcEW5E .plan-body {
  background-color: #fff;
}
.cid-sAXLzcEW5E .price-figure {
  font-weight: 700;
}
.cid-sAXLzcEW5E .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 767px) {
  .cid-sAXLzcEW5E .md-pb {
    margin-bottom: 2rem;
  }
  .cid-sAXLzcEW5E .price-figure {
    font-size: 3rem;
  }
}
.cid-sAXLzcEW5E .color1 {
  color: #000000;
}
.cid-sAXLzcEW5E .color2 {
  color: #9cbf1f;
}
.cid-sAXLzcEW5E LI {
  color: #767676;
}
.cid-sAXLzcEW5E .price-term {
  color: #000000;
}
.cid-sAXLzcEW5E .mbr-text,
.cid-sAXLzcEW5E .mbr-section-btn {
  color: #ebeced;
}
.cid-sAXLzcEW5E UL {
  color: #000000;
}
.cid-sAXLzcEW5E .plan-title {
  color: #000000;
}
.cid-tfBk0WYJiV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfBk0WYJiV .mbr-text {
  color: #ffffff;
}
.cid-suXnNs5FKG .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-suXnNs5FKG .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-suXnNs5FKG a {
  font-style: normal;
}
.cid-suXnNs5FKG .navbar-buttons {
  flex-wrap: wrap;
}
.cid-suXnNs5FKG .show {
  overflow: visible;
}
.cid-suXnNs5FKG .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-suXnNs5FKG .dropdown-item:active {
  background-color: transparent;
}
.cid-suXnNs5FKG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-suXnNs5FKG .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-suXnNs5FKG .nav-item:focus,
.cid-suXnNs5FKG .nav-link:focus {
  outline: none;
}
.cid-suXnNs5FKG .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-suXnNs5FKG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-suXnNs5FKG .menu-logo {
  margin-right: auto;
}
.cid-suXnNs5FKG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suXnNs5FKG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-suXnNs5FKG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suXnNs5FKG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-suXnNs5FKG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-suXnNs5FKG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-suXnNs5FKG .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-suXnNs5FKG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-suXnNs5FKG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-suXnNs5FKG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suXnNs5FKG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suXnNs5FKG .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-suXnNs5FKG .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-suXnNs5FKG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-suXnNs5FKG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suXnNs5FKG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suXnNs5FKG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suXnNs5FKG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-suXnNs5FKG .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-suXnNs5FKG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-suXnNs5FKG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-suXnNs5FKG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suXnNs5FKG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-suXnNs5FKG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-suXnNs5FKG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-suXnNs5FKG button.navbar-toggler:focus {
  outline: none;
}
.cid-suXnNs5FKG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-suXnNs5FKG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suXnNs5FKG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suXnNs5FKG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suXnNs5FKG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suXnNs5FKG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suXnNs5FKG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suXnNs5FKG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suXnNs5FKG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-suXnNs5FKG .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-suXnNs5FKG .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-suXnNs5FKG .collapsed .btn {
  display: -webkit-flex;
}
.cid-suXnNs5FKG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suXnNs5FKG .collapsed .navbar-collapse.collapsing,
.cid-suXnNs5FKG .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-suXnNs5FKG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suXnNs5FKG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suXnNs5FKG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suXnNs5FKG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suXnNs5FKG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suXnNs5FKG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-suXnNs5FKG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suXnNs5FKG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-suXnNs5FKG .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 85vh;
  }
}
.cid-suXnNs5FKG .collapsed button.navbar-toggler {
  display: block;
}
.cid-suXnNs5FKG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-suXnNs5FKG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-suXnNs5FKG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-suXnNs5FKG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suXnNs5FKG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suXnNs5FKG .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-suXnNs5FKG.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-suXnNs5FKG img {
    height: 3.8rem !important;
  }
  .cid-suXnNs5FKG .btn {
    display: -webkit-flex;
  }
  .cid-suXnNs5FKG button.navbar-toggler {
    display: block;
  }
  .cid-suXnNs5FKG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-suXnNs5FKG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-suXnNs5FKG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suXnNs5FKG .navbar-collapse.collapsing,
  .cid-suXnNs5FKG .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-suXnNs5FKG .navbar-collapse.collapsing .navbar-nav,
  .cid-suXnNs5FKG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suXnNs5FKG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suXnNs5FKG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-suXnNs5FKG .navbar-collapse.collapsing .navbar-buttons,
  .cid-suXnNs5FKG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-suXnNs5FKG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suXnNs5FKG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suXnNs5FKG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-suXnNs5FKG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suXnNs5FKG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suXnNs5FKG .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-suXnNs5FKG .nav-link {
    justify-content: start !important;
  }
  .cid-suXnNs5FKG .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-suXnNs5FKG .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-suXnNs5FKG .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-suXnNs5FKG .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-suXnNs5FKG .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-suXnNs5FKG .nav-link:hover,
.cid-suXnNs5FKG .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-suXnNs5FKG .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-suXnNs5FKG .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sACEFMAbrE {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1138.jpg");
}
.cid-sACEFMAbrE .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-sACEFMAbrE .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sACEFMAbrE .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sACEFMAbrE .mbr-section-title {
  text-align: center;
}
.cid-sACEFMAbrE .mbr-text,
.cid-sACEFMAbrE .mbr-section-btn {
  text-align: center;
}
.cid-sACFkQwhNd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sACFkQwhNd .showAlerts {
  display: block !important;
}
.cid-sACFkQwhNd .rowflexrev {
  display: -webkit-flex;
}
.cid-sACFkQwhNd .ws-form-alerts {
  margin-top: 1rem;
}
.cid-sACFkQwhNd .title {
  margin-bottom: 2rem;
}
.cid-sACFkQwhNd .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sACFkQwhNd textarea.form-control {
  min-height: 188px;
}
.cid-sACFkQwhNd LABEL {
  color: #232323;
}
.cid-sACFkQwhNd .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sACFkQwhNd .mbr-section-labels {
  color: #000000;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sACFkQwhNd .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sACFkQwhNd .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sACFkQwhNd .alert {
  margin-bottom: 0;
}
.cid-sACFkQwhNd .alert-success {
  background-color: #70c770;
}
.cid-sACFkQwhNd .alert-danger {
  background-color: #ff4a52;
}
.cid-sACFkQwhNd .btn {
  display: inline-flex;
}
.cid-sACFkQwhNd .hidden {
  display: none;
}
.cid-sACFkQwhNd .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-sACFkQwhNd .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-sACFkQwhNd H2 {
  text-align: left;
}
.cid-suXnNs5FKG .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-suXnNs5FKG .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-suXnNs5FKG a {
  font-style: normal;
}
.cid-suXnNs5FKG .navbar-buttons {
  flex-wrap: wrap;
}
.cid-suXnNs5FKG .show {
  overflow: visible;
}
.cid-suXnNs5FKG .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-suXnNs5FKG .dropdown-item:active {
  background-color: transparent;
}
.cid-suXnNs5FKG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-suXnNs5FKG .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-suXnNs5FKG .nav-item:focus,
.cid-suXnNs5FKG .nav-link:focus {
  outline: none;
}
.cid-suXnNs5FKG .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-suXnNs5FKG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-suXnNs5FKG .menu-logo {
  margin-right: auto;
}
.cid-suXnNs5FKG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suXnNs5FKG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-suXnNs5FKG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suXnNs5FKG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-suXnNs5FKG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-suXnNs5FKG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-suXnNs5FKG .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-suXnNs5FKG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-suXnNs5FKG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-suXnNs5FKG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suXnNs5FKG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suXnNs5FKG .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-suXnNs5FKG .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-suXnNs5FKG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-suXnNs5FKG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suXnNs5FKG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suXnNs5FKG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suXnNs5FKG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-suXnNs5FKG .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-suXnNs5FKG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-suXnNs5FKG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-suXnNs5FKG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suXnNs5FKG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-suXnNs5FKG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-suXnNs5FKG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-suXnNs5FKG button.navbar-toggler:focus {
  outline: none;
}
.cid-suXnNs5FKG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-suXnNs5FKG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suXnNs5FKG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suXnNs5FKG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suXnNs5FKG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suXnNs5FKG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suXnNs5FKG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suXnNs5FKG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suXnNs5FKG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-suXnNs5FKG .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-suXnNs5FKG .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-suXnNs5FKG .collapsed .btn {
  display: -webkit-flex;
}
.cid-suXnNs5FKG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suXnNs5FKG .collapsed .navbar-collapse.collapsing,
.cid-suXnNs5FKG .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-suXnNs5FKG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suXnNs5FKG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suXnNs5FKG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suXnNs5FKG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suXnNs5FKG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suXnNs5FKG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-suXnNs5FKG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suXnNs5FKG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-suXnNs5FKG .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 85vh;
  }
}
.cid-suXnNs5FKG .collapsed button.navbar-toggler {
  display: block;
}
.cid-suXnNs5FKG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-suXnNs5FKG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-suXnNs5FKG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-suXnNs5FKG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suXnNs5FKG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suXnNs5FKG .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-suXnNs5FKG.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-suXnNs5FKG img {
    height: 3.8rem !important;
  }
  .cid-suXnNs5FKG .btn {
    display: -webkit-flex;
  }
  .cid-suXnNs5FKG button.navbar-toggler {
    display: block;
  }
  .cid-suXnNs5FKG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-suXnNs5FKG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-suXnNs5FKG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suXnNs5FKG .navbar-collapse.collapsing,
  .cid-suXnNs5FKG .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-suXnNs5FKG .navbar-collapse.collapsing .navbar-nav,
  .cid-suXnNs5FKG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suXnNs5FKG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suXnNs5FKG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-suXnNs5FKG .navbar-collapse.collapsing .navbar-buttons,
  .cid-suXnNs5FKG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-suXnNs5FKG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suXnNs5FKG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suXnNs5FKG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-suXnNs5FKG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suXnNs5FKG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suXnNs5FKG .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-suXnNs5FKG .nav-link {
    justify-content: start !important;
  }
  .cid-suXnNs5FKG .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-suXnNs5FKG .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-suXnNs5FKG .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-suXnNs5FKG .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-suXnNs5FKG .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-suXnNs5FKG .nav-link:hover,
.cid-suXnNs5FKG .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-suXnNs5FKG .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-suXnNs5FKG .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sAIGA4gDP1 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1138.jpg");
}
.cid-sAIGA4gDP1 .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-sAIGA4gDP1 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sAIGA4gDP1 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sAIGA4gDP1 .mbr-section-title {
  text-align: center;
}
.cid-sAIGA4gDP1 .mbr-text,
.cid-sAIGA4gDP1 .mbr-section-btn {
  text-align: center;
}
.cid-sAIHtLmNoO {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sAIHtLmNoO .mbr-section-subtitle {
  color: #000000;
}
.cid-sAIHtLmNoO .mbr-text {
  color: #000000;
}
.cid-suXnNs5FKG .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-suXnNs5FKG .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-suXnNs5FKG a {
  font-style: normal;
}
.cid-suXnNs5FKG .navbar-buttons {
  flex-wrap: wrap;
}
.cid-suXnNs5FKG .show {
  overflow: visible;
}
.cid-suXnNs5FKG .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-suXnNs5FKG .dropdown-item:active {
  background-color: transparent;
}
.cid-suXnNs5FKG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-suXnNs5FKG .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-suXnNs5FKG .nav-item:focus,
.cid-suXnNs5FKG .nav-link:focus {
  outline: none;
}
.cid-suXnNs5FKG .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-suXnNs5FKG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-suXnNs5FKG .menu-logo {
  margin-right: auto;
}
.cid-suXnNs5FKG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suXnNs5FKG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-suXnNs5FKG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-suXnNs5FKG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-suXnNs5FKG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-suXnNs5FKG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-suXnNs5FKG .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-suXnNs5FKG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-suXnNs5FKG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-suXnNs5FKG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-suXnNs5FKG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-suXnNs5FKG .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-suXnNs5FKG .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-suXnNs5FKG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-suXnNs5FKG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suXnNs5FKG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-suXnNs5FKG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suXnNs5FKG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-suXnNs5FKG .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-suXnNs5FKG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-suXnNs5FKG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-suXnNs5FKG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-suXnNs5FKG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-suXnNs5FKG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-suXnNs5FKG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-suXnNs5FKG button.navbar-toggler:focus {
  outline: none;
}
.cid-suXnNs5FKG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-suXnNs5FKG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suXnNs5FKG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suXnNs5FKG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suXnNs5FKG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suXnNs5FKG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suXnNs5FKG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suXnNs5FKG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suXnNs5FKG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-suXnNs5FKG .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-suXnNs5FKG .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-suXnNs5FKG .collapsed .btn {
  display: -webkit-flex;
}
.cid-suXnNs5FKG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-suXnNs5FKG .collapsed .navbar-collapse.collapsing,
.cid-suXnNs5FKG .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-suXnNs5FKG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-suXnNs5FKG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-suXnNs5FKG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-suXnNs5FKG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-suXnNs5FKG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-suXnNs5FKG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-suXnNs5FKG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-suXnNs5FKG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-suXnNs5FKG .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 85vh;
  }
}
.cid-suXnNs5FKG .collapsed button.navbar-toggler {
  display: block;
}
.cid-suXnNs5FKG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-suXnNs5FKG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-suXnNs5FKG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-suXnNs5FKG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-suXnNs5FKG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-suXnNs5FKG .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-suXnNs5FKG.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-suXnNs5FKG img {
    height: 3.8rem !important;
  }
  .cid-suXnNs5FKG .btn {
    display: -webkit-flex;
  }
  .cid-suXnNs5FKG button.navbar-toggler {
    display: block;
  }
  .cid-suXnNs5FKG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-suXnNs5FKG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-suXnNs5FKG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-suXnNs5FKG .navbar-collapse.collapsing,
  .cid-suXnNs5FKG .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-suXnNs5FKG .navbar-collapse.collapsing .navbar-nav,
  .cid-suXnNs5FKG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-suXnNs5FKG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-suXnNs5FKG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-suXnNs5FKG .navbar-collapse.collapsing .navbar-buttons,
  .cid-suXnNs5FKG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-suXnNs5FKG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-suXnNs5FKG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-suXnNs5FKG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-suXnNs5FKG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-suXnNs5FKG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-suXnNs5FKG .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-suXnNs5FKG .nav-link {
    justify-content: start !important;
  }
  .cid-suXnNs5FKG .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-suXnNs5FKG .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-suXnNs5FKG .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-suXnNs5FKG .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-suXnNs5FKG .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-suXnNs5FKG .nav-link:hover,
.cid-suXnNs5FKG .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-suXnNs5FKG .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-suXnNs5FKG .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sAIIhxLI32 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1138.jpg");
}
.cid-sAIIhxLI32 .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-sAIIhxLI32 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sAIIhxLI32 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sAIIhxLI32 .mbr-section-title {
  text-align: center;
}
.cid-sAIIhxLI32 .mbr-text,
.cid-sAIIhxLI32 .mbr-section-btn {
  text-align: center;
}
.cid-sAIItdHQg9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sAIItdHQg9 .mbr-section-subtitle {
  color: #000000;
}
.cid-sAIItdHQg9 .mbr-text {
  color: #000000;
}
.cid-sAIMRxvoGG .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sAIMRxvoGG .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sAIMRxvoGG a {
  font-style: normal;
}
.cid-sAIMRxvoGG .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sAIMRxvoGG .show {
  overflow: visible;
}
.cid-sAIMRxvoGG .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sAIMRxvoGG .dropdown-item:active {
  background-color: transparent;
}
.cid-sAIMRxvoGG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sAIMRxvoGG .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sAIMRxvoGG .nav-item:focus,
.cid-sAIMRxvoGG .nav-link:focus {
  outline: none;
}
.cid-sAIMRxvoGG .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sAIMRxvoGG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sAIMRxvoGG .menu-logo {
  margin-right: auto;
}
.cid-sAIMRxvoGG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAIMRxvoGG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sAIMRxvoGG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sAIMRxvoGG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sAIMRxvoGG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sAIMRxvoGG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sAIMRxvoGG .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sAIMRxvoGG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sAIMRxvoGG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sAIMRxvoGG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAIMRxvoGG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sAIMRxvoGG .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sAIMRxvoGG .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sAIMRxvoGG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sAIMRxvoGG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAIMRxvoGG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sAIMRxvoGG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAIMRxvoGG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sAIMRxvoGG .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sAIMRxvoGG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sAIMRxvoGG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sAIMRxvoGG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sAIMRxvoGG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sAIMRxvoGG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sAIMRxvoGG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sAIMRxvoGG button.navbar-toggler:focus {
  outline: none;
}
.cid-sAIMRxvoGG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sAIMRxvoGG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAIMRxvoGG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAIMRxvoGG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAIMRxvoGG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAIMRxvoGG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAIMRxvoGG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAIMRxvoGG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAIMRxvoGG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sAIMRxvoGG .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sAIMRxvoGG .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sAIMRxvoGG .collapsed .btn {
  display: -webkit-flex;
}
.cid-sAIMRxvoGG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sAIMRxvoGG .collapsed .navbar-collapse.collapsing,
.cid-sAIMRxvoGG .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sAIMRxvoGG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sAIMRxvoGG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sAIMRxvoGG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sAIMRxvoGG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sAIMRxvoGG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sAIMRxvoGG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sAIMRxvoGG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sAIMRxvoGG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sAIMRxvoGG .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 85vh;
  }
}
.cid-sAIMRxvoGG .collapsed button.navbar-toggler {
  display: block;
}
.cid-sAIMRxvoGG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sAIMRxvoGG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sAIMRxvoGG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sAIMRxvoGG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sAIMRxvoGG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sAIMRxvoGG .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sAIMRxvoGG.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sAIMRxvoGG img {
    height: 3.8rem !important;
  }
  .cid-sAIMRxvoGG .btn {
    display: -webkit-flex;
  }
  .cid-sAIMRxvoGG button.navbar-toggler {
    display: block;
  }
  .cid-sAIMRxvoGG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sAIMRxvoGG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sAIMRxvoGG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sAIMRxvoGG .navbar-collapse.collapsing,
  .cid-sAIMRxvoGG .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sAIMRxvoGG .navbar-collapse.collapsing .navbar-nav,
  .cid-sAIMRxvoGG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sAIMRxvoGG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sAIMRxvoGG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sAIMRxvoGG .navbar-collapse.collapsing .navbar-buttons,
  .cid-sAIMRxvoGG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sAIMRxvoGG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sAIMRxvoGG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sAIMRxvoGG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sAIMRxvoGG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sAIMRxvoGG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sAIMRxvoGG .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sAIMRxvoGG .nav-link {
    justify-content: start !important;
  }
  .cid-sAIMRxvoGG .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sAIMRxvoGG .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sAIMRxvoGG .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sAIMRxvoGG .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sAIMRxvoGG .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sAIMRxvoGG .nav-link:hover,
.cid-sAIMRxvoGG .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-sAIMRxvoGG .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-sAIMRxvoGG .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sAIMRxYWHf {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1138.jpg");
}
.cid-sAIMRxYWHf .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-sAIMRxYWHf .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sAIMRxYWHf .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sAIMRxYWHf .mbr-section-title {
  text-align: center;
}
.cid-sAIMRxYWHf .mbr-text,
.cid-sAIMRxYWHf .mbr-section-btn {
  text-align: center;
}
.cid-sAIMRymTyr {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sAIMRymTyr .mbr-section-subtitle {
  color: #000000;
}
.cid-sAIMRymTyr .mbr-text {
  color: #000000;
}
