<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: Montserrat;
}
.display-1 {
  font-family: 'Shalimar', handwriting;
  font-size: 6rem;
}
.display-1 &gt; .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2rem;
}
.display-2 &gt; .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.1rem;
}
.display-4 &gt; .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.6rem;
}
.display-5 &gt; .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.1rem;
}
.display-7 &gt; .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: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #a61a3d !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #502273 !important;
}
.bg-warning {
  background-color: #64636f !important;
}
.bg-danger {
  background-color: #594668 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #a61a3d !important;
  border-color: #a61a3d !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #641025 !important;
  border-color: #641025 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #641025 !important;
  border-color: #641025 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #502273 !important;
  border-color: #502273 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #271138 !important;
  border-color: #271138 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #271138 !important;
  border-color: #271138 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #64636f !important;
  border-color: #64636f !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #403f47 !important;
  border-color: #403f47 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #403f47 !important;
  border-color: #403f47 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #594668 !important;
  border-color: #594668 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #32273a !important;
  border-color: #32273a !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #32273a !important;
  border-color: #32273a !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #4e0c1d !important;
  color: #4e0c1d !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #a61a3d !important;
  border-color: #a61a3d !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a61a3d !important;
  border-color: #a61a3d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #190b24 !important;
  color: #190b24 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #502273 !important;
  border-color: #502273 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #502273 !important;
  border-color: #502273 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #333339 !important;
  color: #333339 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #64636f !important;
  border-color: #64636f !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #64636f !important;
  border-color: #64636f !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #251d2b !important;
  color: #251d2b !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #594668 !important;
  border-color: #594668 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #594668 !important;
  border-color: #594668 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #a61a3d !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #502273 !important;
}
.text-warning {
  color: #64636f !important;
}
.text-danger {
  color: #594668 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #4e0c1d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #190b24 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #333339 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #251d2b !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #000000;
}
.alert-info {
  background-color: #502273;
}
.alert-warning {
  background-color: #64636f;
}
.alert-danger {
  background-color: #594668;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a61a3d;
  border-color: #a61a3d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a61a3d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e55a7d;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #934bca;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a5a4ae;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9982ab;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #bcde21;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #000000;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mbr-arrow i {
  color: #bcde21;
}
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1.1rem;
}
.form-control &gt; .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #a61a3d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #a61a3d;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #a61a3d;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a61a3d;
  color: #ffffff;
}
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #a61a3d;
  border-bottom-color: #a61a3d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div.xdsoft_current {
  color: #ffffff !important;
  background-color: #a61a3d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div:hover {
  color: #000000 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23a61a3d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sFNn9Xmw6E .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  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;
  -webkit-transform: scale(0, 1);
}
.cid-sFNn9Xmw6E .nav-item,
.cid-sFNn9Xmw6E .nav-link,
.cid-sFNn9Xmw6E .navbar-caption {
  font-weight: normal;
}
.cid-sFNn9Xmw6E .nav-item:focus,
.cid-sFNn9Xmw6E .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sFNn9Xmw6E .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  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;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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;
  -webkit-transform: scale(1, 1);
}
.cid-sFNn9Xmw6E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFNn9Xmw6E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFNn9Xmw6E .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #594668;
}
.cid-sFNn9Xmw6E .navbar.opened {
  transition: all .3s;
  background: #594668 !important;
}
.cid-sFNn9Xmw6E .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sFNn9Xmw6E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-sFNn9Xmw6E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFNn9Xmw6E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFNn9Xmw6E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFNn9Xmw6E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sFNn9Xmw6E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFNn9Xmw6E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sFNn9Xmw6E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-sFNn9Xmw6E .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sFNn9Xmw6E .navbar.navbar-short {
  background: #594668 !important;
  min-height: 60px;
}
.cid-sFNn9Xmw6E .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFNn9Xmw6E .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFNn9Xmw6E .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFNn9Xmw6E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFNn9Xmw6E .dropdown-item.active,
.cid-sFNn9Xmw6E .dropdown-item:active {
  background-color: transparent;
}
.cid-sFNn9Xmw6E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFNn9Xmw6E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFNn9Xmw6E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #594668;
}
.cid-sFNn9Xmw6E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFNn9Xmw6E .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-sFNn9Xmw6E ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sFNn9Xmw6E .navbar-buttons {
  text-align: center;
}
.cid-sFNn9Xmw6E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFNn9Xmw6E .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFNn9Xmw6E a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-sFNn9Xmw6E .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sFNn9Xmw6E .soc-item {
  margin: .5rem .3rem;
}
.cid-sFNn9Xmw6E .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFNn9Xmw6E .navbar {
    height: 77px;
  }
  .cid-sFNn9Xmw6E .navbar.opened {
    height: auto;
  }
  .cid-sFNn9Xmw6E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rbNNf1HYOV {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/20181028-182905-2000x483.webp");
}
.cid-rbNNf1HYOV .mbr-section-subtitle {
  color: #efefef;
}
.cid-rbNNf1HYOV .mbr-section-title {
  color: #efefef;
}
.cid-tIirgdcuY8 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #64636f;
}
.cid-tIirgdcuY8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIirgdcuY8 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uo5OSmTBlb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uo5OSmTBlb h2 {
  text-align: left;
}
.cid-uo5OSmTBlb h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uo5OSmTBlb p {
  color: #767676;
  text-align: left;
}
.cid-uo5OSmTBlb .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uo5OSmTBlb .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uo5OSmTBlb .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uo5OSmTBlb .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uo5OSmTBlb .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uo5OSmTBlb .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uo5OSmTBlb .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uo5OSmTBlb .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uo5OSmTBlb .card-img span {
    font-size: 40px !important;
  }
}
.cid-uo5OSmTBlb .mbr-text {
  color: #ed8f20;
}
.cid-tIiBjCXLGG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tIiBjCXLGG h2 {
  text-align: left;
}
.cid-tIiBjCXLGG h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tIiBjCXLGG p {
  color: #767676;
  text-align: left;
}
.cid-tIiBjCXLGG .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tIiBjCXLGG .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tIiBjCXLGG .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tIiBjCXLGG .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tIiBjCXLGG .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tIiBjCXLGG .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tIiBjCXLGG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tIiBjCXLGG .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tIiBjCXLGG .card-img span {
    font-size: 40px !important;
  }
}
.cid-tIiBjCXLGG .mbr-text {
  color: #ed8f20;
}
.cid-ujn0MB5cEC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-ujn0MB5cEC h2 {
  text-align: left;
}
.cid-ujn0MB5cEC h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ujn0MB5cEC p {
  color: #767676;
  text-align: left;
}
.cid-ujn0MB5cEC .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ujn0MB5cEC .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ujn0MB5cEC .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ujn0MB5cEC .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ujn0MB5cEC .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ujn0MB5cEC .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ujn0MB5cEC .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ujn0MB5cEC .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ujn0MB5cEC .card-img span {
    font-size: 40px !important;
  }
}
.cid-ujn0MB5cEC .mbr-text {
  color: #ed8f20;
}
.cid-ujn5DV5jud {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-ujn5DV5jud h2 {
  text-align: left;
}
.cid-ujn5DV5jud h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ujn5DV5jud p {
  color: #767676;
  text-align: left;
}
.cid-ujn5DV5jud .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ujn5DV5jud .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ujn5DV5jud .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ujn5DV5jud .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ujn5DV5jud .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ujn5DV5jud .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ujn5DV5jud .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ujn5DV5jud .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ujn5DV5jud .card-img span {
    font-size: 40px !important;
  }
}
.cid-ujn5DV5jud .mbr-text {
  color: #ed8f20;
}
.cid-uDh7q103zR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uDh7q103zR h2 {
  text-align: left;
}
.cid-uDh7q103zR h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uDh7q103zR p {
  color: #767676;
  text-align: left;
}
.cid-uDh7q103zR .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uDh7q103zR .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uDh7q103zR .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDh7q103zR .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uDh7q103zR .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uDh7q103zR .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uDh7q103zR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uDh7q103zR .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uDh7q103zR .card-img span {
    font-size: 40px !important;
  }
}
.cid-uDh7q103zR .mbr-text {
  color: #ed8f20;
}
.cid-ty20oybmca {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-ty20oybmca h2 {
  text-align: left;
}
.cid-ty20oybmca h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ty20oybmca p {
  color: #767676;
  text-align: left;
}
.cid-ty20oybmca .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ty20oybmca .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ty20oybmca .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ty20oybmca .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ty20oybmca .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ty20oybmca .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ty20oybmca .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ty20oybmca .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ty20oybmca .card-img span {
    font-size: 40px !important;
  }
}
.cid-ty20oybmca .mbr-text {
  color: #ed8f20;
}
.cid-tIiquWioaW {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #64636f;
}
.cid-tIiquWioaW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIiquWioaW .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-unVERKCnfH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unVERKCnfH h2 {
  text-align: left;
}
.cid-unVERKCnfH h4 {
  text-align: left;
  font-weight: 500;
}
.cid-unVERKCnfH p {
  color: #767676;
  text-align: left;
}
.cid-unVERKCnfH .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-unVERKCnfH .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-unVERKCnfH .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-unVERKCnfH .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-unVERKCnfH .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-unVERKCnfH .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-unVERKCnfH .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-unVERKCnfH .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-unVERKCnfH .card-img span {
    font-size: 40px !important;
  }
}
.cid-unVERKCnfH .mbr-text {
  color: #ed8f20;
}
.cid-unVERKCnfH P {
  color: #333333;
}
.cid-tIiqovDFRo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tIiqovDFRo h2 {
  text-align: left;
}
.cid-tIiqovDFRo h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tIiqovDFRo p {
  color: #767676;
  text-align: left;
}
.cid-tIiqovDFRo .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tIiqovDFRo .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tIiqovDFRo .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tIiqovDFRo .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tIiqovDFRo .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tIiqovDFRo .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tIiqovDFRo .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tIiqovDFRo .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tIiqovDFRo .card-img span {
    font-size: 40px !important;
  }
}
.cid-tIiqovDFRo .mbr-text {
  color: #ed8f20;
}
.cid-tIiqovDFRo P {
  color: #333333;
}
.cid-tIiqpAOPHX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tIiqpAOPHX h2 {
  text-align: left;
}
.cid-tIiqpAOPHX h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tIiqpAOPHX p {
  color: #767676;
  text-align: left;
}
.cid-tIiqpAOPHX .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tIiqpAOPHX .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tIiqpAOPHX .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tIiqpAOPHX .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tIiqpAOPHX .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tIiqpAOPHX .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tIiqpAOPHX .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tIiqpAOPHX .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tIiqpAOPHX .card-img span {
    font-size: 40px !important;
  }
}
.cid-tIiqpAOPHX .mbr-text {
  color: #ed8f20;
}
.cid-tIiqqcRN5O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tIiqqcRN5O h2 {
  text-align: left;
}
.cid-tIiqqcRN5O h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tIiqqcRN5O p {
  color: #767676;
  text-align: left;
}
.cid-tIiqqcRN5O .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tIiqqcRN5O .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tIiqqcRN5O .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tIiqqcRN5O .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tIiqqcRN5O .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tIiqqcRN5O .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tIiqqcRN5O .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tIiqqcRN5O .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tIiqqcRN5O .card-img span {
    font-size: 40px !important;
  }
}
.cid-tIiqqcRN5O .mbr-text {
  color: #ed8f20;
}
.cid-tyfKmLOIug {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #d7b58c;
}
.cid-tyfKmLOIug .mbr-text {
  color: #ffffff;
}
.cid-uyjp8Xdj5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uyjp8Xdj5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyjp8Xdj5J .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-uyjp8Xdj5J .container {
    padding: 0 22px;
  }
}
.cid-uyjp8Xdj5J .row {
  justify-content: space-between;
}
.cid-uyjp8Xdj5J .content-wrapper {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper {
    display: block;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uyjp8Xdj5J .mbr-section-title {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .list {
  color: #635d60;
}
.cid-uyjp8Xdj5J .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uyjp8Xdj5J .mbr-section-title,
.cid-uyjp8Xdj5J .mbr-section-btn {
  text-align: center;
  color: #f9963e;
}
.cid-uyjp8Xdj5J .list,
.cid-uyjp8Xdj5J .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .mbr-copy,
.cid-uyjp8Xdj5J .social-wrapper {
  text-align: left;
}
.cid-sFNn9Xmw6E .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  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;
  -webkit-transform: scale(0, 1);
}
.cid-sFNn9Xmw6E .nav-item,
.cid-sFNn9Xmw6E .nav-link,
.cid-sFNn9Xmw6E .navbar-caption {
  font-weight: normal;
}
.cid-sFNn9Xmw6E .nav-item:focus,
.cid-sFNn9Xmw6E .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sFNn9Xmw6E .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  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;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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;
  -webkit-transform: scale(1, 1);
}
.cid-sFNn9Xmw6E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFNn9Xmw6E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFNn9Xmw6E .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #594668;
}
.cid-sFNn9Xmw6E .navbar.opened {
  transition: all .3s;
  background: #594668 !important;
}
.cid-sFNn9Xmw6E .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sFNn9Xmw6E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-sFNn9Xmw6E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFNn9Xmw6E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFNn9Xmw6E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFNn9Xmw6E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sFNn9Xmw6E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFNn9Xmw6E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sFNn9Xmw6E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-sFNn9Xmw6E .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sFNn9Xmw6E .navbar.navbar-short {
  background: #594668 !important;
  min-height: 60px;
}
.cid-sFNn9Xmw6E .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFNn9Xmw6E .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFNn9Xmw6E .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFNn9Xmw6E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFNn9Xmw6E .dropdown-item.active,
.cid-sFNn9Xmw6E .dropdown-item:active {
  background-color: transparent;
}
.cid-sFNn9Xmw6E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFNn9Xmw6E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFNn9Xmw6E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #594668;
}
.cid-sFNn9Xmw6E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFNn9Xmw6E .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-sFNn9Xmw6E ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sFNn9Xmw6E .navbar-buttons {
  text-align: center;
}
.cid-sFNn9Xmw6E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFNn9Xmw6E .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFNn9Xmw6E a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-sFNn9Xmw6E .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sFNn9Xmw6E .soc-item {
  margin: .5rem .3rem;
}
.cid-sFNn9Xmw6E .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFNn9Xmw6E .navbar {
    height: 77px;
  }
  .cid-sFNn9Xmw6E .navbar.opened {
    height: auto;
  }
  .cid-sFNn9Xmw6E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEqT8lQUy5 {
  background-image: url("../../../assets/images/img-1149.jpeg-1200x900.jpg");
}
.cid-uEqT8lQUy5 .mbr-overlay {
  background: #333333;
  background: linear-gradient(90deg, #333333, #333333);
}
.cid-uEqT8lQUy5 .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-tyfLFlRVup {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #705741;
}
.cid-tyfLFlRVup .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOHugwbFY4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #aca0a0;
  overflow: hidden;
}
.cid-uOHugwbFY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHugwbFY4 .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-uOHugwbFY4 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uOHugwbFY4 .container {
    padding: 0 16px;
  }
}
.cid-uOHugwbFY4 .row {
  justify-content: space-between;
}
.cid-uOHugwbFY4 .row:hover,
.cid-uOHugwbFY4 .row:focus {
  cursor: pointer;
}
.cid-uOHugwbFY4 .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOHugwbFY4 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOHugwbFY4 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uOHugwbFY4 .image-wrapper img {
    height: 300px;
  }
}
.cid-uOHugwbFY4 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uOHugwbFY4 .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uOHugwbFY4 .mbr-section-title {
  color: #000000;
}
.cid-uOHugwbFY4 .mbr-text {
  color: #ffffff;
}
.cid-uOHugwbFY4 .mbr-section-title,
.cid-uOHugwbFY4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uNazw5nmaw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #aca0a0;
  overflow: hidden;
}
.cid-uNazw5nmaw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNazw5nmaw .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-uNazw5nmaw .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uNazw5nmaw .container {
    padding: 0 16px;
  }
}
.cid-uNazw5nmaw .row {
  justify-content: space-between;
}
.cid-uNazw5nmaw .row:hover,
.cid-uNazw5nmaw .row:focus {
  cursor: pointer;
}
.cid-uNazw5nmaw .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNazw5nmaw .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uNazw5nmaw .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uNazw5nmaw .image-wrapper img {
    height: 300px;
  }
}
.cid-uNazw5nmaw .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uNazw5nmaw .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uNazw5nmaw .mbr-section-title {
  color: #000000;
}
.cid-uNazw5nmaw .mbr-text {
  color: #ffffff;
}
.cid-uNazw5nmaw .mbr-section-title,
.cid-uNazw5nmaw .mbr-section-btn {
  color: #ffffff;
}
.cid-uIPwgw79zL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #aca0a0;
  overflow: hidden;
}
.cid-uIPwgw79zL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIPwgw79zL .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-uIPwgw79zL .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uIPwgw79zL .container {
    padding: 0 16px;
  }
}
.cid-uIPwgw79zL .row {
  justify-content: space-between;
}
.cid-uIPwgw79zL .row:hover,
.cid-uIPwgw79zL .row:focus {
  cursor: pointer;
}
.cid-uIPwgw79zL .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIPwgw79zL .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIPwgw79zL .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uIPwgw79zL .image-wrapper img {
    height: 300px;
  }
}
.cid-uIPwgw79zL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uIPwgw79zL .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uIPwgw79zL .mbr-section-title {
  color: #000000;
}
.cid-uIPwgw79zL .mbr-text {
  color: #ffffff;
}
.cid-uIPwgw79zL .mbr-section-title,
.cid-uIPwgw79zL .mbr-section-btn {
  color: #ffffff;
}
.cid-uyjp8Xdj5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uyjp8Xdj5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyjp8Xdj5J .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-uyjp8Xdj5J .container {
    padding: 0 22px;
  }
}
.cid-uyjp8Xdj5J .row {
  justify-content: space-between;
}
.cid-uyjp8Xdj5J .content-wrapper {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper {
    display: block;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uyjp8Xdj5J .mbr-section-title {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .list {
  color: #635d60;
}
.cid-uyjp8Xdj5J .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uyjp8Xdj5J .mbr-section-title,
.cid-uyjp8Xdj5J .mbr-section-btn {
  text-align: center;
  color: #f9963e;
}
.cid-uyjp8Xdj5J .list,
.cid-uyjp8Xdj5J .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .mbr-copy,
.cid-uyjp8Xdj5J .social-wrapper {
  text-align: left;
}
.cid-sFNn9Xmw6E .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  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;
  -webkit-transform: scale(0, 1);
}
.cid-sFNn9Xmw6E .nav-item,
.cid-sFNn9Xmw6E .nav-link,
.cid-sFNn9Xmw6E .navbar-caption {
  font-weight: normal;
}
.cid-sFNn9Xmw6E .nav-item:focus,
.cid-sFNn9Xmw6E .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sFNn9Xmw6E .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  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;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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;
  -webkit-transform: scale(1, 1);
}
.cid-sFNn9Xmw6E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFNn9Xmw6E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFNn9Xmw6E .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #594668;
}
.cid-sFNn9Xmw6E .navbar.opened {
  transition: all .3s;
  background: #594668 !important;
}
.cid-sFNn9Xmw6E .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sFNn9Xmw6E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-sFNn9Xmw6E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFNn9Xmw6E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFNn9Xmw6E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFNn9Xmw6E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sFNn9Xmw6E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFNn9Xmw6E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sFNn9Xmw6E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-sFNn9Xmw6E .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sFNn9Xmw6E .navbar.navbar-short {
  background: #594668 !important;
  min-height: 60px;
}
.cid-sFNn9Xmw6E .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFNn9Xmw6E .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFNn9Xmw6E .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFNn9Xmw6E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFNn9Xmw6E .dropdown-item.active,
.cid-sFNn9Xmw6E .dropdown-item:active {
  background-color: transparent;
}
.cid-sFNn9Xmw6E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFNn9Xmw6E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFNn9Xmw6E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #594668;
}
.cid-sFNn9Xmw6E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFNn9Xmw6E .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-sFNn9Xmw6E ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sFNn9Xmw6E .navbar-buttons {
  text-align: center;
}
.cid-sFNn9Xmw6E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFNn9Xmw6E .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFNn9Xmw6E a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-sFNn9Xmw6E .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sFNn9Xmw6E .soc-item {
  margin: .5rem .3rem;
}
.cid-sFNn9Xmw6E .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFNn9Xmw6E .navbar {
    height: 77px;
  }
  .cid-sFNn9Xmw6E .navbar.opened {
    height: auto;
  }
  .cid-sFNn9Xmw6E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rbMwts3O4G {
  background-image: url("../../../assets/images/img-4440-1200x800.webp");
}
.cid-rbMwts3O4G .mbr-overlay {
  background: #333333;
  background: linear-gradient(90deg, #333333, #333333);
}
.cid-rbMwts3O4G .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-uNayAdVVlx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #aca0a0;
}
.cid-uNayAdVVlx .mbr-overlay {
  background: #efefef;
}
.cid-uNayAdVVlx .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-uNayAdVVlx .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-uNayAdVVlx .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #efefef;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uNayAdVVlx .mbr-text {
  color: #8d97ad;
}
.cid-uNayAdVVlx .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uNayAdVVlx .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uNayAdVVlx .card-title {
    text-align: center;
  }
  .cid-uNayAdVVlx p.mbr-text,
  .cid-uNayAdVVlx p.date {
    text-align: center;
  }
}
.cid-uNayAdVVlx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNayAdVVlx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNayAdVVlx H2 {
  color: #ffffff;
}
.cid-uNayAdVVlx .mbr-text,
.cid-uNayAdVVlx .mbr-section-btn {
  color: #000000;
}
.cid-tyvqGr7wKe {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #837474;
}
.cid-tyvqGr7wKe .mbr-figure img {
  border-radius: .25rem;
}
.cid-tyvqGr7wKe .mbr-text {
  color: #8d97ad;
}
.cid-tyvqGr7wKe .mbr-media {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tyvqGr7wKe .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
.cid-tyvqGr7wKe .btn-play {
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #ff4f7b;
  width: 60px;
  height: 60px;
  border: 1px solid #ff4f7b;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-tyvqGr7wKe .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tyvqGr7wKe .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tyvqGr7wKe .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tyvqGr7wKe .wrapper-video {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyvqGr7wKe .icon-description {
  margin-left: 1rem;
}
.cid-tyvqGr7wKe a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tyvqGr7wKe a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tyvqGr7wKe .mbr-section-title,
  .cid-tyvqGr7wKe .mbr-text {
    text-align: center;
  }
  .cid-tyvqGr7wKe .wrapper-video {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-tyvqGr7wKe H2 {
  color: #ffffff;
  text-align: center;
}
.cid-tyvqGr7wKe .mbr-text,
.cid-tyvqGr7wKe .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tIitfLQ7Ql {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #705741;
}
.cid-tIitfLQ7Ql .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIitfLQ7Ql .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uyjp8Xdj5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uyjp8Xdj5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyjp8Xdj5J .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-uyjp8Xdj5J .container {
    padding: 0 22px;
  }
}
.cid-uyjp8Xdj5J .row {
  justify-content: space-between;
}
.cid-uyjp8Xdj5J .content-wrapper {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper {
    display: block;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uyjp8Xdj5J .mbr-section-title {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .list {
  color: #635d60;
}
.cid-uyjp8Xdj5J .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uyjp8Xdj5J .mbr-section-title,
.cid-uyjp8Xdj5J .mbr-section-btn {
  text-align: center;
  color: #f9963e;
}
.cid-uyjp8Xdj5J .list,
.cid-uyjp8Xdj5J .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .mbr-copy,
.cid-uyjp8Xdj5J .social-wrapper {
  text-align: left;
}
.cid-sFNn9Xmw6E .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  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;
  -webkit-transform: scale(0, 1);
}
.cid-sFNn9Xmw6E .nav-item,
.cid-sFNn9Xmw6E .nav-link,
.cid-sFNn9Xmw6E .navbar-caption {
  font-weight: normal;
}
.cid-sFNn9Xmw6E .nav-item:focus,
.cid-sFNn9Xmw6E .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sFNn9Xmw6E .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  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;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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;
  -webkit-transform: scale(1, 1);
}
.cid-sFNn9Xmw6E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFNn9Xmw6E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFNn9Xmw6E .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #594668;
}
.cid-sFNn9Xmw6E .navbar.opened {
  transition: all .3s;
  background: #594668 !important;
}
.cid-sFNn9Xmw6E .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sFNn9Xmw6E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-sFNn9Xmw6E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFNn9Xmw6E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFNn9Xmw6E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFNn9Xmw6E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sFNn9Xmw6E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFNn9Xmw6E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sFNn9Xmw6E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-sFNn9Xmw6E .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sFNn9Xmw6E .navbar.navbar-short {
  background: #594668 !important;
  min-height: 60px;
}
.cid-sFNn9Xmw6E .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFNn9Xmw6E .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFNn9Xmw6E .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFNn9Xmw6E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFNn9Xmw6E .dropdown-item.active,
.cid-sFNn9Xmw6E .dropdown-item:active {
  background-color: transparent;
}
.cid-sFNn9Xmw6E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFNn9Xmw6E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFNn9Xmw6E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #594668;
}
.cid-sFNn9Xmw6E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFNn9Xmw6E .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-sFNn9Xmw6E ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sFNn9Xmw6E .navbar-buttons {
  text-align: center;
}
.cid-sFNn9Xmw6E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFNn9Xmw6E .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFNn9Xmw6E a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-sFNn9Xmw6E .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sFNn9Xmw6E .soc-item {
  margin: .5rem .3rem;
}
.cid-sFNn9Xmw6E .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFNn9Xmw6E .navbar {
    height: 77px;
  }
  .cid-sFNn9Xmw6E .navbar.opened {
    height: auto;
  }
  .cid-sFNn9Xmw6E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rt67r9X2wu {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1127.webp");
}
.cid-rt67r9X2wu .mbr-section-subtitle {
  color: #efefef;
}
.cid-rt67r9X2wu .mbr-section-title {
  color: #efefef;
}
.cid-s2KmzgJypp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #aca0a0;
}
.cid-s2KmzgJypp .mbr-text {
  color: #ffffff;
}
.cid-s2KmzgJypp .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-s2KmzgJypp .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-uyjp8Xdj5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uyjp8Xdj5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyjp8Xdj5J .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-uyjp8Xdj5J .container {
    padding: 0 22px;
  }
}
.cid-uyjp8Xdj5J .row {
  justify-content: space-between;
}
.cid-uyjp8Xdj5J .content-wrapper {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper {
    display: block;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uyjp8Xdj5J .mbr-section-title {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .list {
  color: #635d60;
}
.cid-uyjp8Xdj5J .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uyjp8Xdj5J .mbr-section-title,
.cid-uyjp8Xdj5J .mbr-section-btn {
  text-align: center;
  color: #f9963e;
}
.cid-uyjp8Xdj5J .list,
.cid-uyjp8Xdj5J .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .mbr-copy,
.cid-uyjp8Xdj5J .social-wrapper {
  text-align: left;
}
.cid-sFNn9Xmw6E .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  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;
  -webkit-transform: scale(0, 1);
}
.cid-sFNn9Xmw6E .nav-item,
.cid-sFNn9Xmw6E .nav-link,
.cid-sFNn9Xmw6E .navbar-caption {
  font-weight: normal;
}
.cid-sFNn9Xmw6E .nav-item:focus,
.cid-sFNn9Xmw6E .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sFNn9Xmw6E .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  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;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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;
  -webkit-transform: scale(1, 1);
}
.cid-sFNn9Xmw6E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFNn9Xmw6E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFNn9Xmw6E .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #594668;
}
.cid-sFNn9Xmw6E .navbar.opened {
  transition: all .3s;
  background: #594668 !important;
}
.cid-sFNn9Xmw6E .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sFNn9Xmw6E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-sFNn9Xmw6E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFNn9Xmw6E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFNn9Xmw6E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFNn9Xmw6E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sFNn9Xmw6E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFNn9Xmw6E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sFNn9Xmw6E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-sFNn9Xmw6E .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sFNn9Xmw6E .navbar.navbar-short {
  background: #594668 !important;
  min-height: 60px;
}
.cid-sFNn9Xmw6E .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFNn9Xmw6E .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFNn9Xmw6E .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFNn9Xmw6E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFNn9Xmw6E .dropdown-item.active,
.cid-sFNn9Xmw6E .dropdown-item:active {
  background-color: transparent;
}
.cid-sFNn9Xmw6E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFNn9Xmw6E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFNn9Xmw6E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #594668;
}
.cid-sFNn9Xmw6E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFNn9Xmw6E .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-sFNn9Xmw6E ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sFNn9Xmw6E .navbar-buttons {
  text-align: center;
}
.cid-sFNn9Xmw6E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFNn9Xmw6E .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFNn9Xmw6E a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-sFNn9Xmw6E .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sFNn9Xmw6E .soc-item {
  margin: .5rem .3rem;
}
.cid-sFNn9Xmw6E .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFNn9Xmw6E .navbar {
    height: 77px;
  }
  .cid-sFNn9Xmw6E .navbar.opened {
    height: auto;
  }
  .cid-sFNn9Xmw6E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rt5XHPBJDp {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/jmwilburdm-2000x423.webp");
}
.cid-rt5XHPBJDp .mbr-section-subtitle {
  color: #efefef;
}
.cid-rt5XHPBJDp .mbr-section-title {
  color: #efefef;
}
.cid-s2LyExw9eh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #aca0a0;
}
.cid-s2LyExw9eh .mbr-text {
  color: #ffffff;
}
.cid-tI7LFg3f9d {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #aca0a0;
}
.cid-tI7LFg3f9d iframe,
.cid-tI7LFg3f9d img,
.cid-tI7LFg3f9d video {
  width: 100%;
}
.cid-tI7LFg3f9d .mbr-section-head {
  margin-bottom: 67px;
}
@media (max-width: 767px) {
  .cid-tI7LFg3f9d .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-tI7LFg3f9d .mbr-section-title {
  color: #ffffff;
}
.cid-tI7LFg3f9d .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-tI7LFg3f9d .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-tI7LFg3f9d .mbr-media {
  position: relative;
}
.cid-tI7LFg3f9d .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tI7LFg3f9d .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tI7LFg3f9d .icon-wrap .mbr-iconfont {
  color: #FFFFFF;
  opacity: 0.6;
  font-size: 70px;
}
.cid-tI7LFg3f9d .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tI7LFg3f9d .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tI7LFg3f9d .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-tI7LFg3f9d .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tI7LFg3f9d .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-tI7LFg3f9d .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tI7LFg3f9d .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-reufYMBy9g {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/img-4060-1800x1200.webp");
}
.cid-reufYMBy9g .mbr-iconfont {
  color: #8d97ad;
}
.cid-reufYMBy9g .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-reufYMBy9g .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-reufYMBy9g .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-reufYMBy9g .card-title {
  margin-bottom: 0.3rem;
  color: #f4f8fa;
}
.cid-reufYMBy9g .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-reufYMBy9g .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-reufYMBy9g .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uyjp8Xdj5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uyjp8Xdj5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyjp8Xdj5J .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-uyjp8Xdj5J .container {
    padding: 0 22px;
  }
}
.cid-uyjp8Xdj5J .row {
  justify-content: space-between;
}
.cid-uyjp8Xdj5J .content-wrapper {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper {
    display: block;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uyjp8Xdj5J .mbr-section-title {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .list {
  color: #635d60;
}
.cid-uyjp8Xdj5J .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uyjp8Xdj5J .mbr-section-title,
.cid-uyjp8Xdj5J .mbr-section-btn {
  text-align: center;
  color: #f9963e;
}
.cid-uyjp8Xdj5J .list,
.cid-uyjp8Xdj5J .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .mbr-copy,
.cid-uyjp8Xdj5J .social-wrapper {
  text-align: left;
}
.cid-sFNn9Xmw6E .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  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;
  -webkit-transform: scale(0, 1);
}
.cid-sFNn9Xmw6E .nav-item,
.cid-sFNn9Xmw6E .nav-link,
.cid-sFNn9Xmw6E .navbar-caption {
  font-weight: normal;
}
.cid-sFNn9Xmw6E .nav-item:focus,
.cid-sFNn9Xmw6E .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sFNn9Xmw6E .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  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;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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;
  -webkit-transform: scale(1, 1);
}
.cid-sFNn9Xmw6E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFNn9Xmw6E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFNn9Xmw6E .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #594668;
}
.cid-sFNn9Xmw6E .navbar.opened {
  transition: all .3s;
  background: #594668 !important;
}
.cid-sFNn9Xmw6E .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sFNn9Xmw6E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-sFNn9Xmw6E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFNn9Xmw6E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFNn9Xmw6E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFNn9Xmw6E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sFNn9Xmw6E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFNn9Xmw6E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sFNn9Xmw6E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-sFNn9Xmw6E .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sFNn9Xmw6E .navbar.navbar-short {
  background: #594668 !important;
  min-height: 60px;
}
.cid-sFNn9Xmw6E .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFNn9Xmw6E .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFNn9Xmw6E .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFNn9Xmw6E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFNn9Xmw6E .dropdown-item.active,
.cid-sFNn9Xmw6E .dropdown-item:active {
  background-color: transparent;
}
.cid-sFNn9Xmw6E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFNn9Xmw6E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFNn9Xmw6E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #594668;
}
.cid-sFNn9Xmw6E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFNn9Xmw6E .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-sFNn9Xmw6E ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sFNn9Xmw6E .navbar-buttons {
  text-align: center;
}
.cid-sFNn9Xmw6E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFNn9Xmw6E .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFNn9Xmw6E a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-sFNn9Xmw6E .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sFNn9Xmw6E .soc-item {
  margin: .5rem .3rem;
}
.cid-sFNn9Xmw6E .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFNn9Xmw6E .navbar {
    height: 77px;
  }
  .cid-sFNn9Xmw6E .navbar.opened {
    height: auto;
  }
  .cid-sFNn9Xmw6E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2KH1SSJo4 {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #aca0a0;
}
.cid-s2KH1SSJo4 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2KH1SSJo4 .mbr-section-title {
  color: #ffffff;
}
.cid-s2KGZ5Ntxs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #aca0a0;
}
.cid-s2KGZ5Ntxs .mbr-text {
  color: #ffffff;
}
.cid-uyjp8Xdj5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uyjp8Xdj5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyjp8Xdj5J .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-uyjp8Xdj5J .container {
    padding: 0 22px;
  }
}
.cid-uyjp8Xdj5J .row {
  justify-content: space-between;
}
.cid-uyjp8Xdj5J .content-wrapper {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper {
    display: block;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uyjp8Xdj5J .mbr-section-title {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .list {
  color: #635d60;
}
.cid-uyjp8Xdj5J .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uyjp8Xdj5J .mbr-section-title,
.cid-uyjp8Xdj5J .mbr-section-btn {
  text-align: center;
  color: #f9963e;
}
.cid-uyjp8Xdj5J .list,
.cid-uyjp8Xdj5J .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .mbr-copy,
.cid-uyjp8Xdj5J .social-wrapper {
  text-align: left;
}
.cid-sFNn9Xmw6E .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  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;
  -webkit-transform: scale(0, 1);
}
.cid-sFNn9Xmw6E .nav-item,
.cid-sFNn9Xmw6E .nav-link,
.cid-sFNn9Xmw6E .navbar-caption {
  font-weight: normal;
}
.cid-sFNn9Xmw6E .nav-item:focus,
.cid-sFNn9Xmw6E .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sFNn9Xmw6E .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  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;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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;
  -webkit-transform: scale(1, 1);
}
.cid-sFNn9Xmw6E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFNn9Xmw6E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFNn9Xmw6E .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #594668;
}
.cid-sFNn9Xmw6E .navbar.opened {
  transition: all .3s;
  background: #594668 !important;
}
.cid-sFNn9Xmw6E .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sFNn9Xmw6E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-sFNn9Xmw6E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFNn9Xmw6E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFNn9Xmw6E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFNn9Xmw6E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sFNn9Xmw6E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFNn9Xmw6E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sFNn9Xmw6E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-sFNn9Xmw6E .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sFNn9Xmw6E .navbar.navbar-short {
  background: #594668 !important;
  min-height: 60px;
}
.cid-sFNn9Xmw6E .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFNn9Xmw6E .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFNn9Xmw6E .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFNn9Xmw6E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFNn9Xmw6E .dropdown-item.active,
.cid-sFNn9Xmw6E .dropdown-item:active {
  background-color: transparent;
}
.cid-sFNn9Xmw6E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFNn9Xmw6E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFNn9Xmw6E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #594668;
}
.cid-sFNn9Xmw6E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFNn9Xmw6E .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-sFNn9Xmw6E ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sFNn9Xmw6E .navbar-buttons {
  text-align: center;
}
.cid-sFNn9Xmw6E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFNn9Xmw6E .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFNn9Xmw6E a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-sFNn9Xmw6E .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sFNn9Xmw6E .soc-item {
  margin: .5rem .3rem;
}
.cid-sFNn9Xmw6E .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFNn9Xmw6E .navbar {
    height: 77px;
  }
  .cid-sFNn9Xmw6E .navbar.opened {
    height: auto;
  }
  .cid-sFNn9Xmw6E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2KEDyMnVX {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #aca0a0;
}
.cid-s2KEDyMnVX .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2KEDyMnVX .mbr-section-title {
  color: #ffffff;
}
.cid-s2KECWj2Zr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #aca0a0;
}
.cid-s2KECWj2Zr .mbr-text {
  color: #ffffff;
}
.cid-uyjp8Xdj5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uyjp8Xdj5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyjp8Xdj5J .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-uyjp8Xdj5J .container {
    padding: 0 22px;
  }
}
.cid-uyjp8Xdj5J .row {
  justify-content: space-between;
}
.cid-uyjp8Xdj5J .content-wrapper {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper {
    display: block;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uyjp8Xdj5J .mbr-section-title {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .list {
  color: #635d60;
}
.cid-uyjp8Xdj5J .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uyjp8Xdj5J .mbr-section-title,
.cid-uyjp8Xdj5J .mbr-section-btn {
  text-align: center;
  color: #f9963e;
}
.cid-uyjp8Xdj5J .list,
.cid-uyjp8Xdj5J .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .mbr-copy,
.cid-uyjp8Xdj5J .social-wrapper {
  text-align: left;
}
.cid-sFNn9Xmw6E .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  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;
  -webkit-transform: scale(0, 1);
}
.cid-sFNn9Xmw6E .nav-item,
.cid-sFNn9Xmw6E .nav-link,
.cid-sFNn9Xmw6E .navbar-caption {
  font-weight: normal;
}
.cid-sFNn9Xmw6E .nav-item:focus,
.cid-sFNn9Xmw6E .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sFNn9Xmw6E .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  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;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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;
  -webkit-transform: scale(1, 1);
}
.cid-sFNn9Xmw6E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFNn9Xmw6E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFNn9Xmw6E .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #594668;
}
.cid-sFNn9Xmw6E .navbar.opened {
  transition: all .3s;
  background: #594668 !important;
}
.cid-sFNn9Xmw6E .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sFNn9Xmw6E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-sFNn9Xmw6E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFNn9Xmw6E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFNn9Xmw6E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFNn9Xmw6E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sFNn9Xmw6E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFNn9Xmw6E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sFNn9Xmw6E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-sFNn9Xmw6E .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sFNn9Xmw6E .navbar.navbar-short {
  background: #594668 !important;
  min-height: 60px;
}
.cid-sFNn9Xmw6E .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFNn9Xmw6E .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFNn9Xmw6E .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFNn9Xmw6E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFNn9Xmw6E .dropdown-item.active,
.cid-sFNn9Xmw6E .dropdown-item:active {
  background-color: transparent;
}
.cid-sFNn9Xmw6E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFNn9Xmw6E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFNn9Xmw6E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #594668;
}
.cid-sFNn9Xmw6E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFNn9Xmw6E .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-sFNn9Xmw6E ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sFNn9Xmw6E .navbar-buttons {
  text-align: center;
}
.cid-sFNn9Xmw6E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFNn9Xmw6E .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFNn9Xmw6E a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-sFNn9Xmw6E .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sFNn9Xmw6E .soc-item {
  margin: .5rem .3rem;
}
.cid-sFNn9Xmw6E .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFNn9Xmw6E .navbar {
    height: 77px;
  }
  .cid-sFNn9Xmw6E .navbar.opened {
    height: auto;
  }
  .cid-sFNn9Xmw6E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rbMFdHx7aj {
  background-image: url("../../../assets/images/img-3774-1800x1350.webp");
}
.cid-rbMFdHx7aj .mbr-overlay {
  background: #000000;
}
.cid-rbMFdHx7aj .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-rbMFdHx7aj H1 {
  text-align: center;
}
.cid-rbMFdHx7aj .mbr-section-subtitle,
.cid-rbMFdHx7aj mbr-section-btn {
  color: #ffffff;
}
.cid-uOHp4E3aPQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #aca0a0;
  overflow: hidden;
}
.cid-uOHp4E3aPQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHp4E3aPQ .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-uOHp4E3aPQ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uOHp4E3aPQ .container {
    padding: 0 16px;
  }
}
.cid-uOHp4E3aPQ .row {
  justify-content: space-between;
}
.cid-uOHp4E3aPQ .row:hover,
.cid-uOHp4E3aPQ .row:focus {
  cursor: pointer;
}
.cid-uOHp4E3aPQ .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOHp4E3aPQ .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOHp4E3aPQ .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uOHp4E3aPQ .image-wrapper img {
    height: 300px;
  }
}
.cid-uOHp4E3aPQ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uOHp4E3aPQ .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uOHp4E3aPQ .mbr-section-title {
  color: #000000;
}
.cid-uOHp4E3aPQ .mbr-text {
  color: #ffffff;
}
.cid-uOHp4E3aPQ .mbr-section-title,
.cid-uOHp4E3aPQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uNaE9tx0R4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #aca0a0;
  overflow: hidden;
}
.cid-uNaE9tx0R4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNaE9tx0R4 .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-uNaE9tx0R4 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uNaE9tx0R4 .container {
    padding: 0 16px;
  }
}
.cid-uNaE9tx0R4 .row {
  justify-content: space-between;
}
.cid-uNaE9tx0R4 .row:hover,
.cid-uNaE9tx0R4 .row:focus {
  cursor: pointer;
}
.cid-uNaE9tx0R4 .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNaE9tx0R4 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uNaE9tx0R4 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uNaE9tx0R4 .image-wrapper img {
    height: 300px;
  }
}
.cid-uNaE9tx0R4 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uNaE9tx0R4 .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uNaE9tx0R4 .mbr-section-title {
  color: #000000;
}
.cid-uNaE9tx0R4 .mbr-text {
  color: #ffffff;
}
.cid-uNaE9tx0R4 .mbr-section-title,
.cid-uNaE9tx0R4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uIPvlroX4f {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #aca0a0;
  overflow: hidden;
}
.cid-uIPvlroX4f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIPvlroX4f .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-uIPvlroX4f .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uIPvlroX4f .container {
    padding: 0 16px;
  }
}
.cid-uIPvlroX4f .row {
  justify-content: space-between;
}
.cid-uIPvlroX4f .row:hover,
.cid-uIPvlroX4f .row:focus {
  cursor: pointer;
}
.cid-uIPvlroX4f .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIPvlroX4f .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIPvlroX4f .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uIPvlroX4f .image-wrapper img {
    height: 300px;
  }
}
.cid-uIPvlroX4f .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uIPvlroX4f .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uIPvlroX4f .mbr-section-title {
  color: #000000;
}
.cid-uIPvlroX4f .mbr-text {
  color: #ffffff;
}
.cid-uIPvlroX4f .mbr-section-title,
.cid-uIPvlroX4f .mbr-section-btn {
  color: #ffffff;
}
.cid-u1EBl0Al69 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-u1EBl0Al69 .carousel-item {
  justify-content: center;
}
.cid-u1EBl0Al69 .carousel-item.active,
.cid-u1EBl0Al69 .carousel-item-next,
.cid-u1EBl0Al69 .carousel-item-prev {
  display: flex;
}
.cid-u1EBl0Al69 .carousel-controls a {
  transition: opacity .5s;
  font-size: 40px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #a61a3d;
}
.cid-u1EBl0Al69 .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-u1EBl0Al69 .carousel-control-next span {
  padding-left: 5px;
}
.cid-u1EBl0Al69 .carousel-control-prev span {
  padding-right: 5px;
}
.cid-u1EBl0Al69 .carousel-inner {
  padding-top: 1rem;
}
.cid-u1EBl0Al69 .user_image {
  width: 225px;
  height: 225px;
  overflow: visible;
  margin-bottom: 1.6rem;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
  transition: all 0.3s;
}
.cid-u1EBl0Al69 .user_image img {
  width: 225px;
  height: 225px;
  border-radius: 50%;
  min-width: 100%;
  object-fit: cover;
  min-height: 100%;
}
.cid-u1EBl0Al69 .user_image:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 230px) {
  .cid-u1EBl0Al69 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-u1EBl0Al69 .user_text {
  color: #ffffff;
}
.cid-u1EBl0Al69 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1EBl0Al69 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1EBl0Al69 .user_name {
  color: #ffffff;
}
.cid-tyeJPwBXZi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #846a53;
}
.cid-tyeJPwBXZi .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uyjp8Xdj5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyjp8Xdj5J .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-uyjp8Xdj5J .container {
    padding: 0 22px;
  }
}
.cid-uyjp8Xdj5J .row {
  justify-content: space-between;
}
.cid-uyjp8Xdj5J .content-wrapper {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper {
    display: block;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uyjp8Xdj5J .mbr-section-title {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .list {
  color: #635d60;
}
.cid-uyjp8Xdj5J .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uyjp8Xdj5J .mbr-section-title,
.cid-uyjp8Xdj5J .mbr-section-btn {
  text-align: center;
  color: #f9963e;
}
.cid-uyjp8Xdj5J .list,
.cid-uyjp8Xdj5J .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .mbr-copy,
.cid-uyjp8Xdj5J .social-wrapper {
  text-align: left;
}
.cid-sFNn9Xmw6E .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  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;
  -webkit-transform: scale(0, 1);
}
.cid-sFNn9Xmw6E .nav-item,
.cid-sFNn9Xmw6E .nav-link,
.cid-sFNn9Xmw6E .navbar-caption {
  font-weight: normal;
}
.cid-sFNn9Xmw6E .nav-item:focus,
.cid-sFNn9Xmw6E .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sFNn9Xmw6E .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  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;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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;
  -webkit-transform: scale(1, 1);
}
.cid-sFNn9Xmw6E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFNn9Xmw6E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFNn9Xmw6E .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #594668;
}
.cid-sFNn9Xmw6E .navbar.opened {
  transition: all .3s;
  background: #594668 !important;
}
.cid-sFNn9Xmw6E .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sFNn9Xmw6E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-sFNn9Xmw6E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFNn9Xmw6E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFNn9Xmw6E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFNn9Xmw6E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sFNn9Xmw6E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFNn9Xmw6E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sFNn9Xmw6E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-sFNn9Xmw6E .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sFNn9Xmw6E .navbar.navbar-short {
  background: #594668 !important;
  min-height: 60px;
}
.cid-sFNn9Xmw6E .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFNn9Xmw6E .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFNn9Xmw6E .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFNn9Xmw6E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFNn9Xmw6E .dropdown-item.active,
.cid-sFNn9Xmw6E .dropdown-item:active {
  background-color: transparent;
}
.cid-sFNn9Xmw6E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFNn9Xmw6E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFNn9Xmw6E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #594668;
}
.cid-sFNn9Xmw6E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFNn9Xmw6E .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-sFNn9Xmw6E ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sFNn9Xmw6E .navbar-buttons {
  text-align: center;
}
.cid-sFNn9Xmw6E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFNn9Xmw6E .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFNn9Xmw6E a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-sFNn9Xmw6E .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sFNn9Xmw6E .soc-item {
  margin: .5rem .3rem;
}
.cid-sFNn9Xmw6E .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFNn9Xmw6E .navbar {
    height: 77px;
  }
  .cid-sFNn9Xmw6E .navbar.opened {
    height: auto;
  }
  .cid-sFNn9Xmw6E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s6pMy2wT7A {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1-1920x1281.webp");
}
.cid-s6pMy2wT7A .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s6pMy2wT7A .mbr-section-title {
  color: #ffffff;
}
.cid-s2Lutm8VHZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #aca0a0;
}
.cid-s2Lutm8VHZ .mbr-text {
  color: #ffffff;
}
.cid-uyjp8Xdj5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uyjp8Xdj5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyjp8Xdj5J .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-uyjp8Xdj5J .container {
    padding: 0 22px;
  }
}
.cid-uyjp8Xdj5J .row {
  justify-content: space-between;
}
.cid-uyjp8Xdj5J .content-wrapper {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper {
    display: block;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uyjp8Xdj5J .mbr-section-title {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .list {
  color: #635d60;
}
.cid-uyjp8Xdj5J .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uyjp8Xdj5J .mbr-section-title,
.cid-uyjp8Xdj5J .mbr-section-btn {
  text-align: center;
  color: #f9963e;
}
.cid-uyjp8Xdj5J .list,
.cid-uyjp8Xdj5J .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .mbr-copy,
.cid-uyjp8Xdj5J .social-wrapper {
  text-align: left;
}
.cid-sFNn9Xmw6E .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  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;
  -webkit-transform: scale(0, 1);
}
.cid-sFNn9Xmw6E .nav-item,
.cid-sFNn9Xmw6E .nav-link,
.cid-sFNn9Xmw6E .navbar-caption {
  font-weight: normal;
}
.cid-sFNn9Xmw6E .nav-item:focus,
.cid-sFNn9Xmw6E .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sFNn9Xmw6E .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  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;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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;
  -webkit-transform: scale(1, 1);
}
.cid-sFNn9Xmw6E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFNn9Xmw6E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFNn9Xmw6E .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #594668;
}
.cid-sFNn9Xmw6E .navbar.opened {
  transition: all .3s;
  background: #594668 !important;
}
.cid-sFNn9Xmw6E .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sFNn9Xmw6E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-sFNn9Xmw6E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFNn9Xmw6E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFNn9Xmw6E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFNn9Xmw6E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sFNn9Xmw6E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFNn9Xmw6E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sFNn9Xmw6E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-sFNn9Xmw6E .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sFNn9Xmw6E .navbar.navbar-short {
  background: #594668 !important;
  min-height: 60px;
}
.cid-sFNn9Xmw6E .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFNn9Xmw6E .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFNn9Xmw6E .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFNn9Xmw6E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFNn9Xmw6E .dropdown-item.active,
.cid-sFNn9Xmw6E .dropdown-item:active {
  background-color: transparent;
}
.cid-sFNn9Xmw6E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFNn9Xmw6E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFNn9Xmw6E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #594668;
}
.cid-sFNn9Xmw6E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFNn9Xmw6E .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-sFNn9Xmw6E ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sFNn9Xmw6E .navbar-buttons {
  text-align: center;
}
.cid-sFNn9Xmw6E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFNn9Xmw6E .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFNn9Xmw6E a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-sFNn9Xmw6E .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sFNn9Xmw6E .soc-item {
  margin: .5rem .3rem;
}
.cid-sFNn9Xmw6E .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFNn9Xmw6E .navbar {
    height: 77px;
  }
  .cid-sFNn9Xmw6E .navbar.opened {
    height: auto;
  }
  .cid-sFNn9Xmw6E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rt6hJ2Y0FH {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1103.webp");
}
.cid-rt6hJ2Y0FH .mbr-section-subtitle {
  color: #efefef;
}
.cid-rt6hJ2Y0FH .mbr-section-title {
  color: #efefef;
}
.cid-s2LvLEfOKw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #aca0a0;
}
.cid-s2LvLEfOKw .mbr-text {
  color: #ffffff;
}
.cid-uyjp8Xdj5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uyjp8Xdj5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyjp8Xdj5J .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-uyjp8Xdj5J .container {
    padding: 0 22px;
  }
}
.cid-uyjp8Xdj5J .row {
  justify-content: space-between;
}
.cid-uyjp8Xdj5J .content-wrapper {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper {
    display: block;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uyjp8Xdj5J .mbr-section-title {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .list {
  color: #635d60;
}
.cid-uyjp8Xdj5J .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uyjp8Xdj5J .mbr-section-title,
.cid-uyjp8Xdj5J .mbr-section-btn {
  text-align: center;
  color: #f9963e;
}
.cid-uyjp8Xdj5J .list,
.cid-uyjp8Xdj5J .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .mbr-copy,
.cid-uyjp8Xdj5J .social-wrapper {
  text-align: left;
}
.cid-sFNn9Xmw6E .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  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;
  -webkit-transform: scale(0, 1);
}
.cid-sFNn9Xmw6E .nav-item,
.cid-sFNn9Xmw6E .nav-link,
.cid-sFNn9Xmw6E .navbar-caption {
  font-weight: normal;
}
.cid-sFNn9Xmw6E .nav-item:focus,
.cid-sFNn9Xmw6E .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sFNn9Xmw6E .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  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;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFNn9Xmw6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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;
  -webkit-transform: scale(1, 1);
}
.cid-sFNn9Xmw6E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFNn9Xmw6E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFNn9Xmw6E .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #594668;
}
.cid-sFNn9Xmw6E .navbar.opened {
  transition: all .3s;
  background: #594668 !important;
}
.cid-sFNn9Xmw6E .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sFNn9Xmw6E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-sFNn9Xmw6E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFNn9Xmw6E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFNn9Xmw6E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFNn9Xmw6E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFNn9Xmw6E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sFNn9Xmw6E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFNn9Xmw6E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sFNn9Xmw6E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFNn9Xmw6E .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-sFNn9Xmw6E .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-sFNn9Xmw6E .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sFNn9Xmw6E .navbar.navbar-short {
  background: #594668 !important;
  min-height: 60px;
}
.cid-sFNn9Xmw6E .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFNn9Xmw6E .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFNn9Xmw6E .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFNn9Xmw6E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFNn9Xmw6E .dropdown-item.active,
.cid-sFNn9Xmw6E .dropdown-item:active {
  background-color: transparent;
}
.cid-sFNn9Xmw6E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFNn9Xmw6E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFNn9Xmw6E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #594668;
}
.cid-sFNn9Xmw6E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFNn9Xmw6E .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-sFNn9Xmw6E ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sFNn9Xmw6E .navbar-buttons {
  text-align: center;
}
.cid-sFNn9Xmw6E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFNn9Xmw6E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFNn9Xmw6E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFNn9Xmw6E .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFNn9Xmw6E a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-sFNn9Xmw6E .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-sFNn9Xmw6E .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sFNn9Xmw6E .soc-item {
  margin: .5rem .3rem;
}
.cid-sFNn9Xmw6E .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFNn9Xmw6E .navbar {
    height: 77px;
  }
  .cid-sFNn9Xmw6E .navbar.opened {
    height: auto;
  }
  .cid-sFNn9Xmw6E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swXukztZGJ {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #aca0a0;
}
.cid-swXukztZGJ .mbr-section-title {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-swXukztZGJ .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-swXukztZGJ .content__block {
  margin-top: 20px;
}
.cid-swXukztZGJ .card__products {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .cid-swXukztZGJ .card__products {
    margin: 55px 0 0;
  }
}
.cid-swXukztZGJ .title {
  padding-left: 20px;
}
.cid-swXukztZGJ .card__title {
  color: #ffffff;
  margin-bottom: 4px;
  letter-spacing: 2px;
}
.cid-swXukztZGJ .card__name {
  font-weight: 700;
  margin-bottom: 0;
}
.cid-swXukztZGJ .image {
  transition: all .25s;
  margin: 20px 0 15px;
  height: 470px;
}
.cid-swXukztZGJ .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}
.cid-swXukztZGJ .image:hover {
  opacity: .8;
}
.cid-swXukztZGJ .btn {
  margin-bottom: 10px;
}
.cid-swXukztZGJ .card__bottom {
  padding: 0 20px;
}
.cid-swXukztZGJ .card__price {
  color: #919dab;
  margin-bottom: 0;
}
.cid-swXukztZGJ .card__buy {
  font-weight: 500;
  transition: .25s ease;
  margin-bottom: 0;
}
.cid-swXukztZGJ .card__buy:hover {
  color: #502273;
}
.cid-uyjp8Xdj5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uyjp8Xdj5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyjp8Xdj5J .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-uyjp8Xdj5J .container {
    padding: 0 22px;
  }
}
.cid-uyjp8Xdj5J .row {
  justify-content: space-between;
}
.cid-uyjp8Xdj5J .content-wrapper {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper {
    display: block;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uyjp8Xdj5J .mbr-section-title {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .list {
  color: #635d60;
}
.cid-uyjp8Xdj5J .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uyjp8Xdj5J .mbr-section-title,
.cid-uyjp8Xdj5J .mbr-section-btn {
  text-align: center;
  color: #f9963e;
}
.cid-uyjp8Xdj5J .list,
.cid-uyjp8Xdj5J .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .mbr-copy,
.cid-uyjp8Xdj5J .social-wrapper {
  text-align: left;
}
.cid-sZBbPU6LMj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  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;
  -webkit-transform: scale(0, 1);
}
.cid-sZBbPU6LMj .nav-item,
.cid-sZBbPU6LMj .nav-link,
.cid-sZBbPU6LMj .navbar-caption {
  font-weight: normal;
}
.cid-sZBbPU6LMj .nav-item:focus,
.cid-sZBbPU6LMj .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sZBbPU6LMj .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-sZBbPU6LMj .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  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;
  -webkit-align-items: center;
}
.cid-sZBbPU6LMj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sZBbPU6LMj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-sZBbPU6LMj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sZBbPU6LMj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sZBbPU6LMj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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;
  -webkit-transform: scale(1, 1);
}
.cid-sZBbPU6LMj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sZBbPU6LMj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sZBbPU6LMj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #594668;
}
.cid-sZBbPU6LMj .navbar.opened {
  transition: all .3s;
  background: #594668 !important;
}
.cid-sZBbPU6LMj .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sZBbPU6LMj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-sZBbPU6LMj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sZBbPU6LMj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sZBbPU6LMj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sZBbPU6LMj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sZBbPU6LMj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sZBbPU6LMj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sZBbPU6LMj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sZBbPU6LMj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sZBbPU6LMj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sZBbPU6LMj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sZBbPU6LMj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sZBbPU6LMj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sZBbPU6LMj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sZBbPU6LMj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sZBbPU6LMj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sZBbPU6LMj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sZBbPU6LMj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sZBbPU6LMj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-sZBbPU6LMj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-sZBbPU6LMj .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-sZBbPU6LMj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sZBbPU6LMj .navbar.navbar-short {
  background: #594668 !important;
  min-height: 60px;
}
.cid-sZBbPU6LMj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sZBbPU6LMj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sZBbPU6LMj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-sZBbPU6LMj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sZBbPU6LMj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sZBbPU6LMj .dropdown-item.active,
.cid-sZBbPU6LMj .dropdown-item:active {
  background-color: transparent;
}
.cid-sZBbPU6LMj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sZBbPU6LMj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sZBbPU6LMj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #594668;
}
.cid-sZBbPU6LMj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sZBbPU6LMj .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-sZBbPU6LMj ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sZBbPU6LMj .navbar-buttons {
  text-align: center;
}
.cid-sZBbPU6LMj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-sZBbPU6LMj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sZBbPU6LMj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sZBbPU6LMj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sZBbPU6LMj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sZBbPU6LMj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sZBbPU6LMj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sZBbPU6LMj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sZBbPU6LMj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sZBbPU6LMj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sZBbPU6LMj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sZBbPU6LMj a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-sZBbPU6LMj .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-sZBbPU6LMj .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sZBbPU6LMj .soc-item {
  margin: .5rem .3rem;
}
.cid-sZBbPU6LMj .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sZBbPU6LMj .navbar {
    height: 77px;
  }
  .cid-sZBbPU6LMj .navbar.opened {
    height: auto;
  }
  .cid-sZBbPU6LMj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sZBbPT8pU5 {
  background-image: url("../../../assets/images/img-1227.jpeg-1200x900.jpg");
}
.cid-sZBbPT8pU5 .mbr-overlay {
  background: #333333;
}
.cid-sZBbPT8pU5 .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-sZBbPT8pU5 H1 {
  text-align: center;
}
.cid-sZBbPT8pU5 .mbr-section-subtitle,
.cid-sZBbPT8pU5 mbr-section-btn {
  color: #ffffff;
}
.cid-tIiiWMwEAN {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #594668;
}
.cid-tIiiWMwEAN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIiiWMwEAN .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sZBbPTsxfe {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #aca0a0;
}
.cid-sZBbPTsxfe .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sZBbPTsxfe .section-text {
  color: #ffffff;
}
.cid-sZBbPTsxfe .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-sZBbPTsxfe .text-block {
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sZBbPTsxfe .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sZBbPTsxfe .mbr-figure {
  background: #1e3b6e;
  overflow: hidden;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-sZBbPTsxfe .mbr-figure .card-text {
  padding: 2rem;
}
.cid-sZBbPTsxfe .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-sZBbPTsxfe .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sZBbPTsxfe .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-sZBbPTsxfe .mbr-text {
    text-align: center;
  }
}
.cid-sZBbPTsxfe .mbr-section-title,
.cid-sZBbPTsxfe .mbr-section-btn {
  color: #ffffff;
}
.cid-sZBbPTsxfe .mbr-text {
  color: #f4f8fa;
}
.cid-sZBbPTDBm7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-sZBbPTDBm7 .card {
  padding: 1rem 1rem 1rem 1rem;
}
.cid-sZBbPTDBm7 .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0e8f61, #08579f);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-sZBbPTDBm7 .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-sZBbPTDBm7 .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-sZBbPTDBm7 .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sZBbPTDBm7 .card-text,
.cid-sZBbPTDBm7 .mbr-subtitle {
  color: #8d97ad;
}
.cid-sZBbPTDBm7 .card-sign {
  padding-top: .5rem;
}
.cid-sZBbPTDBm7 .underline .line {
  width: 5rem;
  height: 1px;
  background: #efefef;
  display: inline-block;
}
.cid-sZBbPTDBm7 .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-sZBbPTDBm7 .card-title {
    text-align: center;
  }
  .cid-sZBbPTDBm7 p.mbr-text,
  .cid-sZBbPTDBm7 p.date {
    text-align: center;
  }
}
.cid-sZBbPTDBm7 .card-box {
  background: #efefef;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sZBbPTDBm7 H2 {
  color: #ffffff;
}
.cid-sZBbPTDBm7 .mbr-subtitle {
  color: #ff4f7b;
}
.cid-sZBbPTDBm7 .card-text {
  color: #000000;
}
.cid-ucRtoy7iWh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #aca0a0;
}
.cid-ucRtoy7iWh .mbr-overlay {
  background: #efefef;
}
.cid-ucRtoy7iWh .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-ucRtoy7iWh .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-ucRtoy7iWh .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #444444;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-ucRtoy7iWh .mbr-text {
  color: #444444;
}
.cid-ucRtoy7iWh .mbr-section-subtitle {
  color: #f4f8fa;
}
.cid-ucRtoy7iWh .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-ucRtoy7iWh .card-title {
    text-align: center;
  }
  .cid-ucRtoy7iWh p.mbr-text,
  .cid-ucRtoy7iWh p.date {
    text-align: center;
  }
}
.cid-ucRtoy7iWh H2 {
  color: #f4f8fa;
}
.cid-ucRtoy7iWh .mbr-text,
.cid-ucRtoy7iWh .mbr-section-btn {
  color: #ad63e6;
}
.cid-uuiWMUJHjl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #aca0a0;
}
.cid-uuiWMUJHjl .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uuiWMUJHjl .card-img {
  padding-bottom: 2rem;
  border-radius: .25rem;
  overflow: hidden;
}
.cid-uuiWMUJHjl .card-img img {
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-uuiWMUJHjl .section-text,
.cid-uuiWMUJHjl .card-text {
  color: #8d97ad;
}
@media (max-width: 767px) {
  .cid-uuiWMUJHjl .section-text,
  .cid-uuiWMUJHjl .card-text,
  .cid-uuiWMUJHjl .card-title,
  .cid-uuiWMUJHjl .mbr-section-title {
    text-align: center;
  }
}
.cid-uuiWMUJHjl H2 {
  color: #ffffff;
}
.cid-uuiWMUJHjl .card-title,
.cid-uuiWMUJHjl .card-img {
  color: #ffffff;
}
.cid-uyjp8Xdj5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uyjp8Xdj5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyjp8Xdj5J .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-uyjp8Xdj5J .container {
    padding: 0 22px;
  }
}
.cid-uyjp8Xdj5J .row {
  justify-content: space-between;
}
.cid-uyjp8Xdj5J .content-wrapper {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper {
    display: block;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uyjp8Xdj5J .mbr-section-title {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .list {
  color: #635d60;
}
.cid-uyjp8Xdj5J .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uyjp8Xdj5J .mbr-section-title,
.cid-uyjp8Xdj5J .mbr-section-btn {
  text-align: center;
  color: #f9963e;
}
.cid-uyjp8Xdj5J .list,
.cid-uyjp8Xdj5J .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .mbr-copy,
.cid-uyjp8Xdj5J .social-wrapper {
  text-align: left;
}
.cid-t9plzEknPg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  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;
  -webkit-transform: scale(0, 1);
}
.cid-t9plzEknPg .nav-item,
.cid-t9plzEknPg .nav-link,
.cid-t9plzEknPg .navbar-caption {
  font-weight: normal;
}
.cid-t9plzEknPg .nav-item:focus,
.cid-t9plzEknPg .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-t9plzEknPg .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-t9plzEknPg .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  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;
  -webkit-align-items: center;
}
.cid-t9plzEknPg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-t9plzEknPg .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-t9plzEknPg .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-t9plzEknPg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t9plzEknPg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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;
  -webkit-transform: scale(1, 1);
}
.cid-t9plzEknPg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t9plzEknPg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t9plzEknPg .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #594668;
}
.cid-t9plzEknPg .navbar.opened {
  transition: all .3s;
  background: #594668 !important;
}
.cid-t9plzEknPg .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-t9plzEknPg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-t9plzEknPg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t9plzEknPg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t9plzEknPg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t9plzEknPg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t9plzEknPg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t9plzEknPg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t9plzEknPg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t9plzEknPg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-t9plzEknPg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t9plzEknPg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t9plzEknPg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t9plzEknPg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t9plzEknPg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t9plzEknPg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t9plzEknPg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t9plzEknPg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t9plzEknPg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t9plzEknPg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-t9plzEknPg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-t9plzEknPg .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-t9plzEknPg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t9plzEknPg .navbar.navbar-short {
  background: #594668 !important;
  min-height: 60px;
}
.cid-t9plzEknPg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t9plzEknPg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t9plzEknPg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-t9plzEknPg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t9plzEknPg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t9plzEknPg .dropdown-item.active,
.cid-t9plzEknPg .dropdown-item:active {
  background-color: transparent;
}
.cid-t9plzEknPg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t9plzEknPg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t9plzEknPg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #594668;
}
.cid-t9plzEknPg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t9plzEknPg .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-t9plzEknPg ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-t9plzEknPg .navbar-buttons {
  text-align: center;
}
.cid-t9plzEknPg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-t9plzEknPg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t9plzEknPg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t9plzEknPg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t9plzEknPg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t9plzEknPg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t9plzEknPg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9plzEknPg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t9plzEknPg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t9plzEknPg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9plzEknPg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t9plzEknPg a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-t9plzEknPg .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-t9plzEknPg .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-t9plzEknPg .soc-item {
  margin: .5rem .3rem;
}
.cid-t9plzEknPg .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t9plzEknPg .navbar {
    height: 77px;
  }
  .cid-t9plzEknPg .navbar.opened {
    height: auto;
  }
  .cid-t9plzEknPg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttdmYuHetm {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1080.webp");
}
.cid-ttdmYuHetm .mbr-overlay {
  background: #232323;
}
.cid-ttdmYuHetm .mbr-section-subtitle {
  color: #cccccc;
}
.cid-ttdmYuHetm .mbr-section-subtitle,
.cid-ttdmYuHetm .mbr-section-btn {
  color: #ffffff;
}
.cid-ttdmYuHetm H1 {
  color: #ffffff;
}
.cid-ttdojJfyUJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #2b3b2c;
}
.cid-ttdojJfyUJ .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-ttdojJfyUJ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-unjGaP5a7d {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unjGaP5a7d h2 {
  text-align: left;
}
.cid-unjGaP5a7d h4 {
  text-align: left;
  font-weight: 500;
}
.cid-unjGaP5a7d p {
  color: #767676;
  text-align: left;
}
.cid-unjGaP5a7d .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-unjGaP5a7d .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-unjGaP5a7d .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-unjGaP5a7d .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-unjGaP5a7d .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-unjGaP5a7d .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-unjGaP5a7d .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-unjGaP5a7d .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-unjGaP5a7d .card-img span {
    font-size: 40px !important;
  }
}
.cid-unjGaP5a7d .mbr-text {
  color: #ed8f20;
}
.cid-unjGaP5a7d P {
  color: #333333;
}
.cid-uPCvp1QYoI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPCvp1QYoI h2 {
  text-align: left;
}
.cid-uPCvp1QYoI h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uPCvp1QYoI p {
  color: #767676;
  text-align: left;
}
.cid-uPCvp1QYoI .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uPCvp1QYoI .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uPCvp1QYoI .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPCvp1QYoI .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uPCvp1QYoI .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uPCvp1QYoI .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uPCvp1QYoI .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uPCvp1QYoI .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uPCvp1QYoI .card-img span {
    font-size: 40px !important;
  }
}
.cid-uPCvp1QYoI .mbr-text {
  color: #ed8f20;
}
.cid-uPCvp1QYoI P {
  color: #333333;
}
.cid-uyjp8Xdj5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uyjp8Xdj5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyjp8Xdj5J .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-uyjp8Xdj5J .container {
    padding: 0 22px;
  }
}
.cid-uyjp8Xdj5J .row {
  justify-content: space-between;
}
.cid-uyjp8Xdj5J .content-wrapper {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper {
    display: block;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uyjp8Xdj5J .mbr-section-title {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .list {
  color: #635d60;
}
.cid-uyjp8Xdj5J .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uyjp8Xdj5J .mbr-section-title,
.cid-uyjp8Xdj5J .mbr-section-btn {
  text-align: center;
  color: #f9963e;
}
.cid-uyjp8Xdj5J .list,
.cid-uyjp8Xdj5J .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .mbr-copy,
.cid-uyjp8Xdj5J .social-wrapper {
  text-align: left;
}
.cid-tyuEmNXymr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  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;
  -webkit-transform: scale(0, 1);
}
.cid-tyuEmNXymr .nav-item,
.cid-tyuEmNXymr .nav-link,
.cid-tyuEmNXymr .navbar-caption {
  font-weight: normal;
}
.cid-tyuEmNXymr .nav-item:focus,
.cid-tyuEmNXymr .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tyuEmNXymr .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-tyuEmNXymr .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  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;
  -webkit-align-items: center;
}
.cid-tyuEmNXymr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tyuEmNXymr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tyuEmNXymr .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tyuEmNXymr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyuEmNXymr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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;
  -webkit-transform: scale(1, 1);
}
.cid-tyuEmNXymr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyuEmNXymr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyuEmNXymr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #594668;
}
.cid-tyuEmNXymr .navbar.opened {
  transition: all .3s;
  background: #594668 !important;
}
.cid-tyuEmNXymr .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tyuEmNXymr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-tyuEmNXymr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyuEmNXymr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyuEmNXymr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyuEmNXymr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyuEmNXymr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyuEmNXymr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyuEmNXymr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyuEmNXymr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tyuEmNXymr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyuEmNXymr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyuEmNXymr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyuEmNXymr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyuEmNXymr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyuEmNXymr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyuEmNXymr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyuEmNXymr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyuEmNXymr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyuEmNXymr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-tyuEmNXymr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-tyuEmNXymr .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-tyuEmNXymr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyuEmNXymr .navbar.navbar-short {
  background: #594668 !important;
  min-height: 60px;
}
.cid-tyuEmNXymr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyuEmNXymr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyuEmNXymr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-tyuEmNXymr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyuEmNXymr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyuEmNXymr .dropdown-item.active,
.cid-tyuEmNXymr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyuEmNXymr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyuEmNXymr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyuEmNXymr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #594668;
}
.cid-tyuEmNXymr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyuEmNXymr .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-tyuEmNXymr ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tyuEmNXymr .navbar-buttons {
  text-align: center;
}
.cid-tyuEmNXymr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tyuEmNXymr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tyuEmNXymr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyuEmNXymr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyuEmNXymr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyuEmNXymr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyuEmNXymr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyuEmNXymr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyuEmNXymr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyuEmNXymr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyuEmNXymr .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyuEmNXymr a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-tyuEmNXymr .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-tyuEmNXymr .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tyuEmNXymr .soc-item {
  margin: .5rem .3rem;
}
.cid-tyuEmNXymr .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyuEmNXymr .navbar {
    height: 77px;
  }
  .cid-tyuEmNXymr .navbar.opened {
    height: auto;
  }
  .cid-tyuEmNXymr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyuEmN3A48 {
  background-image: url("../../../assets/images/img-3774-1800x1350.webp");
}
.cid-tyuEmN3A48 .mbr-overlay {
  background: #333333;
}
.cid-tyuEmN3A48 .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-tyuEmN3A48 H1 {
  text-align: center;
}
.cid-tyuEmN3A48 .mbr-section-subtitle,
.cid-tyuEmN3A48 mbr-section-btn {
  color: #ffffff;
}
.cid-upScr0mPJr {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #d38e9f;
}
.cid-upScr0mPJr .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-upScr0mPJr .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyuEmNh3XB {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #aca0a0;
}
.cid-tyuEmNh3XB .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-tyuEmNh3XB .section-text {
  color: #ffffff;
}
.cid-tyuEmNh3XB .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-tyuEmNh3XB .text-block {
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-tyuEmNh3XB .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tyuEmNh3XB .mbr-figure {
  background: #1e3b6e;
  overflow: hidden;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-tyuEmNh3XB .mbr-figure .card-text {
  padding: 2rem;
}
.cid-tyuEmNh3XB .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-tyuEmNh3XB .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tyuEmNh3XB .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tyuEmNh3XB .mbr-text {
    text-align: center;
  }
}
.cid-tyuEmNh3XB .mbr-section-title,
.cid-tyuEmNh3XB .mbr-section-btn {
  color: #ffffff;
}
.cid-tyuEmNh3XB .mbr-text {
  color: #f4f8fa;
}
.cid-tyuKOnPYrs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #aca0a0;
}
.cid-tyuKOnPYrs .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-tyuKOnPYrs .card-img {
  padding-bottom: 2rem;
  border-radius: .25rem;
  overflow: hidden;
}
.cid-tyuKOnPYrs .card-img img {
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-tyuKOnPYrs .section-text,
.cid-tyuKOnPYrs .card-text {
  color: #8d97ad;
}
@media (max-width: 767px) {
  .cid-tyuKOnPYrs .section-text,
  .cid-tyuKOnPYrs .card-text,
  .cid-tyuKOnPYrs .card-title,
  .cid-tyuKOnPYrs .mbr-section-title {
    text-align: center;
  }
}
.cid-tyuKOnPYrs H2 {
  color: #ffffff;
}
.cid-tyuKOnPYrs .card-title,
.cid-tyuKOnPYrs .card-img {
  color: #ffffff;
}
.cid-tyuEmNpPNR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-tyuEmNpPNR .card {
  padding: 1rem 1rem 1rem 1rem;
}
.cid-tyuEmNpPNR .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0e8f61, #08579f);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-tyuEmNpPNR .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-tyuEmNpPNR .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-tyuEmNpPNR .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tyuEmNpPNR .card-text,
.cid-tyuEmNpPNR .mbr-subtitle {
  color: #8d97ad;
}
.cid-tyuEmNpPNR .card-sign {
  padding-top: .5rem;
}
.cid-tyuEmNpPNR .underline .line {
  width: 5rem;
  height: 1px;
  background: #efefef;
  display: inline-block;
}
.cid-tyuEmNpPNR .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tyuEmNpPNR .card-title {
    text-align: center;
  }
  .cid-tyuEmNpPNR p.mbr-text,
  .cid-tyuEmNpPNR p.date {
    text-align: center;
  }
}
.cid-tyuEmNpPNR .card-box {
  background: #efefef;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-tyuEmNpPNR H2 {
  color: #ffffff;
}
.cid-tyuEmNpPNR .mbr-subtitle {
  color: #ff4f7b;
}
.cid-tyuEmNpPNR .card-text {
  color: #000000;
}
.cid-u7AwIM0oVB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #aca0a0;
}
@media (max-width: 767px) {
  .cid-u7AwIM0oVB .mbr-section-head {
    padding: 0 18px;
  }
}
.cid-u7AwIM0oVB .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-u7AwIM0oVB .people {
    padding: 0;
  }
}
.cid-u7AwIM0oVB .mbr-section-title {
  color: #ffffff;
  margin: 0;
}
.cid-u7AwIM0oVB .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-u7AwIM0oVB .mbr-text {
  color: #6b6b6b;
  margin: 10px auto;
}
.cid-u7AwIM0oVB .item-name {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-u7AwIM0oVB h3 {
  margin: 0;
}
.cid-u7AwIM0oVB .occupation {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-u7AwIM0oVB .item {
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-u7AwIM0oVB .item-caption {
  padding-top: 14px;
  background: transparent;
  background: #444444;
}
.cid-u7AwIM0oVB .item-img {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
.cid-u7AwIM0oVB .item-img::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-u7AwIM0oVB .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7AwIM0oVB .item:hover {
  cursor: pointer;
}
.cid-u7AwIM0oVB .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-uyjp8Xdj5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uyjp8Xdj5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyjp8Xdj5J .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-uyjp8Xdj5J .container {
    padding: 0 22px;
  }
}
.cid-uyjp8Xdj5J .row {
  justify-content: space-between;
}
.cid-uyjp8Xdj5J .content-wrapper {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper {
    display: block;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uyjp8Xdj5J .mbr-section-title {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .list {
  color: #635d60;
}
.cid-uyjp8Xdj5J .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uyjp8Xdj5J .mbr-section-title,
.cid-uyjp8Xdj5J .mbr-section-btn {
  text-align: center;
  color: #f9963e;
}
.cid-uyjp8Xdj5J .list,
.cid-uyjp8Xdj5J .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .mbr-copy,
.cid-uyjp8Xdj5J .social-wrapper {
  text-align: left;
}
.cid-ujjhzpJ1XC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  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;
  -webkit-transform: scale(0, 1);
}
.cid-ujjhzpJ1XC .nav-item,
.cid-ujjhzpJ1XC .nav-link,
.cid-ujjhzpJ1XC .navbar-caption {
  font-weight: normal;
}
.cid-ujjhzpJ1XC .nav-item:focus,
.cid-ujjhzpJ1XC .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ujjhzpJ1XC .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-ujjhzpJ1XC .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  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;
  -webkit-align-items: center;
}
.cid-ujjhzpJ1XC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-ujjhzpJ1XC .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-ujjhzpJ1XC .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ujjhzpJ1XC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ujjhzpJ1XC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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;
  -webkit-transform: scale(1, 1);
}
.cid-ujjhzpJ1XC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujjhzpJ1XC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujjhzpJ1XC .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #594668;
}
.cid-ujjhzpJ1XC .navbar.opened {
  transition: all .3s;
  background: #594668 !important;
}
.cid-ujjhzpJ1XC .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-ujjhzpJ1XC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-ujjhzpJ1XC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujjhzpJ1XC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujjhzpJ1XC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ujjhzpJ1XC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujjhzpJ1XC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujjhzpJ1XC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujjhzpJ1XC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujjhzpJ1XC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ujjhzpJ1XC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ujjhzpJ1XC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujjhzpJ1XC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujjhzpJ1XC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ujjhzpJ1XC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujjhzpJ1XC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujjhzpJ1XC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujjhzpJ1XC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ujjhzpJ1XC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujjhzpJ1XC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-ujjhzpJ1XC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-ujjhzpJ1XC .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-ujjhzpJ1XC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ujjhzpJ1XC .navbar.navbar-short {
  background: #594668 !important;
  min-height: 60px;
}
.cid-ujjhzpJ1XC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujjhzpJ1XC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ujjhzpJ1XC .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-ujjhzpJ1XC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujjhzpJ1XC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujjhzpJ1XC .dropdown-item.active,
.cid-ujjhzpJ1XC .dropdown-item:active {
  background-color: transparent;
}
.cid-ujjhzpJ1XC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujjhzpJ1XC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujjhzpJ1XC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #594668;
}
.cid-ujjhzpJ1XC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujjhzpJ1XC .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-ujjhzpJ1XC ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujjhzpJ1XC .navbar-buttons {
  text-align: center;
}
.cid-ujjhzpJ1XC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-ujjhzpJ1XC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ujjhzpJ1XC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujjhzpJ1XC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujjhzpJ1XC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujjhzpJ1XC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujjhzpJ1XC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujjhzpJ1XC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujjhzpJ1XC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujjhzpJ1XC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujjhzpJ1XC .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ujjhzpJ1XC a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-ujjhzpJ1XC .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-ujjhzpJ1XC .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-ujjhzpJ1XC .soc-item {
  margin: .5rem .3rem;
}
.cid-ujjhzpJ1XC .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujjhzpJ1XC .navbar {
    height: 77px;
  }
  .cid-ujjhzpJ1XC .navbar.opened {
    height: auto;
  }
  .cid-ujjhzpJ1XC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujjhzqftec {
  background-image: url("../../../assets/images/img-8803-1200x800.webp");
}
.cid-ujjhzqftec .mbr-overlay {
  background: #000000;
}
.cid-ujjhzqftec .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-ujjhzqftec H1 {
  text-align: center;
}
.cid-ujjhzqftec .mbr-section-subtitle,
.cid-ujjhzqftec mbr-section-btn {
  color: #ffffff;
}
.cid-ujjhzqrRgj {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #863c47;
}
.cid-ujjhzqrRgj .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-ujjhzqrRgj .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ujjhzqTiKe {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #aca0a0;
}
.cid-ujjhzqTiKe .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-ujjhzqTiKe .section-text {
  color: #ffffff;
}
.cid-ujjhzqTiKe .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-ujjhzqTiKe .text-block {
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-ujjhzqTiKe .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ujjhzqTiKe .mbr-figure {
  background: #1e3b6e;
  overflow: hidden;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-ujjhzqTiKe .mbr-figure .card-text {
  padding: 2rem;
}
.cid-ujjhzqTiKe .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-ujjhzqTiKe .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-ujjhzqTiKe .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ujjhzqTiKe .mbr-text {
    text-align: center;
  }
}
.cid-ujjhzqTiKe .mbr-section-title,
.cid-ujjhzqTiKe .mbr-section-btn {
  color: #ffffff;
}
.cid-ujjhzqTiKe .mbr-text {
  color: #f4f8fa;
}
.cid-ujjhzqZen0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #aca0a0;
}
.cid-ujjhzqZen0 .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-ujjhzqZen0 .card-img {
  padding-bottom: 2rem;
  border-radius: .25rem;
  overflow: hidden;
}
.cid-ujjhzqZen0 .card-img img {
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-ujjhzqZen0 .section-text,
.cid-ujjhzqZen0 .card-text {
  color: #8d97ad;
}
@media (max-width: 767px) {
  .cid-ujjhzqZen0 .section-text,
  .cid-ujjhzqZen0 .card-text,
  .cid-ujjhzqZen0 .card-title,
  .cid-ujjhzqZen0 .mbr-section-title {
    text-align: center;
  }
}
.cid-ujjhzqZen0 H2 {
  color: #ffffff;
}
.cid-ujjhzqZen0 .card-title,
.cid-ujjhzqZen0 .card-img {
  color: #ffffff;
}
.cid-ujjhzraiDW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-ujjhzraiDW .card {
  padding: 1rem 1rem 1rem 1rem;
}
.cid-ujjhzraiDW .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0e8f61, #08579f);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-ujjhzraiDW .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-ujjhzraiDW .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-ujjhzraiDW .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-ujjhzraiDW .card-text,
.cid-ujjhzraiDW .mbr-subtitle {
  color: #8d97ad;
}
.cid-ujjhzraiDW .card-sign {
  padding-top: .5rem;
}
.cid-ujjhzraiDW .underline .line {
  width: 5rem;
  height: 1px;
  background: #efefef;
  display: inline-block;
}
.cid-ujjhzraiDW .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-ujjhzraiDW .card-title {
    text-align: center;
  }
  .cid-ujjhzraiDW p.mbr-text,
  .cid-ujjhzraiDW p.date {
    text-align: center;
  }
}
.cid-ujjhzraiDW .card-box {
  background: #efefef;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-ujjhzraiDW H2 {
  color: #ffffff;
}
.cid-ujjhzraiDW .mbr-subtitle {
  color: #ff4f7b;
}
.cid-ujjhzraiDW .card-text {
  color: #000000;
}
.cid-uyjp8Xdj5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uyjp8Xdj5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyjp8Xdj5J .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-uyjp8Xdj5J .container {
    padding: 0 22px;
  }
}
.cid-uyjp8Xdj5J .row {
  justify-content: space-between;
}
.cid-uyjp8Xdj5J .content-wrapper {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper {
    display: block;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uyjp8Xdj5J .mbr-section-title {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .list {
  color: #635d60;
}
.cid-uyjp8Xdj5J .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uyjp8Xdj5J .mbr-section-title,
.cid-uyjp8Xdj5J .mbr-section-btn {
  text-align: center;
  color: #f9963e;
}
.cid-uyjp8Xdj5J .list,
.cid-uyjp8Xdj5J .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .mbr-copy,
.cid-uyjp8Xdj5J .social-wrapper {
  text-align: left;
}
.cid-ujn1xUqIbh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  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;
  -webkit-transform: scale(0, 1);
}
.cid-ujn1xUqIbh .nav-item,
.cid-ujn1xUqIbh .nav-link,
.cid-ujn1xUqIbh .navbar-caption {
  font-weight: normal;
}
.cid-ujn1xUqIbh .nav-item:focus,
.cid-ujn1xUqIbh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ujn1xUqIbh .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-ujn1xUqIbh .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  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;
  -webkit-align-items: center;
}
.cid-ujn1xUqIbh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-ujn1xUqIbh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-ujn1xUqIbh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ujn1xUqIbh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ujn1xUqIbh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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;
  -webkit-transform: scale(1, 1);
}
.cid-ujn1xUqIbh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujn1xUqIbh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujn1xUqIbh .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #594668;
}
.cid-ujn1xUqIbh .navbar.opened {
  transition: all .3s;
  background: #594668 !important;
}
.cid-ujn1xUqIbh .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-ujn1xUqIbh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-ujn1xUqIbh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujn1xUqIbh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujn1xUqIbh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ujn1xUqIbh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujn1xUqIbh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujn1xUqIbh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujn1xUqIbh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujn1xUqIbh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ujn1xUqIbh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ujn1xUqIbh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujn1xUqIbh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujn1xUqIbh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ujn1xUqIbh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujn1xUqIbh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujn1xUqIbh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujn1xUqIbh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ujn1xUqIbh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujn1xUqIbh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-ujn1xUqIbh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-ujn1xUqIbh .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-ujn1xUqIbh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ujn1xUqIbh .navbar.navbar-short {
  background: #594668 !important;
  min-height: 60px;
}
.cid-ujn1xUqIbh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujn1xUqIbh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ujn1xUqIbh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-ujn1xUqIbh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujn1xUqIbh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujn1xUqIbh .dropdown-item.active,
.cid-ujn1xUqIbh .dropdown-item:active {
  background-color: transparent;
}
.cid-ujn1xUqIbh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujn1xUqIbh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujn1xUqIbh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #594668;
}
.cid-ujn1xUqIbh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujn1xUqIbh .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-ujn1xUqIbh ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujn1xUqIbh .navbar-buttons {
  text-align: center;
}
.cid-ujn1xUqIbh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-ujn1xUqIbh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ujn1xUqIbh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujn1xUqIbh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujn1xUqIbh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujn1xUqIbh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujn1xUqIbh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujn1xUqIbh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujn1xUqIbh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujn1xUqIbh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujn1xUqIbh .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ujn1xUqIbh a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-ujn1xUqIbh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-ujn1xUqIbh .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-ujn1xUqIbh .soc-item {
  margin: .5rem .3rem;
}
.cid-ujn1xUqIbh .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujn1xUqIbh .navbar {
    height: 77px;
  }
  .cid-ujn1xUqIbh .navbar.opened {
    height: auto;
  }
  .cid-ujn1xUqIbh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujn1xUWOXd {
  background-image: url("../../../assets/images/img-3716.jpeg-1200x900.jpg");
}
.cid-ujn1xUWOXd .mbr-overlay {
  background: #000000;
}
.cid-ujn1xUWOXd .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-ujn1xUWOXd H1 {
  text-align: center;
}
.cid-ujn1xUWOXd .mbr-section-subtitle,
.cid-ujn1xUWOXd mbr-section-btn {
  color: #ffffff;
}
.cid-ujn1xV5SYv {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #bc97d7;
}
.cid-ujn1xV5SYv .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-ujn1xV5SYv .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ujn1xVa6Sj {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #aca0a0;
}
.cid-ujn1xVa6Sj .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-ujn1xVa6Sj .section-text {
  color: #ffffff;
}
.cid-ujn1xVa6Sj .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-ujn1xVa6Sj .text-block {
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-ujn1xVa6Sj .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ujn1xVa6Sj .mbr-figure {
  background: #1e3b6e;
  overflow: hidden;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-ujn1xVa6Sj .mbr-figure .card-text {
  padding: 2rem;
}
.cid-ujn1xVa6Sj .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-ujn1xVa6Sj .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-ujn1xVa6Sj .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ujn1xVa6Sj .mbr-text {
    text-align: center;
  }
}
.cid-ujn1xVa6Sj .mbr-section-title,
.cid-ujn1xVa6Sj .mbr-section-btn {
  color: #ffffff;
}
.cid-ujn1xVa6Sj .mbr-text {
  color: #f4f8fa;
}
.cid-uQYX0ZZLzR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #aca0a0;
}
@media (max-width: 767px) {
  .cid-uQYX0ZZLzR .mbr-section-head {
    padding: 0 18px;
  }
}
.cid-uQYX0ZZLzR .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-uQYX0ZZLzR .people {
    padding: 0;
  }
}
.cid-uQYX0ZZLzR .mbr-section-title {
  color: #000000;
  margin: 0;
}
.cid-uQYX0ZZLzR .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-uQYX0ZZLzR .mbr-text {
  color: #6b6b6b;
  margin: 10px auto;
}
.cid-uQYX0ZZLzR .item-name {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-uQYX0ZZLzR h3 {
  margin: 0;
}
.cid-uQYX0ZZLzR .occupation {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-uQYX0ZZLzR .item {
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-uQYX0ZZLzR .item-caption {
  padding-top: 14px;
  background: transparent;
}
.cid-uQYX0ZZLzR .item-img {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
.cid-uQYX0ZZLzR .item-img::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-uQYX0ZZLzR .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQYX0ZZLzR .item:hover {
  cursor: pointer;
}
.cid-uQYX0ZZLzR .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-ujn1xVgGpn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #aca0a0;
}
.cid-ujn1xVgGpn .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-ujn1xVgGpn .card-img {
  padding-bottom: 2rem;
  border-radius: .25rem;
  overflow: hidden;
}
.cid-ujn1xVgGpn .card-img img {
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-ujn1xVgGpn .section-text,
.cid-ujn1xVgGpn .card-text {
  color: #8d97ad;
}
@media (max-width: 767px) {
  .cid-ujn1xVgGpn .section-text,
  .cid-ujn1xVgGpn .card-text,
  .cid-ujn1xVgGpn .card-title,
  .cid-ujn1xVgGpn .mbr-section-title {
    text-align: center;
  }
}
.cid-ujn1xVgGpn H2 {
  color: #ffffff;
}
.cid-ujn1xVgGpn .card-title,
.cid-ujn1xVgGpn .card-img {
  color: #ffffff;
}
.cid-ujn1xVp1Uu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-ujn1xVp1Uu .card {
  padding: 1rem 1rem 1rem 1rem;
}
.cid-ujn1xVp1Uu .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0e8f61, #08579f);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-ujn1xVp1Uu .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-ujn1xVp1Uu .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-ujn1xVp1Uu .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-ujn1xVp1Uu .card-text,
.cid-ujn1xVp1Uu .mbr-subtitle {
  color: #8d97ad;
}
.cid-ujn1xVp1Uu .card-sign {
  padding-top: .5rem;
}
.cid-ujn1xVp1Uu .underline .line {
  width: 5rem;
  height: 1px;
  background: #efefef;
  display: inline-block;
}
.cid-ujn1xVp1Uu .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-ujn1xVp1Uu .card-title {
    text-align: center;
  }
  .cid-ujn1xVp1Uu p.mbr-text,
  .cid-ujn1xVp1Uu p.date {
    text-align: center;
  }
}
.cid-ujn1xVp1Uu .card-box {
  background: #efefef;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-ujn1xVp1Uu H2 {
  color: #ffffff;
}
.cid-ujn1xVp1Uu .mbr-subtitle {
  color: #ff4f7b;
}
.cid-ujn1xVp1Uu .card-text {
  color: #000000;
}
.cid-uB8rVGMN0W {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #aca0a0;
}
.cid-uB8rVGMN0W .mbr-overlay {
  background: #efefef;
}
.cid-uB8rVGMN0W .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-uB8rVGMN0W .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-uB8rVGMN0W .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #4c4c4c;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uB8rVGMN0W .mbr-text {
  color: #444444;
}
.cid-uB8rVGMN0W .mbr-section-subtitle {
  color: #f4f8fa;
}
.cid-uB8rVGMN0W .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uB8rVGMN0W .card-title {
    text-align: center;
  }
  .cid-uB8rVGMN0W p.mbr-text,
  .cid-uB8rVGMN0W p.date {
    text-align: center;
  }
}
.cid-uB8rVGMN0W H2 {
  color: #f4f8fa;
}
.cid-uB8rVGMN0W .mbr-text,
.cid-uB8rVGMN0W .mbr-section-btn {
  color: #ad63e6;
}
.cid-uyjp8Xdj5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uyjp8Xdj5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyjp8Xdj5J .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-uyjp8Xdj5J .container {
    padding: 0 22px;
  }
}
.cid-uyjp8Xdj5J .row {
  justify-content: space-between;
}
.cid-uyjp8Xdj5J .content-wrapper {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper {
    display: block;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uyjp8Xdj5J .mbr-section-title {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .list {
  color: #635d60;
}
.cid-uyjp8Xdj5J .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uyjp8Xdj5J .mbr-section-title,
.cid-uyjp8Xdj5J .mbr-section-btn {
  text-align: center;
  color: #f9963e;
}
.cid-uyjp8Xdj5J .list,
.cid-uyjp8Xdj5J .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .mbr-copy,
.cid-uyjp8Xdj5J .social-wrapper {
  text-align: left;
}
.cid-un7Zp9ohxk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  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;
  -webkit-transform: scale(0, 1);
}
.cid-un7Zp9ohxk .nav-item,
.cid-un7Zp9ohxk .nav-link,
.cid-un7Zp9ohxk .navbar-caption {
  font-weight: normal;
}
.cid-un7Zp9ohxk .nav-item:focus,
.cid-un7Zp9ohxk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-un7Zp9ohxk .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-un7Zp9ohxk .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  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;
  -webkit-align-items: center;
}
.cid-un7Zp9ohxk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-un7Zp9ohxk .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-un7Zp9ohxk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-un7Zp9ohxk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-un7Zp9ohxk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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;
  -webkit-transform: scale(1, 1);
}
.cid-un7Zp9ohxk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un7Zp9ohxk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un7Zp9ohxk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #594668;
}
.cid-un7Zp9ohxk .navbar.opened {
  transition: all .3s;
  background: #594668 !important;
}
.cid-un7Zp9ohxk .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-un7Zp9ohxk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-un7Zp9ohxk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un7Zp9ohxk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-un7Zp9ohxk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-un7Zp9ohxk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un7Zp9ohxk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un7Zp9ohxk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-un7Zp9ohxk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un7Zp9ohxk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-un7Zp9ohxk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-un7Zp9ohxk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un7Zp9ohxk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un7Zp9ohxk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-un7Zp9ohxk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un7Zp9ohxk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un7Zp9ohxk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-un7Zp9ohxk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-un7Zp9ohxk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un7Zp9ohxk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-un7Zp9ohxk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-un7Zp9ohxk .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-un7Zp9ohxk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-un7Zp9ohxk .navbar.navbar-short {
  background: #594668 !important;
  min-height: 60px;
}
.cid-un7Zp9ohxk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-un7Zp9ohxk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-un7Zp9ohxk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-un7Zp9ohxk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un7Zp9ohxk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un7Zp9ohxk .dropdown-item.active,
.cid-un7Zp9ohxk .dropdown-item:active {
  background-color: transparent;
}
.cid-un7Zp9ohxk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un7Zp9ohxk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un7Zp9ohxk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #594668;
}
.cid-un7Zp9ohxk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un7Zp9ohxk .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-un7Zp9ohxk ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-un7Zp9ohxk .navbar-buttons {
  text-align: center;
}
.cid-un7Zp9ohxk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-un7Zp9ohxk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un7Zp9ohxk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-un7Zp9ohxk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-un7Zp9ohxk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-un7Zp9ohxk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-un7Zp9ohxk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-un7Zp9ohxk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-un7Zp9ohxk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-un7Zp9ohxk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-un7Zp9ohxk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-un7Zp9ohxk a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-un7Zp9ohxk .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-un7Zp9ohxk .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-un7Zp9ohxk .soc-item {
  margin: .5rem .3rem;
}
.cid-un7Zp9ohxk .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-un7Zp9ohxk .navbar {
    height: 77px;
  }
  .cid-un7Zp9ohxk .navbar.opened {
    height: auto;
  }
  .cid-un7Zp9ohxk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un7Zp9EES2 {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #aca0a0;
}
.cid-un7Zp9EES2 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-un7Zp9EES2 .mbr-section-title {
  color: #ffffff;
}
.cid-un7Zp9JCXN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #aca0a0;
}
.cid-un7Zp9JCXN .mbr-text {
  color: #ffffff;
}
.cid-uyjp8Xdj5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uyjp8Xdj5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyjp8Xdj5J .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-uyjp8Xdj5J .container {
    padding: 0 22px;
  }
}
.cid-uyjp8Xdj5J .row {
  justify-content: space-between;
}
.cid-uyjp8Xdj5J .content-wrapper {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper {
    display: block;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uyjp8Xdj5J .mbr-section-title {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .list {
  color: #635d60;
}
.cid-uyjp8Xdj5J .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uyjp8Xdj5J .mbr-section-title,
.cid-uyjp8Xdj5J .mbr-section-btn {
  text-align: center;
  color: #f9963e;
}
.cid-uyjp8Xdj5J .list,
.cid-uyjp8Xdj5J .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .mbr-copy,
.cid-uyjp8Xdj5J .social-wrapper {
  text-align: left;
}
.cid-uo5M1gnoHE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  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;
  -webkit-transform: scale(0, 1);
}
.cid-uo5M1gnoHE .nav-item,
.cid-uo5M1gnoHE .nav-link,
.cid-uo5M1gnoHE .navbar-caption {
  font-weight: normal;
}
.cid-uo5M1gnoHE .nav-item:focus,
.cid-uo5M1gnoHE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uo5M1gnoHE .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-uo5M1gnoHE .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  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;
  -webkit-align-items: center;
}
.cid-uo5M1gnoHE .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uo5M1gnoHE .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-uo5M1gnoHE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uo5M1gnoHE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uo5M1gnoHE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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;
  -webkit-transform: scale(1, 1);
}
.cid-uo5M1gnoHE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo5M1gnoHE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo5M1gnoHE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #594668;
}
.cid-uo5M1gnoHE .navbar.opened {
  transition: all .3s;
  background: #594668 !important;
}
.cid-uo5M1gnoHE .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uo5M1gnoHE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uo5M1gnoHE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo5M1gnoHE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uo5M1gnoHE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo5M1gnoHE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo5M1gnoHE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo5M1gnoHE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo5M1gnoHE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo5M1gnoHE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uo5M1gnoHE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uo5M1gnoHE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo5M1gnoHE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo5M1gnoHE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo5M1gnoHE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo5M1gnoHE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo5M1gnoHE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo5M1gnoHE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uo5M1gnoHE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo5M1gnoHE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-uo5M1gnoHE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-uo5M1gnoHE .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-uo5M1gnoHE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uo5M1gnoHE .navbar.navbar-short {
  background: #594668 !important;
  min-height: 60px;
}
.cid-uo5M1gnoHE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uo5M1gnoHE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo5M1gnoHE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-uo5M1gnoHE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo5M1gnoHE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo5M1gnoHE .dropdown-item.active,
.cid-uo5M1gnoHE .dropdown-item:active {
  background-color: transparent;
}
.cid-uo5M1gnoHE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo5M1gnoHE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo5M1gnoHE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #594668;
}
.cid-uo5M1gnoHE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo5M1gnoHE .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-uo5M1gnoHE ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uo5M1gnoHE .navbar-buttons {
  text-align: center;
}
.cid-uo5M1gnoHE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-uo5M1gnoHE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uo5M1gnoHE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uo5M1gnoHE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uo5M1gnoHE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uo5M1gnoHE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uo5M1gnoHE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uo5M1gnoHE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uo5M1gnoHE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uo5M1gnoHE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uo5M1gnoHE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uo5M1gnoHE a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-uo5M1gnoHE .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-uo5M1gnoHE .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uo5M1gnoHE .soc-item {
  margin: .5rem .3rem;
}
.cid-uo5M1gnoHE .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uo5M1gnoHE .navbar {
    height: 77px;
  }
  .cid-uo5M1gnoHE .navbar.opened {
    height: auto;
  }
  .cid-uo5M1gnoHE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo5M1gUK2l {
  background-image: url("../../../assets/images/img-7677-1200x800.webp");
}
.cid-uo5M1gUK2l .mbr-overlay {
  background: #333333;
}
.cid-uo5M1gUK2l .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-uo5M1gUK2l H1 {
  text-align: center;
}
.cid-uo5M1gUK2l .mbr-section-subtitle,
.cid-uo5M1gUK2l mbr-section-btn {
  color: #ffffff;
}
.cid-uo5M1h50EK {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #aca0a0;
}
.cid-uo5M1h50EK .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-uo5M1h50EK .section-text {
  color: #ffffff;
}
.cid-uo5M1h50EK .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-uo5M1h50EK .text-block {
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-uo5M1h50EK .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uo5M1h50EK .mbr-figure {
  background: #1e3b6e;
  overflow: hidden;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-uo5M1h50EK .mbr-figure .card-text {
  padding: 2rem;
}
.cid-uo5M1h50EK .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-uo5M1h50EK .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-uo5M1h50EK .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uo5M1h50EK .mbr-text {
    text-align: center;
  }
}
.cid-uo5M1h50EK .mbr-section-title,
.cid-uo5M1h50EK .mbr-section-btn {
  color: #ffffff;
}
.cid-uo5M1h50EK .mbr-text {
  color: #f4f8fa;
}
.cid-uo5M1hg9o3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #aca0a0;
}
.cid-uo5M1hg9o3 .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uo5M1hg9o3 .card-img {
  padding-bottom: 2rem;
  border-radius: .25rem;
  overflow: hidden;
}
.cid-uo5M1hg9o3 .card-img img {
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-uo5M1hg9o3 .section-text,
.cid-uo5M1hg9o3 .card-text {
  color: #8d97ad;
}
@media (max-width: 767px) {
  .cid-uo5M1hg9o3 .section-text,
  .cid-uo5M1hg9o3 .card-text,
  .cid-uo5M1hg9o3 .card-title,
  .cid-uo5M1hg9o3 .mbr-section-title {
    text-align: center;
  }
}
.cid-uo5M1hg9o3 H2 {
  color: #ffffff;
}
.cid-uo5M1hg9o3 .card-title,
.cid-uo5M1hg9o3 .card-img {
  color: #ffffff;
}
.cid-uo5M1hyqIs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uo5M1hyqIs .card {
  padding: 1rem 1rem 1rem 1rem;
}
.cid-uo5M1hyqIs .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0e8f61, #08579f);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-uo5M1hyqIs .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-uo5M1hyqIs .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-uo5M1hyqIs .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uo5M1hyqIs .card-text,
.cid-uo5M1hyqIs .mbr-subtitle {
  color: #8d97ad;
}
.cid-uo5M1hyqIs .card-sign {
  padding-top: .5rem;
}
.cid-uo5M1hyqIs .underline .line {
  width: 5rem;
  height: 1px;
  background: #efefef;
  display: inline-block;
}
.cid-uo5M1hyqIs .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uo5M1hyqIs .card-title {
    text-align: center;
  }
  .cid-uo5M1hyqIs p.mbr-text,
  .cid-uo5M1hyqIs p.date {
    text-align: center;
  }
}
.cid-uo5M1hyqIs .card-box {
  background: #efefef;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-uo5M1hyqIs H2 {
  color: #ffffff;
}
.cid-uo5M1hyqIs .mbr-subtitle {
  color: #ff4f7b;
}
.cid-uo5M1hyqIs .card-text {
  color: #000000;
}
.cid-uyjp8Xdj5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uyjp8Xdj5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyjp8Xdj5J .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-uyjp8Xdj5J .container {
    padding: 0 22px;
  }
}
.cid-uyjp8Xdj5J .row {
  justify-content: space-between;
}
.cid-uyjp8Xdj5J .content-wrapper {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uyjp8Xdj5J .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uyjp8Xdj5J .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uyjp8Xdj5J .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uyjp8Xdj5J .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper {
    display: block;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uyjp8Xdj5J .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uyjp8Xdj5J .mbr-section-title {
  color: #ff5753;
}
.cid-uyjp8Xdj5J .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .list {
  color: #635d60;
}
.cid-uyjp8Xdj5J .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uyjp8Xdj5J .mbr-section-title,
.cid-uyjp8Xdj5J .mbr-section-btn {
  text-align: center;
  color: #f9963e;
}
.cid-uyjp8Xdj5J .list,
.cid-uyjp8Xdj5J .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uyjp8Xdj5J .mbr-copy,
.cid-uyjp8Xdj5J .social-wrapper {
  text-align: left;
}
.cid-uDh503J1Ap .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  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;
  -webkit-transform: scale(0, 1);
}
.cid-uDh503J1Ap .nav-item,
.cid-uDh503J1Ap .nav-link,
.cid-uDh503J1Ap .navbar-caption {
  font-weight: normal;
}
.cid-uDh503J1Ap .nav-item:focus,
.cid-uDh503J1Ap .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uDh503J1Ap .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-uDh503J1Ap .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  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;
  -webkit-align-items: center;
}
.cid-uDh503J1Ap .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uDh503J1Ap .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-uDh503J1Ap .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uDh503J1Ap .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uDh503J1Ap .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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;
  -webkit-transform: scale(1, 1);
}
.cid-uDh503J1Ap .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDh503J1Ap .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDh503J1Ap .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #594668;
}
.cid-uDh503J1Ap .navbar.opened {
  transition: all .3s;
  background: #594668 !important;
}
.cid-uDh503J1Ap .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uDh503J1Ap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uDh503J1Ap .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDh503J1Ap .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDh503J1Ap .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDh503J1Ap .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDh503J1Ap .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDh503J1Ap .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uDh503J1Ap .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDh503J1Ap .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uDh503J1Ap .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uDh503J1Ap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDh503J1Ap .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDh503J1Ap .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uDh503J1Ap .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDh503J1Ap .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDh503J1Ap .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uDh503J1Ap .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uDh503J1Ap .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDh503J1Ap .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-uDh503J1Ap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-uDh503J1Ap .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-uDh503J1Ap .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uDh503J1Ap .navbar.navbar-short {
  background: #594668 !important;
  min-height: 60px;
}
.cid-uDh503J1Ap .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uDh503J1Ap .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDh503J1Ap .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-uDh503J1Ap .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDh503J1Ap .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDh503J1Ap .dropdown-item.active,
.cid-uDh503J1Ap .dropdown-item:active {
  background-color: transparent;
}
.cid-uDh503J1Ap .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDh503J1Ap .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDh503J1Ap .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #594668;
}
.cid-uDh503J1Ap .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDh503J1Ap .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-uDh503J1Ap ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uDh503J1Ap .navbar-buttons {
  text-align: center;
}
.cid-uDh503J1Ap button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-uDh503J1Ap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDh503J1Ap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDh503J1Ap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDh503J1Ap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDh503J1Ap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDh503J1Ap nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDh503J1Ap nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDh503J1Ap nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDh503J1Ap nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDh503J1Ap .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uDh503J1Ap a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-uDh503J1Ap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-uDh503J1Ap .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uDh503J1Ap .soc-item {
  margin: .5rem .3rem;
}
.cid-uDh503J1Ap .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDh503J1Ap .navbar {
    height: 77px;
  }
  .cid-uDh503J1Ap .navbar.opened {
    height: auto;
  }
  .cid-uDh503J1Ap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDh504fjD3 {
  background-image: url("../../../assets/images/img-2036.jpeg-2000x1500.jpg");
}
.cid-uDh504fjD3 .mbr-overlay {
  background: #000000;
}
.cid-uDh504fjD3 .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-uDh504fjD3 H1 {
  text-align: center;
}
.cid-uDh504fjD3 .mbr-section-subtitle,
.cid-uDh504fjD3 mbr-section-btn {
  color: #ffffff;
}
.cid-uDh504xrXf {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #863c47;
}
.cid-uDh504xrXf .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uDh504xrXf .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uDh504KyBl {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #aca0a0;
}
.cid-uDh504KyBl .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-uDh504KyBl .section-text {
  color: #ffffff;
}
.cid-uDh504KyBl .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-uDh504KyBl .text-block {
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-uDh504KyBl .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uDh504KyBl .mbr-figure {
  background: #1e3b6e;
  overflow: hidden;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-uDh504KyBl .mbr-figure .card-text {
  padding: 2rem;
}
.cid-uDh504KyBl .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-uDh504KyBl .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-uDh504KyBl .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uDh504KyBl .mbr-text {
    text-align: center;
  }
}
.cid-uDh504KyBl .mbr-section-title,
.cid-uDh504KyBl .mbr-section-btn {
  color: #ffffff;
}
.cid-uDh504KyBl .mbr-text {
  color: #f4f8fa;
}
.cid-uDh505pE7r {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uDh505pE7r .card {
  padding: 1rem 1rem 1rem 1rem;
}
.cid-uDh505pE7r .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0e8f61, #08579f);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-uDh505pE7r .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-uDh505pE7r .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-uDh505pE7r .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uDh505pE7r .card-text,
.cid-uDh505pE7r .mbr-subtitle {
  color: #8d97ad;
}
.cid-uDh505pE7r .card-sign {
  padding-top: .5rem;
}
.cid-uDh505pE7r .underline .line {
  width: 5rem;
  height: 1px;
  background: #efefef;
  display: inline-block;
}
.cid-uDh505pE7r .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uDh505pE7r .card-title {
    text-align: center;
  }
  .cid-uDh505pE7r p.mbr-text,
  .cid-uDh505pE7r p.date {
    text-align: center;
  }
}
.cid-uDh505pE7r .card-box {
  background: #efefef;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-uDh505pE7r H2 {
  color: #ffffff;
}
.cid-uDh505pE7r .mbr-subtitle {
  color: #ff4f7b;
}
.cid-uDh505pE7r .card-text {
  color: #000000;
}
.cid-uDh505Khpf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uDh505Khpf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDh505Khpf .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-uDh505Khpf .container {
    padding: 0 22px;
  }
}
.cid-uDh505Khpf .row {
  justify-content: space-between;
}
.cid-uDh505Khpf .content-wrapper {
  margin-bottom: 32px;
}
.cid-uDh505Khpf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDh505Khpf .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uDh505Khpf .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDh505Khpf .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uDh505Khpf .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uDh505Khpf .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDh505Khpf .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uDh505Khpf .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uDh505Khpf .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDh505Khpf .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uDh505Khpf .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDh505Khpf .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uDh505Khpf .copy-wrapper {
    display: block;
  }
}
.cid-uDh505Khpf .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDh505Khpf .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uDh505Khpf .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDh505Khpf .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uDh505Khpf .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uDh505Khpf .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDh505Khpf .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDh505Khpf .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uDh505Khpf .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uDh505Khpf .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDh505Khpf .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uDh505Khpf .mbr-section-title {
  color: #ff5753;
}
.cid-uDh505Khpf .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uDh505Khpf .list {
  color: #635d60;
}
.cid-uDh505Khpf .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uDh505Khpf .mbr-section-title,
.cid-uDh505Khpf .mbr-section-btn {
  text-align: center;
  color: #f9963e;
}
.cid-uDh505Khpf .list,
.cid-uDh505Khpf .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uDh505Khpf .mbr-copy,
.cid-uDh505Khpf .social-wrapper {
  text-align: left;
}
.cid-uDh81ARWkJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  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;
  -webkit-transform: scale(0, 1);
}
.cid-uDh81ARWkJ .nav-item,
.cid-uDh81ARWkJ .nav-link,
.cid-uDh81ARWkJ .navbar-caption {
  font-weight: normal;
}
.cid-uDh81ARWkJ .nav-item:focus,
.cid-uDh81ARWkJ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uDh81ARWkJ .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-uDh81ARWkJ .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  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;
  -webkit-align-items: center;
}
.cid-uDh81ARWkJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uDh81ARWkJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-uDh81ARWkJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uDh81ARWkJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uDh81ARWkJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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;
  -webkit-transform: scale(1, 1);
}
.cid-uDh81ARWkJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDh81ARWkJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDh81ARWkJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #594668;
}
.cid-uDh81ARWkJ .navbar.opened {
  transition: all .3s;
  background: #594668 !important;
}
.cid-uDh81ARWkJ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uDh81ARWkJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uDh81ARWkJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDh81ARWkJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDh81ARWkJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDh81ARWkJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDh81ARWkJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDh81ARWkJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uDh81ARWkJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDh81ARWkJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uDh81ARWkJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uDh81ARWkJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDh81ARWkJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDh81ARWkJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uDh81ARWkJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDh81ARWkJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDh81ARWkJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uDh81ARWkJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uDh81ARWkJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDh81ARWkJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-uDh81ARWkJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-uDh81ARWkJ .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-uDh81ARWkJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uDh81ARWkJ .navbar.navbar-short {
  background: #594668 !important;
  min-height: 60px;
}
.cid-uDh81ARWkJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uDh81ARWkJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDh81ARWkJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-uDh81ARWkJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDh81ARWkJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDh81ARWkJ .dropdown-item.active,
.cid-uDh81ARWkJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uDh81ARWkJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDh81ARWkJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDh81ARWkJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #594668;
}
.cid-uDh81ARWkJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDh81ARWkJ .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-uDh81ARWkJ ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uDh81ARWkJ .navbar-buttons {
  text-align: center;
}
.cid-uDh81ARWkJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-uDh81ARWkJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDh81ARWkJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDh81ARWkJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDh81ARWkJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDh81ARWkJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDh81ARWkJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDh81ARWkJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDh81ARWkJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDh81ARWkJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDh81ARWkJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uDh81ARWkJ a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-uDh81ARWkJ .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-uDh81ARWkJ .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uDh81ARWkJ .soc-item {
  margin: .5rem .3rem;
}
.cid-uDh81ARWkJ .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDh81ARWkJ .navbar {
    height: 77px;
  }
  .cid-uDh81ARWkJ .navbar.opened {
    height: auto;
  }
  .cid-uDh81ARWkJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDh81Bkt7x {
  background-image: url("../../../assets/images/img-2586.jpeg-1200x900.jpg");
}
.cid-uDh81Bkt7x .mbr-overlay {
  background: #333333;
}
.cid-uDh81Bkt7x .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-uDh81Bkt7x H1 {
  text-align: center;
}
.cid-uDh81Bkt7x .mbr-section-subtitle,
.cid-uDh81Bkt7x mbr-section-btn {
  color: #ffffff;
}
.cid-uDh81Bzy0q {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #aca0a0;
}
.cid-uDh81Bzy0q .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-uDh81Bzy0q .section-text {
  color: #ffffff;
}
.cid-uDh81Bzy0q .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-uDh81Bzy0q .text-block {
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-uDh81Bzy0q .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uDh81Bzy0q .mbr-figure {
  background: #1e3b6e;
  overflow: hidden;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-uDh81Bzy0q .mbr-figure .card-text {
  padding: 2rem;
}
.cid-uDh81Bzy0q .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-uDh81Bzy0q .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-uDh81Bzy0q .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uDh81Bzy0q .mbr-text {
    text-align: center;
  }
}
.cid-uDh81Bzy0q .mbr-section-title,
.cid-uDh81Bzy0q .mbr-section-btn {
  color: #ffffff;
}
.cid-uDh81Bzy0q .mbr-text {
  color: #f4f8fa;
}
.cid-uMd8ChGDWk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #837474;
}
@media (max-width: 767px) {
  .cid-uMd8ChGDWk .mbr-section-head {
    padding: 0 18px;
  }
}
.cid-uMd8ChGDWk .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-uMd8ChGDWk .people {
    padding: 0;
  }
}
.cid-uMd8ChGDWk .mbr-section-title {
  color: #ffffff;
  margin: 0;
}
.cid-uMd8ChGDWk .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-uMd8ChGDWk .mbr-text {
  color: #6b6b6b;
  margin: 10px auto;
}
.cid-uMd8ChGDWk .item-name {
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.cid-uMd8ChGDWk h3 {
  margin: 0;
}
.cid-uMd8ChGDWk .occupation {
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.cid-uMd8ChGDWk .item {
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-uMd8ChGDWk .item-caption {
  padding-top: 14px;
  background: transparent;
}
.cid-uMd8ChGDWk .item-img {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
.cid-uMd8ChGDWk .item-img::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-uMd8ChGDWk .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uMd8ChGDWk .item:hover {
  cursor: pointer;
}
.cid-uMd8ChGDWk .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-uDh81CcaJu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uDh81CcaJu .card {
  padding: 1rem 1rem 1rem 1rem;
}
.cid-uDh81CcaJu .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0e8f61, #08579f);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-uDh81CcaJu .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-uDh81CcaJu .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-uDh81CcaJu .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uDh81CcaJu .card-text,
.cid-uDh81CcaJu .mbr-subtitle {
  color: #8d97ad;
}
.cid-uDh81CcaJu .card-sign {
  padding-top: .5rem;
}
.cid-uDh81CcaJu .underline .line {
  width: 5rem;
  height: 1px;
  background: #efefef;
  display: inline-block;
}
.cid-uDh81CcaJu .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uDh81CcaJu .card-title {
    text-align: center;
  }
  .cid-uDh81CcaJu p.mbr-text,
  .cid-uDh81CcaJu p.date {
    text-align: center;
  }
}
.cid-uDh81CcaJu .card-box {
  background: #efefef;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-uDh81CcaJu H2 {
  color: #ffffff;
}
.cid-uDh81CcaJu .mbr-subtitle {
  color: #ff4f7b;
}
.cid-uDh81CcaJu .card-text {
  color: #000000;
}
.cid-uDh81CvK7u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uDh81CvK7u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDh81CvK7u .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-uDh81CvK7u .container {
    padding: 0 22px;
  }
}
.cid-uDh81CvK7u .row {
  justify-content: space-between;
}
.cid-uDh81CvK7u .content-wrapper {
  margin-bottom: 32px;
}
.cid-uDh81CvK7u .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDh81CvK7u .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uDh81CvK7u .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDh81CvK7u .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uDh81CvK7u .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uDh81CvK7u .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDh81CvK7u .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uDh81CvK7u .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uDh81CvK7u .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDh81CvK7u .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uDh81CvK7u .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDh81CvK7u .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uDh81CvK7u .copy-wrapper {
    display: block;
  }
}
.cid-uDh81CvK7u .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDh81CvK7u .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uDh81CvK7u .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDh81CvK7u .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uDh81CvK7u .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uDh81CvK7u .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDh81CvK7u .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDh81CvK7u .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uDh81CvK7u .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uDh81CvK7u .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDh81CvK7u .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uDh81CvK7u .mbr-section-title {
  color: #ff5753;
}
.cid-uDh81CvK7u .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uDh81CvK7u .list {
  color: #635d60;
}
.cid-uDh81CvK7u .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uDh81CvK7u .mbr-section-title,
.cid-uDh81CvK7u .mbr-section-btn {
  text-align: center;
  color: #f9963e;
}
.cid-uDh81CvK7u .list,
.cid-uDh81CvK7u .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uDh81CvK7u .mbr-copy,
.cid-uDh81CvK7u .social-wrapper {
  text-align: left;
}
</pre></body></html>