body {
  background-color: #dbd4c5;
}
body {
  font-family: Source Serif 4;
}
.display-1 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 3.25rem;
  line-height: 1;
  letter-spacing: .02em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.0625rem;
}
.display-2 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 2.875rem;
  line-height: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-4 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.375rem;
  line-height: 1.8rem;
  letter-spacing: -0.014em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.275rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.3rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.65625rem + (2.875 - 1.65625) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #e6bee1 !important;
}
.bg-success {
  background-color: #88e9bc !important;
}
.bg-info {
  background-color: #79e3f8 !important;
}
.bg-warning {
  background-color: #ffdc72 !important;
}
.bg-danger {
  background-color: #ea8790 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e6bee1 !important;
  border-color: #e6bee1 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ce7fc4 !important;
  border-color: #ce7fc4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ce7fc4 !important;
  border-color: #ce7fc4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e1e6be !important;
  border-color: #e1e6be !important;
  color: #6e772e !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c4ce7f !important;
  border-color: #c4ce7f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #6e772e !important;
  background-color: #c4ce7f !important;
  border-color: #c4ce7f !important;
}
.btn-info,
.btn-info:active {
  background-color: #79e3f8 !important;
  border-color: #79e3f8 !important;
  color: #065b6c !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #27d2f4 !important;
  border-color: #27d2f4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #065b6c !important;
  background-color: #27d2f4 !important;
  border-color: #27d2f4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #88e9bc !important;
  border-color: #88e9bc !important;
  color: #12603c !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3fdb93 !important;
  border-color: #3fdb93 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #12603c !important;
  background-color: #3fdb93 !important;
  border-color: #3fdb93 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffdc72 !important;
  border-color: #ffdc72 !important;
  color: #725600 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #1b1500 !important;
  background-color: #ffc61b !important;
  border-color: #ffc61b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #725600 !important;
  background-color: #ffc61b !important;
  border-color: #ffc61b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ea8790 !important;
  border-color: #ea8790 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #dd3d4c !important;
  border-color: #dd3d4c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dd3d4c !important;
  border-color: #dd3d4c !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  border: 1px solid #e6bee1 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e6bee1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #e6bee1 !important;
  border-color: transparent!important;
  box-shadow: none!important;
  box-shadow: inset 250px 0 0 0 #e6bee1 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e6bee1 !important;
  border-color: #e6bee1 !important;
}
.btn-secondary-outline {
  border: 1px solid #e1e6be !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e1e6be;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #6e772e !important;
  background-color: #e1e6be !important;
  border-color: transparent!important;
  box-shadow: none!important;
  box-shadow: inset 250px 0 0 0 #e1e6be !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #6e772e !important;
  background-color: #e1e6be !important;
  border-color: #e1e6be !important;
}
.btn-info-outline {
  border: 1px solid #79e3f8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #79e3f8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065b6c !important;
  background-color: #79e3f8 !important;
  border-color: transparent!important;
  box-shadow: none!important;
  box-shadow: inset 250px 0 0 0 #79e3f8 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #065b6c !important;
  background-color: #79e3f8 !important;
  border-color: #79e3f8 !important;
}
.btn-success-outline {
  border: 1px solid #88e9bc !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #88e9bc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12603c !important;
  background-color: #88e9bc !important;
  border-color: transparent!important;
  box-shadow: none!important;
  box-shadow: inset 250px 0 0 0 #88e9bc !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #12603c !important;
  background-color: #88e9bc !important;
  border-color: #88e9bc !important;
}
.btn-warning-outline {
  border: 1px solid #ffdc72 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffdc72;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #725600 !important;
  background-color: #ffdc72 !important;
  border-color: transparent!important;
  box-shadow: none!important;
  box-shadow: inset 250px 0 0 0 #ffdc72 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #725600 !important;
  background-color: #ffdc72 !important;
  border-color: #ffdc72 !important;
}
.btn-danger-outline {
  border: 1px solid #ea8790 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ea8790;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ea8790 !important;
  border-color: transparent!important;
  box-shadow: none!important;
  box-shadow: inset 250px 0 0 0 #ea8790 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ea8790 !important;
  border-color: #ea8790 !important;
}
.btn-black-outline {
  border: 1px solid #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: transparent!important;
  box-shadow: none!important;
  box-shadow: inset 250px 0 0 0 #232323 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline {
  border: 1px solid #fafafa !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: transparent!important;
  box-shadow: none!important;
  box-shadow: inset 250px 0 0 0 #fafafa !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e6bee1 !important;
}
.text-secondary {
  color: #e1e6be !important;
}
.text-success {
  color: #88e9bc !important;
}
.text-info {
  color: #79e3f8 !important;
}
.text-warning {
  color: #ffdc72 !important;
}
.text-danger {
  color: #ea8790 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ca74bf !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bfca74 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #32d98c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #18cff3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc30c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #db3040 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e6bee1;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #79e3f8;
}
.alert-warning {
  background-color: #ffdc72;
}
.alert-danger {
  background-color: #ea8790;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e6bee1;
  border-color: #e6bee1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e6bee1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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: 'Source Serif 4', sans-serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e6bee1 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #e6bee1;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e6bee1;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e6bee1;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e6bee1;
  border-bottom-color: #e6bee1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #e6bee1 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e1e6be !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='%23e6bee1' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 18px 62px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 18px 32px;
  }
}
.cid-uJnV30BoDG .navbar-dropdown {
  background-color: #00161f !important;
  padding: 0;
}
.cid-uJnV30BoDG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #00161f !important;
  background: #00161f;
}
.cid-uJnV30BoDG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJnV30BoDG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJnV30BoDG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJnV30BoDG .menu_box .navbar.opened,
  .cid-uJnV30BoDG .menu_box .navbar-collapse {
    background-color: #00161f !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJnV30BoDG .navbar-dropdown {
  position: relative !important;
}
.cid-uJnV30BoDG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJnV30BoDG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uJnV30BoDG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uJnV30BoDG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJnV30BoDG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uJnV30BoDG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uJnV30BoDG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uJnV30BoDG .lg_brand {
    margin: 0 1rem;
  }
  .cid-uJnV30BoDG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uJnV30BoDG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uJnV30BoDG .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uJnV30BoDG .nav-item {
    margin: 0 !important;
  }
}
.cid-uJnV30BoDG .nav-item .nav-link {
  position: relative;
}
.cid-uJnV30BoDG .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uJnV30BoDG .nav-item .nav-link:hover,
.cid-uJnV30BoDG .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uJnV30BoDG .nav-item .nav-link:hover::before,
.cid-uJnV30BoDG .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uJnV30BoDG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJnV30BoDG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJnV30BoDG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJnV30BoDG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJnV30BoDG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJnV30BoDG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJnV30BoDG .offcanvas_box {
    display: none;
  }
}
.cid-uJnV30BoDG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJnV30BoDG .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJnV30BoDG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJnV30BoDG .container {
  display: flex;
  margin: auto;
}
.cid-uJnV30BoDG .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uJnV30BoDG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJnV30BoDG .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uJnV30BoDG .navbar-caption {
  color: #FFFFFF;
}
.cid-uJnV30BoDG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJnV30BoDG .navbar-nav {
    margin: 0;
  }
}
.cid-uJnV30BoDG .dropdown-menu,
.cid-uJnV30BoDG .navbar.opened {
  background-color: false !important;
}
.cid-uJnV30BoDG .nav-item:focus,
.cid-uJnV30BoDG .nav-link:focus {
  outline: none;
}
.cid-uJnV30BoDG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJnV30BoDG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJnV30BoDG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJnV30BoDG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJnV30BoDG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJnV30BoDG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJnV30BoDG .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJnV30BoDG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJnV30BoDG .navbar.opened {
  transition: all 0.3s;
}
.cid-uJnV30BoDG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJnV30BoDG .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
}
.cid-uJnV30BoDG .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uJnV30BoDG .navbar.collapsed {
  justify-content: center;
}
.cid-uJnV30BoDG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJnV30BoDG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJnV30BoDG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJnV30BoDG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJnV30BoDG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJnV30BoDG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJnV30BoDG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJnV30BoDG .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uJnV30BoDG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uJnV30BoDG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJnV30BoDG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJnV30BoDG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJnV30BoDG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJnV30BoDG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJnV30BoDG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJnV30BoDG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJnV30BoDG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJnV30BoDG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJnV30BoDG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJnV30BoDG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJnV30BoDG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJnV30BoDG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJnV30BoDG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJnV30BoDG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJnV30BoDG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJnV30BoDG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJnV30BoDG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJnV30BoDG .dropdown-item.active,
.cid-uJnV30BoDG .dropdown-item:active {
  background-color: transparent;
}
.cid-uJnV30BoDG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJnV30BoDG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJnV30BoDG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJnV30BoDG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJnV30BoDG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJnV30BoDG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJnV30BoDG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00161f;
  background: #00161f;
}
.cid-uJnV30BoDG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJnV30BoDG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJnV30BoDG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJnV30BoDG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJnV30BoDG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJnV30BoDG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJnV30BoDG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJnV30BoDG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJnV30BoDG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJnV30BoDG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJnV30BoDG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJnV30BoDG .navbar {
    height: 70px;
  }
  .cid-uJnV30BoDG .navbar.opened {
    height: auto;
  }
  .cid-uJnV30BoDG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJnV30BoDG .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uJnV30BoDG .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uJnV30BoDG .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uJnV30BoDG .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  width: fit-content;
  white-space: nowrap;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uJnV30BoDG .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uJnV30BoDG .navbar-caption:hover {
  color: #e6bee1;
}
@media (min-width: 992px) {
  .cid-uJnV30BoDG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJnV30BoDG .text_widget {
  margin-bottom: 32px;
}
.cid-uJnV30BoDG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJnV30BoDG .text_widget a:hover {
  opacity: 0.5;
}
.cid-uJnV30BoDG .icons-menu-main {
  display: flex;
}
.cid-uJnV30BoDG .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uJnV30BoDG .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJnV30BoDG .mbr-section-subtitle,
.cid-uJnV30BoDG .text_widget,
.cid-uJnV30BoDG .mbr-section-btn {
  text-align: center;
}
.cid-uJnV30BoDG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJnV30BoDG .nav-link,
.cid-uJnV30BoDG .dropdown-item {
  color: #FFFFFF;
}
.cid-uJnV310hNe {
  background-image: url("../images/photo-1596971040935-3d3ec054f-h_m9wu71yn.jpg");
}
.cid-uJnV310hNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJnV310hNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJnV310hNe .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uJnV310hNe .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJnV310hNe .container {
    padding: 0 20px;
  }
}
.cid-uJnV310hNe .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-uJnV310hNe .title-wrapper {
    padding: 50px 0;
  }
}
.cid-uJnV310hNe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJnV310hNe .title-wrapper .mbr-text {
  margin: 24px 0;
}
@media (max-width: 992px) {
  .cid-uJnV310hNe .title-wrapper .mbr-text {
    margin: 20px 0;
  }
}
.cid-uJnV310hNe .mbr-section-title {
  color: #ffffff;
}
.cid-uJnV310hNe .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uJnV310hNe .mbr-section-title,
.cid-uJnV310hNe .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uJnV31dNQK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uJnV31dNQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJnV31dNQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJnV31dNQK .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uJnV31dNQK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJnV31dNQK .container {
    padding: 0 20px;
  }
}
.cid-uJnV31dNQK .row {
  justify-content: center;
}
.cid-uJnV31dNQK .mbr-section-title {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uJnV31dNQK .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJnV31dNQK .mbr-section-btn .btn {
  width: 100%;
}
.cid-uJnV31dNQK .mbr-desc {
  color: #ffffff;
}
.cid-uJnV32Axag {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #00161f;
}
.cid-uJnV32Axag .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJnV32Axag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJnV32Axag .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uJnV32Axag .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJnV32Axag .container {
    padding: 0 20px;
  }
}
.cid-uJnV32Axag .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uJnV32Axag .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    border-right: none;
  }
}
.cid-uJnV32Axag .embla__slide .card-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uJnV32Axag .embla__slide .card-wrap {
    display: block;
  }
}
.cid-uJnV32Axag .embla__slide .card-wrap .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uJnV32Axag .embla__slide .card-wrap .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uJnV32Axag .embla__slide .card-wrap .content-wrap .card-subtitle {
  margin-bottom: 10px;
  letter-spacing: 0.16em;
}
.cid-uJnV32Axag .embla__slide .card-wrap .content-wrap .card-title {
  margin-bottom: 16px;
}
.cid-uJnV32Axag .embla__slide .card-wrap .content-wrap .card-desc {
  margin-bottom: 30px;
}
.cid-uJnV32Axag .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 24px;
}
.cid-uJnV32Axag .embla__slide .card-wrap .item-wrapper {
  width: 60%;
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uJnV32Axag .embla__slide .card-wrap .item-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-uJnV32Axag .embla__slide .card-wrap .item-wrapper .image-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uJnV32Axag .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJnV32Axag .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uJnV32Axag .embla__button--next,
.cid-uJnV32Axag .embla__button--prev {
  display: flex;
}
.cid-uJnV32Axag .embla__button {
  bottom: -3rem;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJnV32Axag .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJnV32Axag .embla__button:hover {
  background: transparent;
  color: #e6bee1;
  border-color: #e6bee1;
}
.cid-uJnV32Axag .embla__button.embla__button--prev {
  left: auto;
  right: 3.5rem;
  margin-left: 0;
}
.cid-uJnV32Axag .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-uJnV32Axag .embla {
  position: relative;
  width: 100%;
}
.cid-uJnV32Axag .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uJnV32Axag .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJnV32Axag .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJnV32Axag .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJnV32Axag .card-subtitle {
  color: #FFFFFF;
}
.cid-uJnV32Axag .card-title {
  color: #FFFFFF;
}
.cid-uJnV32Axag .card-desc {
  color: #FFFFFF;
}
.cid-uJnV32Axag .card-text {
  color: #FFFFFF;
}
.cid-uJnV32U1mo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00161f;
}
.cid-uJnV32U1mo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJnV32U1mo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJnV32U1mo .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uJnV32U1mo .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJnV32U1mo .container {
    padding: 0 20px;
  }
}
.cid-uJnV32U1mo .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJnV32U1mo .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJnV32U1mo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJnV32U1mo .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJnV32U1mo .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uJnV32U1mo .text-wrapper .list {
  margin: 0;
  padding-left: 22px;
}
.cid-uJnV32U1mo .text-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uJnV32U1mo .mbr-section-title {
  color: #F9FCFD;
}
.cid-uJnV32U1mo .mbr-text {
  color: #F9FCFD;
}
.cid-uJnV32U1mo .list {
  color: #F9FCFD;
}
.cid-uJnV33DkZc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00161f;
}
.cid-uJnV33DkZc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJnV33DkZc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJnV33DkZc .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uJnV33DkZc .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJnV33DkZc .container {
    padding: 0 20px;
  }
}
.cid-uJnV33DkZc .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJnV33DkZc .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uJnV33DkZc .panel-group {
  padding: 0 150px;
}
@media (max-width: 1200px) {
  .cid-uJnV33DkZc .panel-group {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uJnV33DkZc .panel-group {
    padding: 0;
  }
}
.cid-uJnV33DkZc .panel-group .card:first-child .card-header {
  padding: 0 0 28px;
}
.cid-uJnV33DkZc .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 28px 0;
}
.cid-uJnV33DkZc .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJnV33DkZc .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJnV33DkZc .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 16px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uJnV33DkZc .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uJnV33DkZc .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uJnV33DkZc .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uJnV33DkZc .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uJnV33DkZc .mbr-section-title {
  color: #F9FCFD;
}
.cid-uJnV33DkZc .panel-title-edit {
  color: #F9FCFD;
}
.cid-uJnV33DkZc .panel-text {
  color: #F9FCFD;
}
.cid-uJnV34gHHR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00161f;
}
.cid-uJnV34gHHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJnV34gHHR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJnV34gHHR .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uJnV34gHHR .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJnV34gHHR .container {
    padding: 0 20px;
  }
}
.cid-uJnV34gHHR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJnV34gHHR .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJnV34gHHR .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJnV34gHHR .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uJnV34gHHR .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uJnV34gHHR .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJnV34gHHR .image-wrapper img {
  height: 320px;
  object-fit: cover;
}
.cid-uJnV34gHHR .mbr-section-title {
  color: #F9FCFD;
}
.cid-uJnV34gHHR .mbr-text {
  color: #FEFAF8;
}
.cid-uJnV34gHHR .mbr-text,
.cid-uJnV34gHHR .text-wrapper {
  color: #F9FCFD;
}
.cid-uJnV34CY2s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00161f;
}
.cid-uJnV34CY2s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJnV34CY2s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJnV34CY2s .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uJnV34CY2s .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJnV34CY2s .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJnV34CY2s .container {
    padding: 0 20px;
  }
}
.cid-uJnV34CY2s .container .row {
  margin: 0;
}
.cid-uJnV34CY2s .row {
  justify-content: center;
}
.cid-uJnV34CY2s .item {
  padding: 0;
}
.cid-uJnV34CY2s .item .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uJnV34CY2s .item .item-wrapper .item-img {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  padding: 70px 50px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uJnV34CY2s .item .item-wrapper .item-img {
    padding: 24px;
  }
}
.cid-uJnV34CY2s .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: -2rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00161f;
  opacity: 0.7;
  pointer-events: none;
  z-index: 1;
}
.cid-uJnV34CY2s .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uJnV34CY2s .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
}
.cid-uJnV34CY2s .item .item-wrapper .item-img .item-content .item-title {
  margin-bottom: 0;
}
.cid-uJnV34CY2s .item .item-wrapper .item-img .item-content .mbr-desc {
  margin-bottom: 10px;
}
.cid-uJnV34CY2s .item-title {
  color: #FFFFFF;
}
.cid-uJnV34CY2s .mbr-desc {
  color: #FFFFFF;
}
.cid-uJnV353iyv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #00161f;
}
.cid-uJnV353iyv .item:focus,
.cid-uJnV353iyv span:focus {
  outline: none;
}
.cid-uJnV353iyv .item {
  cursor: pointer;
}
.cid-uJnV353iyv .grid-container {
  grid-row-gap: 0;
}
.cid-uJnV353iyv .grid-container-1,
.cid-uJnV353iyv .grid-container-2,
.cid-uJnV353iyv .grid-container-3 {
  gap: 0;
}
.cid-uJnV353iyv .mbr-section-title {
  margin-bottom: 50px;
  color: #c2b299;
  text-align: center;
}
.cid-uJnV353iyv .content-head {
  max-width: 800px;
}
.cid-uJnV353iyv .container,
.cid-uJnV353iyv .container-fluid {
  overflow: hidden;
}
.cid-uJnV353iyv .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uJnV353iyv .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJnV353iyv .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uJnV353iyv .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uJnV353iyv .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uJnV353iyv .grid-container-1,
.cid-uJnV353iyv .grid-container-2,
.cid-uJnV353iyv .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uJnV353iyv .grid-container-1 {
  align-items: flex-end;
}
.cid-uJnV353iyv .grid-container-2 {
  align-items: flex-start;
}
.cid-uJnV35engN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00161f;
}
.cid-uJnV35engN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJnV35engN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJnV35engN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJnV35engN .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJnV35engN .container {
    padding: 0 20px;
  }
}
.cid-uJnV35engN .google-map iframe {
  height: 800px;
  filter: saturate(0.5);
}
@media (max-width: 992px) {
  .cid-uJnV35engN .google-map iframe {
    height: 400px;
  }
}
.cid-uJnV35MS2z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00161f;
}
.cid-uJnV35MS2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJnV35MS2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJnV35MS2z .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uJnV35MS2z .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJnV35MS2z .container {
    padding: 0 20px;
  }
}
.cid-uJnV35MS2z .row {
  justify-content: center;
}
.cid-uJnV35MS2z .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJnV35MS2z .item {
    margin-bottom: 50px;
  }
}
.cid-uJnV35MS2z .item .item-wrapper {
  padding: 0 24px;
}
@media (max-width: 1200px) {
  .cid-uJnV35MS2z .item .item-wrapper {
    padding: 0;
  }
}
.cid-uJnV35MS2z .item .item-wrapper .item-img {
  margin-bottom: 40px;
}
.cid-uJnV35MS2z .item .item-wrapper .item-img img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJnV35MS2z .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uJnV35MS2z .item .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 20px;
}
.cid-uJnV35MS2z .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uJnV35MS2z .mbr-card-title {
  color: #F9FCFD;
}
.cid-uJnV35MS2z .mbr-text {
  color: #F9FCFD;
}
.cid-uJnV36iLCT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00161f;
}
.cid-uJnV36iLCT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJnV36iLCT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJnV36iLCT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uJnV36iLCT .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJnV36iLCT .container-fluid .row {
  padding: 0 4px;
}
@media (max-width: 992px) {
  .cid-uJnV36iLCT .container-fluid .row {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJnV36iLCT .container {
    padding: 0 20px;
  }
}
.cid-uJnV36iLCT .row {
  justify-content: center;
}
.cid-uJnV36iLCT .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-uJnV36iLCT .card {
    margin-bottom: 50px;
  }
}
.cid-uJnV36iLCT .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #f9fcfd;
}
.cid-uJnV36iLCT .card .card-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJnV36iLCT .card .card-wrap .mbr-number {
  margin-bottom: 16px;
}
.cid-uJnV36iLCT .mbr-desc {
  color: #F9FCFD;
  text-align: center;
}
.cid-uJnV36iLCT .mbr-number {
  color: #F9FCFD;
  text-align: center;
}
.cid-uJnV35X7Fj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../images/photo-1554167838-07aa5723df3a-h_m9wucq5x.jpg");
}
.cid-uJnV35X7Fj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJnV35X7Fj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJnV35X7Fj .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJnV35X7Fj .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJnV35X7Fj .container {
    padding: 0 20px;
  }
}
.cid-uJnV35X7Fj .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uJnV35X7Fj .row {
    height: 450px;
  }
}
.cid-uJnV36om83 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00161f;
}
.cid-uJnV36om83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJnV36om83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJnV36om83 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uJnV36om83 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJnV36om83 .container {
    padding: 0 20px;
  }
}
.cid-uJnV36om83 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uJnV36om83 .link-wrapper {
  display: block;
}
.cid-uJnV36om83 .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uJnV36om83 .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-uJnV36om83 .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-uJnV36om83 .row.items {
  margin: 0 -28px;
}
.cid-uJnV36om83 .item {
  padding: 0 28px;
  margin-bottom: 56px;
}
.cid-uJnV36om83 .item .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uJnV36om83 .item .item-wrapper .item-img {
  position: relative;
  overflow: hidden;
  min-height: 345px;
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
.cid-uJnV36om83 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uJnV36om83 .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: -2rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00161f;
  opacity: 0.7;
  pointer-events: none;
  z-index: 1;
}
.cid-uJnV36om83 .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uJnV36om83 .item .item-wrapper .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uJnV36om83 .mbr-section-title {
  color: #F9FCFD;
}
.cid-uJnV36om83 .mbr-link {
  color: #F9FCFD;
  text-align: right;
}
.cid-uJnV36om83 .mbr-desc {
  color: #FFFFFF;
}
.cid-uJnV36yB5Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uJnV36yB5Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJnV36yB5Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJnV36yB5Y .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uJnV36yB5Y .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJnV36yB5Y .container {
    padding: 0 20px;
  }
}
.cid-uJnV36yB5Y .row {
  justify-content: center;
}
.cid-uJnV36yB5Y .title-wrapper {
  margin-bottom: 50px;
}
.cid-uJnV36yB5Y .title-wrapper .mbr-date {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJnV36yB5Y .title-wrapper .mbr-date {
    margin-bottom: 24px;
  }
}
.cid-uJnV36yB5Y .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJnV36yB5Y .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJnV36yB5Y .item .item-wrapper {
  background-color: #00161f;
  display: flex;
  padding: 24px 50px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uJnV36yB5Y .item .item-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uJnV36yB5Y .item .item-wrapper .item-img {
  width: 330px;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uJnV36yB5Y .item .item-wrapper .item-img {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uJnV36yB5Y .item .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJnV36yB5Y .item .item-wrapper .item-img img {
    width: 200px;
    height: 180px;
    margin: 0 auto;
  }
}
.cid-uJnV36yB5Y .item .item-wrapper .item-content {
  width: 60%;
}
.cid-uJnV36yB5Y .item .item-wrapper .item-content .title-wrap {
  margin-bottom: 16px;
}
.cid-uJnV36yB5Y .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uJnV36yB5Y .item .item-wrapper .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uJnV36yB5Y .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cid-uJnV36yB5Y .item .item-wrapper .item-content .price-wrapper .price-wrap .mbr-price-desc {
  margin-bottom: 10px;
}
.cid-uJnV36yB5Y .item .item-wrapper .item-content .price-wrapper .price-wrap .mbr-price {
  margin-bottom: 16px;
}
.cid-uJnV36yB5Y .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJnV36yB5Y .mbr-date {
  color: #1b1b1b;
  text-align: center;
}
.cid-uJnV36yB5Y .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJnV36yB5Y .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJnV36yB5Y .item-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-uJnV36yB5Y .mbr-desc {
  color: #FFFFFF;
  text-align: left;
}
.cid-uJnV36yB5Y .mbr-price-desc {
  color: #000000;
  text-align: left;
}
.cid-uJnV36yB5Y .mbr-price {
  color: #FFFFFF;
  text-align: left;
}
.cid-uJnV37fqSb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00161f;
}
.cid-uJnV37fqSb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJnV37fqSb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJnV37fqSb .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uJnV37fqSb .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJnV37fqSb .container {
    padding: 0 20px;
  }
}
.cid-uJnV37fqSb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJnV37fqSb .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJnV37fqSb .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJnV37fqSb .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJnV37fqSb .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJnV37fqSb .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uJnV37fqSb .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uJnV37fqSb .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJnV37fqSb .image-wrapper img {
    height: 300px;
  }
}
.cid-uJnV37fqSb .mbr-section-title {
  color: #c2b299;
}
.cid-uJnV37fqSb .mbr-text {
  color: #F9FCFD;
}
.cid-uJnV37fqSb .mbr-section-title,
.cid-uJnV37fqSb .mbr-section-btn {
  color: #F9FCFD;
}
.cid-uJnV37kDEr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #00161f;
}
.cid-uJnV37kDEr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJnV37kDEr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJnV37kDEr .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uJnV37kDEr .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJnV37kDEr .container {
    padding: 0 20px;
  }
}
.cid-uJnV37kDEr .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uJnV37kDEr .mbr-section-btn {
  margin-bottom: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uJnV37kDEr .mbr-section-btn {
    display: none;
  }
}
.cid-uJnV37kDEr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .cid-uJnV37kDEr .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    border-right: none;
  }
}
.cid-uJnV37kDEr .embla__slide .card-wrap {
  padding: 0 45px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uJnV37kDEr .embla__slide .card-wrap {
    padding: 0;
  }
}
.cid-uJnV37kDEr .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 24px;
}
.cid-uJnV37kDEr .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJnV37kDEr .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uJnV37kDEr .embla__slide .card-wrap .content-wrap .card-title {
  margin-bottom: 24px;
}
.cid-uJnV37kDEr .embla__slide .card-wrap .content-wrap .card-date {
  margin-bottom: 0;
}
.cid-uJnV37kDEr .embla__button--next,
.cid-uJnV37kDEr .embla__button--prev {
  display: flex;
}
.cid-uJnV37kDEr .embla__button {
  bottom: -3rem;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJnV37kDEr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJnV37kDEr .embla__button:hover {
  background: transparent;
  color: #e6bee1;
  border-color: #e6bee1;
}
.cid-uJnV37kDEr .embla__button.embla__button--prev {
  left: auto;
  right: 3.5rem;
  margin-left: 0;
}
.cid-uJnV37kDEr .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-uJnV37kDEr .embla {
  position: relative;
  width: 100%;
}
.cid-uJnV37kDEr .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uJnV37kDEr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJnV37kDEr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJnV37kDEr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJnV37kDEr .mbr-section-title {
  color: #ffffff;
}
.cid-uJnV37kDEr .card-title {
  color: #FFFFFF;
}
.cid-uJnV37kDEr .card-date {
  color: #F9FCFD;
}
.cid-uJnV37kDEr .mbr-section-title,
.cid-uJnV37kDEr .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uJnV38LrXd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uJnV38LrXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJnV38LrXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJnV38LrXd .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uJnV38LrXd .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJnV38LrXd .container {
    padding: 0 20px;
  }
}
.cid-uJnV38LrXd .row {
  justify-content: center;
}
.cid-uJnV38LrXd .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uJnV38LrXd .item {
  margin-bottom: 50px;
}
.cid-uJnV38LrXd .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #000000;
}
.cid-uJnV38LrXd .item .item-wrapper .mbr-date {
  margin-bottom: 24px;
}
.cid-uJnV38LrXd .item .item-wrapper a {
  display: block;
}
.cid-uJnV38LrXd .item .item-wrapper a:hover .mbr-text {
  text-decoration: underline;
}
.cid-uJnV38LrXd .item .item-wrapper a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJnV38LrXd .mbr-section-title {
  color: #1b1b1b;
}
.cid-uJnV38LrXd .mbr-date {
  color: #000000;
}
.cid-uJnV38LrXd .mbr-text {
  color: #000000;
}
.cid-uJnV38LrXd .mbr-section-title,
.cid-uJnV38LrXd .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uJnV394JZx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uJnV394JZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJnV394JZx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJnV394JZx .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uJnV394JZx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJnV394JZx .container {
    padding: 0 20px;
  }
}
.cid-uJnV394JZx .row {
  justify-content: center;
}
.cid-uJnV394JZx .list-wrap {
  margin-bottom: 24px;
}
.cid-uJnV394JZx .list-wrap .mbr-list-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJnV394JZx .list-wrap .mbr-list-title {
    text-align: center;
  }
}
.cid-uJnV394JZx .list-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uJnV394JZx .list-wrap .list {
    text-align: center;
  }
}
.cid-uJnV394JZx .list-wrap .list .item-wrap {
  line-height: 3rem;
}
.cid-uJnV394JZx .list-wrap .list .item-wrap:hover,
.cid-uJnV394JZx .list-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uJnV394JZx .list-wrap .list .item-wrap {
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
}
.cid-uJnV394JZx .social-wrap {
  margin: 130px 0 50px;
}
@media (max-width: 992px) {
  .cid-uJnV394JZx .social-wrap {
    margin: 50px 0 24px;
  }
}
.cid-uJnV394JZx .social-wrap .social-row {
  display: inline-flex;
}
.cid-uJnV394JZx .social-wrap .social-row .soc-item a {
  position: relative;
  display: block;
  margin-right: 30px;
  padding-bottom: 16px;
}
.cid-uJnV394JZx .social-wrap .social-row .soc-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1b1b1b;
  transition: all 0.3s ease-in-out;
}
.cid-uJnV394JZx .social-wrap .social-row .soc-item a:hover::after,
.cid-uJnV394JZx .social-wrap .social-row .soc-item a:focus::after {
  width: 100%;
}
.cid-uJnV394JZx .social-wrap .social-row .soc-item a .mbr-iconfont {
  color: #1b1b1b;
  font-size: 22px;
}
.cid-uJnV394JZx .copyright {
  margin-bottom: 0;
  color: #1b1b1b;
}
.cid-uJnV394JZx .mbr-list-title {
  color: #000000;
}
.cid-uJnV394JZx .list {
  color: #1b1b1b;
}
.cid-uJnV394JZx .copyright,
.cid-uJnV394JZx .social-wrap {
  text-align: center;
  color: #000000;
}
