body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'Marcellus', serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Dancing Script', handwriting;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #fbd2e9 !important;
}
.bg-info {
  background-color: #8f72a5 !important;
}
.bg-warning {
  background-color: #cc8fb0 !important;
}
.bg-danger {
  background-color: #f3ece6 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9982aa !important;
  border-color: #9982aa !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #735a85 !important;
  border-color: #735a85 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #735a85 !important;
  border-color: #735a85 !important;
}
.btn-info,
.btn-info:active {
  background-color: #8f72a5 !important;
  border-color: #8f72a5 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #684f7c !important;
  border-color: #684f7c !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #684f7c !important;
  border-color: #684f7c !important;
}
.btn-success,
.btn-success:active {
  background-color: #fbd2e9 !important;
  border-color: #fbd2e9 !important;
  color: #bd1172 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #bd1172 !important;
  background-color: #f58cc7 !important;
  border-color: #f58cc7 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #bd1172 !important;
  background-color: #f58cc7 !important;
  border-color: #f58cc7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc8fb0 !important;
  border-color: #cc8fb0 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b45a8b !important;
  border-color: #b45a8b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b45a8b !important;
  border-color: #b45a8b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f3ece6 !important;
  border-color: #f3ece6 !important;
  color: #936a47 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #936a47 !important;
  background-color: #dac5b2 !important;
  border-color: #dac5b2 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #936a47 !important;
  background-color: #dac5b2 !important;
  border-color: #dac5b2 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  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 {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  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 {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #665076;
  color: #665076;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #9982aa;
  border-color: #9982aa;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #9982aa !important;
  border-color: #9982aa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #5b456c;
  color: #5b456c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #8f72a5;
  border-color: #8f72a5;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #8f72a5 !important;
  border-color: #8f72a5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f374bb;
  color: #f374bb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #bd1172;
  background-color: #fbd2e9;
  border-color: #fbd2e9;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #bd1172 !important;
  background-color: #fbd2e9 !important;
  border-color: #fbd2e9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #a84d7e;
  color: #a84d7e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #cc8fb0;
  border-color: #cc8fb0;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc8fb0 !important;
  border-color: #cc8fb0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #d2b8a1;
  color: #d2b8a1;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #936a47;
  background-color: #f3ece6;
  border-color: #f3ece6;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #936a47 !important;
  background-color: #f3ece6 !important;
  border-color: #f3ece6 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.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: #000000 !important;
}
.text-secondary {
  color: #9982aa !important;
}
.text-success {
  color: #fbd2e9 !important;
}
.text-info {
  color: #8f72a5 !important;
}
.text-warning {
  color: #cc8fb0 !important;
}
.text-danger {
  color: #f3ece6 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #665076 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #f374bb !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #5b456c !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a84d7e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d2b8a1 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #8f72a5;
}
.alert-warning {
  background-color: #cc8fb0;
}
.alert-danger {
  background-color: #f3ece6;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cdc0d7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #9982aa !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %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-uYd8JqkdsQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYd8JqkdsQ .nav-item:focus,
.cid-uYd8JqkdsQ .nav-link:focus {
  outline: none;
}
.cid-uYd8JqkdsQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYd8JqkdsQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYd8JqkdsQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYd8JqkdsQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYd8JqkdsQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYd8JqkdsQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYd8JqkdsQ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-uYd8JqkdsQ .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-uYd8JqkdsQ .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uYd8JqkdsQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYd8JqkdsQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYd8JqkdsQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYd8JqkdsQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uYd8JqkdsQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uYd8JqkdsQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYd8JqkdsQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYd8JqkdsQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uYd8JqkdsQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYd8JqkdsQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYd8JqkdsQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYd8JqkdsQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYd8JqkdsQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYd8JqkdsQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uYd8JqkdsQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYd8JqkdsQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYd8JqkdsQ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uYd8JqkdsQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uYd8JqkdsQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYd8JqkdsQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYd8JqkdsQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uYd8JqkdsQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYd8JqkdsQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYd8JqkdsQ .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uYd8JqkdsQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uYd8JqkdsQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uYd8JqkdsQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYd8JqkdsQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYd8JqkdsQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYd8JqkdsQ .dropdown-item.active,
.cid-uYd8JqkdsQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uYd8JqkdsQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYd8JqkdsQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYd8JqkdsQ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYd8JqkdsQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uYd8JqkdsQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYd8JqkdsQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYd8JqkdsQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYd8JqkdsQ .navbar-buttons {
  text-align: center;
}
.cid-uYd8JqkdsQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYd8JqkdsQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYd8JqkdsQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYd8JqkdsQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYd8JqkdsQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYd8JqkdsQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYd8JqkdsQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYd8JqkdsQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYd8JqkdsQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYd8JqkdsQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYd8JqkdsQ .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uYd8JqkdsQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYd8JqkdsQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYd8JqkdsQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uYd8JqkdsQ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYd8JqkdsQ .navbar {
    height: 77px;
  }
  .cid-uYd8JqkdsQ .navbar.opened {
    height: auto;
  }
  .cid-uYd8JqkdsQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYdaJn5Qty {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uYdaJn5Qty .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uYdaJn5Qty h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uYdaJn5Qty h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uYdaJn5Qty h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uYdaJn5Qty .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uYdaJn5Qty .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uYdaJn5Qty .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uYdaJn5Qty .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uYdaJn5Qty .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYdaJn5Qty .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uYdaJn5Qty .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uYdaJn5Qty .mbr-section-title,
.cid-uYdaJn5Qty .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uYdaJn5Qty h2:before,
  .cid-uYdaJn5Qty h2:after {
    display: none;
  }
}
.cid-uYdaJn5Qty .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdaJn5Qty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdisv6rY9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f3ece6;
}
.cid-uYdisv6rY9 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uYdisv6rY9 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uYdisv6rY9 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uYdisv6rY9 .mbr-text,
.cid-uYdisv6rY9 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uYdisv6rY9 h3:before,
  .cid-uYdisv6rY9 h3:after {
    display: none;
  }
}
.cid-uYdisv6rY9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdisv6rY9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdisv6rY9 H3 {
  color: #000000;
}
.cid-uYdaiHTM2L {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f3ece6;
}
.cid-uYdaiHTM2L .mbr-text {
  color: #767676;
}
.cid-uYdaiHTM2L .card-subtitle {
  margin: 0;
  color: #8f72a5;
}
.cid-uYdaiHTM2L .link {
  margin: 0;
}
.cid-uYdaiHTM2L .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uYdaiHTM2L .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uYdaiHTM2L img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uYdaiHTM2L .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-uYdaiHTM2L .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uYdaiHTM2L .card-img:hover:before {
  opacity: 0.4;
}
.cid-uYdaiHTM2L .card-img:hover img {
  transform: scale(1.05);
}
.cid-uYdaiHTM2L .row {
  justify-content: center;
}
.cid-uYdaiHTM2L .card {
  margin-bottom: 4rem;
}
.cid-uYdaiHTM2L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdaiHTM2L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdaiHTM2L .mbr-text,
.cid-uYdaiHTM2L .link {
  color: #000000;
}
.cid-uYdapyZpe0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3ece6;
}
.cid-uYdapyZpe0 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uYdapyZpe0 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uYdapyZpe0 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uYdapyZpe0 .mbr-text,
.cid-uYdapyZpe0 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uYdapyZpe0 h3:before,
  .cid-uYdapyZpe0 h3:after {
    display: none;
  }
}
.cid-uYdapyZpe0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdapyZpe0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdapyZpe0 H3 {
  color: #000000;
}
.cid-uYdkvvNjRI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3ece6;
}
.cid-uYdkvvNjRI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdkvvNjRI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdkvvNjRI .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 88px;
  text-shadow: 0 5px 0 #c21937;
}
@media (max-width: 992px) {
  .cid-uYdkvvNjRI .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYdkvvNjRI .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px 22px;
}
@media (max-width: 1200px) {
  .cid-uYdkvvNjRI .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYdkvvNjRI .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYdkvvNjRI .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uYdkvvNjRI .items-wrapper .item:hover .item-wrapper,
.cid-uYdkvvNjRI .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
.cid-uYdkvvNjRI .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #8f72a5;
  background-color: #ffffff;
  transition: all .3s ease;
  overflow: hidden;
}
.cid-uYdkvvNjRI .items-wrapper .item .item-wrapper .item-img {
  background-color: #ffffff;
}
.cid-uYdkvvNjRI .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uYdkvvNjRI .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYdkvvNjRI .items-wrapper .item .item-wrapper .item-content {
  padding: 25px 25px 32px 25px;
}
@media (max-width: 992px) {
  .cid-uYdkvvNjRI .items-wrapper .item .item-wrapper .item-content {
    padding: 22px;
  }
}
.cid-uYdkvvNjRI .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 22px;
}
.cid-uYdkvvNjRI .items-wrapper .item .item-wrapper .item-content .price-wrapper .item-price {
  display: inline-flex;
  padding: 28px 22px;
  background-color: #9982aa;
  border: 2px solid #8f72a5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uYdkvvNjRI .items-wrapper .item .item-wrapper .item-content .price-wrapper .item-price {
    padding: 22px;
  }
}
.cid-uYdkvvNjRI .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uYdkvvNjRI .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYdkvvNjRI .mbr-section-title,
.cid-uYdkvvNjRI .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYdkvvNjRI .item-title {
  color: #fffaf0;
}
.cid-uYdkvvNjRI .item-price,
.cid-uYdkvvNjRI .price-wrapper {
  color: #fffaf0;
  text-align: center;
}
.cid-uYdkvvNjRI .item-text {
  color: #000000;
  text-align: center;
}
.cid-uYdkvvNjRI .item-title,
.cid-uYdkvvNjRI .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYdnQJVng2 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f3ece6;
}
.cid-uYdnQJVng2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdnQJVng2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdnQJVng2 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 88px;
  text-shadow: 0 5px 0 #9982aa;
}
@media (max-width: 992px) {
  .cid-uYdnQJVng2 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYdnQJVng2 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px 22px;
}
@media (max-width: 1200px) {
  .cid-uYdnQJVng2 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYdnQJVng2 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYdnQJVng2 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uYdnQJVng2 .items-wrapper .item:hover .item-wrapper,
.cid-uYdnQJVng2 .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
.cid-uYdnQJVng2 .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #8f72a5;
  background-color: #ffffff;
  transition: all .3s ease;
  overflow: hidden;
}
.cid-uYdnQJVng2 .items-wrapper .item .item-wrapper .item-img {
  background-color: #ffffff;
}
.cid-uYdnQJVng2 .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uYdnQJVng2 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYdnQJVng2 .items-wrapper .item .item-wrapper .item-content {
  padding: 25px 25px 32px 25px;
}
@media (max-width: 992px) {
  .cid-uYdnQJVng2 .items-wrapper .item .item-wrapper .item-content {
    padding: 22px;
  }
}
.cid-uYdnQJVng2 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 22px;
}
.cid-uYdnQJVng2 .items-wrapper .item .item-wrapper .item-content .price-wrapper .item-price {
  display: inline-flex;
  padding: 28px 22px;
  background-color: #9982aa;
  border: 2px solid #8f72a5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uYdnQJVng2 .items-wrapper .item .item-wrapper .item-content .price-wrapper .item-price {
    padding: 22px;
  }
}
.cid-uYdnQJVng2 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uYdnQJVng2 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYdnQJVng2 .mbr-section-title,
.cid-uYdnQJVng2 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYdnQJVng2 .item-title {
  color: #fffaf0;
}
.cid-uYdnQJVng2 .item-price,
.cid-uYdnQJVng2 .price-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYdnQJVng2 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uYdnQJVng2 .item-title,
.cid-uYdnQJVng2 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYdqYMXj90 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3ece6;
}
.cid-uYdqYMXj90 .mbr-text {
  color: #000000;
}
.cid-uYdv47zf5P {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f3ece6;
}
.cid-uYdv47zf5P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdv47zf5P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdv47zf5P .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uYdv47zf5P .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYdv47zf5P .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uYdv47zf5P .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uYdv47zf5P .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uYdv47zf5P .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uYdv47zf5P .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uYdv47zf5P .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYdv47zf5P .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #c3b0d0;
  border-top: 3px solid #f3ece6;
  box-shadow: 0 8px 15px -8px #8f72a5;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-uYdv47zf5P .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uYdv47zf5P .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uYdv47zf5P .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uYdv47zf5P .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uYdv47zf5P .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uYdv47zf5P .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uYdv47zf5P .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-uYdv47zf5P .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYdv47zf5P .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uYdv47zf5P .mbr-label,
.cid-uYdv47zf5P .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYdv47zf5P .mbr-section-title,
.cid-uYdv47zf5P .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYdv47zf5P .mbr-text,
.cid-uYdv47zf5P .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uYdv47zf5P .panel-title-edit {
  color: #000000;
}
.cid-uYdv47zf5P .panel-text {
  color: #515151;
}
.cid-uYdv47zf5P .panel-text,
.cid-uYdv47zf5P .panel-body {
  color: #000000;
}
.cid-uYd8MVzZYt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uYd8MVzZYt .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYd8MVzZYt .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYd8MVzZYt .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYd8MVzZYt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uYd8MVzZYt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uYd8MVzZYt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uYd8MVzZYt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uYd8MVzZYt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uYd8MVzZYt .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uYd8MVzZYt .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYd8MVzZYt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYd8MVzZYt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYd8MVzZYt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uYd8MVzZYt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uYd8MVzZYt foot-menu-item {
  text-align: right;
}
.cid-uYdtbFbQ8l .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYdtbFbQ8l .nav-item:focus,
.cid-uYdtbFbQ8l .nav-link:focus {
  outline: none;
}
.cid-uYdtbFbQ8l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYdtbFbQ8l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYdtbFbQ8l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYdtbFbQ8l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYdtbFbQ8l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYdtbFbQ8l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYdtbFbQ8l .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-uYdtbFbQ8l .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-uYdtbFbQ8l .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uYdtbFbQ8l .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYdtbFbQ8l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYdtbFbQ8l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYdtbFbQ8l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uYdtbFbQ8l .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uYdtbFbQ8l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYdtbFbQ8l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYdtbFbQ8l .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uYdtbFbQ8l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYdtbFbQ8l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYdtbFbQ8l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYdtbFbQ8l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYdtbFbQ8l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYdtbFbQ8l .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uYdtbFbQ8l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYdtbFbQ8l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYdtbFbQ8l .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uYdtbFbQ8l .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uYdtbFbQ8l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYdtbFbQ8l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYdtbFbQ8l .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uYdtbFbQ8l .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYdtbFbQ8l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYdtbFbQ8l .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uYdtbFbQ8l .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uYdtbFbQ8l .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uYdtbFbQ8l .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYdtbFbQ8l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYdtbFbQ8l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYdtbFbQ8l .dropdown-item.active,
.cid-uYdtbFbQ8l .dropdown-item:active {
  background-color: transparent;
}
.cid-uYdtbFbQ8l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYdtbFbQ8l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYdtbFbQ8l .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYdtbFbQ8l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uYdtbFbQ8l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYdtbFbQ8l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYdtbFbQ8l ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYdtbFbQ8l .navbar-buttons {
  text-align: center;
}
.cid-uYdtbFbQ8l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYdtbFbQ8l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYdtbFbQ8l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYdtbFbQ8l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYdtbFbQ8l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYdtbFbQ8l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYdtbFbQ8l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYdtbFbQ8l nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYdtbFbQ8l nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYdtbFbQ8l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYdtbFbQ8l .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uYdtbFbQ8l a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYdtbFbQ8l .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYdtbFbQ8l .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uYdtbFbQ8l .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYdtbFbQ8l .navbar {
    height: 77px;
  }
  .cid-uYdtbFbQ8l .navbar.opened {
    height: auto;
  }
  .cid-uYdtbFbQ8l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYdA6jpo8A {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/img-0638-edit-2000x1333.jpg");
}
.cid-uYdA6jpo8A h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uYdA6jpo8A h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uYdA6jpo8A h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-uYdA6jpo8A h3:before,
  .cid-uYdA6jpo8A h3:after {
    display: none;
  }
}
.cid-uYdA6jpo8A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdA6jpo8A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdtZxCmhX {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3ece6;
}
.cid-uYdtZxCmhX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uYdtZxCmhX .btn-black {
  background: black !important;
  border-radius: 6px;
}
.cid-uYdtZxCmhX .btn-black:hover {
  background: gray !important;
  border-color: gray !important;
}
.cid-uYdtZxCmhX .media-content {
  padding-left: 2rem;
}
.cid-uYdtZxCmhX textarea {
  min-height: 150px;
}
.cid-uYdtZxCmhX .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uYdtZxCmhX .form-control,
.cid-uYdtZxCmhX .field-input {
  padding: 1rem;
  background-color: #ffffff !important;
  border: none !important;
  border-bottom: 1px solid #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uYdtZxCmhX .form-control:hover,
.cid-uYdtZxCmhX .field-input:hover,
.cid-uYdtZxCmhX .form-control:focus,
.cid-uYdtZxCmhX .field-input:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none !important;
  outline: none;
}
.cid-uYdtZxCmhX .form-control:hover input::-webkit-input-placeholder,
.cid-uYdtZxCmhX .field-input:hover input::-webkit-input-placeholder,
.cid-uYdtZxCmhX .form-control:focus input::-webkit-input-placeholder,
.cid-uYdtZxCmhX .field-input:focus input::-webkit-input-placeholder,
.cid-uYdtZxCmhX .form-control:hover textarea::-webkit-input-placeholder,
.cid-uYdtZxCmhX .field-input:hover textarea::-webkit-input-placeholder,
.cid-uYdtZxCmhX .form-control:focus textarea::-webkit-input-placeholder,
.cid-uYdtZxCmhX .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-uYdtZxCmhX .form-control:hover input:-moz-placeholder,
.cid-uYdtZxCmhX .field-input:hover input:-moz-placeholder,
.cid-uYdtZxCmhX .form-control:focus input:-moz-placeholder,
.cid-uYdtZxCmhX .field-input:focus input:-moz-placeholder,
.cid-uYdtZxCmhX .form-control:hover textarea:-moz-placeholder,
.cid-uYdtZxCmhX .field-input:hover textarea:-moz-placeholder,
.cid-uYdtZxCmhX .form-control:focus textarea:-moz-placeholder,
.cid-uYdtZxCmhX .field-input:focus textarea:-moz-placeholder {
  color: #ffffff !important;
}
.cid-uYdtZxCmhX input::-webkit-input-placeholder,
.cid-uYdtZxCmhX textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uYdtZxCmhX input:-moz-placeholder,
.cid-uYdtZxCmhX textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uYdtZxCmhX .jq-number__spin:hover,
.cid-uYdtZxCmhX .jq-number__spin:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none !important;
  outline: none;
}
.cid-uYdtZxCmhX .jq-number__spin {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uYdtZxCmhX .jq-selectbox li,
.cid-uYdtZxCmhX .jq-selectbox li {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uYdtZxCmhX .jq-selectbox li:hover,
.cid-uYdtZxCmhX .jq-selectbox li.selected {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uYdtZxCmhX .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uYdtZxCmhX .jq-number__spin.minus:hover:after,
.cid-uYdtZxCmhX .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-uYdtZxCmhX .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uYdtZxCmhX .jq-number__spin.minus:after,
.cid-uYdtZxCmhX .jq-number__spin.plus:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-uYdtZxCmhX input::-webkit-clear-button {
  display: none;
}
.cid-uYdtZxCmhX input::-webkit-inner-spin-button {
  display: none;
}
.cid-uYdtZxCmhX input::-webkit-outer-spin-button {
  display: none;
}
.cid-uYdtZxCmhX input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uYdtZxCmhX .mbr-text,
.cid-uYdtZxCmhX .mbr-section-btn {
  color: #767676;
}
.cid-uYdtZxCmhX .text2,
.cid-uYdtZxCmhX .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uYdtZxCmhX .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uYdtZxCmhX H3 {
  color: #8f72a5;
}
.cid-uYdtcwLOfK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uYdtcwLOfK .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYdtcwLOfK .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYdtcwLOfK .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYdtcwLOfK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uYdtcwLOfK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uYdtcwLOfK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uYdtcwLOfK .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uYdtcwLOfK .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uYdtcwLOfK .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uYdtcwLOfK .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYdtcwLOfK .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYdtcwLOfK .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYdtcwLOfK .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uYdtcwLOfK .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uYdtcwLOfK foot-menu-item {
  text-align: right;
}
.cid-uYd7u2iE5p .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYd7u2iE5p .nav-item:focus,
.cid-uYd7u2iE5p .nav-link:focus {
  outline: none;
}
.cid-uYd7u2iE5p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYd7u2iE5p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYd7u2iE5p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYd7u2iE5p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYd7u2iE5p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYd7u2iE5p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYd7u2iE5p .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-uYd7u2iE5p .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-uYd7u2iE5p .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uYd7u2iE5p .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYd7u2iE5p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYd7u2iE5p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYd7u2iE5p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uYd7u2iE5p .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uYd7u2iE5p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYd7u2iE5p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYd7u2iE5p .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uYd7u2iE5p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYd7u2iE5p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYd7u2iE5p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYd7u2iE5p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYd7u2iE5p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYd7u2iE5p .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uYd7u2iE5p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYd7u2iE5p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYd7u2iE5p .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uYd7u2iE5p .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uYd7u2iE5p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYd7u2iE5p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYd7u2iE5p .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uYd7u2iE5p .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYd7u2iE5p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYd7u2iE5p .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uYd7u2iE5p .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uYd7u2iE5p .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uYd7u2iE5p .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYd7u2iE5p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYd7u2iE5p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYd7u2iE5p .dropdown-item.active,
.cid-uYd7u2iE5p .dropdown-item:active {
  background-color: transparent;
}
.cid-uYd7u2iE5p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYd7u2iE5p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYd7u2iE5p .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYd7u2iE5p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uYd7u2iE5p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYd7u2iE5p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYd7u2iE5p ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYd7u2iE5p .navbar-buttons {
  text-align: center;
}
.cid-uYd7u2iE5p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYd7u2iE5p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYd7u2iE5p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYd7u2iE5p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYd7u2iE5p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYd7u2iE5p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYd7u2iE5p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYd7u2iE5p nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYd7u2iE5p nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYd7u2iE5p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYd7u2iE5p .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uYd7u2iE5p a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYd7u2iE5p .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYd7u2iE5p .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uYd7u2iE5p .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYd7u2iE5p .navbar {
    height: 77px;
  }
  .cid-uYd7u2iE5p .navbar.opened {
    height: auto;
  }
  .cid-uYd7u2iE5p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYi8EZBVQq {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/img-9216-enhanced-nr-2-edit-32-2000x1354.jpg");
}
.cid-uYi8EZBVQq h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uYi8EZBVQq h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uYi8EZBVQq h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-uYi8EZBVQq h3:before,
  .cid-uYi8EZBVQq h3:after {
    display: none;
  }
}
.cid-uYi8EZBVQq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYi8EZBVQq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYd7u2zKxu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3ece6;
}
.cid-uYd7u2CMfH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uYd7u2CMfH .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYd7u2CMfH .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYd7u2CMfH .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYd7u2CMfH .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uYd7u2CMfH .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uYd7u2CMfH .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uYd7u2CMfH .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uYd7u2CMfH .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uYd7u2CMfH .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uYd7u2CMfH .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYd7u2CMfH .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYd7u2CMfH .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYd7u2CMfH .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uYd7u2CMfH .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uYd7u2CMfH foot-menu-item {
  text-align: right;
}
.cid-uYd6fhggNS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYd6fhggNS .nav-item:focus,
.cid-uYd6fhggNS .nav-link:focus {
  outline: none;
}
.cid-uYd6fhggNS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYd6fhggNS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYd6fhggNS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYd6fhggNS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYd6fhggNS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYd6fhggNS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYd6fhggNS .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-uYd6fhggNS .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-uYd6fhggNS .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uYd6fhggNS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYd6fhggNS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYd6fhggNS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYd6fhggNS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uYd6fhggNS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uYd6fhggNS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYd6fhggNS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYd6fhggNS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uYd6fhggNS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYd6fhggNS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYd6fhggNS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYd6fhggNS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYd6fhggNS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYd6fhggNS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uYd6fhggNS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYd6fhggNS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYd6fhggNS .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uYd6fhggNS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uYd6fhggNS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYd6fhggNS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYd6fhggNS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uYd6fhggNS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYd6fhggNS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYd6fhggNS .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uYd6fhggNS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uYd6fhggNS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uYd6fhggNS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYd6fhggNS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYd6fhggNS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYd6fhggNS .dropdown-item.active,
.cid-uYd6fhggNS .dropdown-item:active {
  background-color: transparent;
}
.cid-uYd6fhggNS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYd6fhggNS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYd6fhggNS .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYd6fhggNS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uYd6fhggNS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYd6fhggNS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYd6fhggNS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYd6fhggNS .navbar-buttons {
  text-align: center;
}
.cid-uYd6fhggNS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYd6fhggNS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYd6fhggNS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYd6fhggNS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYd6fhggNS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYd6fhggNS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYd6fhggNS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYd6fhggNS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYd6fhggNS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYd6fhggNS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYd6fhggNS .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uYd6fhggNS a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYd6fhggNS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYd6fhggNS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uYd6fhggNS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYd6fhggNS .navbar {
    height: 77px;
  }
  .cid-uYd6fhggNS .navbar.opened {
    height: auto;
  }
  .cid-uYd6fhggNS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYi1J1IDJn {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uYi1J1IDJn .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uYi1J1IDJn h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uYi1J1IDJn h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uYi1J1IDJn h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uYi1J1IDJn .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uYi1J1IDJn .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uYi1J1IDJn .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uYi1J1IDJn .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uYi1J1IDJn .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYi1J1IDJn .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uYi1J1IDJn .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uYi1J1IDJn .mbr-section-title,
.cid-uYi1J1IDJn .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uYi1J1IDJn h2:before,
  .cid-uYi1J1IDJn h2:after {
    display: none;
  }
}
.cid-uYi1J1IDJn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYi1J1IDJn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYi8g1ntFV {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/img-8218-2000x1333.jpg");
}
.cid-uYi8g1ntFV h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uYi8g1ntFV h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uYi8g1ntFV h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-uYi8g1ntFV h3:before,
  .cid-uYi8g1ntFV h3:after {
    display: none;
  }
}
.cid-uYi8g1ntFV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYi8g1ntFV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYd7l8YykM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3ece6;
}
.cid-uYd6g5SRY5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uYd6g5SRY5 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYd6g5SRY5 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYd6g5SRY5 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYd6g5SRY5 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uYd6g5SRY5 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uYd6g5SRY5 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uYd6g5SRY5 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uYd6g5SRY5 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uYd6g5SRY5 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uYd6g5SRY5 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYd6g5SRY5 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYd6g5SRY5 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYd6g5SRY5 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uYd6g5SRY5 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uYd6g5SRY5 foot-menu-item {
  text-align: right;
}
.cid-uYchElW5A8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYchElW5A8 .nav-item:focus,
.cid-uYchElW5A8 .nav-link:focus {
  outline: none;
}
.cid-uYchElW5A8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYchElW5A8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYchElW5A8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYchElW5A8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYchElW5A8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYchElW5A8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYchElW5A8 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-uYchElW5A8 .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-uYchElW5A8 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uYchElW5A8 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYchElW5A8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYchElW5A8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYchElW5A8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uYchElW5A8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uYchElW5A8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYchElW5A8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYchElW5A8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uYchElW5A8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYchElW5A8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYchElW5A8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYchElW5A8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYchElW5A8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYchElW5A8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uYchElW5A8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYchElW5A8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYchElW5A8 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uYchElW5A8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uYchElW5A8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYchElW5A8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYchElW5A8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uYchElW5A8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYchElW5A8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYchElW5A8 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uYchElW5A8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uYchElW5A8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uYchElW5A8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYchElW5A8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYchElW5A8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYchElW5A8 .dropdown-item.active,
.cid-uYchElW5A8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYchElW5A8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYchElW5A8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYchElW5A8 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYchElW5A8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uYchElW5A8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYchElW5A8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYchElW5A8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYchElW5A8 .navbar-buttons {
  text-align: center;
}
.cid-uYchElW5A8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYchElW5A8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYchElW5A8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYchElW5A8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYchElW5A8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYchElW5A8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYchElW5A8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYchElW5A8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYchElW5A8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYchElW5A8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYchElW5A8 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uYchElW5A8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYchElW5A8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYchElW5A8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uYchElW5A8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYchElW5A8 .navbar {
    height: 77px;
  }
  .cid-uYchElW5A8 .navbar.opened {
    height: auto;
  }
  .cid-uYchElW5A8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYcmEjpGuh {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/img-0648-enhanced-nr-edit-2000x1333.jpeg");
}
.cid-uYcmEjpGuh .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
}
.cid-uYcmEjpGuh .mbr-section-title,
.cid-uYcmEjpGuh .mbr-section-subtitle {
  color: #232323;
}
.cid-uYcmEjpGuh .mbr-section-subtitle span {
  font-weight: bold;
}
.cid-uYcmEjpGuh .mbr-text {
  color: #232323;
  font-weight: 100;
}
.cid-uYcmEjpGuh .mbr-section-btn {
  color: white;
}
@media (max-width: 767px) {
  .cid-uYcmEjpGuh .row {
    margin-left: -15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYcmEjpGuh .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-uYcmEjpGuh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYcmEjpGuh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYcqsVW5jr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3ece6;
}
.cid-uYcpJofTK0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3ece6;
}
@media (max-width: 767px) {
  .cid-uYcpJofTK0 .mbr-text {
    text-align: center;
  }
}
.cid-uYcpJofTK0 .container-fluid {
  padding: 0;
}
.cid-uYcpJofTK0 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uYcpJofTK0 img {
  height: 100%;
  object-fit: cover;
}
.cid-uYcpJofTK0 .mbr-figure {
  height: 100%;
}
.cid-uYcpJofTK0 .col-lg-6 {
  padding: 0;
}
.cid-uYcpJofTK0 .row {
  margin: 0;
}
.cid-uYcpJofTK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYcpJofTK0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYcpJofTK0 H3 {
  color: #8f72a5;
}
.cid-uYcokAeNVl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f3ece6;
}
.cid-uYcokAeNVl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYcokAeNVl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYcokAeNVl .text-wrap {
  width: 100%;
}
.cid-uYcokAeNVl .mbr-section-title {
  color: #000000;
  margin-bottom: 70px;
}
.cid-uYcokAeNVl .mbr-text {
  color: #353535;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-uYcokAeNVl .mbr-text {
    margin-top: 30px;
  }
}
.cid-uYcokAeNVl .item-row {
  row-gap: 50px;
}
@media (max-width: 1199px) {
  .cid-uYcokAeNVl .item-row {
    row-gap: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uYcokAeNVl .item-row {
    row-gap: 22px;
  }
}
@media (max-width: 991px) {
  .cid-uYcokAeNVl .item-row {
    justify-content: flex-start;
  }
}
.cid-uYcokAeNVl .item-row .item {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uYcokAeNVl .item-row .item {
    justify-content: flex-start;
  }
}
.cid-uYcokAeNVl .item-row .item:nth-child(1) .item-wrap {
  background-color: #fbd2e9;
  border-radius: 20px 20px 20px 0;
}
@media (max-width: 767px) {
  .cid-uYcokAeNVl .item-row .item:nth-child(2) {
    justify-content: flex-end;
  }
}
.cid-uYcokAeNVl .item-row .item:nth-child(2) .item-wrap {
  background-color: #9982aa;
  border-radius: 0 20px 20px 20px;
}
.cid-uYcokAeNVl .item-row .item:nth-child(3) .item-wrap {
  background-color: #9982aa;
  border-radius: 0 20px 20px 20px;
}
@media (max-width: 767px) {
  .cid-uYcokAeNVl .item-row .item:nth-child(4) {
    justify-content: flex-end;
  }
}
.cid-uYcokAeNVl .item-row .item:nth-child(4) .item-wrap {
  background-color: #cc8fb0;
  border-radius: 20px 20px 0 20px;
}
.cid-uYcokAeNVl .item-row .item:nth-child(5) .item-wrap {
  background-color: #cc8fb0;
  border-radius: 20px 20px 0 20px;
}
@media (max-width: 991px) {
  .cid-uYcokAeNVl .item-row .item:nth-child(6) {
    order: 7;
  }
}
@media (max-width: 767px) {
  .cid-uYcokAeNVl .item-row .item:nth-child(6) {
    order: 6;
    justify-content: center;
  }
}
.cid-uYcokAeNVl .item-row .item:nth-child(6) .item-wrap {
  background-color: #fbd2e9;
  border-radius: 20px 20px 0 20px;
}
.cid-uYcokAeNVl .item-row .item:nth-child(7) {
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uYcokAeNVl .item-row .item:nth-child(7) {
    order: 6;
  }
}
@media (max-width: 767px) {
  .cid-uYcokAeNVl .item-row .item:nth-child(7) {
    order: 7;
    justify-content: center;
  }
}
.cid-uYcokAeNVl .item-row .item:nth-child(7) .item-wrap {
  background-color: #9982aa;
  border-radius: 20px 20px 20px 0;
}
.cid-uYcokAeNVl .item-row .item-wrap {
  padding: 14px 26px;
  opacity: 0.95;
  max-width: 100%;
  width: fit-content;
}
.cid-uYcokAeNVl .item-text {
  color: #000000;
  text-align: center;
}
.cid-uYdCCEmCp5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f3ece6;
}
.cid-uYdCCEmCp5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdCCEmCp5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdCCEmCp5 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uYdCCEmCp5 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uYdCCEmCp5 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uYdCCEmCp5 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uYdCCEmCp5 .container {
    padding: 0 24px;
  }
}
.cid-uYdCCEmCp5 .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYdCCEmCp5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYdCCEmCp5 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uYdCCEmCp5 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYdCCEmCp5 .item {
  margin-bottom: 32px;
}
.cid-uYdCCEmCp5 .item .item-wrapper .item-img {
  border: 16px solid #9982aa;
  background-color: #9982aa;
  border-radius: 2rem !important;
  overflow: hidden;
}
.cid-uYdCCEmCp5 .item .item-wrapper .item-img:hover img,
.cid-uYdCCEmCp5 .item .item-wrapper .item-img:focus img {
  transform: scale(1.1);
}
.cid-uYdCCEmCp5 .item .item-wrapper .item-img img {
  height: 360px;
  object-fit: cover;
  border-radius: 1rem !important;
  transition: all 0.3s ease-in-out;
}
.cid-uYdCCEmCp5 .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uYdCCEmCp5 .mbr-desc,
.cid-uYdCCEmCp5 .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uYcW8e1xLA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uYcW8e1xLA .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYcW8e1xLA .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYcW8e1xLA .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYcW8e1xLA .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uYcW8e1xLA .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uYcW8e1xLA .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uYcW8e1xLA .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uYcW8e1xLA .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uYcW8e1xLA .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uYcW8e1xLA .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYcW8e1xLA .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYcW8e1xLA .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYcW8e1xLA .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uYcW8e1xLA .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uYcW8e1xLA foot-menu-item {
  text-align: right;
}
.cid-uYbPsyvsOG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYbPsyvsOG .nav-item:focus,
.cid-uYbPsyvsOG .nav-link:focus {
  outline: none;
}
.cid-uYbPsyvsOG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYbPsyvsOG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYbPsyvsOG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYbPsyvsOG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYbPsyvsOG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYbPsyvsOG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYbPsyvsOG .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-uYbPsyvsOG .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-uYbPsyvsOG .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uYbPsyvsOG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYbPsyvsOG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYbPsyvsOG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYbPsyvsOG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uYbPsyvsOG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uYbPsyvsOG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYbPsyvsOG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYbPsyvsOG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uYbPsyvsOG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYbPsyvsOG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYbPsyvsOG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYbPsyvsOG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYbPsyvsOG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYbPsyvsOG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uYbPsyvsOG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYbPsyvsOG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYbPsyvsOG .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uYbPsyvsOG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uYbPsyvsOG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYbPsyvsOG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYbPsyvsOG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uYbPsyvsOG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYbPsyvsOG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYbPsyvsOG .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uYbPsyvsOG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uYbPsyvsOG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uYbPsyvsOG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYbPsyvsOG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYbPsyvsOG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYbPsyvsOG .dropdown-item.active,
.cid-uYbPsyvsOG .dropdown-item:active {
  background-color: transparent;
}
.cid-uYbPsyvsOG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYbPsyvsOG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYbPsyvsOG .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYbPsyvsOG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uYbPsyvsOG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYbPsyvsOG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYbPsyvsOG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYbPsyvsOG .navbar-buttons {
  text-align: center;
}
.cid-uYbPsyvsOG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYbPsyvsOG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYbPsyvsOG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYbPsyvsOG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYbPsyvsOG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYbPsyvsOG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYbPsyvsOG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYbPsyvsOG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYbPsyvsOG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYbPsyvsOG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYbPsyvsOG .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uYbPsyvsOG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYbPsyvsOG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYbPsyvsOG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uYbPsyvsOG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYbPsyvsOG .navbar {
    height: 77px;
  }
  .cid-uYbPsyvsOG .navbar.opened {
    height: auto;
  }
  .cid-uYbPsyvsOG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZdVhKOWqk {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uZdVhKOWqk .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uZdVhKOWqk h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uZdVhKOWqk h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uZdVhKOWqk h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uZdVhKOWqk .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uZdVhKOWqk .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uZdVhKOWqk .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uZdVhKOWqk .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uZdVhKOWqk .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uZdVhKOWqk .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uZdVhKOWqk .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uZdVhKOWqk .mbr-section-title,
.cid-uZdVhKOWqk .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZdVhKOWqk h2:before,
  .cid-uZdVhKOWqk h2:after {
    display: none;
  }
}
.cid-uZdVhKOWqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdVhKOWqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZdVitCa34 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3ece6;
}
.cid-uZdW8B89pb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uZdW8B89pb .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZdW8B89pb .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZdW8B89pb .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZdW8B89pb .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uZdW8B89pb .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uZdW8B89pb .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uZdW8B89pb .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uZdW8B89pb .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uZdW8B89pb .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uZdW8B89pb .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uZdW8B89pb .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZdW8B89pb .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uZdW8B89pb .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uZdW8B89pb .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uZdW8B89pb foot-menu-item {
  text-align: right;
}
.cid-uYbPsyvsOG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYbPsyvsOG .nav-item:focus,
.cid-uYbPsyvsOG .nav-link:focus {
  outline: none;
}
.cid-uYbPsyvsOG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYbPsyvsOG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYbPsyvsOG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYbPsyvsOG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYbPsyvsOG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYbPsyvsOG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYbPsyvsOG .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-uYbPsyvsOG .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-uYbPsyvsOG .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uYbPsyvsOG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYbPsyvsOG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYbPsyvsOG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYbPsyvsOG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uYbPsyvsOG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uYbPsyvsOG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYbPsyvsOG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYbPsyvsOG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uYbPsyvsOG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYbPsyvsOG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYbPsyvsOG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYbPsyvsOG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYbPsyvsOG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYbPsyvsOG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uYbPsyvsOG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYbPsyvsOG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYbPsyvsOG .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uYbPsyvsOG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uYbPsyvsOG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYbPsyvsOG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYbPsyvsOG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uYbPsyvsOG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYbPsyvsOG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYbPsyvsOG .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uYbPsyvsOG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uYbPsyvsOG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uYbPsyvsOG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYbPsyvsOG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYbPsyvsOG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYbPsyvsOG .dropdown-item.active,
.cid-uYbPsyvsOG .dropdown-item:active {
  background-color: transparent;
}
.cid-uYbPsyvsOG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYbPsyvsOG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYbPsyvsOG .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYbPsyvsOG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uYbPsyvsOG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYbPsyvsOG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYbPsyvsOG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYbPsyvsOG .navbar-buttons {
  text-align: center;
}
.cid-uYbPsyvsOG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYbPsyvsOG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYbPsyvsOG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYbPsyvsOG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYbPsyvsOG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYbPsyvsOG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYbPsyvsOG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYbPsyvsOG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYbPsyvsOG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYbPsyvsOG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYbPsyvsOG .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uYbPsyvsOG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYbPsyvsOG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYbPsyvsOG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uYbPsyvsOG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYbPsyvsOG .navbar {
    height: 77px;
  }
  .cid-uYbPsyvsOG .navbar.opened {
    height: auto;
  }
  .cid-uYbPsyvsOG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZdV4vJ1Ex {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uZdV4vJ1Ex .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uZdV4vJ1Ex h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uZdV4vJ1Ex h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uZdV4vJ1Ex h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uZdV4vJ1Ex .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uZdV4vJ1Ex .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uZdV4vJ1Ex .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uZdV4vJ1Ex .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uZdV4vJ1Ex .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uZdV4vJ1Ex .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uZdV4vJ1Ex .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uZdV4vJ1Ex .mbr-section-title,
.cid-uZdV4vJ1Ex .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZdV4vJ1Ex h2:before,
  .cid-uZdV4vJ1Ex h2:after {
    display: none;
  }
}
.cid-uZdV4vJ1Ex .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdV4vJ1Ex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZdV1EE7RC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3ece6;
}
.cid-uZdWcRPVQD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uZdWcRPVQD .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZdWcRPVQD .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZdWcRPVQD .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZdWcRPVQD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uZdWcRPVQD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uZdWcRPVQD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uZdWcRPVQD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uZdWcRPVQD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uZdWcRPVQD .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uZdWcRPVQD .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uZdWcRPVQD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZdWcRPVQD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uZdWcRPVQD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uZdWcRPVQD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uZdWcRPVQD foot-menu-item {
  text-align: right;
}
.cid-uYbPsyvsOG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYbPsyvsOG .nav-item:focus,
.cid-uYbPsyvsOG .nav-link:focus {
  outline: none;
}
.cid-uYbPsyvsOG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYbPsyvsOG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYbPsyvsOG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYbPsyvsOG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYbPsyvsOG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYbPsyvsOG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYbPsyvsOG .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-uYbPsyvsOG .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-uYbPsyvsOG .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uYbPsyvsOG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYbPsyvsOG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYbPsyvsOG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYbPsyvsOG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uYbPsyvsOG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uYbPsyvsOG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYbPsyvsOG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYbPsyvsOG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uYbPsyvsOG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYbPsyvsOG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYbPsyvsOG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYbPsyvsOG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYbPsyvsOG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYbPsyvsOG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uYbPsyvsOG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYbPsyvsOG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYbPsyvsOG .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uYbPsyvsOG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uYbPsyvsOG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYbPsyvsOG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYbPsyvsOG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uYbPsyvsOG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYbPsyvsOG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYbPsyvsOG .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uYbPsyvsOG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uYbPsyvsOG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uYbPsyvsOG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYbPsyvsOG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYbPsyvsOG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYbPsyvsOG .dropdown-item.active,
.cid-uYbPsyvsOG .dropdown-item:active {
  background-color: transparent;
}
.cid-uYbPsyvsOG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYbPsyvsOG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYbPsyvsOG .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYbPsyvsOG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uYbPsyvsOG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYbPsyvsOG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYbPsyvsOG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYbPsyvsOG .navbar-buttons {
  text-align: center;
}
.cid-uYbPsyvsOG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYbPsyvsOG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYbPsyvsOG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYbPsyvsOG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYbPsyvsOG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYbPsyvsOG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYbPsyvsOG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYbPsyvsOG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYbPsyvsOG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYbPsyvsOG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYbPsyvsOG .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uYbPsyvsOG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYbPsyvsOG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYbPsyvsOG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uYbPsyvsOG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYbPsyvsOG .navbar {
    height: 77px;
  }
  .cid-uYbPsyvsOG .navbar.opened {
    height: auto;
  }
  .cid-uYbPsyvsOG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYiIu5PgLs {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uYiIu5PgLs .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uYiIu5PgLs h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uYiIu5PgLs h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uYiIu5PgLs h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uYiIu5PgLs .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uYiIu5PgLs .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uYiIu5PgLs .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uYiIu5PgLs .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uYiIu5PgLs .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYiIu5PgLs .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uYiIu5PgLs .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uYiIu5PgLs .mbr-section-title,
.cid-uYiIu5PgLs .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uYiIu5PgLs h2:before,
  .cid-uYiIu5PgLs h2:after {
    display: none;
  }
}
.cid-uYiIu5PgLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYiIu5PgLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYiHXjZORW .modal-body .close {
  background: #1b1b1b;
}
.cid-uYiHXjZORW .modal-body .close span {
  font-style: normal;
}
.cid-uYiHXjZORW .carousel-inner > .active,
.cid-uYiHXjZORW .carousel-inner > .next,
.cid-uYiHXjZORW .carousel-inner > .prev {
  display: flex;
}
.cid-uYiHXjZORW .carousel-control .icon-next,
.cid-uYiHXjZORW .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uYiHXjZORW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYiHXjZORW .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uYiHXjZORW .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uYiHXjZORW .boxed-slider > div {
  position: relative;
}
.cid-uYiHXjZORW .container img {
  width: 100%;
}
.cid-uYiHXjZORW .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uYiHXjZORW .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uYiHXjZORW .mbr-table-cell {
  padding: 0;
}
.cid-uYiHXjZORW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uYiHXjZORW .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uYiHXjZORW .mbr-overlay {
  z-index: 1;
}
.cid-uYiHXjZORW .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uYiHXjZORW .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uYiHXjZORW .carousel-item.active.right,
.cid-uYiHXjZORW .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uYiHXjZORW .carousel-item.active.left,
.cid-uYiHXjZORW .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uYiHXjZORW .carousel-item.active,
.cid-uYiHXjZORW .carousel-item.next.left,
.cid-uYiHXjZORW .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uYiHXjZORW .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: #232323;
  opacity: .8;
  border-radius: 0;
  transition: all .3s;
  z-index: 11;
}
.cid-uYiHXjZORW .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0;
}
.cid-uYiHXjZORW .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0;
}
.cid-uYiHXjZORW .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
.cid-uYiHXjZORW .mbr-slider .carousel-control:hover {
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uYiHXjZORW .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uYiHXjZORW .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uYiHXjZORW .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uYiHXjZORW .mbr-slider .carousel-indicators li.active,
.cid-uYiHXjZORW .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
  background-color: #000000;
}
.cid-uYiHXjZORW .mbr-slider .carousel-indicators li::after,
.cid-uYiHXjZORW .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uYiHXjZORW .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uYiHXjZORW .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uYiHXjZORW .mbr-slider > .container img {
  width: 100%;
}
.cid-uYiHXjZORW .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uYiHXjZORW .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uYiHXjZORW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uYiHXjZORW .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uYiHXjZORW .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uYiHXjZORW .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uYiHXjZORW .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uYiHXjZORW .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uYiHXjZORW .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uYiHXjZORW .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uYiHXjZORW .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uYiHXjZORW .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uYiHXjZORW .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uYiHXjZORW P {
  text-align: center;
}
.cid-uYccinoZDj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f3ece6;
}
.cid-uYccinoZDj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYccinoZDj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYccinoZDj b,
.cid-uYccinoZDj strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-uYccinoZDj img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uYccinoZDj img {
    padding-bottom: 2rem;
  }
}
.cid-uYccinoZDj .row {
  align-items: center;
}
.cid-uYccinoZDj .mbr-section-title {
  color: #8f72a5;
}
.cid-uYccinoZDj .mbr-text,
.cid-uYccinoZDj .mbr-section-btn {
  color: #000000;
}
.cid-uYccinoZDj .mbr-section-subtitle {
  color: #000000;
}
.cid-uYbSLRCteF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3ece6;
}
.cid-uYbSLRCteF .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-uYbSLRCteF .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-uYbSLRCteF .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uYbSLRCteF h4 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uYbSLRCteF h4:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uYbSLRCteF h4:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uYbSLRCteF .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-uYbSLRCteF .card-overlay {
  display: none;
  background: #000000;
}
@media (min-width: 768px) {
  .cid-uYbSLRCteF .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-uYbSLRCteF .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-uYbSLRCteF .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-uYbSLRCteF .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-uYbSLRCteF .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-uYbSLRCteF .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-uYbSLRCteF .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-uYbSLRCteF .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-uYbSLRCteF .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem;
    background: transparent;
  }
  .cid-uYbSLRCteF .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-uYbSLRCteF .card-overlay {
    transition: all 0.5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-uYbSLRCteF .card-title,
  .cid-uYbSLRCteF .underline,
  .cid-uYbSLRCteF .mbr-text,
  .cid-uYbSLRCteF .mbr-section-btn,
  .cid-uYbSLRCteF .mbr-section-subtitle,
  .cid-uYbSLRCteF .mbr-section-title {
    text-align: center !important;
  }
  .cid-uYbSLRCteF .wrapper {
    background-color: #000000;
  }
  .cid-uYbSLRCteF h4:before,
  .cid-uYbSLRCteF h4:after {
    display: none;
  }
}
.cid-uYbSLRCteF .mbr-section-title {
  text-align: left;
}
.cid-uYbSLRCteF .mbr-section-title,
.cid-uYbSLRCteF .underline {
  text-align: center;
}
.cid-uYbSLRCteF H4 {
  color: #8f72a5;
  text-align: left;
}
.cid-uYbSLRCteF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbSLRCteF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbTbiYkl7 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #f3ece6;
}
.cid-uYbTbiYkl7 .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
}
.cid-uYbTbiYkl7 .card {
  margin-bottom: 2rem;
}
.cid-uYbTbiYkl7 .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-uYbTbiYkl7 .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-uYbTbiYkl7 .btn {
  margin: .3rem;
}
.cid-uYbTbiYkl7 .mbr-section-title {
  margin: 0;
}
.cid-uYbTbiYkl7 .card-underline,
.cid-uYbTbiYkl7 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uYbTbiYkl7 .card-underline .line,
.cid-uYbTbiYkl7 .underline .line {
  width: 3rem;
  height: 2px;
  background: #9982aa;
  display: inline-block;
}
.cid-uYbTbiYkl7 .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-uYbTbiYkl7 .card-underline .line {
  background: #9982aa;
}
@media (max-width: 767px) {
  .cid-uYbTbiYkl7 .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYbTbiYkl7 .row-content {
    min-width: 100%;
  }
  .cid-uYbTbiYkl7 .card {
    display: block;
  }
}
.cid-uYbTbiYkl7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbTbiYkl7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbTbiYkl7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uYbU2BN4Xg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-0305-edit-2000x1333.jpg");
}
.cid-uYbU2BN4Xg .mbr-section-title {
  margin: 0;
}
.cid-uYbU2BN4Xg .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uYbU2BN4Xg .underline .line {
  width: 3rem;
  height: 2px;
  background: #ffffff;
  display: inline-block;
}
.cid-uYbU2BN4Xg .slider-testimonials {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-uYbU2BN4Xg .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYbU2BN4Xg .carousel-item.active,
.cid-uYbU2BN4Xg .carousel-item-next,
.cid-uYbU2BN4Xg .carousel-item-prev {
  display: flex;
}
.cid-uYbU2BN4Xg .carousel-control {
  transition: all .3s;
  opacity: 1;
  background-color: #000000;
  color: #ffffff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 46%;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uYbU2BN4Xg .carousel-control.carousel-control-prev {
  left: -25px;
}
.cid-uYbU2BN4Xg .carousel-control.carousel-control-prev:hover {
  left: -30px;
}
.cid-uYbU2BN4Xg .carousel-control.carousel-control-next {
  right: -25px;
}
.cid-uYbU2BN4Xg .carousel-control.carousel-control-next:hover {
  right: -30px;
}
.cid-uYbU2BN4Xg .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uYbU2BN4Xg .carousel-control:hover {
  background-color: #000000;
}
.cid-uYbU2BN4Xg .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uYbU2BN4Xg .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 767px) {
  .cid-uYbU2BN4Xg .carousel-control-prev,
  .cid-uYbU2BN4Xg .carousel-control-next {
    display: none;
  }
  .cid-uYbU2BN4Xg .mbr-section-title {
    padding-bottom: 0;
  }
  .cid-uYbU2BN4Xg .slider-testimonials {
    padding: 2rem 1rem;
  }
}
@media (max-width: 230px) {
  .cid-uYbU2BN4Xg .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uYbU2BN4Xg .carousel-row:hover .carousel-control {
  visibility: visible;
}
.cid-uYbU2BN4Xg .user_name,
.cid-uYbU2BN4Xg .user_desk {
  text-align: right;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYbU2BN4Xg .slider-testimonials {
    min-width: 100%;
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cid-uYbU2BN4Xg .carousel-control-prev {
    left: -40px !important;
  }
  .cid-uYbU2BN4Xg .carousel-control-prev:hover {
    left: -45px !important;
  }
  .cid-uYbU2BN4Xg .carousel-control-next {
    right: -40px !important;
  }
  .cid-uYbU2BN4Xg .carousel-control-next:hover {
    right: -45px !important;
  }
}
.cid-uYbU2BN4Xg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYbU2BN4Xg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYbUVWNOtz .modal-body .close {
  background: #1b1b1b;
}
.cid-uYbUVWNOtz .modal-body .close span {
  font-style: normal;
}
.cid-uYbUVWNOtz .carousel-inner > .active,
.cid-uYbUVWNOtz .carousel-inner > .next,
.cid-uYbUVWNOtz .carousel-inner > .prev {
  display: flex;
}
.cid-uYbUVWNOtz .carousel-control .icon-next,
.cid-uYbUVWNOtz .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uYbUVWNOtz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYbUVWNOtz .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uYbUVWNOtz .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uYbUVWNOtz .boxed-slider > div {
  position: relative;
}
.cid-uYbUVWNOtz .container img {
  width: 100%;
}
.cid-uYbUVWNOtz .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uYbUVWNOtz .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uYbUVWNOtz .mbr-table-cell {
  padding: 0;
}
.cid-uYbUVWNOtz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uYbUVWNOtz .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uYbUVWNOtz .mbr-overlay {
  z-index: 1;
}
.cid-uYbUVWNOtz .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uYbUVWNOtz .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uYbUVWNOtz .carousel-item.active.right,
.cid-uYbUVWNOtz .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uYbUVWNOtz .carousel-item.active.left,
.cid-uYbUVWNOtz .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uYbUVWNOtz .carousel-item.active,
.cid-uYbUVWNOtz .carousel-item.next.left,
.cid-uYbUVWNOtz .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uYbUVWNOtz .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: #232323;
  opacity: .8;
  border-radius: 0;
  transition: all .3s;
  z-index: 11;
}
.cid-uYbUVWNOtz .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0;
}
.cid-uYbUVWNOtz .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0;
}
.cid-uYbUVWNOtz .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
.cid-uYbUVWNOtz .mbr-slider .carousel-control:hover {
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uYbUVWNOtz .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uYbUVWNOtz .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uYbUVWNOtz .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uYbUVWNOtz .mbr-slider .carousel-indicators li.active,
.cid-uYbUVWNOtz .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
  background-color: #000000;
}
.cid-uYbUVWNOtz .mbr-slider .carousel-indicators li::after,
.cid-uYbUVWNOtz .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uYbUVWNOtz .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uYbUVWNOtz .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uYbUVWNOtz .mbr-slider > .container img {
  width: 100%;
}
.cid-uYbUVWNOtz .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uYbUVWNOtz .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uYbUVWNOtz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uYbUVWNOtz .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uYbUVWNOtz .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uYbUVWNOtz .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uYbUVWNOtz .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uYbUVWNOtz .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uYbUVWNOtz .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uYbUVWNOtz .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uYbUVWNOtz .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uYbUVWNOtz .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uYbUVWNOtz .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uYbUVWNOtz P {
  text-align: center;
}
.cid-uYbVdpUq4v {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uYbVdpUq4v .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYbVdpUq4v .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYbVdpUq4v .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYbVdpUq4v .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uYbVdpUq4v .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uYbVdpUq4v .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uYbVdpUq4v .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uYbVdpUq4v .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uYbVdpUq4v .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uYbVdpUq4v .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYbVdpUq4v .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYbVdpUq4v .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYbVdpUq4v .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uYbVdpUq4v .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uYbVdpUq4v foot-menu-item {
  text-align: right;
}
