body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Dosis', sans-serif;
  font-size: 3.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Dosis', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Dosis', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Dosis', 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: 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-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffbc00 !important;
}
.bg-success {
  background-color: #36d88a !important;
}
.bg-info {
  background-color: #ff4100 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #36d88a !important;
  border-color: #36d88a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #997100;
  color: #997100 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #ffbc00;
  border-color: #ffbc00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #215f88;
  color: #215f88 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #3e97d1;
  border-color: #3e97d1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #992700;
  color: #992700 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #ff4100;
  border-color: #ff4100;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #1b8d56;
  color: #1b8d56 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #36d88a;
  border-color: #36d88a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36d88a !important;
  border-color: #36d88a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffbc00 !important;
}
.text-secondary {
  color: #3e97d1 !important;
}
.text-success {
  color: #36d88a !important;
}
.text-info {
  color: #ff4100 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #997100 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #215f88 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b8d56 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #992700 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !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: #ff4100;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.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: #ffbc00;
  border-color: #ffbc00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #ffbc00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff2cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1f9ed;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffd9cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #444444;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #ffffff;
}
.mbr-arrow:hover {
  opacity: .7;
}
.form-control {
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ffbc00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffbc00;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffbc00;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffbc00;
  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: #ffbc00;
  border-bottom-color: #ffbc00;
}
.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: #000000 !important;
  background-color: #ffbc00 !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: #3e97d1 !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='%23ffbc00' %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-rzMzee4krn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-rzMzee4krn .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-rzMzee4krn .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-rzMzee4krn .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rzMzee4krn .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rzMzee4krn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rzMzee4krn .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-rzMzee4krn .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-rzMzee4krn .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rzMzee4krn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rzMzee4krn .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rzMzee4krn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rzMzee4krn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rzMzee4krn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rzMzee4krn .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rzMzee4krn .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-rzMzee4krn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rzMzee4krn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rzMzee4krn .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rzMzee4krn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rzMzee4krn .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rzMzee4krn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rzMzee4krn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rzMzee4krn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rzMzee4krn .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rzMzee4krn .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-rzMzee4krn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rzMzee4krn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rzMzee4krn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-rzMzee4krn .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rzMzee4krn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rzMzee4krn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rzMzee4krn .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-rzMzee4krn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rzMzee4krn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rzMzee4krn .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rzMzee4krn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rzMzee4krn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rzMzee4krn .dropdown-item.active,
.cid-rzMzee4krn .dropdown-item:active {
  background-color: transparent;
}
.cid-rzMzee4krn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rzMzee4krn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rzMzee4krn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rzMzee4krn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-rzMzee4krn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rzMzee4krn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzMzee4krn ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rzMzee4krn .navbar-buttons {
  text-align: center;
}
.cid-rzMzee4krn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzMzee4krn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rzMzee4krn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzMzee4krn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMzee4krn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMzee4krn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzMzee4krn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMzee4krn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzMzee4krn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzMzee4krn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMzee4krn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rzMzee4krn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-rzMzee4krn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rzMzee4krn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rzMzee4krn .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-rzMzee4krn .nav-link:hover,
.cid-rzMzee4krn .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u2RED1L0DT {
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-u2RED1L0DT .mbr-text,
.cid-u2RED1L0DT .typed-text,
.cid-u2RED1L0DT .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-u2RED1L0DT .btn {
  margin-left: 4px !important;
}
.cid-u2RED1L0DT .animated-element {
  color: #3e97d1;
}
.cid-u2RED1L0DT .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #3e97d1;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-u2RED1L0DT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2RED1L0DT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXAXx7wpJx {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tXAXx7wpJx .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
}
.cid-tXAXx7wpJx .card {
  margin-bottom: 2rem;
}
.cid-tXAXx7wpJx .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-tXAXx7wpJx .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-tXAXx7wpJx .btn {
  margin: .3rem;
}
.cid-tXAXx7wpJx .mbr-section-title {
  margin: 0;
}
.cid-tXAXx7wpJx .card-underline,
.cid-tXAXx7wpJx .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tXAXx7wpJx .card-underline .line,
.cid-tXAXx7wpJx .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-tXAXx7wpJx .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-tXAXx7wpJx .card-underline .line {
  background: #3e97d1;
}
@media (max-width: 767px) {
  .cid-tXAXx7wpJx .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXAXx7wpJx .row-content {
    min-width: 100%;
  }
  .cid-tXAXx7wpJx .card {
    display: block;
  }
}
.cid-tXAXx7wpJx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXAXx7wpJx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rzMwsZohOM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rzMwsZohOM .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rzMwsZohOM .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rzMwsZohOM .photo-split {
  padding: 0;
}
.cid-rzMwsZohOM .photo-split img {
  width: 100%;
}
.cid-rzMwsZohOM .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rzMwsZohOM .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rzMwsZohOM .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-rzMwsZohOM .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-rzMwsZohOM .wrap-block {
  padding: 3rem 3rem;
}
.cid-rzMwsZohOM .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-rzMwsZohOM .wrap-block ul li {
  display: inline-block;
}
.cid-rzMwsZohOM .wrap-block ul li span {
  text-align: center;
}
.cid-rzMwsZohOM .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-rzMwsZohOM .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rzMwsZohOM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rzMwsZohOM .mbr-list,
.cid-rzMwsZohOM .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-rzMwsZohOM .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rzMwsZohOM .mbr-section-title,
  .cid-rzMwsZohOM .mbr-section-subtitle,
  .cid-rzMwsZohOM .mbr-text {
    text-align: center !important;
  }
  .cid-rzMwsZohOM .social-list {
    text-align: center !important;
  }
}
.cid-tYfbv3lvrE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tYfbv3lvrE .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-tYfbv3lvrE .mbr-section-title {
  margin: 0;
}
.cid-tYfbv3lvrE .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tYfbv3lvrE .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-tYfbv3lvrE .card-img {
  text-align: left;
}
.cid-tYfbv3lvrE .row-item {
  padding-bottom: 2rem;
}
.cid-tYfbv3lvrE .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-tYfbv3lvrE .card-img,
  .cid-tYfbv3lvrE .mbr-text,
  .cid-tYfbv3lvrE .mbr-card-title,
  .cid-tYfbv3lvrE .mbr-section-subtitle,
  .cid-tYfbv3lvrE .mbr-section-title,
  .cid-tYfbv3lvrE .underline {
    text-align: center !important;
  }
}
.cid-tYfbv3lvrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYfbv3lvrE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYfbv3lvrE .mbr-card-title,
.cid-tYfbv3lvrE .card-img {
  text-align: center;
}
.cid-u2RIengEy1 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-u2RIengEy1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2RIengEy1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2RIengEy1 .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-u2RIengEy1 .mbr-section-title {
  color: #FFFFFF;
}
.cid-u2RIengEy1 .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-u2RIengEy1 .mbr-text {
  margin-top: 48px;
  color: #FFFFFF;
}
.cid-u2RIengEy1 .mbr-section-btn {
  margin-top: 20px;
}
.cid-u2RIengEy1 iframe,
.cid-u2RIengEy1 img,
.cid-u2RIengEy1 video {
  width: 100%;
}
.cid-u2RIengEy1 .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 48px auto 0;
  width: fit-content;
  max-width: 100%;
}
.cid-u2RIengEy1 .mbr-media span {
  font-size: 1.5rem;
  color: #33363b;
  transition: all 0.2s;
}
.cid-u2RIengEy1 .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #65a6d1;
  z-index: 2;
}
.cid-u2RIengEy1 .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #65a6d1;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-u2RIengEy1 .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-u2RIengEy1 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u2RIengEy1 .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-u2RIengEy1 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u2RIengEy1 .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-u2RIengEy1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u2RIengEy1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tYfdASfbXy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tYfdASfbXy .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-tYfdASfbXy .mbr-text {
  width: 100%;
  height: auto;
  color: #000000;
}
.cid-tYfdASfbXy .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-tYfdASfbXy .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tYfdASfbXy .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-tYfdASfbXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYfdASfbXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYfdASfbXy .mbr-section-title {
  color: #000000;
}
.cid-rzMwoyQjU9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-rzMwoyQjU9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rzMwoyQjU9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rzMwoyQjU9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rzMwoyQjU9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rzMwoyQjU9 .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;
}
.cid-rzMwoyQjU9 .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-rzMwoyQjU9 .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-rzMwoyQjU9 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-rzMwoyQjU9 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-rzMwoyQjU9 .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-rzMwoyQjU9 .mbr-gallery-filter ul {
  display: block;
}
.cid-rzMwoyQjU9 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-rzMwoyQjU9 .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-rzMwoyQjU9 .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-rzMwoyQjU9 .mbr-gallery-filter li.active::after,
.cid-rzMwoyQjU9 .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-rzMwoyQjU9 .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-rzMwoyQjU9 .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-rzMwoyQjU9 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-rzMwoyQjU9 .icon-focus:before {
  content: '\e95e';
}
.cid-rzMwoyQjU9 .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-rzMwoyQjU9 .mbr-section-title {
  margin: 0;
}
.cid-rzMwoyQjU9 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rzMwoyQjU9 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-rzMwoyQjU9 .mbr-section-title,
.cid-rzMwoyQjU9 .underline {
  color: #ffffff;
}
.cid-rzMwoyQjU9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rzMwAwMR92 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-rzMwAwMR92 a:link {
  text-decoration: none;
}
.cid-rzMwAwMR92 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rzMwAwMR92 .icon-transition span:hover {
  background-color: #3e97d1;
}
.cid-rzMwAwMR92 .inner-text {
  line-height: 3em;
}
.cid-rzMwAwMR92 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMwAwMR92 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rzMwAwMR92 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rzMwAwMR92 .content-text,
.cid-rzMwAwMR92 .inner-text {
  color: #c1c1c1;
}
.cid-u2RNKbP2pA.popup-builder {
  background-color: #ffffff;
}
.cid-u2RNKbP2pA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u2RNKbP2pA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u2RNKbP2pA .modal-content,
.cid-u2RNKbP2pA .modal-dialog {
  height: auto;
}
.cid-u2RNKbP2pA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u2RNKbP2pA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u2RNKbP2pA .form-wrapper .mbr-form .form-group,
  .cid-u2RNKbP2pA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u2RNKbP2pA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u2RNKbP2pA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u2RNKbP2pA .mbr-text {
  text-align: center;
}
.cid-u2RNKbP2pA .pt-0 {
  padding-top: 0 !important;
}
.cid-u2RNKbP2pA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u2RNKbP2pA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u2RNKbP2pA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u2RNKbP2pA .modal-open {
  overflow: hidden;
}
.cid-u2RNKbP2pA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u2RNKbP2pA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u2RNKbP2pA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u2RNKbP2pA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u2RNKbP2pA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u2RNKbP2pA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u2RNKbP2pA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u2RNKbP2pA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u2RNKbP2pA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u2RNKbP2pA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u2RNKbP2pA .modal-backdrop.fade {
  opacity: 0;
}
.cid-u2RNKbP2pA .modal-backdrop.show {
  opacity: .5;
}
.cid-u2RNKbP2pA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u2RNKbP2pA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2RNKbP2pA .modal-header {
    padding: 1rem;
  }
}
.cid-u2RNKbP2pA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u2RNKbP2pA .modal-header .close svg {
  fill: #353535;
}
.cid-u2RNKbP2pA .modal-header .close:hover {
  opacity: 1;
}
.cid-u2RNKbP2pA .modal-header .close:focus {
  outline: none;
}
.cid-u2RNKbP2pA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u2RNKbP2pA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u2RNKbP2pA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2RNKbP2pA .modal-body {
    padding: 1rem;
  }
}
.cid-u2RNKbP2pA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u2RNKbP2pA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2RNKbP2pA .modal-footer {
    padding: 1rem;
  }
}
.cid-u2RNKbP2pA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u2RNKbP2pA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u2RNKbP2pA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u2RNKbP2pA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u2RNKbP2pA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u2RNKbP2pA .modal-lg,
  .cid-u2RNKbP2pA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u2RNKbP2pA .modal-xl {
    max-width: 1140px;
  }
}
.cid-u2RNKbP2pA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u2RNKbP2pA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u2RNKbP2pA .form-group {
  margin-bottom: 1rem;
}
.cid-u2RNKbP2pA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u2RNKbP2pA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u2RNKbP2pA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u2RNKbP2pA .mbr-section-btn {
  margin: 0;
}
.cid-u2RNKbP2pA .mbr-section-btn .btn {
  margin: 0;
}
.cid-tXMyBldakt .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-tXMyBldakt .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-tXMyBldakt .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-tXMyBldakt .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tXMyBldakt .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tXMyBldakt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXMyBldakt .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tXMyBldakt .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-tXMyBldakt .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tXMyBldakt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXMyBldakt .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tXMyBldakt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXMyBldakt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXMyBldakt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tXMyBldakt .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tXMyBldakt .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tXMyBldakt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXMyBldakt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tXMyBldakt .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tXMyBldakt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXMyBldakt .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tXMyBldakt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXMyBldakt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXMyBldakt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tXMyBldakt .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tXMyBldakt .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tXMyBldakt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXMyBldakt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXMyBldakt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-tXMyBldakt .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tXMyBldakt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tXMyBldakt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tXMyBldakt .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-tXMyBldakt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXMyBldakt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXMyBldakt .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXMyBldakt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXMyBldakt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXMyBldakt .dropdown-item.active,
.cid-tXMyBldakt .dropdown-item:active {
  background-color: transparent;
}
.cid-tXMyBldakt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXMyBldakt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXMyBldakt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXMyBldakt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-tXMyBldakt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tXMyBldakt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXMyBldakt ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tXMyBldakt .navbar-buttons {
  text-align: center;
}
.cid-tXMyBldakt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tXMyBldakt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tXMyBldakt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tXMyBldakt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tXMyBldakt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tXMyBldakt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tXMyBldakt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXMyBldakt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tXMyBldakt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tXMyBldakt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXMyBldakt .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tXMyBldakt a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-tXMyBldakt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tXMyBldakt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tXMyBldakt .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tXMyBldakt .nav-link:hover,
.cid-tXMyBldakt .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tXMz2U23bh {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tXMz2U23bh .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
}
.cid-tXMz2U23bh .mbr-section-title,
.cid-tXMz2U23bh .mbr-section-subtitle {
  color: #232323;
}
.cid-tXMz2U23bh .mbr-section-subtitle span {
  font-weight: bold;
}
.cid-tXMz2U23bh .mbr-text {
  color: #232323;
  font-weight: 100;
}
.cid-tXMz2U23bh .mbr-section-btn {
  color: white;
}
@media (max-width: 767px) {
  .cid-tXMz2U23bh .row {
    margin-left: -15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXMz2U23bh .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-tXMyBpklco {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tXMyBpklco .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
}
.cid-tXMyBpklco .card {
  margin-bottom: 2rem;
}
.cid-tXMyBpklco .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-tXMyBpklco .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-tXMyBpklco .btn {
  margin: .3rem;
}
.cid-tXMyBpklco .mbr-section-title {
  margin: 0;
}
.cid-tXMyBpklco .card-underline,
.cid-tXMyBpklco .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tXMyBpklco .card-underline .line,
.cid-tXMyBpklco .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-tXMyBpklco .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-tXMyBpklco .card-underline .line {
  background: #3e97d1;
}
@media (max-width: 767px) {
  .cid-tXMyBpklco .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXMyBpklco .row-content {
    min-width: 100%;
  }
  .cid-tXMyBpklco .card {
    display: block;
  }
}
.cid-tXMyBpklco .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXMyBpklco .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXMyBoFdqY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-tXMyBoFdqY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tXMyBoFdqY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXMyBoFdqY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXMyBoFdqY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tXMyBoFdqY .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;
}
.cid-tXMyBoFdqY .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-tXMyBoFdqY .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-tXMyBoFdqY .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tXMyBoFdqY .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-tXMyBoFdqY .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-tXMyBoFdqY .mbr-gallery-filter ul {
  display: block;
}
.cid-tXMyBoFdqY .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tXMyBoFdqY .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-tXMyBoFdqY .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-tXMyBoFdqY .mbr-gallery-filter li.active::after,
.cid-tXMyBoFdqY .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-tXMyBoFdqY .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tXMyBoFdqY .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tXMyBoFdqY .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tXMyBoFdqY .icon-focus:before {
  content: '\e95e';
}
.cid-tXMyBoFdqY .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tXMyBoFdqY .mbr-section-title {
  margin: 0;
}
.cid-tXMyBoFdqY .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tXMyBoFdqY .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-tXMyBoFdqY .mbr-section-title,
.cid-tXMyBoFdqY .underline {
  color: #ffffff;
}
.cid-tXMyBoFdqY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXMyBqP99l {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-tXMyBqP99l a:link {
  text-decoration: none;
}
.cid-tXMyBqP99l .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tXMyBqP99l .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-tXMyBqP99l .inner-text {
  line-height: 3em;
}
.cid-tXMyBqP99l .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXMyBqP99l .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tXMyBqP99l .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tXMyBqP99l .content-text,
.cid-tXMyBqP99l .inner-text {
  color: #c1c1c1;
}
.cid-tXMAAucXeC .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-tXMAAucXeC .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-tXMAAucXeC .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-tXMAAucXeC .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tXMAAucXeC .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tXMAAucXeC .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXMAAucXeC .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tXMAAucXeC .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-tXMAAucXeC .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tXMAAucXeC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXMAAucXeC .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tXMAAucXeC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXMAAucXeC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXMAAucXeC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tXMAAucXeC .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tXMAAucXeC .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tXMAAucXeC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXMAAucXeC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tXMAAucXeC .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tXMAAucXeC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXMAAucXeC .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tXMAAucXeC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXMAAucXeC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXMAAucXeC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tXMAAucXeC .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tXMAAucXeC .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tXMAAucXeC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXMAAucXeC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXMAAucXeC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-tXMAAucXeC .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tXMAAucXeC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tXMAAucXeC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tXMAAucXeC .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-tXMAAucXeC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXMAAucXeC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXMAAucXeC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXMAAucXeC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXMAAucXeC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXMAAucXeC .dropdown-item.active,
.cid-tXMAAucXeC .dropdown-item:active {
  background-color: transparent;
}
.cid-tXMAAucXeC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXMAAucXeC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXMAAucXeC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXMAAucXeC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-tXMAAucXeC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tXMAAucXeC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXMAAucXeC ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tXMAAucXeC .navbar-buttons {
  text-align: center;
}
.cid-tXMAAucXeC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tXMAAucXeC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tXMAAucXeC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tXMAAucXeC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tXMAAucXeC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tXMAAucXeC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tXMAAucXeC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXMAAucXeC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tXMAAucXeC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tXMAAucXeC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXMAAucXeC .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tXMAAucXeC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-tXMAAucXeC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tXMAAucXeC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tXMAAucXeC .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tXMAAucXeC .nav-link:hover,
.cid-tXMAAucXeC .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tXMAAuHtJ8 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/groupfitness3-dsc0888-1-2000x1123-topaz-enhance-2.3x-exposure-faceai.jpg");
}
.cid-tXMAAuHtJ8 .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
}
.cid-tXMAAuHtJ8 .mbr-section-title,
.cid-tXMAAuHtJ8 .mbr-section-subtitle {
  color: #232323;
}
.cid-tXMAAuHtJ8 .mbr-section-subtitle span {
  font-weight: bold;
}
.cid-tXMAAuHtJ8 .mbr-text {
  color: #232323;
  font-weight: 100;
}
.cid-tXMAAuHtJ8 .mbr-section-btn {
  color: white;
}
@media (max-width: 767px) {
  .cid-tXMAAuHtJ8 .row {
    margin-left: -15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXMAAuHtJ8 .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-tXMCKTravw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e8e8e8;
}
.cid-tXMCKTravw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXMCKTravw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXMCKTravw .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tXMCKTravw .text-container {
    margin: 0 5%;
  }
}
.cid-tXMCKTravw .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tXMCKTravw .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tXMCKTravw .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tXMCKTravw .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tXMCKTravw .mbr-text {
  color: #e8e8e8;
}
.cid-tXMCKTravw .mbr-desc,
.cid-tXMCKTravw .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tXMCKTravw .mbr-text,
.cid-tXMCKTravw .text-container {
  text-align: center;
}
.cid-tXMBNScRmB {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/atlfitnessboxing4-dsc1036-1-1837x1032-topaz-enhance-2.5x-exposure-faceai-sharpen-2000x1124.jpg");
}
.cid-tXMBNScRmB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXMBNScRmB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXMBNScRmB .row {
  position: relative;
  padding: 6rem 4rem;
  width: fit-content;
  border-radius: 3rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tXMBNScRmB .row {
    padding: 2rem 1rem;
  }
}
.cid-tXMBNScRmB .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 85%;
  border-radius: 3rem;
  height: 100%;
  background: #3e97d1;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-tXMBNScRmB .row:before {
    width: 100%;
  }
}
.cid-tXMBNScRmB .row .col-12 {
  position: relative;
}
.cid-tXMBNScRmB .mbr-section-title {
  color: #ffffff;
}
.cid-tXMBNScRmB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXMBNScRmB .mbr-text,
.cid-tXMBNScRmB .mbr-section-btn {
  color: #ffffff;
}
.cid-tXMAAvIODS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-tXMAAvIODS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tXMAAvIODS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXMAAvIODS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXMAAvIODS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tXMAAvIODS .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;
}
.cid-tXMAAvIODS .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-tXMAAvIODS .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-tXMAAvIODS .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tXMAAvIODS .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-tXMAAvIODS .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-tXMAAvIODS .mbr-gallery-filter ul {
  display: block;
}
.cid-tXMAAvIODS .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tXMAAvIODS .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-tXMAAvIODS .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-tXMAAvIODS .mbr-gallery-filter li.active::after,
.cid-tXMAAvIODS .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-tXMAAvIODS .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tXMAAvIODS .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tXMAAvIODS .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tXMAAvIODS .icon-focus:before {
  content: '\e95e';
}
.cid-tXMAAvIODS .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tXMAAvIODS .mbr-section-title {
  margin: 0;
}
.cid-tXMAAvIODS .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tXMAAvIODS .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-tXMAAvIODS .mbr-section-title,
.cid-tXMAAvIODS .underline {
  color: #ffffff;
}
.cid-tXMAAvIODS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXMAAwEaTZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-tXMAAwEaTZ a:link {
  text-decoration: none;
}
.cid-tXMAAwEaTZ .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tXMAAwEaTZ .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-tXMAAwEaTZ .inner-text {
  line-height: 3em;
}
.cid-tXMAAwEaTZ .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXMAAwEaTZ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tXMAAwEaTZ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tXMAAwEaTZ .content-text,
.cid-tXMAAwEaTZ .inner-text {
  color: #c1c1c1;
}
.cid-tXMEAE1q7E .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-tXMEAE1q7E .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-tXMEAE1q7E .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-tXMEAE1q7E .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tXMEAE1q7E .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tXMEAE1q7E .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXMEAE1q7E .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tXMEAE1q7E .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-tXMEAE1q7E .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tXMEAE1q7E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXMEAE1q7E .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tXMEAE1q7E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXMEAE1q7E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXMEAE1q7E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tXMEAE1q7E .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tXMEAE1q7E .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tXMEAE1q7E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXMEAE1q7E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tXMEAE1q7E .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tXMEAE1q7E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXMEAE1q7E .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tXMEAE1q7E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXMEAE1q7E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXMEAE1q7E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tXMEAE1q7E .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tXMEAE1q7E .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tXMEAE1q7E .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXMEAE1q7E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXMEAE1q7E .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-tXMEAE1q7E .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tXMEAE1q7E .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tXMEAE1q7E .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tXMEAE1q7E .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-tXMEAE1q7E .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXMEAE1q7E .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXMEAE1q7E .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXMEAE1q7E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXMEAE1q7E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXMEAE1q7E .dropdown-item.active,
.cid-tXMEAE1q7E .dropdown-item:active {
  background-color: transparent;
}
.cid-tXMEAE1q7E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXMEAE1q7E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXMEAE1q7E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXMEAE1q7E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-tXMEAE1q7E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tXMEAE1q7E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXMEAE1q7E ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tXMEAE1q7E .navbar-buttons {
  text-align: center;
}
.cid-tXMEAE1q7E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tXMEAE1q7E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tXMEAE1q7E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tXMEAE1q7E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tXMEAE1q7E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tXMEAE1q7E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tXMEAE1q7E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXMEAE1q7E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tXMEAE1q7E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tXMEAE1q7E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXMEAE1q7E .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tXMEAE1q7E a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-tXMEAE1q7E .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tXMEAE1q7E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tXMEAE1q7E .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tXMEAE1q7E .nav-link:hover,
.cid-tXMEAE1q7E .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tXMEAEOXbs {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/atlfitness247boxing1-dsc1034-1080x607-topaz-enhance-4x-faceai-sharpen-2000x1124.jpg");
}
.cid-tXMEAEOXbs .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
}
.cid-tXMEAEOXbs .mbr-section-title,
.cid-tXMEAEOXbs .mbr-section-subtitle {
  color: #232323;
}
.cid-tXMEAEOXbs .mbr-section-subtitle span {
  font-weight: bold;
}
.cid-tXMEAEOXbs .mbr-text {
  color: #232323;
  font-weight: 100;
}
.cid-tXMEAEOXbs .mbr-section-btn {
  color: white;
}
@media (max-width: 767px) {
  .cid-tXMEAEOXbs .row {
    margin-left: -15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXMEAEOXbs .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-tXMEAFpqoT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e8e8e8;
}
.cid-tXMEAFpqoT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXMEAFpqoT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXMEAFpqoT .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tXMEAFpqoT .text-container {
    margin: 0 5%;
  }
}
.cid-tXMEAFpqoT .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tXMEAFpqoT .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tXMEAFpqoT .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tXMEAFpqoT .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tXMEAFpqoT .mbr-text {
  color: #e8e8e8;
}
.cid-tXMEAFpqoT .mbr-desc,
.cid-tXMEAFpqoT .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tXMEAFpqoT .mbr-text,
.cid-tXMEAFpqoT .text-container {
  text-align: center;
}
.cid-tXMEAFWnCw {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dsc0543-1186x666.jpg");
}
.cid-tXMEAFWnCw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXMEAFWnCw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXMEAFWnCw .row {
  position: relative;
  padding: 6rem 4rem;
  width: fit-content;
  border-radius: 3rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tXMEAFWnCw .row {
    padding: 2rem 1rem;
  }
}
.cid-tXMEAFWnCw .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 85%;
  border-radius: 3rem;
  height: 100%;
  background: #3e97d1;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-tXMEAFWnCw .row:before {
    width: 100%;
  }
}
.cid-tXMEAFWnCw .row .col-12 {
  position: relative;
}
.cid-tXMEAFWnCw .mbr-section-title {
  color: #ffffff;
}
.cid-tXMEAFWnCw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXMEAFWnCw .mbr-text,
.cid-tXMEAFWnCw .mbr-section-btn {
  color: #ffffff;
}
.cid-tXMEAGuCzV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-tXMEAGuCzV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tXMEAGuCzV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXMEAGuCzV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXMEAGuCzV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tXMEAGuCzV .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;
}
.cid-tXMEAGuCzV .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-tXMEAGuCzV .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-tXMEAGuCzV .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tXMEAGuCzV .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-tXMEAGuCzV .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-tXMEAGuCzV .mbr-gallery-filter ul {
  display: block;
}
.cid-tXMEAGuCzV .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tXMEAGuCzV .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-tXMEAGuCzV .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-tXMEAGuCzV .mbr-gallery-filter li.active::after,
.cid-tXMEAGuCzV .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-tXMEAGuCzV .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tXMEAGuCzV .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tXMEAGuCzV .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tXMEAGuCzV .icon-focus:before {
  content: '\e95e';
}
.cid-tXMEAGuCzV .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tXMEAGuCzV .mbr-section-title {
  margin: 0;
}
.cid-tXMEAGuCzV .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tXMEAGuCzV .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-tXMEAGuCzV .mbr-section-title,
.cid-tXMEAGuCzV .underline {
  color: #ffffff;
}
.cid-tXMEAGuCzV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXMEAHZv35 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-tXMEAHZv35 a:link {
  text-decoration: none;
}
.cid-tXMEAHZv35 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tXMEAHZv35 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-tXMEAHZv35 .inner-text {
  line-height: 3em;
}
.cid-tXMEAHZv35 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXMEAHZv35 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tXMEAHZv35 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tXMEAHZv35 .content-text,
.cid-tXMEAHZv35 .inner-text {
  color: #c1c1c1;
}
.cid-tXMFeRZmyr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-tXMFeRZmyr .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-tXMFeRZmyr .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-tXMFeRZmyr .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tXMFeRZmyr .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tXMFeRZmyr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXMFeRZmyr .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tXMFeRZmyr .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-tXMFeRZmyr .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tXMFeRZmyr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXMFeRZmyr .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tXMFeRZmyr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXMFeRZmyr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXMFeRZmyr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tXMFeRZmyr .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tXMFeRZmyr .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tXMFeRZmyr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXMFeRZmyr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tXMFeRZmyr .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tXMFeRZmyr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXMFeRZmyr .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tXMFeRZmyr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXMFeRZmyr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXMFeRZmyr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tXMFeRZmyr .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tXMFeRZmyr .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tXMFeRZmyr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXMFeRZmyr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXMFeRZmyr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-tXMFeRZmyr .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tXMFeRZmyr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tXMFeRZmyr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tXMFeRZmyr .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-tXMFeRZmyr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXMFeRZmyr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXMFeRZmyr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXMFeRZmyr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXMFeRZmyr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXMFeRZmyr .dropdown-item.active,
.cid-tXMFeRZmyr .dropdown-item:active {
  background-color: transparent;
}
.cid-tXMFeRZmyr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXMFeRZmyr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXMFeRZmyr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXMFeRZmyr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-tXMFeRZmyr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tXMFeRZmyr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXMFeRZmyr ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tXMFeRZmyr .navbar-buttons {
  text-align: center;
}
.cid-tXMFeRZmyr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tXMFeRZmyr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tXMFeRZmyr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tXMFeRZmyr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tXMFeRZmyr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tXMFeRZmyr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tXMFeRZmyr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXMFeRZmyr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tXMFeRZmyr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tXMFeRZmyr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXMFeRZmyr .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tXMFeRZmyr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-tXMFeRZmyr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tXMFeRZmyr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tXMFeRZmyr .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tXMFeRZmyr .nav-link:hover,
.cid-tXMFeRZmyr .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tXMFeSLNqW {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/atlfitness247bootcamp2dsc0876-1566x879-topaz-enhance-3x-faceai-2000x1123.jpg");
}
.cid-tXMFeSLNqW .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
}
.cid-tXMFeSLNqW .mbr-section-title,
.cid-tXMFeSLNqW .mbr-section-subtitle {
  color: #232323;
}
.cid-tXMFeSLNqW .mbr-section-subtitle span {
  font-weight: bold;
}
.cid-tXMFeSLNqW .mbr-text {
  color: #232323;
  font-weight: 100;
}
.cid-tXMFeSLNqW .mbr-section-btn {
  color: white;
}
@media (max-width: 767px) {
  .cid-tXMFeSLNqW .row {
    margin-left: -15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXMFeSLNqW .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-tXMFeTn4eU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e8e8e8;
}
.cid-tXMFeTn4eU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXMFeTn4eU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXMFeTn4eU .text-container {
  background-color: #101511;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-tXMFeTn4eU .text-container {
    margin: 0 5%;
  }
}
.cid-tXMFeTn4eU .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-tXMFeTn4eU .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-tXMFeTn4eU .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-tXMFeTn4eU .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-tXMFeTn4eU .mbr-text {
  color: #e8e8e8;
}
.cid-tXMFeTn4eU .mbr-desc,
.cid-tXMFeTn4eU .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tXMFeTn4eU .mbr-text,
.cid-tXMFeTn4eU .text-container {
  text-align: center;
}
.cid-tXMFeTXY7w {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tXMFeTXY7w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXMFeTXY7w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXMFeTXY7w .row {
  position: relative;
  padding: 6rem 4rem;
  width: fit-content;
  border-radius: 3rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tXMFeTXY7w .row {
    padding: 2rem 1rem;
  }
}
.cid-tXMFeTXY7w .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 85%;
  border-radius: 3rem;
  height: 100%;
  background: #3e97d1;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-tXMFeTXY7w .row:before {
    width: 100%;
  }
}
.cid-tXMFeTXY7w .row .col-12 {
  position: relative;
}
.cid-tXMFeTXY7w .mbr-section-title {
  color: #ffffff;
}
.cid-tXMFeTXY7w .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXMFeTXY7w .mbr-text,
.cid-tXMFeTXY7w .mbr-section-btn {
  color: #ffffff;
}
.cid-tXMFeUya77 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-tXMFeUya77 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tXMFeUya77 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXMFeUya77 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXMFeUya77 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tXMFeUya77 .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;
}
.cid-tXMFeUya77 .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-tXMFeUya77 .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-tXMFeUya77 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tXMFeUya77 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-tXMFeUya77 .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-tXMFeUya77 .mbr-gallery-filter ul {
  display: block;
}
.cid-tXMFeUya77 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tXMFeUya77 .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-tXMFeUya77 .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-tXMFeUya77 .mbr-gallery-filter li.active::after,
.cid-tXMFeUya77 .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-tXMFeUya77 .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tXMFeUya77 .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tXMFeUya77 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tXMFeUya77 .icon-focus:before {
  content: '\e95e';
}
.cid-tXMFeUya77 .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tXMFeUya77 .mbr-section-title {
  margin: 0;
}
.cid-tXMFeUya77 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tXMFeUya77 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-tXMFeUya77 .mbr-section-title,
.cid-tXMFeUya77 .underline {
  color: #ffffff;
}
.cid-tXMFeUya77 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXMFeWJuKA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-tXMFeWJuKA a:link {
  text-decoration: none;
}
.cid-tXMFeWJuKA .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tXMFeWJuKA .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-tXMFeWJuKA .inner-text {
  line-height: 3em;
}
.cid-tXMFeWJuKA .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXMFeWJuKA .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tXMFeWJuKA .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tXMFeWJuKA .content-text,
.cid-tXMFeWJuKA .inner-text {
  color: #c1c1c1;
}
.cid-tXRgNzdID7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-tXRgNzdID7 .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-tXRgNzdID7 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-tXRgNzdID7 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tXRgNzdID7 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tXRgNzdID7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXRgNzdID7 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tXRgNzdID7 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-tXRgNzdID7 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tXRgNzdID7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXRgNzdID7 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tXRgNzdID7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXRgNzdID7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXRgNzdID7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tXRgNzdID7 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tXRgNzdID7 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tXRgNzdID7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXRgNzdID7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tXRgNzdID7 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tXRgNzdID7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXRgNzdID7 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tXRgNzdID7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXRgNzdID7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXRgNzdID7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tXRgNzdID7 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tXRgNzdID7 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tXRgNzdID7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXRgNzdID7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXRgNzdID7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-tXRgNzdID7 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tXRgNzdID7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tXRgNzdID7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tXRgNzdID7 .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-tXRgNzdID7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXRgNzdID7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXRgNzdID7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXRgNzdID7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXRgNzdID7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXRgNzdID7 .dropdown-item.active,
.cid-tXRgNzdID7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tXRgNzdID7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXRgNzdID7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXRgNzdID7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXRgNzdID7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-tXRgNzdID7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tXRgNzdID7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXRgNzdID7 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tXRgNzdID7 .navbar-buttons {
  text-align: center;
}
.cid-tXRgNzdID7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tXRgNzdID7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tXRgNzdID7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tXRgNzdID7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tXRgNzdID7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tXRgNzdID7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tXRgNzdID7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXRgNzdID7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tXRgNzdID7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tXRgNzdID7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXRgNzdID7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tXRgNzdID7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-tXRgNzdID7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tXRgNzdID7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tXRgNzdID7 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tXRgNzdID7 .nav-link:hover,
.cid-tXRgNzdID7 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u2RJb2UL5n {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1275.jpg");
}
.cid-u2RJb2UL5n .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2RJb2UL5n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2RJb2UL5n .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u2RJb2UL5n .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u2RJb2UL5n .container {
    padding: 0 20px;
  }
}
.cid-u2RJb2UL5n .row {
  justify-content: center;
}
.cid-u2RJb2UL5n .title-wrapper {
  padding: 40px 78px;
  background-color: #1b1b1b;
}
@media (max-width: 1200px) {
  .cid-u2RJb2UL5n .title-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-u2RJb2UL5n .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-u2RJb2UL5n .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u2RJb2UL5n .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2RJb2UL5n .dragArea.row {
  padding: 80px 78px;
  background-color: #000000;
  margin: 0;
}
@media (max-width: 1200px) {
  .cid-u2RJb2UL5n .dragArea.row {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-u2RJb2UL5n .dragArea.row {
    padding: 50px 25px;
  }
}
.cid-u2RJb2UL5n .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-u2RJb2UL5n .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-u2RJb2UL5n .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: #ffffff;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.cid-u2RJb2UL5n .dragArea.row .form-group .form-control:hover,
.cid-u2RJb2UL5n .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-u2RJb2UL5n .dragArea.row .form-group .form-control::placeholder {
  color: #787878;
}
.cid-u2RJb2UL5n .dragArea.row .form-group .form-check {
  padding-left: 2.2em;
  margin: 0 0 20px;
}
.cid-u2RJb2UL5n .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  background-color: transparent;
  border-color: #787878;
}
.cid-u2RJb2UL5n .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u2RJb2UL5n .mbr-section-title {
  color: #c2b299;
}
.cid-u2RJb2UL5n .mbr-text {
  color: #e4dfd4;
}
.cid-u2RJb2UL5n label {
  color: #c2b299;
}
.cid-tXRxXobiKJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tXRxXobiKJ .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tXRxXobiKJ .photo-split {
  padding: 0;
}
.cid-tXRxXobiKJ .photo-split img {
  width: 100%;
}
.cid-tXRxXobiKJ .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-tXRxXobiKJ .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tXRxXobiKJ .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-tXRxXobiKJ .wrap-block {
  padding: 3rem 3rem;
}
.cid-tXRxXobiKJ .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tXRxXobiKJ .wrap-block ul li {
  display: inline-block;
}
.cid-tXRxXobiKJ .wrap-block ul li span {
  text-align: center;
}
.cid-tXRxXobiKJ .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tXRxXobiKJ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tXRxXobiKJ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tXRxXobiKJ .mbr-list,
.cid-tXRxXobiKJ .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-tXRxXobiKJ .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tXRxXobiKJ .mbr-section-title,
  .cid-tXRxXobiKJ .mbr-section-subtitle,
  .cid-tXRxXobiKJ .mbr-text {
    text-align: center !important;
  }
  .cid-tXRxXobiKJ .social-list {
    text-align: center !important;
  }
}
.cid-tXRxXobiKJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXRxXobiKJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXRgNA7eof {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-tXRgNA7eof .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tXRgNA7eof .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXRgNA7eof .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXRgNA7eof .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tXRgNA7eof .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;
}
.cid-tXRgNA7eof .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-tXRgNA7eof .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-tXRgNA7eof .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tXRgNA7eof .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-tXRgNA7eof .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-tXRgNA7eof .mbr-gallery-filter ul {
  display: block;
}
.cid-tXRgNA7eof .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tXRgNA7eof .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-tXRgNA7eof .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-tXRgNA7eof .mbr-gallery-filter li.active::after,
.cid-tXRgNA7eof .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-tXRgNA7eof .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tXRgNA7eof .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tXRgNA7eof .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tXRgNA7eof .icon-focus:before {
  content: '\e95e';
}
.cid-tXRgNA7eof .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tXRgNA7eof .mbr-section-title {
  margin: 0;
}
.cid-tXRgNA7eof .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tXRgNA7eof .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-tXRgNA7eof .mbr-section-title,
.cid-tXRgNA7eof .underline {
  color: #ffffff;
}
.cid-tXRgNA7eof .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXRgNAFGg4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-tXRgNAFGg4 a:link {
  text-decoration: none;
}
.cid-tXRgNAFGg4 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tXRgNAFGg4 .icon-transition span:hover {
  background-color: #3e97d1;
}
.cid-tXRgNAFGg4 .inner-text {
  line-height: 3em;
}
.cid-tXRgNAFGg4 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXRgNAFGg4 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tXRgNAFGg4 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tXRgNAFGg4 .content-text,
.cid-tXRgNAFGg4 .inner-text {
  color: #c1c1c1;
}
.cid-tXRMsgVc7U .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-tXRMsgVc7U .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-tXRMsgVc7U .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-tXRMsgVc7U .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tXRMsgVc7U .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tXRMsgVc7U .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXRMsgVc7U .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tXRMsgVc7U .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-tXRMsgVc7U .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tXRMsgVc7U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXRMsgVc7U .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tXRMsgVc7U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXRMsgVc7U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXRMsgVc7U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tXRMsgVc7U .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tXRMsgVc7U .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tXRMsgVc7U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXRMsgVc7U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tXRMsgVc7U .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tXRMsgVc7U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXRMsgVc7U .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tXRMsgVc7U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXRMsgVc7U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXRMsgVc7U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tXRMsgVc7U .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tXRMsgVc7U .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tXRMsgVc7U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXRMsgVc7U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXRMsgVc7U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-tXRMsgVc7U .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tXRMsgVc7U .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tXRMsgVc7U .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tXRMsgVc7U .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-tXRMsgVc7U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXRMsgVc7U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXRMsgVc7U .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXRMsgVc7U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXRMsgVc7U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXRMsgVc7U .dropdown-item.active,
.cid-tXRMsgVc7U .dropdown-item:active {
  background-color: transparent;
}
.cid-tXRMsgVc7U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXRMsgVc7U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXRMsgVc7U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXRMsgVc7U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-tXRMsgVc7U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tXRMsgVc7U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXRMsgVc7U ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tXRMsgVc7U .navbar-buttons {
  text-align: center;
}
.cid-tXRMsgVc7U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tXRMsgVc7U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tXRMsgVc7U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tXRMsgVc7U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tXRMsgVc7U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tXRMsgVc7U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tXRMsgVc7U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXRMsgVc7U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tXRMsgVc7U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tXRMsgVc7U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXRMsgVc7U .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tXRMsgVc7U a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-tXRMsgVc7U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tXRMsgVc7U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tXRMsgVc7U .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tXRMsgVc7U .nav-link:hover,
.cid-tXRMsgVc7U .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u330xTAKUy {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-u330xTAKUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u330xTAKUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u330xTAKUy .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u330xTAKUy .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-u330xTAKUy .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u330xTAKUy .col-img {
  padding: 10px;
}
.cid-u330xTAKUy .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u330xTAKUy .col-text {
    order: 2;
  }
}
.cid-u330xTAKUy .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-u330xTAKUy .text-wrapper {
    margin-top: 40px;
  }
}
.cid-u330xTAKUy .mbr-section-title {
  color: #0b9af3;
  margin-bottom: 20px;
}
.cid-u330xTAKUy .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-u330xTAKUy .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-u330xTAKUy .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-u330xTAKUy .mbr-text {
    padding-right: 0;
  }
}
.cid-u330xTAKUy .mbr-section-btn {
  margin-top: 30px;
}
.cid-u330xTAKUy .video-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(145deg, #1e2024, #23272b);
}
.cid-u330xTAKUy .box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-u330xTAKUy .mbr-media {
  width: 100%;
  position: relative;
}
.cid-u330xTAKUy .mbr-media img {
  width: 100%;
  aspect-ratio: 0.87102178;
  object-fit: cover;
}
.cid-u330xTAKUy .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-u330xTAKUy .icon-wrap:hover .video-icon-bg-box {
  background: #0b9af3;
}
.cid-u330xTAKUy .video-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 120px;
  padding: 20px;
  border-radius: 50%;
  background: rgba(11, 154, 243, 0.19);
}
.cid-u330xTAKUy .video-icon-bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 20px;
  border-radius: 50%;
  background: rgba(11, 154, 243, 0.75);
  transition: 0.2s all;
}
.cid-u330xTAKUy .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-u330xTAKUy .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u330xTAKUy .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u330xTAKUy .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u330xTAKUy .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u330xTAKUy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tXRTdpP3Kp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-tXRTdpP3Kp .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-tXRTdpP3Kp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXRTdpP3Kp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXRMshONVL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-tXRMshONVL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tXRMshONVL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXRMshONVL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXRMshONVL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tXRMshONVL .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;
}
.cid-tXRMshONVL .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-tXRMshONVL .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-tXRMshONVL .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tXRMshONVL .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-tXRMshONVL .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-tXRMshONVL .mbr-gallery-filter ul {
  display: block;
}
.cid-tXRMshONVL .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tXRMshONVL .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-tXRMshONVL .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-tXRMshONVL .mbr-gallery-filter li.active::after,
.cid-tXRMshONVL .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-tXRMshONVL .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tXRMshONVL .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tXRMshONVL .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tXRMshONVL .icon-focus:before {
  content: '\e95e';
}
.cid-tXRMshONVL .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tXRMshONVL .mbr-section-title {
  margin: 0;
}
.cid-tXRMshONVL .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tXRMshONVL .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-tXRMshONVL .mbr-section-title,
.cid-tXRMshONVL .underline {
  color: #ffffff;
}
.cid-tXRMshONVL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXRMsi97rF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-tXRMsi97rF a:link {
  text-decoration: none;
}
.cid-tXRMsi97rF .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tXRMsi97rF .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-tXRMsi97rF .inner-text {
  line-height: 3em;
}
.cid-tXRMsi97rF .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXRMsi97rF .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tXRMsi97rF .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tXRMsi97rF .content-text,
.cid-tXRMsi97rF .inner-text {
  color: #c1c1c1;
}
.cid-tXRFYcA1aP .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-tXRFYcA1aP .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-tXRFYcA1aP .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-tXRFYcA1aP .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tXRFYcA1aP .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tXRFYcA1aP .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXRFYcA1aP .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tXRFYcA1aP .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-tXRFYcA1aP .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tXRFYcA1aP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXRFYcA1aP .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tXRFYcA1aP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXRFYcA1aP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXRFYcA1aP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tXRFYcA1aP .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tXRFYcA1aP .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tXRFYcA1aP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXRFYcA1aP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tXRFYcA1aP .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tXRFYcA1aP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXRFYcA1aP .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tXRFYcA1aP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXRFYcA1aP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXRFYcA1aP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tXRFYcA1aP .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tXRFYcA1aP .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tXRFYcA1aP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXRFYcA1aP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXRFYcA1aP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-tXRFYcA1aP .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tXRFYcA1aP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tXRFYcA1aP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tXRFYcA1aP .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-tXRFYcA1aP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXRFYcA1aP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXRFYcA1aP .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXRFYcA1aP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXRFYcA1aP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXRFYcA1aP .dropdown-item.active,
.cid-tXRFYcA1aP .dropdown-item:active {
  background-color: transparent;
}
.cid-tXRFYcA1aP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXRFYcA1aP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXRFYcA1aP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXRFYcA1aP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-tXRFYcA1aP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tXRFYcA1aP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXRFYcA1aP ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tXRFYcA1aP .navbar-buttons {
  text-align: center;
}
.cid-tXRFYcA1aP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tXRFYcA1aP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tXRFYcA1aP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tXRFYcA1aP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tXRFYcA1aP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tXRFYcA1aP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tXRFYcA1aP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXRFYcA1aP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tXRFYcA1aP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tXRFYcA1aP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXRFYcA1aP .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tXRFYcA1aP a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-tXRFYcA1aP .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tXRFYcA1aP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tXRFYcA1aP .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tXRFYcA1aP .nav-link:hover,
.cid-tXRFYcA1aP .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tXRFYcZzmM {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tXRFYcZzmM .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
}
.cid-tXRFYcZzmM .mbr-section-title,
.cid-tXRFYcZzmM .mbr-section-subtitle {
  color: #232323;
}
.cid-tXRFYcZzmM .mbr-section-subtitle span {
  font-weight: bold;
}
.cid-tXRFYcZzmM .mbr-text {
  color: #232323;
  font-weight: 100;
}
.cid-tXRFYcZzmM .mbr-section-btn {
  color: white;
}
@media (max-width: 767px) {
  .cid-tXRFYcZzmM .row {
    margin-left: -15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXRFYcZzmM .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-tY9dojm15U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tY9dojm15U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY9dojm15U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY9dojm15U .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tY9dojm15U .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tY9dojm15U .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tY9dojm15U .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tY9dojm15U .container {
    padding: 0 12px;
  }
}
.cid-tY9dojm15U .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 16px;
  background-color: #1d1d1f;
}
@media (max-width: 992px) {
  .cid-tY9dojm15U .content-wrapper {
    display: block;
  }
}
.cid-tY9dojm15U .content-wrapper .title-wrapper {
  width: 50%;
  padding: 48px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-tY9dojm15U .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-tY9dojm15U .content-wrapper .title-wrapper {
    padding: 24px;
  }
}
.cid-tY9dojm15U .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tY9dojm15U .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tY9dojm15U .content-wrapper .mbr-form {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tY9dojm15U .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-tY9dojm15U .content-wrapper .mbr-form .form-wrap {
  width: 100%;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-tY9dojm15U .content-wrapper .mbr-form .form-wrap {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .cid-tY9dojm15U .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
.cid-tY9dojm15U .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-tY9dojm15U .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-tY9dojm15U .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-tY9dojm15U .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #bbbbbb !important;
  background-color: #29292a;
}
.cid-tY9dojm15U .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-tY9dojm15U .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ff4100 !important;
  box-shadow: none;
}
.cid-tY9dojm15U .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #bbbbbb;
}
.cid-tY9dojm15U .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-tY9dojm15U .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-tY9dojm15U .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.cid-tY9dojm15U .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-tY9dojm15U .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-tY9dojm15U .mbr-section-title {
  color: #ffffff;
}
.cid-tY9dojm15U .mbr-text {
  color: #ffffff;
}
.cid-tY9dojm15U label {
  color: #ffffff;
}
.cid-tXRFYe2aqo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-tXRFYe2aqo .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tXRFYe2aqo .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXRFYe2aqo .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXRFYe2aqo .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tXRFYe2aqo .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;
}
.cid-tXRFYe2aqo .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-tXRFYe2aqo .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-tXRFYe2aqo .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tXRFYe2aqo .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-tXRFYe2aqo .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-tXRFYe2aqo .mbr-gallery-filter ul {
  display: block;
}
.cid-tXRFYe2aqo .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tXRFYe2aqo .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-tXRFYe2aqo .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-tXRFYe2aqo .mbr-gallery-filter li.active::after,
.cid-tXRFYe2aqo .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-tXRFYe2aqo .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tXRFYe2aqo .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tXRFYe2aqo .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tXRFYe2aqo .icon-focus:before {
  content: '\e95e';
}
.cid-tXRFYe2aqo .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tXRFYe2aqo .mbr-section-title {
  margin: 0;
}
.cid-tXRFYe2aqo .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tXRFYe2aqo .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-tXRFYe2aqo .mbr-section-title,
.cid-tXRFYe2aqo .underline {
  color: #ffffff;
}
.cid-tXRFYe2aqo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXRFYeEmuY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-tXRFYeEmuY a:link {
  text-decoration: none;
}
.cid-tXRFYeEmuY .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tXRFYeEmuY .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-tXRFYeEmuY .inner-text {
  line-height: 3em;
}
.cid-tXRFYeEmuY .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXRFYeEmuY .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tXRFYeEmuY .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tXRFYeEmuY .content-text,
.cid-tXRFYeEmuY .inner-text {
  color: #c1c1c1;
}
.cid-tXRyJPcljd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-tXRyJPcljd .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-tXRyJPcljd .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-tXRyJPcljd .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tXRyJPcljd .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tXRyJPcljd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXRyJPcljd .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tXRyJPcljd .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-tXRyJPcljd .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tXRyJPcljd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXRyJPcljd .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tXRyJPcljd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXRyJPcljd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXRyJPcljd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tXRyJPcljd .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tXRyJPcljd .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tXRyJPcljd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXRyJPcljd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tXRyJPcljd .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tXRyJPcljd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXRyJPcljd .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tXRyJPcljd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXRyJPcljd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXRyJPcljd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tXRyJPcljd .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tXRyJPcljd .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tXRyJPcljd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXRyJPcljd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXRyJPcljd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-tXRyJPcljd .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tXRyJPcljd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tXRyJPcljd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tXRyJPcljd .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-tXRyJPcljd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXRyJPcljd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXRyJPcljd .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXRyJPcljd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXRyJPcljd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXRyJPcljd .dropdown-item.active,
.cid-tXRyJPcljd .dropdown-item:active {
  background-color: transparent;
}
.cid-tXRyJPcljd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXRyJPcljd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXRyJPcljd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXRyJPcljd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-tXRyJPcljd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tXRyJPcljd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXRyJPcljd ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tXRyJPcljd .navbar-buttons {
  text-align: center;
}
.cid-tXRyJPcljd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tXRyJPcljd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tXRyJPcljd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tXRyJPcljd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tXRyJPcljd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tXRyJPcljd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tXRyJPcljd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXRyJPcljd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tXRyJPcljd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tXRyJPcljd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXRyJPcljd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tXRyJPcljd a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-tXRyJPcljd .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tXRyJPcljd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tXRyJPcljd .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tXRyJPcljd .nav-link:hover,
.cid-tXRyJPcljd .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tY9eEEYg5v {
  padding-top: 7rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tY9eEEYg5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY9eEEYg5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY9eEEYg5v .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tY9eEEYg5v .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tY9eEEYg5v .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tY9eEEYg5v .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tY9eEEYg5v .container {
    padding: 0 12px;
  }
}
.cid-tY9eEEYg5v .card-wrapper {
  padding: 48px;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tY9eEEYg5v .card-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tY9eEEYg5v .card-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tY9eEEYg5v .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-tY9eEEYg5v .mbr-form .form-wrap {
  width: 100%;
  padding: 48px;
  background-color: #212124;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-tY9eEEYg5v .mbr-form .form-wrap {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .cid-tY9eEEYg5v .mbr-form .form-wrap {
    padding: 24px;
  }
}
.cid-tY9eEEYg5v .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-tY9eEEYg5v .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-tY9eEEYg5v .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-tY9eEEYg5v .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #bbbbbb !important;
  background-color: #29292a;
}
.cid-tY9eEEYg5v .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-tY9eEEYg5v .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ff4100 !important;
  box-shadow: none;
}
.cid-tY9eEEYg5v .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #bbbbbb;
}
.cid-tY9eEEYg5v .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-tY9eEEYg5v .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-tY9eEEYg5v .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.cid-tY9eEEYg5v .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-tY9eEEYg5v .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-tY9eEEYg5v .mbr-section-title {
  color: #ffffff;
}
.cid-tY9eEEYg5v label {
  color: #ffffff;
}
.cid-tXRyJPQWG6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tXRyJPQWG6 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tXRyJPQWG6 .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tXRyJPQWG6 .photo-split {
  padding: 0;
}
.cid-tXRyJPQWG6 .photo-split img {
  width: 100%;
}
.cid-tXRyJPQWG6 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-tXRyJPQWG6 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tXRyJPQWG6 .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-tXRyJPQWG6 .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-tXRyJPQWG6 .wrap-block {
  padding: 3rem 3rem;
}
.cid-tXRyJPQWG6 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tXRyJPQWG6 .wrap-block ul li {
  display: inline-block;
}
.cid-tXRyJPQWG6 .wrap-block ul li span {
  text-align: center;
}
.cid-tXRyJPQWG6 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tXRyJPQWG6 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tXRyJPQWG6 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tXRyJPQWG6 .mbr-list,
.cid-tXRyJPQWG6 .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-tXRyJPQWG6 .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tXRyJPQWG6 .mbr-section-title,
  .cid-tXRyJPQWG6 .mbr-section-subtitle,
  .cid-tXRyJPQWG6 .mbr-text {
    text-align: center !important;
  }
  .cid-tXRyJPQWG6 .social-list {
    text-align: center !important;
  }
}
.cid-tXRyJRqnq7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tXRyJRqnq7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tXRyJRqnq7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXRyJRqnq7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXRyJRqnq7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tXRyJRqnq7 .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;
}
.cid-tXRyJRqnq7 .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-tXRyJRqnq7 .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-tXRyJRqnq7 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tXRyJRqnq7 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-tXRyJRqnq7 .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-tXRyJRqnq7 .mbr-gallery-filter ul {
  display: block;
}
.cid-tXRyJRqnq7 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tXRyJRqnq7 .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-tXRyJRqnq7 .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-tXRyJRqnq7 .mbr-gallery-filter li.active::after,
.cid-tXRyJRqnq7 .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-tXRyJRqnq7 .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tXRyJRqnq7 .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tXRyJRqnq7 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tXRyJRqnq7 .icon-focus:before {
  content: '\e95e';
}
.cid-tXRyJRqnq7 .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tXRyJRqnq7 .mbr-section-title {
  margin: 0;
}
.cid-tXRyJRqnq7 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tXRyJRqnq7 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-tXRyJRqnq7 .mbr-section-title,
.cid-tXRyJRqnq7 .underline {
  color: #000000;
}
.cid-tXRyJRqnq7 .mbr-section-subtitle {
  color: #000000;
}
.cid-tXRyJSxwgw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-tXRyJSxwgw a:link {
  text-decoration: none;
}
.cid-tXRyJSxwgw .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tXRyJSxwgw .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-tXRyJSxwgw .inner-text {
  line-height: 3em;
}
.cid-tXRyJSxwgw .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXRyJSxwgw .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tXRyJSxwgw .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tXRyJSxwgw .content-text,
.cid-tXRyJSxwgw .inner-text {
  color: #c1c1c1;
}
