@import url(https://fonts.googleapis.com/css?family=Be+Vietnam:100,100i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap);





body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.5rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 0.9rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.1rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.81rem !important;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #5758e0 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-primary:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #200960 !important;
  border-color: #200960 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-secondary:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #5758e0;
  color: #5758e0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #5758e0;
  border-color: #5758e0;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #200960;
  color: #200960;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #200960;
  border-color: #200960;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #200960 !important;
  border-color: #200960 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f7ed4a;
  color: #f7ed4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #5758e0 !important;
}
.text-secondary {
  color: #200960 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #adaef0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3f12bd !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5758e0;
  border-color: #5758e0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5758e0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #5758e0;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5758e0;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5758e0;
  border-bottom-color: #5758e0;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #5758e0 !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: #200960 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%235758e0' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rVtZLIAGc8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtZLIAGc8 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-rVtZLIAGc8 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-rVtZLIAGc8 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-rVtZLIAGc8 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rVtZLIAGc8 .navbar.opened {
  transition: all .3s;
}
.cid-rVtZLIAGc8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-rVtZLIAGc8 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rVtZLIAGc8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVtZLIAGc8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rVtZLIAGc8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVtZLIAGc8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVtZLIAGc8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rVtZLIAGc8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVtZLIAGc8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rVtZLIAGc8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rVtZLIAGc8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVtZLIAGc8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVtZLIAGc8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVtZLIAGc8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVtZLIAGc8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rVtZLIAGc8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVtZLIAGc8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVtZLIAGc8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rVtZLIAGc8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rVtZLIAGc8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rVtZLIAGc8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rVtZLIAGc8 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rVtZLIAGc8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVtZLIAGc8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVtZLIAGc8 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-rVtZLIAGc8 .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-rVtZLIAGc8 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-rVtZLIAGc8 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-rVtZLIAGc8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-rVtZLIAGc8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rVtZLIAGc8 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rVtZLIAGc8 .navbar-caption {
  padding-right: 4rem;
}
.cid-rVtZLIAGc8 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-rVtZLIAGc8 .dropdown-menu,
.cid-rVtZLIAGc8 .navbar.opened {
  background: #ffffff !important;
}
.cid-rVtZLIAGc8 .nav-item:focus,
.cid-rVtZLIAGc8 .nav-link:focus {
  outline: none;
}
.cid-rVtZLIAGc8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtZLIAGc8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVtZLIAGc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVtZLIAGc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtZLIAGc8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVtZLIAGc8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVtZLIAGc8 .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-rVtZLIAGc8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVtZLIAGc8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVtZLIAGc8 .dropdown-item.active,
.cid-rVtZLIAGc8 .dropdown-item:active {
  background-color: transparent;
}
.cid-rVtZLIAGc8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVtZLIAGc8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVtZLIAGc8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVtZLIAGc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rVtZLIAGc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVtZLIAGc8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVtZLIAGc8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVtZLIAGc8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-rVtZLIAGc8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVtZLIAGc8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtZLIAGc8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVtZLIAGc8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVtZLIAGc8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtZLIAGc8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rVtZLIAGc8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVtZLIAGc8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rVtZLIAGc8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVtZLIAGc8 .navbar {
    height: 77px;
  }
  .cid-rVtZLIAGc8 .navbar.opened {
    height: auto;
  }
  .cid-rVtZLIAGc8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rVue0PFQmz {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-rVue0PFQmz .link-align {
  width: 100%;
}
.cid-rVue0PFQmz .link-wrap {
  display: inline-block;
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-rVue0PFQmz .mbr-text,
.cid-rVue0PFQmz .link-align {
  color: #ffffff;
  text-align: center;
}
.cid-rVue0PFQmz .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-rVue0PFQmz .icon-wrap:hover {
  animation: 0.6s hover;
}
.cid-rVue0PFQmz .icon-wrap span {
  padding-left: 4px;
}
.cid-rVue0PFQmz .mbr-media span {
  font-size: 1.6rem;
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rVue0PFQmz .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rVue0PFQmz .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rVue0PFQmz .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rVue0PFQmz .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rVue0PFQmz a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rVue0PFQmz a.close:hover {
  color: #ffffff;
}
.cid-rVtZNbzk8e {
  padding-top: 105px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rVtZNbzk8e .mbr-iconfont {
  font-size: 4rem;
  color: #000000;
  width: 100px;
  height: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
}
.cid-rVtZNbzk8e .card-title {
  position: relative;
  cursor: pointer;
  color: #000000;
}
.cid-rVtZNbzk8e .card-title:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: 0px;
  opacity: 0.1;
  left: 0;
}
.cid-rVtZNbzk8e .card-title:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-rVtZNbzk8e .card-title:hover:before {
  width: 100%;
}
.cid-rVtZNbzk8e .card:hover {
  cursor: pointer;
}
.cid-rVtZNbzk8e .card:hover .card-title:before {
  width: 100%;
}
.cid-rVtZNbzk8e .card-text {
  color: #999999;
  text-align: center;
}
.cid-rVtZRboH4T {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-rVtZRboH4T .copyright {
  display: flex;
}
.cid-rVtZRboH4T .item {
  padding-right: 1.5rem;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-rVtZRboH4T .item:hover a,
.cid-rVtZRboH4T .item:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-rVtZRboH4T .copyright,
  .cid-rVtZRboH4T .col-lg-1 {
    margin-bottom: 1rem;
  }
  .cid-rVtZRboH4T .align-left,
  .cid-rVtZRboH4T .align-right {
    text-align: center;
  }
  .cid-rVtZRboH4T .copyright {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rVtZRboH4T .copyright {
    flex-direction: column;
  }
  .cid-rVtZRboH4T .item {
    padding-right: 0rem;
    padding-bottom: 0.4rem;
  }
}
.cid-rVtZRboH4T .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-rVtZRboH4T .mbr-text {
  color: #cccccc;
}
.cid-srOYHK7MKw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srOYHK7MKw .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-srOYHK7MKw .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-srOYHK7MKw .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-srOYHK7MKw .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-srOYHK7MKw .navbar.opened {
  transition: all .3s;
}
.cid-srOYHK7MKw .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-srOYHK7MKw .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-srOYHK7MKw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srOYHK7MKw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-srOYHK7MKw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srOYHK7MKw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srOYHK7MKw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-srOYHK7MKw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srOYHK7MKw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-srOYHK7MKw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-srOYHK7MKw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-srOYHK7MKw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srOYHK7MKw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srOYHK7MKw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srOYHK7MKw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-srOYHK7MKw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-srOYHK7MKw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srOYHK7MKw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-srOYHK7MKw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-srOYHK7MKw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-srOYHK7MKw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-srOYHK7MKw .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-srOYHK7MKw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-srOYHK7MKw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-srOYHK7MKw .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-srOYHK7MKw .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-srOYHK7MKw .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-srOYHK7MKw .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-srOYHK7MKw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-srOYHK7MKw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-srOYHK7MKw .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-srOYHK7MKw .navbar-caption {
  padding-right: 4rem;
}
.cid-srOYHK7MKw .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-srOYHK7MKw .dropdown-menu,
.cid-srOYHK7MKw .navbar.opened {
  background: #ffffff !important;
}
.cid-srOYHK7MKw .nav-item:focus,
.cid-srOYHK7MKw .nav-link:focus {
  outline: none;
}
.cid-srOYHK7MKw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srOYHK7MKw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srOYHK7MKw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-srOYHK7MKw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srOYHK7MKw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srOYHK7MKw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srOYHK7MKw .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-srOYHK7MKw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srOYHK7MKw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srOYHK7MKw .dropdown-item.active,
.cid-srOYHK7MKw .dropdown-item:active {
  background-color: transparent;
}
.cid-srOYHK7MKw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srOYHK7MKw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srOYHK7MKw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srOYHK7MKw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-srOYHK7MKw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srOYHK7MKw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srOYHK7MKw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-srOYHK7MKw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-srOYHK7MKw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srOYHK7MKw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-srOYHK7MKw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-srOYHK7MKw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-srOYHK7MKw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-srOYHK7MKw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-srOYHK7MKw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srOYHK7MKw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-srOYHK7MKw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-srOYHK7MKw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srOYHK7MKw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-srOYHK7MKw a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srOYHK7MKw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-srOYHK7MKw .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srOYHK7MKw .navbar {
    height: 77px;
  }
  .cid-srOYHK7MKw .navbar.opened {
    height: auto;
  }
  .cid-srOYHK7MKw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srOYHKSXAh {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-srOYHKSXAh .link-align {
  width: 100%;
}
.cid-srOYHKSXAh .link-wrap {
  display: inline-block;
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-srOYHKSXAh .mbr-text,
.cid-srOYHKSXAh .link-align {
  color: #ffffff;
  text-align: center;
}
.cid-srOYHKSXAh .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-srOYHKSXAh .icon-wrap:hover {
  animation: 0.6s hover;
}
.cid-srOYHKSXAh .icon-wrap span {
  padding-left: 4px;
}
.cid-srOYHKSXAh .mbr-media span {
  font-size: 1.6rem;
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-srOYHKSXAh .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-srOYHKSXAh .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-srOYHKSXAh .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-srOYHKSXAh .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-srOYHKSXAh a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-srOYHKSXAh a.close:hover {
  color: #ffffff;
}
.cid-srTWEKrJ0e {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-srTWEKrJ0e .container {
    max-width: 1400px;
  }
}
.cid-srTWEKrJ0e img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-srTWEKrJ0e .content {
  margin: auto;
}
.cid-srTWEKrJ0e .mbr-text,
.cid-srTWEKrJ0e .mbr-section-btn {
  color: #999999;
}
@media (max-width: 1200px) {
  .cid-srTWEKrJ0e img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-srTWEKrJ0e .img-col {
    padding-bottom: 2rem;
  }
}
.cid-srTWEKrJ0e .quote {
  color: #200960;
}
.cid-srTWEKrJ0e H3 {
  color: #200960;
}
.cid-srTWEKrJ0e H4 {
  color: #d58f76;
}
.cid-srOYHMc41m {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-srOYHMc41m .copyright {
  display: flex;
}
.cid-srOYHMc41m .item {
  padding-right: 1.5rem;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-srOYHMc41m .item:hover a,
.cid-srOYHMc41m .item:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-srOYHMc41m .copyright,
  .cid-srOYHMc41m .col-lg-1 {
    margin-bottom: 1rem;
  }
  .cid-srOYHMc41m .align-left,
  .cid-srOYHMc41m .align-right {
    text-align: center;
  }
  .cid-srOYHMc41m .copyright {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-srOYHMc41m .copyright {
    flex-direction: column;
  }
  .cid-srOYHMc41m .item {
    padding-right: 0rem;
    padding-bottom: 0.4rem;
  }
}
.cid-srOYHMc41m .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-srOYHMc41m .mbr-text {
  color: #cccccc;
}
.cid-srUMku0FdM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srUMku0FdM .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-srUMku0FdM .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-srUMku0FdM .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-srUMku0FdM .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-srUMku0FdM .navbar.opened {
  transition: all .3s;
}
.cid-srUMku0FdM .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-srUMku0FdM .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-srUMku0FdM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srUMku0FdM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-srUMku0FdM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srUMku0FdM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srUMku0FdM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-srUMku0FdM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srUMku0FdM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-srUMku0FdM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-srUMku0FdM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-srUMku0FdM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srUMku0FdM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srUMku0FdM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srUMku0FdM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-srUMku0FdM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-srUMku0FdM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srUMku0FdM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-srUMku0FdM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-srUMku0FdM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-srUMku0FdM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-srUMku0FdM .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-srUMku0FdM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-srUMku0FdM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-srUMku0FdM .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-srUMku0FdM .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-srUMku0FdM .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-srUMku0FdM .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-srUMku0FdM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-srUMku0FdM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-srUMku0FdM .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-srUMku0FdM .navbar-caption {
  padding-right: 4rem;
}
.cid-srUMku0FdM .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-srUMku0FdM .dropdown-menu,
.cid-srUMku0FdM .navbar.opened {
  background: #ffffff !important;
}
.cid-srUMku0FdM .nav-item:focus,
.cid-srUMku0FdM .nav-link:focus {
  outline: none;
}
.cid-srUMku0FdM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srUMku0FdM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srUMku0FdM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-srUMku0FdM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srUMku0FdM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srUMku0FdM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srUMku0FdM .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-srUMku0FdM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srUMku0FdM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srUMku0FdM .dropdown-item.active,
.cid-srUMku0FdM .dropdown-item:active {
  background-color: transparent;
}
.cid-srUMku0FdM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srUMku0FdM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srUMku0FdM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srUMku0FdM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-srUMku0FdM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srUMku0FdM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srUMku0FdM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-srUMku0FdM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-srUMku0FdM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srUMku0FdM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-srUMku0FdM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-srUMku0FdM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-srUMku0FdM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-srUMku0FdM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-srUMku0FdM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srUMku0FdM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-srUMku0FdM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-srUMku0FdM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srUMku0FdM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-srUMku0FdM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srUMku0FdM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-srUMku0FdM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srUMku0FdM .navbar {
    height: 77px;
  }
  .cid-srUMku0FdM .navbar.opened {
    height: auto;
  }
  .cid-srUMku0FdM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srUMkvjJa6 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-srUMkvjJa6 .link-align {
  width: 100%;
}
.cid-srUMkvjJa6 .link-wrap {
  display: inline-block;
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-srUMkvjJa6 .mbr-text,
.cid-srUMkvjJa6 .link-align {
  color: #ffffff;
  text-align: center;
}
.cid-srUMkvjJa6 .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-srUMkvjJa6 .icon-wrap:hover {
  animation: 0.6s hover;
}
.cid-srUMkvjJa6 .icon-wrap span {
  padding-left: 4px;
}
.cid-srUMkvjJa6 .mbr-media span {
  font-size: 1.6rem;
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-srUMkvjJa6 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-srUMkvjJa6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-srUMkvjJa6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-srUMkvjJa6 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-srUMkvjJa6 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-srUMkvjJa6 a.close:hover {
  color: #ffffff;
}
.cid-srZVtOIUpo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
  z-index: 2;
}
.cid-srZVtOIUpo .icon1 {
  background: #a8aaf1;
}
.cid-srZVtOIUpo .row {
  justify-content: space-between;
}
.cid-srZVtOIUpo .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-srZVtOIUpo .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-srZVtOIUpo .inline-wrapper {
  display: inline-block;
}
.cid-srZVtOIUpo .align-wrapper {
  width: 100%;
}
.cid-srZVtOIUpo .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-srZVtOIUpo .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-srZVtOIUpo .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-srZVtOIUpo .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-srZVtOIUpo .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-srZVtOIUpo .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
}
.cid-srZVtOIUpo img {
  border-radius: 8px;
}
.cid-srZVtOIUpo .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-srZVtOIUpo .mbr-section-subtitle {
  color: #767676;
}
.cid-srZVtOIUpo .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-srZVtOIUpo .card-text {
  color: #767676;
}
.cid-srZVtOIUpo .main-sub-title,
.cid-srZVtOIUpo .align-wrapper {
  color: #33358c;
}
.cid-srZVtOIUpo .main-text {
  color: #777d74;
}
.cid-srZVtOIUpo .hover:hover .main-title {
  color: #200960 !important;
}
.cid-srZVtOIUpo .main-title {
  color: #1c1c25;
  transition: all 0.3s;
}
.cid-srUMkwRUOc {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-srUMkwRUOc .copyright {
  display: flex;
}
.cid-srUMkwRUOc .item {
  padding-right: 1.5rem;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-srUMkwRUOc .item:hover a,
.cid-srUMkwRUOc .item:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-srUMkwRUOc .copyright,
  .cid-srUMkwRUOc .col-lg-1 {
    margin-bottom: 1rem;
  }
  .cid-srUMkwRUOc .align-left,
  .cid-srUMkwRUOc .align-right {
    text-align: center;
  }
  .cid-srUMkwRUOc .copyright {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-srUMkwRUOc .copyright {
    flex-direction: column;
  }
  .cid-srUMkwRUOc .item {
    padding-right: 0rem;
    padding-bottom: 0.4rem;
  }
}
.cid-srUMkwRUOc .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-srUMkwRUOc .mbr-text {
  color: #cccccc;
}
.cid-ss05jjawV0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ss05jjawV0 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-ss05jjawV0 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ss05jjawV0 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ss05jjawV0 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ss05jjawV0 .navbar.opened {
  transition: all .3s;
}
.cid-ss05jjawV0 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ss05jjawV0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ss05jjawV0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ss05jjawV0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ss05jjawV0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ss05jjawV0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ss05jjawV0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ss05jjawV0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ss05jjawV0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ss05jjawV0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ss05jjawV0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ss05jjawV0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ss05jjawV0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ss05jjawV0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ss05jjawV0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ss05jjawV0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ss05jjawV0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ss05jjawV0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ss05jjawV0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ss05jjawV0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ss05jjawV0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ss05jjawV0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ss05jjawV0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ss05jjawV0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ss05jjawV0 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ss05jjawV0 .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ss05jjawV0 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ss05jjawV0 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-ss05jjawV0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-ss05jjawV0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ss05jjawV0 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ss05jjawV0 .navbar-caption {
  padding-right: 4rem;
}
.cid-ss05jjawV0 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ss05jjawV0 .dropdown-menu,
.cid-ss05jjawV0 .navbar.opened {
  background: #ffffff !important;
}
.cid-ss05jjawV0 .nav-item:focus,
.cid-ss05jjawV0 .nav-link:focus {
  outline: none;
}
.cid-ss05jjawV0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ss05jjawV0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ss05jjawV0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ss05jjawV0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ss05jjawV0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ss05jjawV0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ss05jjawV0 .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-ss05jjawV0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ss05jjawV0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ss05jjawV0 .dropdown-item.active,
.cid-ss05jjawV0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ss05jjawV0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ss05jjawV0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ss05jjawV0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ss05jjawV0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ss05jjawV0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ss05jjawV0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ss05jjawV0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ss05jjawV0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ss05jjawV0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ss05jjawV0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ss05jjawV0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ss05jjawV0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ss05jjawV0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ss05jjawV0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ss05jjawV0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ss05jjawV0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ss05jjawV0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ss05jjawV0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ss05jjawV0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ss05jjawV0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ss05jjawV0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ss05jjawV0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ss05jjawV0 .navbar {
    height: 77px;
  }
  .cid-ss05jjawV0 .navbar.opened {
    height: auto;
  }
  .cid-ss05jjawV0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ss05jkoy3F {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-ss05jkoy3F .link-align {
  width: 100%;
}
.cid-ss05jkoy3F .link-wrap {
  display: inline-block;
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-ss05jkoy3F .mbr-text,
.cid-ss05jkoy3F .link-align {
  color: #ffffff;
  text-align: center;
}
.cid-ss05jkoy3F .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-ss05jkoy3F .icon-wrap:hover {
  animation: 0.6s hover;
}
.cid-ss05jkoy3F .icon-wrap span {
  padding-left: 4px;
}
.cid-ss05jkoy3F .mbr-media span {
  font-size: 1.6rem;
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-ss05jkoy3F .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-ss05jkoy3F .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ss05jkoy3F .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ss05jkoy3F .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ss05jkoy3F a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-ss05jkoy3F a.close:hover {
  color: #ffffff;
}
.cid-ss0a55eu1o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ss0a55eu1o .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ss0a55eu1o .card-title {
  margin-bottom: 26px;
  color: #200960;
}
.cid-ss0a55eu1o .mbr-text {
  margin-bottom: 30px;
}
.cid-ss0a55eu1o .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-ss0a55eu1o .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-ss0a55eu1o .iconfont-wrapper svg #grad_1 {
  stop-color: #6b3df0;
}
.cid-ss0a55eu1o .iconfont-wrapper svg #grad_2 {
  stop-color: #b39cf7;
}
.cid-ss0a55eu1o .iconfont-wrapper svg #blur_svg {
  flood-color: #6b3df0;
}
.cid-ss0a55eu1o .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-ss0a55eu1o .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ss0a55eu1o .text-wrapper {
    text-align: center;
  }
  .cid-ss0a55eu1o .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-ss0a55eu1o .mbr-text {
    margin-bottom: 20px;
  }
  .cid-ss0a55eu1o .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ss05jmosQ5 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-ss05jmosQ5 .copyright {
  display: flex;
}
.cid-ss05jmosQ5 .item {
  padding-right: 1.5rem;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-ss05jmosQ5 .item:hover a,
.cid-ss05jmosQ5 .item:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-ss05jmosQ5 .copyright,
  .cid-ss05jmosQ5 .col-lg-1 {
    margin-bottom: 1rem;
  }
  .cid-ss05jmosQ5 .align-left,
  .cid-ss05jmosQ5 .align-right {
    text-align: center;
  }
  .cid-ss05jmosQ5 .copyright {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ss05jmosQ5 .copyright {
    flex-direction: column;
  }
  .cid-ss05jmosQ5 .item {
    padding-right: 0rem;
    padding-bottom: 0.4rem;
  }
}
.cid-ss05jmosQ5 .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-ss05jmosQ5 .mbr-text {
  color: #cccccc;
}
.cid-ss0f4an8r2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ss0f4an8r2 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-ss0f4an8r2 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ss0f4an8r2 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ss0f4an8r2 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ss0f4an8r2 .navbar.opened {
  transition: all .3s;
}
.cid-ss0f4an8r2 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ss0f4an8r2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ss0f4an8r2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ss0f4an8r2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ss0f4an8r2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ss0f4an8r2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ss0f4an8r2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ss0f4an8r2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ss0f4an8r2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ss0f4an8r2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ss0f4an8r2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ss0f4an8r2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ss0f4an8r2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ss0f4an8r2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ss0f4an8r2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ss0f4an8r2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ss0f4an8r2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ss0f4an8r2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ss0f4an8r2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ss0f4an8r2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ss0f4an8r2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ss0f4an8r2 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ss0f4an8r2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ss0f4an8r2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ss0f4an8r2 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ss0f4an8r2 .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ss0f4an8r2 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ss0f4an8r2 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-ss0f4an8r2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-ss0f4an8r2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ss0f4an8r2 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ss0f4an8r2 .navbar-caption {
  padding-right: 4rem;
}
.cid-ss0f4an8r2 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ss0f4an8r2 .dropdown-menu,
.cid-ss0f4an8r2 .navbar.opened {
  background: #ffffff !important;
}
.cid-ss0f4an8r2 .nav-item:focus,
.cid-ss0f4an8r2 .nav-link:focus {
  outline: none;
}
.cid-ss0f4an8r2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ss0f4an8r2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ss0f4an8r2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ss0f4an8r2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ss0f4an8r2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ss0f4an8r2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ss0f4an8r2 .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-ss0f4an8r2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ss0f4an8r2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ss0f4an8r2 .dropdown-item.active,
.cid-ss0f4an8r2 .dropdown-item:active {
  background-color: transparent;
}
.cid-ss0f4an8r2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ss0f4an8r2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ss0f4an8r2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ss0f4an8r2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ss0f4an8r2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ss0f4an8r2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ss0f4an8r2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ss0f4an8r2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ss0f4an8r2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ss0f4an8r2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ss0f4an8r2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ss0f4an8r2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ss0f4an8r2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ss0f4an8r2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ss0f4an8r2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ss0f4an8r2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ss0f4an8r2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ss0f4an8r2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ss0f4an8r2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ss0f4an8r2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ss0f4an8r2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ss0f4an8r2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ss0f4an8r2 .navbar {
    height: 77px;
  }
  .cid-ss0f4an8r2 .navbar.opened {
    height: auto;
  }
  .cid-ss0f4an8r2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ss0f4c6yV7 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-ss0f4c6yV7 .link-align {
  width: 100%;
}
.cid-ss0f4c6yV7 .link-wrap {
  display: inline-block;
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-ss0f4c6yV7 .mbr-text,
.cid-ss0f4c6yV7 .link-align {
  color: #ffffff;
  text-align: center;
}
.cid-ss0f4c6yV7 .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-ss0f4c6yV7 .icon-wrap:hover {
  animation: 0.6s hover;
}
.cid-ss0f4c6yV7 .icon-wrap span {
  padding-left: 4px;
}
.cid-ss0f4c6yV7 .mbr-media span {
  font-size: 1.6rem;
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-ss0f4c6yV7 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-ss0f4c6yV7 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ss0f4c6yV7 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ss0f4c6yV7 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ss0f4c6yV7 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-ss0f4c6yV7 a.close:hover {
  color: #ffffff;
}
.cid-ss0fzBkThU {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ss0fzBkThU img {
  width: 100%;
}
.cid-ss0fzBkThU .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #5758e0;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-ss0fzBkThU .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-ss0fzBkThU .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-ss0fzBkThU .contents {
  margin-top: 36px;
}
.cid-ss0fzBkThU .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-ss0fzBkThU .mbr-section-btn {
  margin-top: 8px;
}
.cid-ss0fzBkThU .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-ss0fzBkThU .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-ss0fzBkThU .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-ss0f4dU3Ss {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-ss0f4dU3Ss .copyright {
  display: flex;
}
.cid-ss0f4dU3Ss .item {
  padding-right: 1.5rem;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-ss0f4dU3Ss .item:hover a,
.cid-ss0f4dU3Ss .item:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-ss0f4dU3Ss .copyright,
  .cid-ss0f4dU3Ss .col-lg-1 {
    margin-bottom: 1rem;
  }
  .cid-ss0f4dU3Ss .align-left,
  .cid-ss0f4dU3Ss .align-right {
    text-align: center;
  }
  .cid-ss0f4dU3Ss .copyright {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ss0f4dU3Ss .copyright {
    flex-direction: column;
  }
  .cid-ss0f4dU3Ss .item {
    padding-right: 0rem;
    padding-bottom: 0.4rem;
  }
}
.cid-ss0f4dU3Ss .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-ss0f4dU3Ss .mbr-text {
  color: #cccccc;
}
