body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam';
  font-size: 3.5rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Be Vietnam';
  font-size: 2.4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Be Vietnam';
  font-size: 0.9rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Be Vietnam';
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Be Vietnam';
  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: 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))));
  }
  .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: #787324 !important;
}
.bg-info {
  background-color: #4f4943 !important;
}
.bg-warning {
  background-color: #7f1933 !important;
}
.bg-danger {
  background-color: #333333 !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: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-secondary:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4f4943 !important;
  border-color: #4f4943 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #262320 !important;
  border-color: #262320 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #262320 !important;
  border-color: #262320 !important;
}
.btn-info:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-success,
.btn-success:active {
  background-color: #787324 !important;
  border-color: #787324 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3d3b12 !important;
  border-color: #3d3b12 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3d3b12 !important;
  border-color: #3d3b12 !important;
}
.btn-success:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-warning:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !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: #999999;
  color: #999999;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4f4943;
  color: #4f4943;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #4f4943;
  border-color: #4f4943;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4f4943 !important;
  border-color: #4f4943 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #787324;
  color: #787324;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #787324;
  border-color: #787324;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #787324 !important;
  border-color: #787324 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #7f1933;
  color: #7f1933;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #7f1933;
  border-color: #7f1933;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !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: #999999 !important;
}
.text-success {
  color: #787324 !important;
}
.text-info {
  color: #4f4943 !important;
}
.text-warning {
  color: #7f1933 !important;
}
.text-danger {
  color: #333333 !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: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #c5bd3d !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #867c72 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #d42a55 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #666666 !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: #4f4943;
}
.alert-warning {
  background-color: #7f1933;
}
.alert-danger {
  background-color: #333333;
}
.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: #cbc351;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c1bcb6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d93e66;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a6a6a6;
}
/* 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: #000000 !important;
  background: #999999 !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;
}
@media (min-width: 992px) {
  .cid-rVtZLIAGc8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.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: #333333;
}
.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-u5YRJ7SlV2 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/img-1438-1566x1044.jpg");
}
.cid-u5YRJ7SlV2 .link-align {
  width: 100%;
}
.cid-u5YRJ7SlV2 .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-u5YRJ7SlV2 .mbr-text,
.cid-u5YRJ7SlV2 .link-align {
  color: #ffffff;
}
.cid-u5YRJ7SlV2 .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-u5YRJ7SlV2 .icon-wrap:hover {
  animation: 0.6s hover;
}
.cid-u5YRJ7SlV2 .icon-wrap span {
  padding-left: 4px;
}
.cid-u5YRJ7SlV2 .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-u5YRJ7SlV2 .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-u5YRJ7SlV2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u5YRJ7SlV2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u5YRJ7SlV2 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u5YRJ7SlV2 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-u5YRJ7SlV2 a.close:hover {
  color: #ffffff;
}
.cid-u5YRJ7SlV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5YRJ7SlV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Z8uzGgIp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2Z8uzGgIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Z8uzGgIp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Z8uzGgIp .row {
  flex-direction: row-reverse;
}
.cid-v2Z8uzGgIp .mbr-description {
  color: #cccccc;
}
.cid-u5YuxhZSky {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u5YuxhZSky img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-u5YuxhZSky .img-wrapper {
  margin-bottom: 1.8rem;
  transition: all 0.3s ease-in-out;
}
.cid-u5YuxhZSky .card .img-wrapper {
  overflow: hidden;
}
.cid-u5YuxhZSky .card:hover {
  cursor: pointer;
}
.cid-u5YuxhZSky .card:hover img {
  transform: scale(1.05);
}
.cid-u5YuxhZSky .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
.cid-u5YuxhZSky .mbr-section-title {
  transition: all 0.3s ease-in-out;
  text-align: center;
  color: #ad2346;
}
.cid-u5YuxhZSky .mbr-section-title:hover {
  color: #5758e0;
}
.cid-u5YuxhZSky .mbr-section-date {
  color: #999999;
}
.cid-u5YuxhZSky .mbr-section-text {
  color: #999999;
}
.cid-u5YuxhZSky .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5YuxhZSky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5Z3Y143De {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3f3f3;
}
.cid-u5Z3Y143De .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-u5Z3Y143De .link-wrap {
  width: 100%;
}
.cid-u5Z3Y143De .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  opacity: 0;
  color: #000000;
  text-align: center;
}
.cid-u5Z3Y143De .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0;
  left: 0;
}
.cid-u5Z3Y143De .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.3s;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-u5Z3Y143De .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u5Z3Y143De .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-u5Z3Y143De .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-u5Z3Y143De .link {
    opacity: 1;
  }
  .cid-u5Z3Y143De .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u5Z3Y143De .card:hover .card-wrapper:after {
    opacity: 1;
    background: #f77991;
  }
  .cid-u5Z3Y143De .card:hover .link {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-u5Z3Y143De .card {
    padding-bottom: 1rem !important;
  }
  .cid-u5Z3Y143De .card .link {
    opacity: 1;
  }
  .cid-u5Z3Y143De .card-wrapper:after {
    opacity: 0.7;
    background: #f77991;
  }
}
.cid-u5Z3Y143De .row {
  justify-content: center;
}
.cid-u5Z3Y143De .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-u5Z3Y143De .mbr-iconfont {
  color: #ffffff !important;
  font-size: 4.5rem !important;
  display: block;
  padding-bottom: 2rem;
}
.cid-u5Z3Y143De .card1 {
  background-image: url("../../../assets/images/pd-shop-792x552.jpg");
}
.cid-u5Z3Y143De .card2 {
  background-image: url("../../../assets/images/yt2-1192x635.png");
}
.cid-u5Z3Y143De .card3 {
  background-image: url("../../../assets/images/03.jpg");
}
.cid-u5Z3Y143De .link,
.cid-u5Z3Y143De .card-box {
  color: #ffffff;
}
.cid-u5Z3Y143De .mbr-text,
.cid-u5Z3Y143De .link-wrap {
  text-align: center;
}
.cid-u5Z3Y143De .main-subtitle {
  color: #999999;
}
.cid-u5Z3Y143De .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5Z3Y143De .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Z8LcmfBd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2Z8LcmfBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Z8LcmfBd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Z8LcmfBd .row {
  flex-direction: row-reverse;
}
.cid-v2Z8LcmfBd .mbr-description {
  color: #cccccc;
}
.cid-u67XRtA7dK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ad2346;
}
.cid-u67XRtA7dK h3 {
  color: #999999;
}
.cid-u67XRtA7dK h4 {
  color: #ffffff;
}
.cid-u67XRtA7dK .mbr-text,
.cid-u67XRtA7dK .mbr-section-btn {
  color: #999999;
}
.cid-u67XRtA7dK img {
  width: 120px;
  border-radius: 100%;
  object-fit: cover;
  height: 120px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-u67XRtA7dK .mbr-text {
  color: #ffffff;
}
.cid-u67XRtA7dK .display-5 {
  line-height: 1.8;
}
.cid-u67XRtA7dK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u67XRtA7dK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u67XRtA7dK H3 {
  color: #cccccc;
}
.cid-u5ZuJHNw3B {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6b635b;
}
.cid-u5ZuJHNw3B .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-u5ZuJHNw3B .container {
  max-width: 1400px;
}
.cid-u5ZuJHNw3B li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-u5ZuJHNw3B .col-lg-3 {
    max-width: 20%;
  }
}
.cid-u5ZuJHNw3B .time {
  line-height: 2;
}
.cid-u5ZuJHNw3B .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-u5ZuJHNw3B .text-wrap {
  width: 100%;
}
.cid-u5ZuJHNw3B .item-wrap {
  display: inline-block;
}
.cid-u5ZuJHNw3B .item-wrap span,
.cid-u5ZuJHNw3B .item-wrap p {
  transition: all 0.3s;
}
.cid-u5ZuJHNw3B .item-wrap:hover span,
.cid-u5ZuJHNw3B .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-u5ZuJHNw3B .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-u5ZuJHNw3B .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-u5ZuJHNw3B .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-u5ZuJHNw3B .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-u5ZuJHNw3B .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5ZuJHNw3B .socicon-wrap {
    margin: auto;
  }
}
.cid-u5ZuJHNw3B .title {
  color: #ffffff;
}
.cid-u5ZuJHNw3B .mbr-text {
  color: #999999;
}
.cid-u5ZuJHNw3B .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-u5ZuJHNw3B .icon-title,
.cid-u5ZuJHNw3B .align-wrap {
  color: #cccccc;
  width: 100%;
}
.cid-u5ZuJHNw3B .mbr-text,
.cid-u5ZuJHNw3B .mbr-section-btn {
  color: #cccccc;
}
.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;
}
@media (min-width: 992px) {
  .cid-rVtZLIAGc8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.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: #333333;
}
.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-u7oMSDOW76 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner-1770x1159.jpg");
}
.cid-u7oMSDOW76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7oMSDOW76 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7oMSDOW76 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u7oMSDOW76 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u7oMSDOW76 .container {
    padding: 0;
  }
}
.cid-u7oMSDOW76 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7oMSDOW76 .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1b752;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u7oMSDOW76 .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-u7oMSDOW76 .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-u7oMSDOW76 .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-u7oMSDOW76 .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-u7oMSDOW76 .mbr-section-title {
  color: #ffffff;
}
.cid-u7oMSDOW76 .mbr-box {
  color: #ffffff;
}
.cid-u7oMSDOW76 .mbr-section-btn {
  text-align: center;
}
.cid-u7oIKvwApH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7oIKvwApH img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7oIKvwApH .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-u7oIKvwApH .img-col {
  padding: 0;
}
.cid-u7oIKvwApH .wrapper {
  padding: 6rem 12rem;
}
.cid-u7oIKvwApH .link-wrap {
  width: 100%;
}
.cid-u7oIKvwApH .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-u7oIKvwApH .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-u7oIKvwApH .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-u7oIKvwApH .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-u7oIKvwApH .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7oIKvwApH .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-u7oIKvwApH .link,
.cid-u7oIKvwApH .wrapper {
  color: #cc2952;
}
.cid-u7oIKvwApH .mbr-section-subtitle {
  color: #465052;
  text-align: right;
}
.cid-u7oIKvwApH .card-title,
.cid-u7oIKvwApH .card-box {
  color: #7f1933;
}
.cid-u7oIKvwApH .mbr-text,
.cid-u7oIKvwApH .mbr-section-btn {
  color: #999999;
}
.cid-u7oIKvwApH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7oIKvwApH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7oIKvwApH .mbr-text,
.cid-u7oIKvwApH .wrapper {
  text-align: right;
}
.cid-u7oIKvwApH .card-title,
.cid-u7oIKvwApH .card-box DIV {
  text-align: right;
}
.cid-u7pe80Ln1M {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f1f1f1;
}
.cid-u7pe80Ln1M .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pe80Ln1M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pe80Ln1M .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-u7pe80Ln1M .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7pe80Ln1M .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-u7pe80Ln1M .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7pe80Ln1M .container {
    padding: 0 14px;
  }
}
.cid-u7pe80Ln1M .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-u7pe80Ln1M .content-wrapper .link-wrapper {
  display: block;
}
.cid-u7pe80Ln1M .content-wrapper .link-wrapper:hover .mbr-link,
.cid-u7pe80Ln1M .content-wrapper .link-wrapper:focus .mbr-link {
  color: #ad2346;
}
.cid-u7pe80Ln1M .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u7pe80Ln1M .mbr-text {
  color: #ad2346;
  text-align: center;
}
.cid-u7pe80Ln1M .mbr-link {
  color: #ad2346;
  text-align: center;
}
.cid-u7p4xz9ReL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7p4xz9ReL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7p4xz9ReL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7p4xz9ReL .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7p4xz9ReL .container {
    padding: 0 12px;
  }
}
.cid-u7p4xz9ReL .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u7p4xz9ReL .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-u7p4xz9ReL .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-u7p4xz9ReL .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #f77991;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-u7p4xz9ReL .mbr-section-title {
  color: #cc2952;
  text-align: center;
}
.cid-u7p8wdnTNG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7p8wdnTNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7p8wdnTNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7p8wdnTNG .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7p8wdnTNG .container {
    padding: 0 12px;
  }
}
.cid-u7p8wdnTNG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u7p8wdnTNG .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-u7p8wdnTNG .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-u7p8wdnTNG .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #f77991;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-u7p8wdnTNG .mbr-section-title {
  color: #cc2952;
  text-align: center;
}
.cid-u7p95SuWA2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7p95SuWA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7p95SuWA2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7p95SuWA2 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7p95SuWA2 .container {
    padding: 0 12px;
  }
}
.cid-u7p95SuWA2 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u7p95SuWA2 .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-u7p95SuWA2 .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-u7p95SuWA2 .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #f77991;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-u7p95SuWA2 .mbr-section-title {
  color: #cc2952;
  text-align: center;
}
.cid-u9Z8rkh1Y4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f1f1f1;
}
.cid-u9Z8rkh1Y4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Z8rkh1Y4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Z8rkh1Y4 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-u9Z8rkh1Y4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u9Z8rkh1Y4 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-u9Z8rkh1Y4 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u9Z8rkh1Y4 .container {
    padding: 0 14px;
  }
}
.cid-u9Z8rkh1Y4 .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-u9Z8rkh1Y4 .content-wrapper .link-wrapper {
  display: block;
}
.cid-u9Z8rkh1Y4 .content-wrapper .link-wrapper:hover .mbr-link,
.cid-u9Z8rkh1Y4 .content-wrapper .link-wrapper:focus .mbr-link {
  color: #ad2346;
}
.cid-u9Z8rkh1Y4 .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u9Z8rkh1Y4 .mbr-text {
  color: #ad2346;
  text-align: center;
}
.cid-u9Z8rkh1Y4 .mbr-link {
  color: #ad2346;
  text-align: center;
}
.cid-u9Z8yZPwm6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f1f1;
}
.cid-u9Z8yZPwm6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Z8yZPwm6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Z8yZPwm6 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-u9Z8yZPwm6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u9Z8yZPwm6 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-u9Z8yZPwm6 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u9Z8yZPwm6 .container {
    padding: 0 14px;
  }
}
.cid-u9Z8yZPwm6 .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-u9Z8yZPwm6 .content-wrapper .link-wrapper {
  display: block;
}
.cid-u9Z8yZPwm6 .content-wrapper .link-wrapper:hover .mbr-link,
.cid-u9Z8yZPwm6 .content-wrapper .link-wrapper:focus .mbr-link {
  color: #ad2346;
}
.cid-u9Z8yZPwm6 .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u9Z8yZPwm6 .mbr-text {
  color: #ad2346;
  text-align: center;
}
.cid-u9Z8yZPwm6 .mbr-link {
  color: #ad2346;
  text-align: center;
}
.cid-u9Cxl8KB4O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9Cxl8KB4O .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Cxl8KB4O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9Cxl8KB4O .container {
    padding: 0 30px;
  }
}
.cid-u9Cxl8KB4O .row {
  justify-content: center;
}
.cid-u9Cxl8KB4O .item {
  margin-bottom: 50px;
}
.cid-u9Cxl8KB4O .item a:hover .item-wrapper .item-img img,
.cid-u9Cxl8KB4O .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-u9Cxl8KB4O .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-u9Cxl8KB4O .item a .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-u9Cxl8KB4O .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-u9Cxl8KB4O .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-u9Cxl8KB4O .mbr-card-title {
  color: #212529;
  text-align: left;
}
.cid-u9Cxl8KB4O .mbr-desc {
  color: #212529;
}
.cid-u9Z8NRGZnV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f1f1f1;
}
.cid-u9Z8NRGZnV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Z8NRGZnV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Z8NRGZnV .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-u9Z8NRGZnV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u9Z8NRGZnV .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-u9Z8NRGZnV .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u9Z8NRGZnV .container {
    padding: 0 14px;
  }
}
.cid-u9Z8NRGZnV .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-u9Z8NRGZnV .content-wrapper .link-wrapper {
  display: block;
}
.cid-u9Z8NRGZnV .content-wrapper .link-wrapper:hover .mbr-link,
.cid-u9Z8NRGZnV .content-wrapper .link-wrapper:focus .mbr-link {
  color: #ad2346;
}
.cid-u9Z8NRGZnV .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u9Z8NRGZnV .mbr-text {
  color: #ad2346;
  text-align: center;
}
.cid-u9Z8NRGZnV .mbr-link {
  color: #ad2346;
  text-align: center;
}
.cid-u9CRzJ0EzT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9CRzJ0EzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9CRzJ0EzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9CRzJ0EzT .container {
    padding: 0 30px;
  }
}
.cid-u9CRzJ0EzT .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-u9CRzJ0EzT .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #cc2952;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-u9CRzJ0EzT .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-u9CRzJ0EzT .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-u9CRzJ0EzT .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9CRzJ0EzT .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ff6839;
}
.cid-u9CRzJ0EzT .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u9CRzJ0EzT .image-wrapper img {
    height: 280px;
  }
}
.cid-u9CRzJ0EzT .mbr-text {
  color: #000000;
}
.cid-u5ZuJHNw3B {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6b635b;
}
.cid-u5ZuJHNw3B .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-u5ZuJHNw3B .container {
  max-width: 1400px;
}
.cid-u5ZuJHNw3B li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-u5ZuJHNw3B .col-lg-3 {
    max-width: 20%;
  }
}
.cid-u5ZuJHNw3B .time {
  line-height: 2;
}
.cid-u5ZuJHNw3B .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-u5ZuJHNw3B .text-wrap {
  width: 100%;
}
.cid-u5ZuJHNw3B .item-wrap {
  display: inline-block;
}
.cid-u5ZuJHNw3B .item-wrap span,
.cid-u5ZuJHNw3B .item-wrap p {
  transition: all 0.3s;
}
.cid-u5ZuJHNw3B .item-wrap:hover span,
.cid-u5ZuJHNw3B .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-u5ZuJHNw3B .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-u5ZuJHNw3B .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-u5ZuJHNw3B .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-u5ZuJHNw3B .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-u5ZuJHNw3B .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5ZuJHNw3B .socicon-wrap {
    margin: auto;
  }
}
.cid-u5ZuJHNw3B .title {
  color: #ffffff;
}
.cid-u5ZuJHNw3B .mbr-text {
  color: #999999;
}
.cid-u5ZuJHNw3B .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-u5ZuJHNw3B .icon-title,
.cid-u5ZuJHNw3B .align-wrap {
  color: #cccccc;
  width: 100%;
}
.cid-u5ZuJHNw3B .mbr-text,
.cid-u5ZuJHNw3B .mbr-section-btn {
  color: #cccccc;
}
.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;
}
@media (min-width: 992px) {
  .cid-rVtZLIAGc8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.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: #333333;
}
.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-u9ES9ILdaR {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner-1770x1159.jpg");
}
.cid-u9ES9ILdaR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ES9ILdaR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ES9ILdaR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9ES9ILdaR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9ES9ILdaR .container {
    padding: 0;
  }
}
.cid-u9ES9ILdaR .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9ES9ILdaR .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1b752;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u9ES9ILdaR .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-u9ES9ILdaR .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-u9ES9ILdaR .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-u9ES9ILdaR .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-u9ES9ILdaR .mbr-section-title {
  color: #ffffff;
}
.cid-u9ES9ILdaR .mbr-box {
  color: #ffffff;
}
.cid-u9ES9ILdaR .mbr-section-btn {
  text-align: center;
}
.cid-u9EUdvZuOm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9EUdvZuOm .mbr-media {
  position: relative;
}
.cid-u9EUdvZuOm .mbr-media img {
  width: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
.cid-u9EUdvZuOm a:hover {
  background-image: none!important;
}
.cid-u9EUdvZuOm .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-u9EUdvZuOm .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-u9EUdvZuOm .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u9EUdvZuOm .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u9EUdvZuOm .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u9EUdvZuOm .close {
  position: fixed;
  opacity: 0.5;
  font-size: 3rem;
  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-u9EUdvZuOm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9EUdvZuOm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9EUdvZuOm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9EUdvZuOm .mbr-section-title {
  color: #cc2952;
}
.cid-u9EUUC6LjC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u9EUUC6LjC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9EUUC6LjC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9EUUC6LjC .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u9EUUC6LjC .container-fluid {
    padding: 0 20px;
  }
}
.cid-u9EUUC6LjC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9EUUC6LjC .container {
    padding: 0 20px;
  }
}
.cid-u9EUUC6LjC .row {
  justify-content: center;
}
.cid-u9EUUC6LjC .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-u9EUUC6LjC .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-u9EUUC6LjC .video-block {
    margin-bottom: 30px;
  }
}
.cid-u9EUUC6LjC .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9EUUC6LjC .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-u9EUUC6LjC .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-u9EUUC6LjC .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9EUUC6LjC .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u9EUUC6LjC .mbr-section-title {
  color: #cc2952;
  text-align: center;
}
.cid-v30Ka0KVoc {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v30Ka0KVoc {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .cid-v30Ka0KVoc .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-v30Ka0KVoc .box {
  background-size: cover;
  background-position: center;
  height: 350px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v30Ka0KVoc .bg1 {
  background-image: url("../../../assets/images/v1-623x473.png");
}
.cid-v30Ka0KVoc .bg2 {
  background-image: url("../../../assets/images/v2-624x474.png");
}
.cid-v30Ka0KVoc .icon-wrap {
  background-color: #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-v30Ka0KVoc .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-v30Ka0KVoc .icon-wrap span {
  padding-left: 8px;
}
.cid-v30Ka0KVoc .mbr-media span {
  font-size: 38px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #b06e6e !important;
}
.cid-v30Ka0KVoc .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-v30Ka0KVoc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v30Ka0KVoc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v30Ka0KVoc .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v30Ka0KVoc a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-v30Ka0KVoc a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-v30Ka0KVoc {
    padding-top: 0px;
    padding-bottom: 35px;
  }
  .cid-v30Ka0KVoc .box {
    height: 250px;
  }
}
.cid-v30Ka0KVoc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30Ka0KVoc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9EXk58Imo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f3f3f3;
}
.cid-u9EXk58Imo .mbr-section-subtitle {
  color: #14191e;
}
.cid-u9EXk58Imo .mbr-text {
  color: #777777;
}
.cid-u9EXk58Imo ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-u9EXk58Imo ul li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
}
.cid-u9EXk58Imo ul li:before {
  position: absolute;
  left: -20px;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f77991;
  width: 25px;
  height: 25px;
}
.cid-u9EXk58Imo .mbr-list {
  color: #777777;
}
.cid-u9EXk58Imo .mbr-section-title {
  color: #cc2952;
}
.cid-u9EYslhuFk {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9EYslhuFk .mbr-section-subtitle {
  color: #14191e;
}
.cid-u9EYslhuFk .mbr-text {
  color: #777777;
}
.cid-u9EYslhuFk ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-u9EYslhuFk ul li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
}
.cid-u9EYslhuFk ul li:before {
  position: absolute;
  left: -20px;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f77991;
  width: 25px;
  height: 25px;
}
.cid-u9EYslhuFk .mbr-list {
  color: #777777;
}
.cid-u9EYslhuFk .mbr-section-title {
  color: #cc2952;
}
.cid-u5ZuJHNw3B {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6b635b;
}
.cid-u5ZuJHNw3B .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-u5ZuJHNw3B .container {
  max-width: 1400px;
}
.cid-u5ZuJHNw3B li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-u5ZuJHNw3B .col-lg-3 {
    max-width: 20%;
  }
}
.cid-u5ZuJHNw3B .time {
  line-height: 2;
}
.cid-u5ZuJHNw3B .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-u5ZuJHNw3B .text-wrap {
  width: 100%;
}
.cid-u5ZuJHNw3B .item-wrap {
  display: inline-block;
}
.cid-u5ZuJHNw3B .item-wrap span,
.cid-u5ZuJHNw3B .item-wrap p {
  transition: all 0.3s;
}
.cid-u5ZuJHNw3B .item-wrap:hover span,
.cid-u5ZuJHNw3B .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-u5ZuJHNw3B .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-u5ZuJHNw3B .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-u5ZuJHNw3B .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-u5ZuJHNw3B .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-u5ZuJHNw3B .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5ZuJHNw3B .socicon-wrap {
    margin: auto;
  }
}
.cid-u5ZuJHNw3B .title {
  color: #ffffff;
}
.cid-u5ZuJHNw3B .mbr-text {
  color: #999999;
}
.cid-u5ZuJHNw3B .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-u5ZuJHNw3B .icon-title,
.cid-u5ZuJHNw3B .align-wrap {
  color: #cccccc;
  width: 100%;
}
.cid-u5ZuJHNw3B .mbr-text,
.cid-u5ZuJHNw3B .mbr-section-btn {
  color: #cccccc;
}
.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;
}
@media (min-width: 992px) {
  .cid-rVtZLIAGc8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.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: #333333;
}
.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-u9WkLgnsTN {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner-1770x1159.jpg");
}
.cid-u9WkLgnsTN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9WkLgnsTN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9WkLgnsTN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9WkLgnsTN .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9WkLgnsTN .container {
    padding: 0;
  }
}
.cid-u9WkLgnsTN .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9WkLgnsTN .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1b752;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u9WkLgnsTN .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-u9WkLgnsTN .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-u9WkLgnsTN .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-u9WkLgnsTN .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-u9WkLgnsTN .mbr-section-title {
  color: #ffffff;
}
.cid-u9WkLgnsTN .mbr-box {
  color: #ffffff;
}
.cid-u9WkLgnsTN .mbr-section-btn {
  text-align: center;
}
.cid-u9WkRzM1lv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u9WkRzM1lv .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-u9WkRzM1lv .mbr-media {
  z-index: 2;
}
.cid-u9WkRzM1lv .box {
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
}
.cid-u9WkRzM1lv .box:before {
  background-image: url("../../../assets/images/32-1661x932.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  transition: all 2s;
  height: 100%;
  left: 0;
}
.cid-u9WkRzM1lv .box:hover:before {
  transform: scale(1.1);
}
.cid-u9WkRzM1lv .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background: #ffffff;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-u9WkRzM1lv .icon-wrap:hover {
  background: #ffffff;
}
.cid-u9WkRzM1lv .icon-wrap span {
  padding-left: 4px;
}
.cid-u9WkRzM1lv .mbr-media span {
  font-size: 1.4rem;
  border-radius: 50%;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-u9WkRzM1lv .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-u9WkRzM1lv .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u9WkRzM1lv .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u9WkRzM1lv .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u9WkRzM1lv a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-u9WkRzM1lv a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-u9WkRzM1lv .box {
    height: 250px;
  }
}
.cid-u9WkRzM1lv .mbr-section-title {
  color: #000000;
}
.cid-u9WkRzM1lv H4 {
  color: #000000;
}
.cid-u9WkRzM1lv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9WkRzM1lv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9WlQ1SVzk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-u9WlQ1SVzk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9WlQ1SVzk .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-u9WlQ1SVzk .img-col {
  padding: 0;
}
.cid-u9WlQ1SVzk .wrapper {
  padding: 6rem 12rem;
}
.cid-u9WlQ1SVzk .link-wrap {
  width: 100%;
}
.cid-u9WlQ1SVzk .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-u9WlQ1SVzk .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-u9WlQ1SVzk .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-u9WlQ1SVzk .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-u9WlQ1SVzk .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u9WlQ1SVzk .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-u9WlQ1SVzk .link,
.cid-u9WlQ1SVzk .wrapper {
  color: #cc2952;
}
.cid-u9WlQ1SVzk .mbr-section-subtitle {
  color: #000000;
}
.cid-u9WlQ1SVzk .card-title,
.cid-u9WlQ1SVzk .card-box {
  color: #ad2346;
}
.cid-u9WlQ1SVzk .mbr-text,
.cid-u9WlQ1SVzk .mbr-section-btn {
  color: #999999;
}
.cid-u9WlQ1SVzk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9WlQ1SVzk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9WlQ1SVzk .mbr-text,
.cid-u9WlQ1SVzk .wrapper {
  color: #6b635b;
}
.cid-u9WmbSixQG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-u9WmbSixQG img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9WmbSixQG .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-u9WmbSixQG .img-col {
  padding: 0;
}
.cid-u9WmbSixQG .wrapper {
  padding: 6rem 12rem;
}
.cid-u9WmbSixQG .link-wrap {
  width: 100%;
}
.cid-u9WmbSixQG .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-u9WmbSixQG .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-u9WmbSixQG .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-u9WmbSixQG .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-u9WmbSixQG .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u9WmbSixQG .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-u9WmbSixQG .link,
.cid-u9WmbSixQG .wrapper {
  color: #cc2952;
}
.cid-u9WmbSixQG .mbr-section-subtitle {
  color: #000000;
}
.cid-u9WmbSixQG .card-title,
.cid-u9WmbSixQG .card-box {
  color: #ad2346;
}
.cid-u9WmbSixQG .mbr-text,
.cid-u9WmbSixQG .mbr-section-btn {
  color: #999999;
}
.cid-u9WmbSixQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9WmbSixQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9WmbSixQG .mbr-text,
.cid-u9WmbSixQG .wrapper {
  color: #6b635b;
}
.cid-u9WndHV3HX {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u9WndHV3HX h3 {
  color: #000000;
}
.cid-u9WndHV3HX h4 {
  color: #000000;
}
.cid-u9WndHV3HX .mbr-text,
.cid-u9WndHV3HX .mbr-section-btn {
  color: #999999;
}
.cid-u9WndHV3HX img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9WndHV3HX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9WndHV3HX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9WndHV3HX .mbr-text,
.cid-u9WndHV3HX .mbr-section-btn,
.cid-u9WndHV3HX .col-lg-7 {
  color: #6b635b;
}
.cid-u9WndHV3HX H4 {
  color: #cc2952;
}
.cid-u5ZuJHNw3B {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6b635b;
}
.cid-u5ZuJHNw3B .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-u5ZuJHNw3B .container {
  max-width: 1400px;
}
.cid-u5ZuJHNw3B li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-u5ZuJHNw3B .col-lg-3 {
    max-width: 20%;
  }
}
.cid-u5ZuJHNw3B .time {
  line-height: 2;
}
.cid-u5ZuJHNw3B .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-u5ZuJHNw3B .text-wrap {
  width: 100%;
}
.cid-u5ZuJHNw3B .item-wrap {
  display: inline-block;
}
.cid-u5ZuJHNw3B .item-wrap span,
.cid-u5ZuJHNw3B .item-wrap p {
  transition: all 0.3s;
}
.cid-u5ZuJHNw3B .item-wrap:hover span,
.cid-u5ZuJHNw3B .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-u5ZuJHNw3B .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-u5ZuJHNw3B .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-u5ZuJHNw3B .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-u5ZuJHNw3B .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-u5ZuJHNw3B .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5ZuJHNw3B .socicon-wrap {
    margin: auto;
  }
}
.cid-u5ZuJHNw3B .title {
  color: #ffffff;
}
.cid-u5ZuJHNw3B .mbr-text {
  color: #999999;
}
.cid-u5ZuJHNw3B .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-u5ZuJHNw3B .icon-title,
.cid-u5ZuJHNw3B .align-wrap {
  color: #cccccc;
  width: 100%;
}
.cid-u5ZuJHNw3B .mbr-text,
.cid-u5ZuJHNw3B .mbr-section-btn {
  color: #cccccc;
}
.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;
}
@media (min-width: 992px) {
  .cid-rVtZLIAGc8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.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: #333333;
}
.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-u9WoTsqP3J {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner-1770x1159.jpg");
}
.cid-u9WoTsqP3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9WoTsqP3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9WoTsqP3J .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9WoTsqP3J .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9WoTsqP3J .container {
    padding: 0;
  }
}
.cid-u9WoTsqP3J .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9WoTsqP3J .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1b752;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u9WoTsqP3J .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-u9WoTsqP3J .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-u9WoTsqP3J .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-u9WoTsqP3J .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-u9WoTsqP3J .mbr-section-title {
  color: #ffffff;
}
.cid-u9WoTsqP3J .mbr-box {
  color: #ffffff;
}
.cid-u9WoTsqP3J .mbr-section-btn {
  text-align: center;
}
.cid-u9Wrqp8yGI {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u9Wrqp8yGI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u9Wrqp8yGI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u9Wrqp8yGI .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-u9Wrqp8yGI .mbr-section-title {
  color: #ad2346;
}
.cid-u9ZmFs387Z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9ZmFs387Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZmFs387Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZmFs387Z .row {
  flex-direction: row-reverse;
}
.cid-u9ZlSh1qPG {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9ZlSh1qPG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZlSh1qPG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZlSh1qPG .row {
  flex-direction: row-reverse;
}
.cid-u5ZuJHNw3B {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6b635b;
}
.cid-u5ZuJHNw3B .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-u5ZuJHNw3B .container {
  max-width: 1400px;
}
.cid-u5ZuJHNw3B li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-u5ZuJHNw3B .col-lg-3 {
    max-width: 20%;
  }
}
.cid-u5ZuJHNw3B .time {
  line-height: 2;
}
.cid-u5ZuJHNw3B .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-u5ZuJHNw3B .text-wrap {
  width: 100%;
}
.cid-u5ZuJHNw3B .item-wrap {
  display: inline-block;
}
.cid-u5ZuJHNw3B .item-wrap span,
.cid-u5ZuJHNw3B .item-wrap p {
  transition: all 0.3s;
}
.cid-u5ZuJHNw3B .item-wrap:hover span,
.cid-u5ZuJHNw3B .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-u5ZuJHNw3B .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-u5ZuJHNw3B .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-u5ZuJHNw3B .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-u5ZuJHNw3B .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-u5ZuJHNw3B .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5ZuJHNw3B .socicon-wrap {
    margin: auto;
  }
}
.cid-u5ZuJHNw3B .title {
  color: #ffffff;
}
.cid-u5ZuJHNw3B .mbr-text {
  color: #999999;
}
.cid-u5ZuJHNw3B .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-u5ZuJHNw3B .icon-title,
.cid-u5ZuJHNw3B .align-wrap {
  color: #cccccc;
  width: 100%;
}
.cid-u5ZuJHNw3B .mbr-text,
.cid-u5ZuJHNw3B .mbr-section-btn {
  color: #cccccc;
}
.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;
}
@media (min-width: 992px) {
  .cid-rVtZLIAGc8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.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: #333333;
}
.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-u9X0cgzjhi {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner-1770x1159.jpg");
}
.cid-u9X0cgzjhi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9X0cgzjhi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9X0cgzjhi .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9X0cgzjhi .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9X0cgzjhi .container {
    padding: 0;
  }
}
.cid-u9X0cgzjhi .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9X0cgzjhi .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1b752;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u9X0cgzjhi .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-u9X0cgzjhi .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-u9X0cgzjhi .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-u9X0cgzjhi .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-u9X0cgzjhi .mbr-section-title {
  color: #ffffff;
}
.cid-u9X0cgzjhi .mbr-box {
  color: #ffffff;
}
.cid-u9X0cgzjhi .mbr-section-btn {
  text-align: center;
}
.cid-u9X1k9M3iI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u9X1k9M3iI .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-u9X1k9M3iI .mbr-media {
  z-index: 2;
}
.cid-u9X1k9M3iI .box {
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
}
.cid-u9X1k9M3iI .box:before {
  background-image: url("../../../assets/images/58-1664x933.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  transition: all 2s;
  height: 100%;
  left: 0;
}
.cid-u9X1k9M3iI .box:hover:before {
  transform: scale(1.1);
}
.cid-u9X1k9M3iI .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background: #ffffff;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-u9X1k9M3iI .icon-wrap:hover {
  background: #ffffff;
}
.cid-u9X1k9M3iI .icon-wrap span {
  padding-left: 4px;
}
.cid-u9X1k9M3iI .mbr-media span {
  font-size: 1.4rem;
  border-radius: 50%;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-u9X1k9M3iI .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-u9X1k9M3iI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u9X1k9M3iI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u9X1k9M3iI .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u9X1k9M3iI a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-u9X1k9M3iI a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-u9X1k9M3iI .box {
    height: 250px;
  }
}
.cid-u9X1k9M3iI .mbr-section-title {
  color: #000000;
}
.cid-u9X1k9M3iI H4 {
  color: #000000;
}
.cid-u9X1k9M3iI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9X1k9M3iI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9X5dQa7Dl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f1f4e9;
}
.cid-u9X5dQa7Dl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9X5dQa7Dl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9X5dQa7Dl .container {
    padding: 0 30px;
  }
}
.cid-u9X5dQa7Dl .row {
  position: relative;
}
.cid-u9X5dQa7Dl .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u9X5dQa7Dl .row img {
    top: auto;
    width: 100%;
  }
}
.cid-u9X5dQa7Dl .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .cid-u9X5dQa7Dl .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-u9X5dQa7Dl .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u9X5dQa7Dl .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9X5dQa7Dl .mbr-text {
  color: #212529;
}
.cid-u9X5dQa7Dl .mbr-link,
.cid-u9X5dQa7Dl .mbr-iconfont {
  color: #212529;
}
.cid-u9X5dQa7Dl .mbr-section-title {
  color: #ad2346;
}
.cid-u9X9zYU9aW {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u9X9zYU9aW h2 {
  color: #000000;
}
.cid-u9X9zYU9aW h1 {
  color: #000000;
}
.cid-u9X9zYU9aW .mbr-text,
.cid-u9X9zYU9aW .mbr-section-btn {
  color: #999999;
}
.cid-u9X9zYU9aW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9X9zYU9aW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9X9zYU9aW H1 {
  color: #ad2346;
}
.cid-u9X9t4tbPn {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u9X9t4tbPn .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-u9X9t4tbPn .card-title {
  position: relative;
  cursor: pointer;
  color: #787324;
}
.cid-u9X9t4tbPn .card-title:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: 0px;
  opacity: 0.1;
  left: 0;
}
.cid-u9X9t4tbPn .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-u9X9t4tbPn .card-title:hover:before {
  width: 100%;
}
.cid-u9X9t4tbPn .card:hover {
  cursor: pointer;
}
.cid-u9X9t4tbPn .card:hover .card-title:before {
  width: 100%;
}
.cid-u9X9t4tbPn .card-text {
  color: #999999;
}
.cid-u9X9t4tbPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9X9t4tbPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2YX4Gh5XM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2YX4Gh5XM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2YX4Gh5XM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2YX4Gh5XM .row {
  flex-direction: row-reverse;
}
.cid-v2YX4Gh5XM .mbr-description {
  color: #cccccc;
}
.cid-v2Z0oNH3TA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2Z0oNH3TA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Z0oNH3TA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Z0oNH3TA .row {
  flex-direction: row-reverse;
}
.cid-v2Z0oNH3TA .mbr-description {
  color: #cccccc;
}
.cid-u9XirgKSAD {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u9XirgKSAD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9XirgKSAD .container {
  max-width: 1400px;
}
.cid-u9XirgKSAD .image-wrapper {
  position: relative;
}
.cid-u9XirgKSAD .image-wrapper:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-u9XirgKSAD .image-wrapper:hover:before {
  opacity: 0.4;
}
.cid-u9XirgKSAD .row {
  flex-direction: row-reverse;
}
.cid-u9XirgKSAD img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u9XirgKSAD .mbr-text {
  color: #818181;
}
.cid-u9Xd4hAsga {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u9Xd4hAsga h3 {
  color: #000000;
}
.cid-u9Xd4hAsga h4 {
  color: #000000;
}
.cid-u9Xd4hAsga .mbr-text,
.cid-u9Xd4hAsga .mbr-section-btn {
  color: #999999;
}
.cid-u9Xd4hAsga img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9Xd4hAsga .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Xd4hAsga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Xd4hAsga .mbr-text,
.cid-u9Xd4hAsga .mbr-section-btn,
.cid-u9Xd4hAsga .col-lg-7 {
  color: #6b635b;
  text-align: center;
}
.cid-u9Xd4hAsga H4 {
  color: #cc2952;
}
.cid-v2YX54EMRp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2YX54EMRp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2YX54EMRp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2YX54EMRp .row {
  flex-direction: row-reverse;
}
.cid-v2YX54EMRp .mbr-description {
  color: #cccccc;
}
.cid-u5ZuJHNw3B {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6b635b;
}
.cid-u5ZuJHNw3B .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-u5ZuJHNw3B .container {
  max-width: 1400px;
}
.cid-u5ZuJHNw3B li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-u5ZuJHNw3B .col-lg-3 {
    max-width: 20%;
  }
}
.cid-u5ZuJHNw3B .time {
  line-height: 2;
}
.cid-u5ZuJHNw3B .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-u5ZuJHNw3B .text-wrap {
  width: 100%;
}
.cid-u5ZuJHNw3B .item-wrap {
  display: inline-block;
}
.cid-u5ZuJHNw3B .item-wrap span,
.cid-u5ZuJHNw3B .item-wrap p {
  transition: all 0.3s;
}
.cid-u5ZuJHNw3B .item-wrap:hover span,
.cid-u5ZuJHNw3B .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-u5ZuJHNw3B .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-u5ZuJHNw3B .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-u5ZuJHNw3B .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-u5ZuJHNw3B .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-u5ZuJHNw3B .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5ZuJHNw3B .socicon-wrap {
    margin: auto;
  }
}
.cid-u5ZuJHNw3B .title {
  color: #ffffff;
}
.cid-u5ZuJHNw3B .mbr-text {
  color: #999999;
}
.cid-u5ZuJHNw3B .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-u5ZuJHNw3B .icon-title,
.cid-u5ZuJHNw3B .align-wrap {
  color: #cccccc;
  width: 100%;
}
.cid-u5ZuJHNw3B .mbr-text,
.cid-u5ZuJHNw3B .mbr-section-btn {
  color: #cccccc;
}
.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;
}
@media (min-width: 992px) {
  .cid-rVtZLIAGc8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.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: #333333;
}
.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-u9Xmtj9Cpv {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner-1770x1159.jpg");
}
.cid-u9Xmtj9Cpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Xmtj9Cpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Xmtj9Cpv .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9Xmtj9Cpv .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9Xmtj9Cpv .container {
    padding: 0;
  }
}
.cid-u9Xmtj9Cpv .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9Xmtj9Cpv .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1b752;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u9Xmtj9Cpv .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-u9Xmtj9Cpv .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-u9Xmtj9Cpv .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-u9Xmtj9Cpv .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-u9Xmtj9Cpv .mbr-section-title {
  color: #ffffff;
}
.cid-u9Xmtj9Cpv .mbr-box {
  color: #ffffff;
}
.cid-u9Xmtj9Cpv .mbr-section-btn {
  text-align: center;
}
.cid-u9XmxvGkNp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u9XmxvGkNp .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-u9XmxvGkNp .mbr-media {
  z-index: 2;
}
.cid-u9XmxvGkNp .box {
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
}
.cid-u9XmxvGkNp .box:before {
  background-image: url("../../../assets/images/756-1660x933.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  transition: all 2s;
  height: 100%;
  left: 0;
}
.cid-u9XmxvGkNp .box:hover:before {
  transform: scale(1.1);
}
.cid-u9XmxvGkNp .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background: #ffffff;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-u9XmxvGkNp .icon-wrap:hover {
  background: #ffffff;
}
.cid-u9XmxvGkNp .icon-wrap span {
  padding-left: 4px;
}
.cid-u9XmxvGkNp .mbr-media span {
  font-size: 1.4rem;
  border-radius: 50%;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-u9XmxvGkNp .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-u9XmxvGkNp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u9XmxvGkNp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u9XmxvGkNp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u9XmxvGkNp a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-u9XmxvGkNp a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-u9XmxvGkNp .box {
    height: 250px;
  }
}
.cid-u9XmxvGkNp .mbr-section-title {
  color: #000000;
}
.cid-u9XmxvGkNp H4 {
  color: #000000;
}
.cid-u9XmxvGkNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9XmxvGkNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Ze3kN9vi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e9e9e9;
}
.cid-u9Ze3kN9vi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Ze3kN9vi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-u9Ze3kN9vi .d-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-u9Ze3kN9vi .d-flex .team-m {
    margin: 0;
    margin-top: -1rem;
  }
}
.cid-u9Ze3kN9vi .wrapper-inner {
  background: #f1b752;
  border-radius: 2rem;
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-u9Ze3kN9vi .wrapper-inner {
    padding: 3rem 1rem;
  }
}
.cid-u9Ze3kN9vi .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-u9Ze3kN9vi .team {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.cid-u9Ze3kN9vi .team-m {
  margin-left: -1rem;
}
.cid-u9Ze3kN9vi .text-wrapper {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-u9Ze3kN9vi .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-u9Ze3kN9vi .image-wrapper {
  padding: 0;
}
.cid-u9Ze3kN9vi .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
.cid-u9XGAWZPtM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u9XGAWZPtM h3 {
  color: #000000;
}
.cid-u9XGAWZPtM h4 {
  color: #000000;
}
.cid-u9XGAWZPtM .mbr-text,
.cid-u9XGAWZPtM .mbr-section-btn {
  color: #999999;
}
.cid-u9XGAWZPtM img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9XGAWZPtM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9XGAWZPtM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9XGAWZPtM .mbr-text,
.cid-u9XGAWZPtM .mbr-section-btn,
.cid-u9XGAWZPtM .col-lg-7 {
  color: #6b635b;
}
.cid-u9XGAWZPtM H4 {
  color: #cc2952;
}
.cid-u5ZuJHNw3B {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6b635b;
}
.cid-u5ZuJHNw3B .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-u5ZuJHNw3B .container {
  max-width: 1400px;
}
.cid-u5ZuJHNw3B li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-u5ZuJHNw3B .col-lg-3 {
    max-width: 20%;
  }
}
.cid-u5ZuJHNw3B .time {
  line-height: 2;
}
.cid-u5ZuJHNw3B .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-u5ZuJHNw3B .text-wrap {
  width: 100%;
}
.cid-u5ZuJHNw3B .item-wrap {
  display: inline-block;
}
.cid-u5ZuJHNw3B .item-wrap span,
.cid-u5ZuJHNw3B .item-wrap p {
  transition: all 0.3s;
}
.cid-u5ZuJHNw3B .item-wrap:hover span,
.cid-u5ZuJHNw3B .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-u5ZuJHNw3B .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-u5ZuJHNw3B .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-u5ZuJHNw3B .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-u5ZuJHNw3B .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-u5ZuJHNw3B .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5ZuJHNw3B .socicon-wrap {
    margin: auto;
  }
}
.cid-u5ZuJHNw3B .title {
  color: #ffffff;
}
.cid-u5ZuJHNw3B .mbr-text {
  color: #999999;
}
.cid-u5ZuJHNw3B .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-u5ZuJHNw3B .icon-title,
.cid-u5ZuJHNw3B .align-wrap {
  color: #cccccc;
  width: 100%;
}
.cid-u5ZuJHNw3B .mbr-text,
.cid-u5ZuJHNw3B .mbr-section-btn {
  color: #cccccc;
}
.cid-u9XrvmJjf8 .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-u9XrvmJjf8 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-u9XrvmJjf8 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-u9XrvmJjf8 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-u9XrvmJjf8 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u9XrvmJjf8 .navbar.opened {
  transition: all .3s;
}
.cid-u9XrvmJjf8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-u9XrvmJjf8 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u9XrvmJjf8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9XrvmJjf8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9XrvmJjf8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-u9XrvmJjf8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9XrvmJjf8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9XrvmJjf8 .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-u9XrvmJjf8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9XrvmJjf8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u9XrvmJjf8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u9XrvmJjf8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9XrvmJjf8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9XrvmJjf8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9XrvmJjf8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9XrvmJjf8 .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-u9XrvmJjf8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u9XrvmJjf8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9XrvmJjf8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9XrvmJjf8 .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-u9XrvmJjf8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u9XrvmJjf8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u9XrvmJjf8 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u9XrvmJjf8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u9XrvmJjf8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u9XrvmJjf8 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-u9XrvmJjf8 .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-u9XrvmJjf8 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u9XrvmJjf8 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-u9XrvmJjf8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-u9XrvmJjf8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9XrvmJjf8 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u9XrvmJjf8 .navbar-caption {
  padding-right: 4rem;
}
.cid-u9XrvmJjf8 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-u9XrvmJjf8 .dropdown-menu,
.cid-u9XrvmJjf8 .navbar.opened {
  background: #ffffff !important;
}
.cid-u9XrvmJjf8 .nav-item:focus,
.cid-u9XrvmJjf8 .nav-link:focus {
  outline: none;
}
.cid-u9XrvmJjf8 .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-u9XrvmJjf8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9XrvmJjf8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u9XrvmJjf8 .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-u9XrvmJjf8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9XrvmJjf8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9XrvmJjf8 .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-u9XrvmJjf8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9XrvmJjf8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9XrvmJjf8 .dropdown-item.active,
.cid-u9XrvmJjf8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9XrvmJjf8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9XrvmJjf8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9XrvmJjf8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9XrvmJjf8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9XrvmJjf8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9XrvmJjf8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9XrvmJjf8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u9XrvmJjf8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9XrvmJjf8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u9XrvmJjf8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u9XrvmJjf8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u9XrvmJjf8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u9XrvmJjf8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u9XrvmJjf8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u9XrvmJjf8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u9XrvmJjf8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u9XrvmJjf8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u9XrvmJjf8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u9XrvmJjf8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u9XrvmJjf8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u9XrvmJjf8 .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-u9XrvmJjf8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9XrvmJjf8 .navbar {
    height: 77px;
  }
  .cid-u9XrvmJjf8 .navbar.opened {
    height: auto;
  }
  .cid-u9XrvmJjf8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9Xrvo1VuA {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner-1770x1159.jpg");
}
.cid-u9Xrvo1VuA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Xrvo1VuA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Xrvo1VuA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9Xrvo1VuA .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9Xrvo1VuA .container {
    padding: 0;
  }
}
.cid-u9Xrvo1VuA .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9Xrvo1VuA .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1b752;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u9Xrvo1VuA .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-u9Xrvo1VuA .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-u9Xrvo1VuA .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-u9Xrvo1VuA .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-u9Xrvo1VuA .mbr-section-title {
  color: #ffffff;
}
.cid-u9Xrvo1VuA .mbr-box {
  color: #ffffff;
}
.cid-u9Xrvo1VuA .mbr-section-btn {
  text-align: center;
}
.cid-u9XrvoOXD0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u9XrvoOXD0 .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-u9XrvoOXD0 .mbr-media {
  z-index: 2;
}
.cid-u9XrvoOXD0 .box {
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
}
.cid-u9XrvoOXD0 .box:before {
  background-image: url("../../../assets/images/821-1660x933.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  transition: all 2s;
  height: 100%;
  left: 0;
}
.cid-u9XrvoOXD0 .box:hover:before {
  transform: scale(1.1);
}
.cid-u9XrvoOXD0 .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background: #ffffff;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-u9XrvoOXD0 .icon-wrap:hover {
  background: #ffffff;
}
.cid-u9XrvoOXD0 .icon-wrap span {
  padding-left: 4px;
}
.cid-u9XrvoOXD0 .mbr-media span {
  font-size: 1.4rem;
  border-radius: 50%;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-u9XrvoOXD0 .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-u9XrvoOXD0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u9XrvoOXD0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u9XrvoOXD0 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u9XrvoOXD0 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-u9XrvoOXD0 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-u9XrvoOXD0 .box {
    height: 250px;
  }
}
.cid-u9XrvoOXD0 .mbr-section-title {
  color: #000000;
}
.cid-u9XrvoOXD0 H4 {
  color: #000000;
}
.cid-u9XrvoOXD0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9XrvoOXD0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9XsXZW1H8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9XsXZW1H8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9XsXZW1H8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9XsXZW1H8 .row {
  flex-direction: row-reverse;
}
.cid-u9XsXZW1H8 .mbr-description {
  color: #999999;
}
.cid-u9XymGzhB0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9XymGzhB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9XymGzhB0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9XymGzhB0 .row {
  flex-direction: row-reverse;
}
.cid-u9XymGzhB0 .mbr-description {
  color: #999999;
}
.cid-u9XtaZkMy7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u9XtaZkMy7 h3 {
  color: #000000;
}
.cid-u9XtaZkMy7 h4 {
  color: #000000;
}
.cid-u9XtaZkMy7 .mbr-text,
.cid-u9XtaZkMy7 .mbr-section-btn {
  color: #999999;
}
.cid-u9XtaZkMy7 img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9XtaZkMy7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9XtaZkMy7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9XtaZkMy7 .mbr-text,
.cid-u9XtaZkMy7 .mbr-section-btn,
.cid-u9XtaZkMy7 .col-lg-7 {
  color: #6b635b;
}
.cid-u9XtaZkMy7 H4 {
  color: #cc2952;
}
.cid-u9XrvqW0Dw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6b635b;
}
.cid-u9XrvqW0Dw .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-u9XrvqW0Dw .container {
  max-width: 1400px;
}
.cid-u9XrvqW0Dw li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-u9XrvqW0Dw .col-lg-3 {
    max-width: 20%;
  }
}
.cid-u9XrvqW0Dw .time {
  line-height: 2;
}
.cid-u9XrvqW0Dw .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-u9XrvqW0Dw .text-wrap {
  width: 100%;
}
.cid-u9XrvqW0Dw .item-wrap {
  display: inline-block;
}
.cid-u9XrvqW0Dw .item-wrap span,
.cid-u9XrvqW0Dw .item-wrap p {
  transition: all 0.3s;
}
.cid-u9XrvqW0Dw .item-wrap:hover span,
.cid-u9XrvqW0Dw .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-u9XrvqW0Dw .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-u9XrvqW0Dw .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-u9XrvqW0Dw .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-u9XrvqW0Dw .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-u9XrvqW0Dw .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u9XrvqW0Dw .socicon-wrap {
    margin: auto;
  }
}
.cid-u9XrvqW0Dw .title {
  color: #ffffff;
}
.cid-u9XrvqW0Dw .mbr-text {
  color: #999999;
}
.cid-u9XrvqW0Dw .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-u9XrvqW0Dw .icon-title,
.cid-u9XrvqW0Dw .align-wrap {
  color: #cccccc;
  width: 100%;
}
.cid-u9XrvqW0Dw .mbr-text,
.cid-u9XrvqW0Dw .mbr-section-btn {
  color: #cccccc;
}
.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;
}
@media (min-width: 992px) {
  .cid-rVtZLIAGc8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.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: #333333;
}
.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-u9XK7r88mX {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner-1770x1159.jpg");
}
.cid-u9XK7r88mX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9XK7r88mX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9XK7r88mX .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9XK7r88mX .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9XK7r88mX .container {
    padding: 0;
  }
}
.cid-u9XK7r88mX .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9XK7r88mX .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1b752;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u9XK7r88mX .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-u9XK7r88mX .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-u9XK7r88mX .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-u9XK7r88mX .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-u9XK7r88mX .mbr-section-title {
  color: #ffffff;
}
.cid-u9XK7r88mX .mbr-box {
  color: #ffffff;
}
.cid-u9XK7r88mX .mbr-section-btn {
  text-align: center;
}
.cid-u9XKN6j5yr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u9XKN6j5yr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9XKN6j5yr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9XKN6j5yr .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u9XKN6j5yr .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9XKN6j5yr .container {
    padding: 0 24px;
  }
}
.cid-u9XKN6j5yr .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u9XKN6j5yr .image-wrapper {
  height: 100%;
}
.cid-u9XKN6j5yr .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u9XKN6j5yr .image-wrapper img {
    height: 350px;
  }
}
.cid-u9XKN6j5yr .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u9XKN6j5yr .content-wrapper {
    padding: 24px;
  }
}
.cid-u9XKN6j5yr .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u9XKN6j5yr .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u9XKN6j5yr .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u9XKN6j5yr .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u9XKN6j5yr .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-u9XKN6j5yr .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #38bc1e !important;
  border-color: #38bc1e !important;
}
.cid-u9XKN6j5yr .mbr-section-title {
  color: #141414;
}
.cid-u9XKN6j5yr .mbr-text {
  color: #141414;
}
.cid-u9XKN6j5yr .mbr-section-title,
.cid-u9XKN6j5yr .title-wrapper,
.cid-u9XKN6j5yr .mbr-section-btn {
  color: #ad2346;
}
.cid-u9XMQqnX3d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f3f3f3;
}
.cid-u9XMQqnX3d .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9XMQqnX3d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9XMQqnX3d .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u9XMQqnX3d .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9XMQqnX3d .container {
    padding: 0 24px;
  }
}
.cid-u9XMQqnX3d .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u9XMQqnX3d .image-wrapper {
  height: 100%;
}
.cid-u9XMQqnX3d .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u9XMQqnX3d .image-wrapper img {
    height: 350px;
  }
}
.cid-u9XMQqnX3d .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u9XMQqnX3d .content-wrapper {
    padding: 24px;
  }
}
.cid-u9XMQqnX3d .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u9XMQqnX3d .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u9XMQqnX3d .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u9XMQqnX3d .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u9XMQqnX3d .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-u9XMQqnX3d .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.cid-u9XMQqnX3d .mbr-section-title {
  color: #141414;
}
.cid-u9XMQqnX3d .mbr-text {
  color: #141414;
}
.cid-u9XMQqnX3d .mbr-section-title,
.cid-u9XMQqnX3d .title-wrapper,
.cid-u9XMQqnX3d .mbr-section-btn {
  color: #ad2346;
}
.cid-u9XMVadQ6G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u9XMVadQ6G .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9XMVadQ6G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9XMVadQ6G .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u9XMVadQ6G .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9XMVadQ6G .container {
    padding: 0 24px;
  }
}
.cid-u9XMVadQ6G .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u9XMVadQ6G .image-wrapper {
  height: 100%;
}
.cid-u9XMVadQ6G .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u9XMVadQ6G .image-wrapper img {
    height: 350px;
  }
}
.cid-u9XMVadQ6G .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u9XMVadQ6G .content-wrapper {
    padding: 24px;
  }
}
.cid-u9XMVadQ6G .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u9XMVadQ6G .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u9XMVadQ6G .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u9XMVadQ6G .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u9XMVadQ6G .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-u9XMVadQ6G .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #f77991 !important;
  border-color: #f77991 !important;
}
.cid-u9XMVadQ6G .mbr-section-title {
  color: #141414;
}
.cid-u9XMVadQ6G .mbr-text {
  color: #141414;
}
.cid-u9XMVadQ6G .mbr-section-title,
.cid-u9XMVadQ6G .title-wrapper,
.cid-u9XMVadQ6G .mbr-section-btn {
  color: #ad2346;
}
.cid-u9XMW5RYAx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f3f3f3;
}
.cid-u9XMW5RYAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9XMW5RYAx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9XMW5RYAx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u9XMW5RYAx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9XMW5RYAx .container {
    padding: 0 24px;
  }
}
.cid-u9XMW5RYAx .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u9XMW5RYAx .image-wrapper {
  height: 100%;
}
.cid-u9XMW5RYAx .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u9XMW5RYAx .image-wrapper img {
    height: 350px;
  }
}
.cid-u9XMW5RYAx .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u9XMW5RYAx .content-wrapper {
    padding: 24px;
  }
}
.cid-u9XMW5RYAx .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u9XMW5RYAx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u9XMW5RYAx .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u9XMW5RYAx .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u9XMW5RYAx .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-u9XMW5RYAx .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #f77991 !important;
  border-color: #f77991 !important;
}
.cid-u9XMW5RYAx .mbr-section-title {
  color: #141414;
}
.cid-u9XMW5RYAx .mbr-text {
  color: #141414;
}
.cid-u9XMW5RYAx .mbr-section-title,
.cid-u9XMW5RYAx .title-wrapper,
.cid-u9XMW5RYAx .mbr-section-btn {
  color: #ad2346;
}
.cid-u9XMXqv5kL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e9e9e9;
}
.cid-u9XMXqv5kL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9XMXqv5kL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9XMXqv5kL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u9XMXqv5kL .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9XMXqv5kL .container {
    padding: 0 24px;
  }
}
.cid-u9XMXqv5kL .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u9XMXqv5kL .image-wrapper {
  height: 100%;
}
.cid-u9XMXqv5kL .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u9XMXqv5kL .image-wrapper img {
    height: 350px;
  }
}
.cid-u9XMXqv5kL .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u9XMXqv5kL .content-wrapper {
    padding: 24px;
  }
}
.cid-u9XMXqv5kL .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u9XMXqv5kL .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u9XMXqv5kL .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u9XMXqv5kL .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u9XMXqv5kL .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-u9XMXqv5kL .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #ffa300 !important;
  border-color: #ffa300 !important;
}
.cid-u9XMXqv5kL .mbr-section-title {
  color: #141414;
}
.cid-u9XMXqv5kL .mbr-text {
  color: #141414;
}
.cid-u9XMXqv5kL .mbr-section-title,
.cid-u9XMXqv5kL .title-wrapper,
.cid-u9XMXqv5kL .mbr-section-btn {
  color: #ad2346;
}
.cid-u5ZuJHNw3B {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6b635b;
}
.cid-u5ZuJHNw3B .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-u5ZuJHNw3B .container {
  max-width: 1400px;
}
.cid-u5ZuJHNw3B li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-u5ZuJHNw3B .col-lg-3 {
    max-width: 20%;
  }
}
.cid-u5ZuJHNw3B .time {
  line-height: 2;
}
.cid-u5ZuJHNw3B .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-u5ZuJHNw3B .text-wrap {
  width: 100%;
}
.cid-u5ZuJHNw3B .item-wrap {
  display: inline-block;
}
.cid-u5ZuJHNw3B .item-wrap span,
.cid-u5ZuJHNw3B .item-wrap p {
  transition: all 0.3s;
}
.cid-u5ZuJHNw3B .item-wrap:hover span,
.cid-u5ZuJHNw3B .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-u5ZuJHNw3B .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-u5ZuJHNw3B .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-u5ZuJHNw3B .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-u5ZuJHNw3B .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-u5ZuJHNw3B .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5ZuJHNw3B .socicon-wrap {
    margin: auto;
  }
}
.cid-u5ZuJHNw3B .title {
  color: #ffffff;
}
.cid-u5ZuJHNw3B .mbr-text {
  color: #999999;
}
.cid-u5ZuJHNw3B .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-u5ZuJHNw3B .icon-title,
.cid-u5ZuJHNw3B .align-wrap {
  color: #cccccc;
  width: 100%;
}
.cid-u5ZuJHNw3B .mbr-text,
.cid-u5ZuJHNw3B .mbr-section-btn {
  color: #cccccc;
}
.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;
}
@media (min-width: 992px) {
  .cid-rVtZLIAGc8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.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: #333333;
}
.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-u9Y19joUnH {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner-1770x1159.jpg");
}
.cid-u9Y19joUnH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Y19joUnH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Y19joUnH .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9Y19joUnH .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9Y19joUnH .container {
    padding: 0;
  }
}
.cid-u9Y19joUnH .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9Y19joUnH .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1b752;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u9Y19joUnH .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-u9Y19joUnH .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-u9Y19joUnH .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-u9Y19joUnH .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-u9Y19joUnH .mbr-section-title {
  color: #ffffff;
}
.cid-u9Y19joUnH .mbr-box {
  color: #ffffff;
}
.cid-u9Y19joUnH .mbr-section-btn {
  text-align: center;
}
.cid-u9Zq6pzH29 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u9Zq6pzH29 .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-u9Zq6pzH29 .mbr-media {
  z-index: 2;
}
.cid-u9Zq6pzH29 .box {
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
}
.cid-u9Zq6pzH29 .box:before {
  background-image: url("../../../assets/images/255-1464x849.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  transition: all 2s;
  height: 100%;
  left: 0;
}
.cid-u9Zq6pzH29 .box:hover:before {
  transform: scale(1.1);
}
.cid-u9Zq6pzH29 .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background: #ffffff;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-u9Zq6pzH29 .icon-wrap:hover {
  background: #ffffff;
}
.cid-u9Zq6pzH29 .icon-wrap span {
  padding-left: 4px;
}
.cid-u9Zq6pzH29 .mbr-media span {
  font-size: 1.4rem;
  border-radius: 50%;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-u9Zq6pzH29 .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-u9Zq6pzH29 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u9Zq6pzH29 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u9Zq6pzH29 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u9Zq6pzH29 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-u9Zq6pzH29 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-u9Zq6pzH29 .box {
    height: 250px;
  }
}
.cid-u9Zq6pzH29 .mbr-section-title {
  color: #ad2346;
}
.cid-u9Zq6pzH29 H4 {
  color: #000000;
}
.cid-u9Zq6pzH29 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Zq6pzH29 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Y1vNe2iq {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9Y1vNe2iq h2,
.cid-u9Y1vNe2iq h3,
.cid-u9Y1vNe2iq h4,
.cid-u9Y1vNe2iq h5 {
  margin: 0;
}
.cid-u9Y1vNe2iq .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-u9Y1vNe2iq .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-u9Y1vNe2iq .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-u9Y1vNe2iq .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-u9Y1vNe2iq .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-u9Y1vNe2iq .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-u9Y1vNe2iq .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-u9Y1vNe2iq .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-u9Y1vNe2iq .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-u9Y1vNe2iq .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u9Y1vNe2iq .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-u9Y1vNe2iq .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-u9Y1vNe2iq .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u9Y1vNe2iq .card:hover {
  cursor: pointer;
}
.cid-u9Y1vNe2iq .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-u9Y1vNe2iq .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-u9Y1vNe2iq .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-u9Y1vNe2iq .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-u5ZuJHNw3B {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6b635b;
}
.cid-u5ZuJHNw3B .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-u5ZuJHNw3B .container {
  max-width: 1400px;
}
.cid-u5ZuJHNw3B li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-u5ZuJHNw3B .col-lg-3 {
    max-width: 20%;
  }
}
.cid-u5ZuJHNw3B .time {
  line-height: 2;
}
.cid-u5ZuJHNw3B .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-u5ZuJHNw3B .text-wrap {
  width: 100%;
}
.cid-u5ZuJHNw3B .item-wrap {
  display: inline-block;
}
.cid-u5ZuJHNw3B .item-wrap span,
.cid-u5ZuJHNw3B .item-wrap p {
  transition: all 0.3s;
}
.cid-u5ZuJHNw3B .item-wrap:hover span,
.cid-u5ZuJHNw3B .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-u5ZuJHNw3B .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-u5ZuJHNw3B .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-u5ZuJHNw3B .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-u5ZuJHNw3B .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-u5ZuJHNw3B .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5ZuJHNw3B .socicon-wrap {
    margin: auto;
  }
}
.cid-u5ZuJHNw3B .title {
  color: #ffffff;
}
.cid-u5ZuJHNw3B .mbr-text {
  color: #999999;
}
.cid-u5ZuJHNw3B .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-u5ZuJHNw3B .icon-title,
.cid-u5ZuJHNw3B .align-wrap {
  color: #cccccc;
  width: 100%;
}
.cid-u5ZuJHNw3B .mbr-text,
.cid-u5ZuJHNw3B .mbr-section-btn {
  color: #cccccc;
}
.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;
}
@media (min-width: 992px) {
  .cid-rVtZLIAGc8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.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: #333333;
}
.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-u9Y2ARPdFo {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner-1770x1159.jpg");
}
.cid-u9Y2ARPdFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Y2ARPdFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Y2ARPdFo .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9Y2ARPdFo .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9Y2ARPdFo .container {
    padding: 0;
  }
}
.cid-u9Y2ARPdFo .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9Y2ARPdFo .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1b752;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u9Y2ARPdFo .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-u9Y2ARPdFo .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-u9Y2ARPdFo .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-u9Y2ARPdFo .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-u9Y2ARPdFo .mbr-section-title {
  color: #ffffff;
}
.cid-u9Y2ARPdFo .mbr-box {
  color: #ffffff;
}
.cid-u9Y2ARPdFo .mbr-section-btn {
  text-align: center;
}
.cid-u9ZvfZS4CM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u9ZvfZS4CM .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-u9ZvfZS4CM .mbr-media {
  z-index: 2;
}
.cid-u9ZvfZS4CM .box {
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
}
.cid-u9ZvfZS4CM .box:before {
  background-image: url("../../../assets/images/2401-1884x928.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  transition: all 2s;
  height: 100%;
  left: 0;
}
.cid-u9ZvfZS4CM .box:hover:before {
  transform: scale(1.1);
}
.cid-u9ZvfZS4CM .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background: #ffffff;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-u9ZvfZS4CM .icon-wrap:hover {
  background: #ffffff;
}
.cid-u9ZvfZS4CM .icon-wrap span {
  padding-left: 4px;
}
.cid-u9ZvfZS4CM .mbr-media span {
  font-size: 1.4rem;
  border-radius: 50%;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-u9ZvfZS4CM .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-u9ZvfZS4CM .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u9ZvfZS4CM .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u9ZvfZS4CM .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u9ZvfZS4CM a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-u9ZvfZS4CM a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-u9ZvfZS4CM .box {
    height: 250px;
  }
}
.cid-u9ZvfZS4CM .mbr-section-title {
  color: #ad2346;
}
.cid-u9ZvfZS4CM H4 {
  color: #000000;
}
.cid-u9ZvfZS4CM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZvfZS4CM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Y3KiMN7K {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9Y3KiMN7K .mbr-section-subtitle {
  color: #14191e;
}
.cid-u9Y3KiMN7K .mbr-text {
  color: #777777;
}
.cid-u9Y3KiMN7K ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-u9Y3KiMN7K ul li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
}
.cid-u9Y3KiMN7K ul li:before {
  position: absolute;
  left: -20px;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f77991;
  width: 25px;
  height: 25px;
}
.cid-u9Y3KiMN7K .mbr-list {
  color: #777777;
}
.cid-u9Y3KiMN7K .mbr-section-title {
  color: #f77991;
}
.cid-u5ZuJHNw3B {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6b635b;
}
.cid-u5ZuJHNw3B .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-u5ZuJHNw3B .container {
  max-width: 1400px;
}
.cid-u5ZuJHNw3B li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-u5ZuJHNw3B .col-lg-3 {
    max-width: 20%;
  }
}
.cid-u5ZuJHNw3B .time {
  line-height: 2;
}
.cid-u5ZuJHNw3B .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-u5ZuJHNw3B .text-wrap {
  width: 100%;
}
.cid-u5ZuJHNw3B .item-wrap {
  display: inline-block;
}
.cid-u5ZuJHNw3B .item-wrap span,
.cid-u5ZuJHNw3B .item-wrap p {
  transition: all 0.3s;
}
.cid-u5ZuJHNw3B .item-wrap:hover span,
.cid-u5ZuJHNw3B .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-u5ZuJHNw3B .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-u5ZuJHNw3B .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-u5ZuJHNw3B .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-u5ZuJHNw3B .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-u5ZuJHNw3B .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5ZuJHNw3B .socicon-wrap {
    margin: auto;
  }
}
.cid-u5ZuJHNw3B .title {
  color: #ffffff;
}
.cid-u5ZuJHNw3B .mbr-text {
  color: #999999;
}
.cid-u5ZuJHNw3B .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-u5ZuJHNw3B .icon-title,
.cid-u5ZuJHNw3B .align-wrap {
  color: #cccccc;
  width: 100%;
}
.cid-u5ZuJHNw3B .mbr-text,
.cid-u5ZuJHNw3B .mbr-section-btn {
  color: #cccccc;
}
.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;
}
@media (min-width: 992px) {
  .cid-rVtZLIAGc8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.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: #333333;
}
.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-u9Y5UZRHkL {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner-1770x1159.jpg");
}
.cid-u9Y5UZRHkL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Y5UZRHkL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Y5UZRHkL .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9Y5UZRHkL .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9Y5UZRHkL .container {
    padding: 0;
  }
}
.cid-u9Y5UZRHkL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9Y5UZRHkL .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1b752;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u9Y5UZRHkL .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-u9Y5UZRHkL .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-u9Y5UZRHkL .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-u9Y5UZRHkL .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-u9Y5UZRHkL .mbr-section-title {
  color: #ffffff;
}
.cid-u9Y5UZRHkL .mbr-box {
  color: #ffffff;
}
.cid-u9Y5UZRHkL .mbr-section-btn {
  text-align: center;
}
.cid-u9Y7VDk21f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u9Y7VDk21f h2,
.cid-u9Y7VDk21f h3,
.cid-u9Y7VDk21f h4,
.cid-u9Y7VDk21f h5 {
  margin: 0;
}
.cid-u9Y7VDk21f .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-u9Y7VDk21f .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-u9Y7VDk21f .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-u9Y7VDk21f .mbr-section-subtitle {
  color: #ad2346;
  text-align: center;
  margin: 0;
}
.cid-u9Y7VDk21f .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-u9Y7VDk21f .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-u9Y7VDk21f .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-u9Y7VDk21f .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-u9Y7VDk21f .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-u9Y7VDk21f .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u9Y7VDk21f .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-u9Y7VDk21f .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-u9Y7VDk21f .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u9Y7VDk21f .card:hover {
  cursor: pointer;
}
.cid-u9Y7VDk21f .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-u9Y7VDk21f .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-u9Y7VDk21f .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-u9Y7VDk21f .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-v2Z9jn5wk6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2Z9jn5wk6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Z9jn5wk6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Z9jn5wk6 .row {
  flex-direction: row-reverse;
}
.cid-v2Z9jn5wk6 .mbr-description {
  color: #cccccc;
}
.cid-u5ZuJHNw3B {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6b635b;
}
.cid-u5ZuJHNw3B .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-u5ZuJHNw3B .container {
  max-width: 1400px;
}
.cid-u5ZuJHNw3B li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-u5ZuJHNw3B .col-lg-3 {
    max-width: 20%;
  }
}
.cid-u5ZuJHNw3B .time {
  line-height: 2;
}
.cid-u5ZuJHNw3B .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-u5ZuJHNw3B .text-wrap {
  width: 100%;
}
.cid-u5ZuJHNw3B .item-wrap {
  display: inline-block;
}
.cid-u5ZuJHNw3B .item-wrap span,
.cid-u5ZuJHNw3B .item-wrap p {
  transition: all 0.3s;
}
.cid-u5ZuJHNw3B .item-wrap:hover span,
.cid-u5ZuJHNw3B .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-u5ZuJHNw3B .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-u5ZuJHNw3B .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-u5ZuJHNw3B .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-u5ZuJHNw3B .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-u5ZuJHNw3B .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5ZuJHNw3B .socicon-wrap {
    margin: auto;
  }
}
.cid-u5ZuJHNw3B .title {
  color: #ffffff;
}
.cid-u5ZuJHNw3B .mbr-text {
  color: #999999;
}
.cid-u5ZuJHNw3B .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-u5ZuJHNw3B .icon-title,
.cid-u5ZuJHNw3B .align-wrap {
  color: #cccccc;
  width: 100%;
}
.cid-u5ZuJHNw3B .mbr-text,
.cid-u5ZuJHNw3B .mbr-section-btn {
  color: #cccccc;
}
