.btn {
  border-width: 2px;
}
body {
  font-family: Gloock;
}
.display-1 {
  font-family: 'Futura Light';
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: .02em;
}
.display-1 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-2 {
  font-family: 'Futura Light';
  font-size: 1rem;
  line-height: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', 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: 'Futura Heavy font';
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1rem;
}
.display-7 {
  font-family: 'futura medium bt';
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.014em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 0.96rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 0.84rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((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: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #000000 !important;
}
.bg-success {
  background-color: #c2b299 !important;
}
.bg-info {
  background-color: #a7908a !important;
}
.bg-warning {
  background-color: #79526f !important;
}
.bg-danger {
  background-color: #436262 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e4dfd4 !important;
  border-color: #e4dfd4 !important;
  color: #726447 !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: #c3b79f !important;
  border-color: #c3b79f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #726447 !important;
  background-color: #c3b79f !important;
  border-color: #c3b79f !important;
}
.btn-info,
.btn-info:active {
  background-color: #a7908a !important;
  border-color: #a7908a !important;
  color: #ffffff !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: #7d645e !important;
  border-color: #7d645e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7d645e !important;
  border-color: #7d645e !important;
}
.btn-success,
.btn-success:active {
  background-color: #c2b299 !important;
  border-color: #c2b299 !important;
  color: #ffffff !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: #a28963 !important;
  border-color: #a28963 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a28963 !important;
  border-color: #a28963 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #79526f !important;
  border-color: #79526f !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #452f40 !important;
  border-color: #452f40 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #452f40 !important;
  border-color: #452f40 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #436262 !important;
  border-color: #436262 !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: #202f2f !important;
  border-color: #202f2f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #202f2f !important;
  border-color: #202f2f !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,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.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-color: transparent !important;
  border-color: #e4dfd4;
  color: #e4dfd4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c3b79f !important;
  background-color: transparent!important;
  border-color: #c3b79f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #726447 !important;
  background-color: #e4dfd4 !important;
  border-color: #e4dfd4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #a7908a;
  color: #a7908a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #7d645e !important;
  background-color: transparent!important;
  border-color: #7d645e !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a7908a !important;
  border-color: #a7908a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #c2b299;
  color: #c2b299;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a28963 !important;
  background-color: transparent!important;
  border-color: #a28963 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c2b299 !important;
  border-color: #c2b299 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #79526f;
  color: #79526f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #452f40 !important;
  background-color: transparent!important;
  border-color: #452f40 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #79526f !important;
  border-color: #79526f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #436262;
  color: #436262;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #202f2f !important;
  background-color: transparent!important;
  border-color: #202f2f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #436262 !important;
  border-color: #436262 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #e4dfd4 !important;
}
.text-success {
  color: #c2b299 !important;
}
.text-info {
  color: #a7908a !important;
}
.text-warning {
  color: #79526f !important;
}
.text-danger {
  color: #436262 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bdb095 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #99815c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #745d57 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #3c2937 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1a2525 !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a7908a;
}
.alert-warning {
  background-color: #79526f;
}
.alert-danger {
  background-color: #436262;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.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: #f2eee9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ded5d3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b694ae;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #7ea7a7;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Schibsted Grotesk', 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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', 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: #000000;
}
/* Forms */
.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-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #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: #000000 !important;
  background: #e4dfd4 !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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 18px 62px;
  border: 1px solid !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 18px 32px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 0 0 0 #a7908a !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border-color: #000000 !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  border-color: #a7908a !important;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border-color: #e4dfd4 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  border-color: #a7908a !important;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border-color: #c2b299 !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  border-color: #a7908a !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border-color: #a7908a !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  border-color: #000000 !important;
  box-shadow: inset 250px 0 0 0 #000000 !important;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border-color: #79526f !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  border-color: #a7908a !important;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border-color: #436262 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  border-color: #a7908a !important;
}
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  border-color: #a7908a !important;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border-color: #000000 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  border-color: #a7908a !important;
}
.cid-u8kBQp7JrB {
  z-index: 1000;
  width: 100%;
}
.cid-u8kBQp7JrB nav.navbar {
  position: fixed;
}
.cid-u8kBQp7JrB a {
  font-weight: 300 !important;
}
.cid-u8kBQp7JrB .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8kBQp7JrB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8kBQp7JrB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8kBQp7JrB .dropdown-item:hover,
.cid-u8kBQp7JrB .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u8kBQp7JrB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8kBQp7JrB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8kBQp7JrB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8kBQp7JrB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8kBQp7JrB .container {
  display: flex;
  margin: auto;
}
.cid-u8kBQp7JrB .dropdown-menu,
.cid-u8kBQp7JrB .navbar.opened {
  background: #000000 !important;
}
.cid-u8kBQp7JrB .nav-item:focus,
.cid-u8kBQp7JrB .nav-link:focus {
  outline: none;
}
.cid-u8kBQp7JrB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8kBQp7JrB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8kBQp7JrB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8kBQp7JrB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8kBQp7JrB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8kBQp7JrB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8kBQp7JrB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-u8kBQp7JrB .navbar.opened {
  transition: all 0.3s;
}
.cid-u8kBQp7JrB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8kBQp7JrB .navbar .navbar-logo img {
  width: auto;
}
.cid-u8kBQp7JrB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8kBQp7JrB .navbar.collapsed {
  justify-content: center;
}
.cid-u8kBQp7JrB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8kBQp7JrB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8kBQp7JrB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8kBQp7JrB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8kBQp7JrB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8kBQp7JrB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8kBQp7JrB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8kBQp7JrB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8kBQp7JrB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8kBQp7JrB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8kBQp7JrB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8kBQp7JrB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8kBQp7JrB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8kBQp7JrB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8kBQp7JrB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8kBQp7JrB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8kBQp7JrB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8kBQp7JrB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8kBQp7JrB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8kBQp7JrB .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8kBQp7JrB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8kBQp7JrB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8kBQp7JrB .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-u8kBQp7JrB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8kBQp7JrB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8kBQp7JrB .dropdown-item.active,
.cid-u8kBQp7JrB .dropdown-item:active {
  background-color: transparent;
}
.cid-u8kBQp7JrB .navbar-expand-lg .navbar-nav {
  padding: 0;
}
.cid-u8kBQp7JrB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8kBQp7JrB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8kBQp7JrB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u8kBQp7JrB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8kBQp7JrB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8kBQp7JrB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8kBQp7JrB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8kBQp7JrB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8kBQp7JrB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4dfd4;
}
.cid-u8kBQp7JrB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8kBQp7JrB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8kBQp7JrB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8kBQp7JrB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8kBQp7JrB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8kBQp7JrB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8kBQp7JrB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8kBQp7JrB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8kBQp7JrB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8kBQp7JrB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.cid-u8kBQp7JrB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8kBQp7JrB .navbar {
    height: 70px;
  }
  .cid-u8kBQp7JrB .navbar.opened {
    height: auto;
  }
  .cid-u8kBQp7JrB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8kBQp7JrB .mbr-text {
  color: #fff;
}
.cid-u8kBQp7JrB .link-language:first-child {
  margin-right: 0 !important;
}
.cid-u8kBQp7JrB .link-language:last-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.cid-u8kBQp7JrB .nav-link {
  position: relative;
}
.cid-u8kBQp7JrB .nav-item {
  margin: 0 6px;
}
.cid-u8kBQp7JrB .nav-item:first-child {
  margin-left: 150px;
}
@media (max-width: 1200px) {
  .cid-u8kBQp7JrB .nav-item:first-child {
    margin-left: 6px;
  }
}
.cid-u8kBQp7JrB .nav-item:last-child {
  text-align: center;
}
.cid-u8kBQp7JrB .text-white {
  color: #fff !important;
}
.cid-u8kBQp7JrB .nav-button {
  padding: .5rem 1rem;
}
.cid-u8qA8fvqhG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u8qA8fvqhG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qA8fvqhG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u8qA8fvqhG .mbr-fallback-image {
    background-image: url('../../../assets/images/biompm.jpeg');
  }
  .cid-u8qA8fvqhG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8qA8fvqhG .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-u8qA8fvqhG.mbr-fullscreen {
  padding: 0 !important;
}
.cid-u8qA8fvqhG img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-u7C1VI8nTi {
  background-color: #000000;
  padding-top: 135px;
  padding-bottom: 225px;
}
@media screen and (max-width: 768px) {
  .cid-u7C1VI8nTi {
    padding-bottom: 5px;
  }
}
.cid-u7C1VI8nTi #goDown {
  visibility: hidden;
}
.cid-u7C1VI8nTi video,
.cid-u7C1VI8nTi img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border: 0px;
}
.cid-u7C1VI8nTi .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
}
.cid-u7C1VI8nTi .show {
  visibility: visible;
}
.cid-u7C1VI8nTi .hide {
  visibility: hidden;
}
.cid-u7C1VI8nTi .row {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
.cid-u70FXldxHN {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u70FXldxHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70FXldxHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u70FXldxHN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u70FXldxHN .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-u70FXldxHN.mbr-fullscreen {
  padding: 0 !important;
}
.cid-u70FXldxHN img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-u8f5Ha68Cn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u8f5Ha68Cn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8f5Ha68Cn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u8f5Ha68Cn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8f5Ha68Cn .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-u8f5Ha68Cn.mbr-fullscreen {
  padding: 0 !important;
}
.cid-u8f5Ha68Cn img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-u7orF5seu4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u7orF5seu4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7orF5seu4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u7orF5seu4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7orF5seu4 .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-u7orF5seu4.mbr-fullscreen {
  padding: 0 !important;
}
.cid-u7orF5seu4 img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.cid-u7orF5seu4 img:hover {
  filter: brightness(120%) contrast(100%);
  transform: scale(1.05);
}
.cid-u71cSZazXf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u71cSZazXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u71cSZazXf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u71cSZazXf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u71cSZazXf .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-u71cSZazXf.mbr-fullscreen {
  padding: 0 !important;
}
.cid-u71cSZazXf img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.cid-u71cSZazXf img:hover {
  filter: brightness(120%) contrast(100%);
  transform: scale(1.05);
}
.cid-u71dT5EAg5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u71dT5EAg5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u71dT5EAg5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u71dT5EAg5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u71dT5EAg5 .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-u71dT5EAg5.mbr-fullscreen {
  padding: 0 !important;
}
.cid-u71dT5EAg5 img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.cid-u71dT5EAg5 img:hover {
  filter: brightness(120%) contrast(100%);
  transform: scale(1.05);
}
.cid-u71dSwuhIG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u71dSwuhIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u71dSwuhIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u71dSwuhIG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u71dSwuhIG .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-u71dSwuhIG.mbr-fullscreen {
  padding: 0 !important;
}
.cid-u71dSwuhIG img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.cid-u71dSwuhIG img:hover {
  filter: brightness(120%) contrast(100%);
  transform: scale(1.05);
}
.cid-u71dWRwKmd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u71dWRwKmd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u71dWRwKmd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u71dWRwKmd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u71dWRwKmd .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-u71dWRwKmd.mbr-fullscreen {
  padding: 0 !important;
}
.cid-u71dWRwKmd img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.cid-u71dWRwKmd img:hover {
  filter: brightness(120%) contrast(100%);
  transform: scale(1.05);
}
.cid-u7cxklbJt0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u7cxklbJt0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7cxklbJt0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u7cxklbJt0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7cxklbJt0 .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-u7cxklbJt0.mbr-fullscreen {
  padding: 0 !important;
}
.cid-u7cxklbJt0 img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.cid-u7cxklbJt0 img:hover {
  filter: brightness(120%) contrast(100%);
  transform: scale(1.05);
}
.cid-u71dUjimH4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u71dUjimH4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u71dUjimH4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u71dUjimH4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u71dUjimH4 .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-u71dUjimH4.mbr-fullscreen {
  padding: 0 !important;
}
.cid-u71dUjimH4 img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.cid-u71dUjimH4 img:hover {
  filter: brightness(120%) contrast(100%);
  transform: scale(1.05);
}
.cid-u71dUX5UBC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u71dUX5UBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u71dUX5UBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u71dUX5UBC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u71dUX5UBC .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-u71dUX5UBC.mbr-fullscreen {
  padding: 0 !important;
}
.cid-u71dUX5UBC img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.cid-u71dUX5UBC img:hover {
  filter: brightness(120%) contrast(100%);
  transform: scale(1.05);
}
.cid-u71dWcISXS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u71dWcISXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u71dWcISXS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u71dWcISXS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u71dWcISXS .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-u71dWcISXS.mbr-fullscreen {
  padding: 0 !important;
}
.cid-u71dWcISXS img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.cid-u71dWcISXS img:hover {
  filter: brightness(120%) contrast(100%);
  transform: scale(1.05);
}
.cid-u71e0OOts0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u71e0OOts0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u71e0OOts0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u71e0OOts0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u71e0OOts0 .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-u71e0OOts0.mbr-fullscreen {
  padding: 0 !important;
}
.cid-u71e0OOts0 img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.cid-u71e0OOts0 img:hover {
  filter: brightness(120%) contrast(100%);
  transform: scale(1.05);
}
.cid-u71e1u31nk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u71e1u31nk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u71e1u31nk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u71e1u31nk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u71e1u31nk .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-u71e1u31nk.mbr-fullscreen {
  padding: 0 !important;
}
.cid-u71e1u31nk img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.cid-u71e1u31nk img:hover {
  filter: brightness(120%) contrast(100%);
  transform: scale(1.05);
}
.cid-u8qyFUIn37 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u8qyFUIn37 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qyFUIn37 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u8qyFUIn37 .mbr-fallback-image {
    background-image: url('../../../assets/images/biompm.jpeg');
  }
  .cid-u8qyFUIn37 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8qyFUIn37 .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-u8qyFUIn37.mbr-fullscreen {
  padding: 0 !important;
}
.cid-u8qyFUIn37 img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-u8pZX1mEvS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u8pZX1mEvS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8pZX1mEvS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u8pZX1mEvS .mbr-fallback-image {
    background-image: url('../../../assets/images/biompm.jpeg');
  }
  .cid-u8pZX1mEvS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8pZX1mEvS .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-u8pZX1mEvS.mbr-fullscreen {
  padding: 0 !important;
}
.cid-u8pZX1mEvS img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-u8eGG3NfvS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u8eGG3NfvS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8eGG3NfvS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8eGG3NfvS .cards-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 639px) {
  .cid-u8eGG3NfvS .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-u8eGG3NfvS .card-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-u8eGG3NfvS .card-container {
  padding: 32px;
}
.cid-u8eGG3NfvS .card-title {
  color: #c8bbb6;
  margin-bottom: 0;
}
.cid-u8eGG3NfvS .card-text {
  color: #c8bbb6;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-u8eG9IDrO5 {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-u8eG9IDrO5 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-u8eG9IDrO5 .btn-social,
.cid-u8eG9IDrO5 .mbr-section-title {
  color: #57468b;
}
.cid-u8eG9IDrO5 .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #c8bbb6;
}
.cid-u8eG9IDrO5 .soc-item span {
  font-size: 20px;
  color: #000000 !important;
  transition: all 0.3s;
}
.cid-u8eG9IDrO5 .soc-item:hover {
  background: #000000;
}
.cid-u8eG9IDrO5 .soc-item:hover span {
  color: #c8bbb6 !important;
}
.cid-u8eG9IDrO5 .social-list {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8eG9IDrO5 .align-left,
  .cid-u8eG9IDrO5 .align-right {
    text-align: center;
  }
  .cid-u8eG9IDrO5 .social-list {
    justify-content: center;
  }
  .cid-u8eG9IDrO5 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-u8eG9IDrO5 .mbr-text {
  color: #cdbab5;
}
.cid-u8qoeHyTvs {
  z-index: 1000;
  width: 100%;
}
.cid-u8qoeHyTvs nav.navbar {
  position: fixed;
}
.cid-u8qoeHyTvs a {
  font-weight: 300 !important;
}
.cid-u8qoeHyTvs .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8qoeHyTvs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8qoeHyTvs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8qoeHyTvs .dropdown-item:hover,
.cid-u8qoeHyTvs .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u8qoeHyTvs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8qoeHyTvs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8qoeHyTvs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8qoeHyTvs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8qoeHyTvs .container {
  display: flex;
  margin: auto;
}
.cid-u8qoeHyTvs .dropdown-menu,
.cid-u8qoeHyTvs .navbar.opened {
  background: #000000 !important;
}
.cid-u8qoeHyTvs .nav-item:focus,
.cid-u8qoeHyTvs .nav-link:focus {
  outline: none;
}
.cid-u8qoeHyTvs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8qoeHyTvs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8qoeHyTvs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8qoeHyTvs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8qoeHyTvs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8qoeHyTvs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8qoeHyTvs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-u8qoeHyTvs .navbar.opened {
  transition: all 0.3s;
}
.cid-u8qoeHyTvs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8qoeHyTvs .navbar .navbar-logo img {
  width: auto;
}
.cid-u8qoeHyTvs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8qoeHyTvs .navbar.collapsed {
  justify-content: center;
}
.cid-u8qoeHyTvs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8qoeHyTvs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8qoeHyTvs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8qoeHyTvs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8qoeHyTvs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8qoeHyTvs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8qoeHyTvs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8qoeHyTvs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8qoeHyTvs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8qoeHyTvs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8qoeHyTvs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8qoeHyTvs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8qoeHyTvs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8qoeHyTvs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8qoeHyTvs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8qoeHyTvs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8qoeHyTvs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8qoeHyTvs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8qoeHyTvs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8qoeHyTvs .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8qoeHyTvs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8qoeHyTvs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8qoeHyTvs .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-u8qoeHyTvs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8qoeHyTvs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8qoeHyTvs .dropdown-item.active,
.cid-u8qoeHyTvs .dropdown-item:active {
  background-color: transparent;
}
.cid-u8qoeHyTvs .navbar-expand-lg .navbar-nav {
  padding: 0;
}
.cid-u8qoeHyTvs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8qoeHyTvs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8qoeHyTvs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u8qoeHyTvs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8qoeHyTvs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8qoeHyTvs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8qoeHyTvs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8qoeHyTvs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8qoeHyTvs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4dfd4;
}
.cid-u8qoeHyTvs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8qoeHyTvs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8qoeHyTvs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8qoeHyTvs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8qoeHyTvs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8qoeHyTvs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8qoeHyTvs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8qoeHyTvs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8qoeHyTvs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8qoeHyTvs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.cid-u8qoeHyTvs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8qoeHyTvs .navbar {
    height: 70px;
  }
  .cid-u8qoeHyTvs .navbar.opened {
    height: auto;
  }
  .cid-u8qoeHyTvs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8qoeHyTvs .mbr-text {
  color: #fff;
}
.cid-u8qoeHyTvs .link-language:first-child {
  margin-right: 0 !important;
}
.cid-u8qoeHyTvs .link-language:last-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.cid-u8qoeHyTvs .nav-link {
  position: relative;
}
.cid-u8qoeHyTvs .nav-item {
  margin: 0 6px;
}
.cid-u8qoeHyTvs .nav-item:first-child {
  margin-left: 150px;
}
@media (max-width: 1200px) {
  .cid-u8qoeHyTvs .nav-item:first-child {
    margin-left: 6px;
  }
}
.cid-u8qoeHyTvs .nav-item:last-child {
  text-align: center;
}
.cid-u8qoeHyTvs .text-white {
  color: #fff !important;
}
.cid-u8qoeHyTvs .nav-button {
  padding: .5rem 1rem;
}
.cid-u8qp1kDrz4 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-u8qp1kDrz4 .mbr-media {
  position: relative;
}
.cid-u8qp1kDrz4 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-u8qp1kDrz4 a:hover {
  background-image: none !important;
}
.cid-u8qp1kDrz4 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-u8qp1kDrz4 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-u8qp1kDrz4 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u8qp1kDrz4 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u8qp1kDrz4 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u8qp1kDrz4 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u8qp1kDrz4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8qp1kDrz4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qp1kDrz4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8qp1kDrz4 .content-head {
  max-width: 800px;
}
.cid-u8qp1kDrz4 .mbr-section-title {
  color: #cdae9e;
}
.cid-u8qp1kDrz4 .mbr-section-subtitle {
  color: #cdae9e;
}
.cid-u8qCwwITGM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u8qCwwITGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qCwwITGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8qCwwITGM .cards-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 639px) {
  .cid-u8qCwwITGM .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-u8qCwwITGM .card-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-u8qCwwITGM .card-container {
  padding: 32px;
}
.cid-u8qCwwITGM .card-title {
  color: #c8bbb6;
  margin-bottom: 0;
}
.cid-u8qCwwITGM .card-text {
  color: #c8bbb6;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-u8qoeNOkHJ {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-u8qoeNOkHJ .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-u8qoeNOkHJ .btn-social,
.cid-u8qoeNOkHJ .mbr-section-title {
  color: #57468b;
}
.cid-u8qoeNOkHJ .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #c8bbb6;
}
.cid-u8qoeNOkHJ .soc-item span {
  font-size: 20px;
  color: #000000 !important;
  transition: all 0.3s;
}
.cid-u8qoeNOkHJ .soc-item:hover {
  background: #000000;
}
.cid-u8qoeNOkHJ .soc-item:hover span {
  color: #c8bbb6 !important;
}
.cid-u8qoeNOkHJ .social-list {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8qoeNOkHJ .align-left,
  .cid-u8qoeNOkHJ .align-right {
    text-align: center;
  }
  .cid-u8qoeNOkHJ .social-list {
    justify-content: center;
  }
  .cid-u8qoeNOkHJ .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-u8qoeNOkHJ .mbr-text {
  color: #cdbab5;
}
.cid-u8qD9cujps {
  z-index: 1000;
  width: 100%;
}
.cid-u8qD9cujps nav.navbar {
  position: fixed;
}
.cid-u8qD9cujps a {
  font-weight: 300 !important;
}
.cid-u8qD9cujps .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8qD9cujps .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8qD9cujps .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8qD9cujps .dropdown-item:hover,
.cid-u8qD9cujps .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u8qD9cujps .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8qD9cujps .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8qD9cujps .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8qD9cujps .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8qD9cujps .container {
  display: flex;
  margin: auto;
}
.cid-u8qD9cujps .dropdown-menu,
.cid-u8qD9cujps .navbar.opened {
  background: #000000 !important;
}
.cid-u8qD9cujps .nav-item:focus,
.cid-u8qD9cujps .nav-link:focus {
  outline: none;
}
.cid-u8qD9cujps .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8qD9cujps .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8qD9cujps .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8qD9cujps .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8qD9cujps .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8qD9cujps .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8qD9cujps .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-u8qD9cujps .navbar.opened {
  transition: all 0.3s;
}
.cid-u8qD9cujps .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8qD9cujps .navbar .navbar-logo img {
  width: auto;
}
.cid-u8qD9cujps .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8qD9cujps .navbar.collapsed {
  justify-content: center;
}
.cid-u8qD9cujps .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8qD9cujps .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8qD9cujps .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8qD9cujps .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8qD9cujps .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8qD9cujps .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8qD9cujps .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8qD9cujps .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8qD9cujps .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8qD9cujps .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8qD9cujps .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8qD9cujps .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8qD9cujps .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8qD9cujps .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8qD9cujps .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8qD9cujps .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8qD9cujps .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8qD9cujps .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8qD9cujps .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8qD9cujps .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8qD9cujps .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8qD9cujps .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8qD9cujps .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-u8qD9cujps .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8qD9cujps .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8qD9cujps .dropdown-item.active,
.cid-u8qD9cujps .dropdown-item:active {
  background-color: transparent;
}
.cid-u8qD9cujps .navbar-expand-lg .navbar-nav {
  padding: 0;
}
.cid-u8qD9cujps .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8qD9cujps .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8qD9cujps .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u8qD9cujps .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8qD9cujps .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8qD9cujps ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8qD9cujps .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8qD9cujps button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8qD9cujps button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4dfd4;
}
.cid-u8qD9cujps button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8qD9cujps button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8qD9cujps button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8qD9cujps button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8qD9cujps nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8qD9cujps nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8qD9cujps nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8qD9cujps nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8qD9cujps .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8qD9cujps a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.cid-u8qD9cujps .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8qD9cujps .navbar {
    height: 70px;
  }
  .cid-u8qD9cujps .navbar.opened {
    height: auto;
  }
  .cid-u8qD9cujps .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8qD9cujps .mbr-text {
  color: #fff;
}
.cid-u8qD9cujps .link-language:first-child {
  margin-right: 0 !important;
}
.cid-u8qD9cujps .link-language:last-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.cid-u8qD9cujps .nav-link {
  position: relative;
}
.cid-u8qD9cujps .nav-item {
  margin: 0 6px;
}
.cid-u8qD9cujps .nav-item:first-child {
  margin-left: 150px;
}
@media (max-width: 1200px) {
  .cid-u8qD9cujps .nav-item:first-child {
    margin-left: 6px;
  }
}
.cid-u8qD9cujps .nav-item:last-child {
  text-align: center;
}
.cid-u8qD9cujps .text-white {
  color: #fff !important;
}
.cid-u8qD9cujps .nav-button {
  padding: .5rem 1rem;
}
.cid-u8qD9cWvxy {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-u8qD9cWvxy .mbr-media {
  position: relative;
}
.cid-u8qD9cWvxy .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-u8qD9cWvxy a:hover {
  background-image: none !important;
}
.cid-u8qD9cWvxy .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-u8qD9cWvxy .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-u8qD9cWvxy .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u8qD9cWvxy .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u8qD9cWvxy .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u8qD9cWvxy .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u8qD9cWvxy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8qD9cWvxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qD9cWvxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8qD9cWvxy .content-head {
  max-width: 800px;
}
.cid-u8qD9cWvxy .mbr-section-title {
  color: #cdae9e;
}
.cid-u8qD9cWvxy .mbr-section-subtitle {
  color: #cdae9e;
}
.cid-u8qD9dsxju {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u8qD9dsxju .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qD9dsxju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8qD9dsxju .cards-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 639px) {
  .cid-u8qD9dsxju .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-u8qD9dsxju .card-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-u8qD9dsxju .card-container {
  padding: 32px;
}
.cid-u8qD9dsxju .card-title {
  color: #c8bbb6;
  margin-bottom: 0;
}
.cid-u8qD9dsxju .card-text {
  color: #c8bbb6;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-u8qD9dOTdH {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-u8qD9dOTdH .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-u8qD9dOTdH .btn-social,
.cid-u8qD9dOTdH .mbr-section-title {
  color: #57468b;
}
.cid-u8qD9dOTdH .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #c8bbb6;
}
.cid-u8qD9dOTdH .soc-item span {
  font-size: 20px;
  color: #000000 !important;
  transition: all 0.3s;
}
.cid-u8qD9dOTdH .soc-item:hover {
  background: #000000;
}
.cid-u8qD9dOTdH .soc-item:hover span {
  color: #c8bbb6 !important;
}
.cid-u8qD9dOTdH .social-list {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8qD9dOTdH .align-left,
  .cid-u8qD9dOTdH .align-right {
    text-align: center;
  }
  .cid-u8qD9dOTdH .social-list {
    justify-content: center;
  }
  .cid-u8qD9dOTdH .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-u8qD9dOTdH .mbr-text {
  color: #cdbab5;
}
.cid-u8qEAoIQrx {
  z-index: 1000;
  width: 100%;
}
.cid-u8qEAoIQrx nav.navbar {
  position: fixed;
}
.cid-u8qEAoIQrx a {
  font-weight: 300 !important;
}
.cid-u8qEAoIQrx .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8qEAoIQrx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8qEAoIQrx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8qEAoIQrx .dropdown-item:hover,
.cid-u8qEAoIQrx .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u8qEAoIQrx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8qEAoIQrx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8qEAoIQrx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8qEAoIQrx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8qEAoIQrx .container {
  display: flex;
  margin: auto;
}
.cid-u8qEAoIQrx .dropdown-menu,
.cid-u8qEAoIQrx .navbar.opened {
  background: #000000 !important;
}
.cid-u8qEAoIQrx .nav-item:focus,
.cid-u8qEAoIQrx .nav-link:focus {
  outline: none;
}
.cid-u8qEAoIQrx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8qEAoIQrx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8qEAoIQrx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8qEAoIQrx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8qEAoIQrx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8qEAoIQrx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8qEAoIQrx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-u8qEAoIQrx .navbar.opened {
  transition: all 0.3s;
}
.cid-u8qEAoIQrx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8qEAoIQrx .navbar .navbar-logo img {
  width: auto;
}
.cid-u8qEAoIQrx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8qEAoIQrx .navbar.collapsed {
  justify-content: center;
}
.cid-u8qEAoIQrx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8qEAoIQrx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8qEAoIQrx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8qEAoIQrx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8qEAoIQrx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8qEAoIQrx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8qEAoIQrx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8qEAoIQrx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8qEAoIQrx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8qEAoIQrx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8qEAoIQrx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8qEAoIQrx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8qEAoIQrx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8qEAoIQrx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8qEAoIQrx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8qEAoIQrx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8qEAoIQrx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8qEAoIQrx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8qEAoIQrx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8qEAoIQrx .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8qEAoIQrx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8qEAoIQrx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8qEAoIQrx .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-u8qEAoIQrx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8qEAoIQrx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8qEAoIQrx .dropdown-item.active,
.cid-u8qEAoIQrx .dropdown-item:active {
  background-color: transparent;
}
.cid-u8qEAoIQrx .navbar-expand-lg .navbar-nav {
  padding: 0;
}
.cid-u8qEAoIQrx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8qEAoIQrx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8qEAoIQrx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u8qEAoIQrx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8qEAoIQrx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8qEAoIQrx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8qEAoIQrx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8qEAoIQrx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8qEAoIQrx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4dfd4;
}
.cid-u8qEAoIQrx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8qEAoIQrx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8qEAoIQrx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8qEAoIQrx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8qEAoIQrx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8qEAoIQrx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8qEAoIQrx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8qEAoIQrx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8qEAoIQrx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8qEAoIQrx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.cid-u8qEAoIQrx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8qEAoIQrx .navbar {
    height: 70px;
  }
  .cid-u8qEAoIQrx .navbar.opened {
    height: auto;
  }
  .cid-u8qEAoIQrx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8qEAoIQrx .mbr-text {
  color: #fff;
}
.cid-u8qEAoIQrx .link-language:first-child {
  margin-right: 0 !important;
}
.cid-u8qEAoIQrx .link-language:last-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.cid-u8qEAoIQrx .nav-link {
  position: relative;
}
.cid-u8qEAoIQrx .nav-item {
  margin: 0 6px;
}
.cid-u8qEAoIQrx .nav-item:first-child {
  margin-left: 150px;
}
@media (max-width: 1200px) {
  .cid-u8qEAoIQrx .nav-item:first-child {
    margin-left: 6px;
  }
}
.cid-u8qEAoIQrx .nav-item:last-child {
  text-align: center;
}
.cid-u8qEAoIQrx .text-white {
  color: #fff !important;
}
.cid-u8qEAoIQrx .nav-button {
  padding: .5rem 1rem;
}
.cid-u8qEApax6n {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-u8qEApax6n .mbr-media {
  position: relative;
}
.cid-u8qEApax6n .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-u8qEApax6n a:hover {
  background-image: none !important;
}
.cid-u8qEApax6n .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-u8qEApax6n .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-u8qEApax6n .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u8qEApax6n .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u8qEApax6n .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u8qEApax6n .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u8qEApax6n .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8qEApax6n .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qEApax6n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8qEApax6n .content-head {
  max-width: 800px;
}
.cid-u8qEApax6n .mbr-section-title {
  color: #cdae9e;
}
.cid-u8qEApax6n .mbr-section-subtitle {
  color: #cdae9e;
}
.cid-u8qEApH5Ph {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u8qEApH5Ph .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qEApH5Ph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8qEApH5Ph .cards-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 639px) {
  .cid-u8qEApH5Ph .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-u8qEApH5Ph .card-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-u8qEApH5Ph .card-container {
  padding: 32px;
}
.cid-u8qEApH5Ph .card-title {
  color: #c8bbb6;
  margin-bottom: 0;
}
.cid-u8qEApH5Ph .card-text {
  color: #c8bbb6;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-u8qEAq1qIg {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-u8qEAq1qIg .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-u8qEAq1qIg .btn-social,
.cid-u8qEAq1qIg .mbr-section-title {
  color: #57468b;
}
.cid-u8qEAq1qIg .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #c8bbb6;
}
.cid-u8qEAq1qIg .soc-item span {
  font-size: 20px;
  color: #000000 !important;
  transition: all 0.3s;
}
.cid-u8qEAq1qIg .soc-item:hover {
  background: #000000;
}
.cid-u8qEAq1qIg .soc-item:hover span {
  color: #c8bbb6 !important;
}
.cid-u8qEAq1qIg .social-list {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8qEAq1qIg .align-left,
  .cid-u8qEAq1qIg .align-right {
    text-align: center;
  }
  .cid-u8qEAq1qIg .social-list {
    justify-content: center;
  }
  .cid-u8qEAq1qIg .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-u8qEAq1qIg .mbr-text {
  color: #cdbab5;
}
.cid-u8qFVSrcT9 {
  z-index: 1000;
  width: 100%;
}
.cid-u8qFVSrcT9 nav.navbar {
  position: fixed;
}
.cid-u8qFVSrcT9 a {
  font-weight: 300 !important;
}
.cid-u8qFVSrcT9 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8qFVSrcT9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8qFVSrcT9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8qFVSrcT9 .dropdown-item:hover,
.cid-u8qFVSrcT9 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u8qFVSrcT9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8qFVSrcT9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8qFVSrcT9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8qFVSrcT9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8qFVSrcT9 .container {
  display: flex;
  margin: auto;
}
.cid-u8qFVSrcT9 .dropdown-menu,
.cid-u8qFVSrcT9 .navbar.opened {
  background: #000000 !important;
}
.cid-u8qFVSrcT9 .nav-item:focus,
.cid-u8qFVSrcT9 .nav-link:focus {
  outline: none;
}
.cid-u8qFVSrcT9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8qFVSrcT9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8qFVSrcT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8qFVSrcT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8qFVSrcT9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8qFVSrcT9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8qFVSrcT9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-u8qFVSrcT9 .navbar.opened {
  transition: all 0.3s;
}
.cid-u8qFVSrcT9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8qFVSrcT9 .navbar .navbar-logo img {
  width: auto;
}
.cid-u8qFVSrcT9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8qFVSrcT9 .navbar.collapsed {
  justify-content: center;
}
.cid-u8qFVSrcT9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8qFVSrcT9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8qFVSrcT9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8qFVSrcT9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8qFVSrcT9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8qFVSrcT9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8qFVSrcT9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8qFVSrcT9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8qFVSrcT9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8qFVSrcT9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8qFVSrcT9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8qFVSrcT9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8qFVSrcT9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8qFVSrcT9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8qFVSrcT9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8qFVSrcT9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8qFVSrcT9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8qFVSrcT9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8qFVSrcT9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8qFVSrcT9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8qFVSrcT9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8qFVSrcT9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8qFVSrcT9 .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-u8qFVSrcT9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8qFVSrcT9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8qFVSrcT9 .dropdown-item.active,
.cid-u8qFVSrcT9 .dropdown-item:active {
  background-color: transparent;
}
.cid-u8qFVSrcT9 .navbar-expand-lg .navbar-nav {
  padding: 0;
}
.cid-u8qFVSrcT9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8qFVSrcT9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8qFVSrcT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u8qFVSrcT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8qFVSrcT9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8qFVSrcT9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8qFVSrcT9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8qFVSrcT9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8qFVSrcT9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4dfd4;
}
.cid-u8qFVSrcT9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8qFVSrcT9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8qFVSrcT9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8qFVSrcT9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8qFVSrcT9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8qFVSrcT9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8qFVSrcT9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8qFVSrcT9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8qFVSrcT9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8qFVSrcT9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.cid-u8qFVSrcT9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8qFVSrcT9 .navbar {
    height: 70px;
  }
  .cid-u8qFVSrcT9 .navbar.opened {
    height: auto;
  }
  .cid-u8qFVSrcT9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8qFVSrcT9 .mbr-text {
  color: #fff;
}
.cid-u8qFVSrcT9 .link-language:first-child {
  margin-right: 0 !important;
}
.cid-u8qFVSrcT9 .link-language:last-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.cid-u8qFVSrcT9 .nav-link {
  position: relative;
}
.cid-u8qFVSrcT9 .nav-item {
  margin: 0 6px;
}
.cid-u8qFVSrcT9 .nav-item:first-child {
  margin-left: 150px;
}
@media (max-width: 1200px) {
  .cid-u8qFVSrcT9 .nav-item:first-child {
    margin-left: 6px;
  }
}
.cid-u8qFVSrcT9 .nav-item:last-child {
  text-align: center;
}
.cid-u8qFVSrcT9 .text-white {
  color: #fff !important;
}
.cid-u8qFVSrcT9 .nav-button {
  padding: .5rem 1rem;
}
.cid-u8qFVSP4n7 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-u8qFVSP4n7 .mbr-media {
  position: relative;
}
.cid-u8qFVSP4n7 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-u8qFVSP4n7 a:hover {
  background-image: none !important;
}
.cid-u8qFVSP4n7 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-u8qFVSP4n7 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-u8qFVSP4n7 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u8qFVSP4n7 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u8qFVSP4n7 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u8qFVSP4n7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u8qFVSP4n7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8qFVSP4n7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qFVSP4n7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8qFVSP4n7 .content-head {
  max-width: 800px;
}
.cid-u8qFVSP4n7 .mbr-section-title {
  color: #cdae9e;
}
.cid-u8qFVSP4n7 .mbr-section-subtitle {
  color: #cdae9e;
}
.cid-u8qFVToO30 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u8qFVToO30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qFVToO30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8qFVToO30 .cards-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 639px) {
  .cid-u8qFVToO30 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-u8qFVToO30 .card-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-u8qFVToO30 .card-container {
  padding: 32px;
}
.cid-u8qFVToO30 .card-title {
  color: #c8bbb6;
  margin-bottom: 0;
}
.cid-u8qFVToO30 .card-text {
  color: #c8bbb6;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-u8qFVTIbFz {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-u8qFVTIbFz .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-u8qFVTIbFz .btn-social,
.cid-u8qFVTIbFz .mbr-section-title {
  color: #57468b;
}
.cid-u8qFVTIbFz .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #c8bbb6;
}
.cid-u8qFVTIbFz .soc-item span {
  font-size: 20px;
  color: #000000 !important;
  transition: all 0.3s;
}
.cid-u8qFVTIbFz .soc-item:hover {
  background: #000000;
}
.cid-u8qFVTIbFz .soc-item:hover span {
  color: #c8bbb6 !important;
}
.cid-u8qFVTIbFz .social-list {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8qFVTIbFz .align-left,
  .cid-u8qFVTIbFz .align-right {
    text-align: center;
  }
  .cid-u8qFVTIbFz .social-list {
    justify-content: center;
  }
  .cid-u8qFVTIbFz .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-u8qFVTIbFz .mbr-text {
  color: #cdbab5;
}
.cid-u8qHb4iGsJ {
  z-index: 1000;
  width: 100%;
}
.cid-u8qHb4iGsJ nav.navbar {
  position: fixed;
}
.cid-u8qHb4iGsJ a {
  font-weight: 300 !important;
}
.cid-u8qHb4iGsJ .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8qHb4iGsJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8qHb4iGsJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8qHb4iGsJ .dropdown-item:hover,
.cid-u8qHb4iGsJ .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u8qHb4iGsJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8qHb4iGsJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8qHb4iGsJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8qHb4iGsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8qHb4iGsJ .container {
  display: flex;
  margin: auto;
}
.cid-u8qHb4iGsJ .dropdown-menu,
.cid-u8qHb4iGsJ .navbar.opened {
  background: #000000 !important;
}
.cid-u8qHb4iGsJ .nav-item:focus,
.cid-u8qHb4iGsJ .nav-link:focus {
  outline: none;
}
.cid-u8qHb4iGsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8qHb4iGsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8qHb4iGsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8qHb4iGsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8qHb4iGsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8qHb4iGsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8qHb4iGsJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-u8qHb4iGsJ .navbar.opened {
  transition: all 0.3s;
}
.cid-u8qHb4iGsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8qHb4iGsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-u8qHb4iGsJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8qHb4iGsJ .navbar.collapsed {
  justify-content: center;
}
.cid-u8qHb4iGsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8qHb4iGsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8qHb4iGsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8qHb4iGsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8qHb4iGsJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8qHb4iGsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8qHb4iGsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8qHb4iGsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8qHb4iGsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8qHb4iGsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8qHb4iGsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8qHb4iGsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8qHb4iGsJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8qHb4iGsJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8qHb4iGsJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8qHb4iGsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8qHb4iGsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8qHb4iGsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8qHb4iGsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8qHb4iGsJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8qHb4iGsJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8qHb4iGsJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8qHb4iGsJ .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-u8qHb4iGsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8qHb4iGsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8qHb4iGsJ .dropdown-item.active,
.cid-u8qHb4iGsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-u8qHb4iGsJ .navbar-expand-lg .navbar-nav {
  padding: 0;
}
.cid-u8qHb4iGsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8qHb4iGsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8qHb4iGsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u8qHb4iGsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8qHb4iGsJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8qHb4iGsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8qHb4iGsJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8qHb4iGsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8qHb4iGsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4dfd4;
}
.cid-u8qHb4iGsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8qHb4iGsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8qHb4iGsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8qHb4iGsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8qHb4iGsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8qHb4iGsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8qHb4iGsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8qHb4iGsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8qHb4iGsJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8qHb4iGsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.cid-u8qHb4iGsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8qHb4iGsJ .navbar {
    height: 70px;
  }
  .cid-u8qHb4iGsJ .navbar.opened {
    height: auto;
  }
  .cid-u8qHb4iGsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8qHb4iGsJ .mbr-text {
  color: #fff;
}
.cid-u8qHb4iGsJ .link-language:first-child {
  margin-right: 0 !important;
}
.cid-u8qHb4iGsJ .link-language:last-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.cid-u8qHb4iGsJ .nav-link {
  position: relative;
}
.cid-u8qHb4iGsJ .nav-item {
  margin: 0 6px;
}
.cid-u8qHb4iGsJ .nav-item:first-child {
  margin-left: 150px;
}
@media (max-width: 1200px) {
  .cid-u8qHb4iGsJ .nav-item:first-child {
    margin-left: 6px;
  }
}
.cid-u8qHb4iGsJ .nav-item:last-child {
  text-align: center;
}
.cid-u8qHb4iGsJ .text-white {
  color: #fff !important;
}
.cid-u8qHb4iGsJ .nav-button {
  padding: .5rem 1rem;
}
.cid-u8qHb59jTh {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-u8qHb59jTh .mbr-media {
  position: relative;
}
.cid-u8qHb59jTh .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-u8qHb59jTh a:hover {
  background-image: none !important;
}
.cid-u8qHb59jTh .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-u8qHb59jTh .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-u8qHb59jTh .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u8qHb59jTh .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u8qHb59jTh .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u8qHb59jTh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u8qHb59jTh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8qHb59jTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qHb59jTh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8qHb59jTh .content-head {
  max-width: 800px;
}
.cid-u8qHb59jTh .mbr-section-title {
  color: #cdae9e;
}
.cid-u8qHb59jTh .mbr-section-subtitle {
  color: #cdae9e;
}
.cid-u8qHb684ZD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u8qHb684ZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qHb684ZD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8qHb684ZD .cards-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 639px) {
  .cid-u8qHb684ZD .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-u8qHb684ZD .card-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-u8qHb684ZD .card-container {
  padding: 32px;
}
.cid-u8qHb684ZD .card-title {
  color: #c8bbb6;
  margin-bottom: 0;
}
.cid-u8qHb684ZD .card-text {
  color: #c8bbb6;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-u8qHb6AaVK {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-u8qHb6AaVK .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-u8qHb6AaVK .btn-social,
.cid-u8qHb6AaVK .mbr-section-title {
  color: #57468b;
}
.cid-u8qHb6AaVK .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #c8bbb6;
}
.cid-u8qHb6AaVK .soc-item span {
  font-size: 20px;
  color: #000000 !important;
  transition: all 0.3s;
}
.cid-u8qHb6AaVK .soc-item:hover {
  background: #000000;
}
.cid-u8qHb6AaVK .soc-item:hover span {
  color: #c8bbb6 !important;
}
.cid-u8qHb6AaVK .social-list {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8qHb6AaVK .align-left,
  .cid-u8qHb6AaVK .align-right {
    text-align: center;
  }
  .cid-u8qHb6AaVK .social-list {
    justify-content: center;
  }
  .cid-u8qHb6AaVK .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-u8qHb6AaVK .mbr-text {
  color: #cdbab5;
}
.cid-u8qPBmQApM {
  z-index: 1000;
  width: 100%;
}
.cid-u8qPBmQApM nav.navbar {
  position: fixed;
}
.cid-u8qPBmQApM a {
  font-weight: 300 !important;
}
.cid-u8qPBmQApM .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8qPBmQApM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8qPBmQApM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8qPBmQApM .dropdown-item:hover,
.cid-u8qPBmQApM .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u8qPBmQApM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8qPBmQApM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8qPBmQApM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8qPBmQApM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8qPBmQApM .container {
  display: flex;
  margin: auto;
}
.cid-u8qPBmQApM .dropdown-menu,
.cid-u8qPBmQApM .navbar.opened {
  background: #000000 !important;
}
.cid-u8qPBmQApM .nav-item:focus,
.cid-u8qPBmQApM .nav-link:focus {
  outline: none;
}
.cid-u8qPBmQApM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8qPBmQApM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8qPBmQApM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8qPBmQApM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8qPBmQApM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8qPBmQApM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8qPBmQApM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-u8qPBmQApM .navbar.opened {
  transition: all 0.3s;
}
.cid-u8qPBmQApM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8qPBmQApM .navbar .navbar-logo img {
  width: auto;
}
.cid-u8qPBmQApM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8qPBmQApM .navbar.collapsed {
  justify-content: center;
}
.cid-u8qPBmQApM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8qPBmQApM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8qPBmQApM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8qPBmQApM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8qPBmQApM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8qPBmQApM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8qPBmQApM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8qPBmQApM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8qPBmQApM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8qPBmQApM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8qPBmQApM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8qPBmQApM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8qPBmQApM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8qPBmQApM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8qPBmQApM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8qPBmQApM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8qPBmQApM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8qPBmQApM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8qPBmQApM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8qPBmQApM .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8qPBmQApM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8qPBmQApM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8qPBmQApM .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-u8qPBmQApM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8qPBmQApM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8qPBmQApM .dropdown-item.active,
.cid-u8qPBmQApM .dropdown-item:active {
  background-color: transparent;
}
.cid-u8qPBmQApM .navbar-expand-lg .navbar-nav {
  padding: 0;
}
.cid-u8qPBmQApM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8qPBmQApM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8qPBmQApM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u8qPBmQApM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8qPBmQApM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8qPBmQApM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8qPBmQApM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8qPBmQApM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8qPBmQApM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4dfd4;
}
.cid-u8qPBmQApM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8qPBmQApM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8qPBmQApM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8qPBmQApM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8qPBmQApM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8qPBmQApM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8qPBmQApM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8qPBmQApM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8qPBmQApM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8qPBmQApM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.cid-u8qPBmQApM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8qPBmQApM .navbar {
    height: 70px;
  }
  .cid-u8qPBmQApM .navbar.opened {
    height: auto;
  }
  .cid-u8qPBmQApM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8qPBmQApM .mbr-text {
  color: #fff;
}
.cid-u8qPBmQApM .link-language:first-child {
  margin-right: 0 !important;
}
.cid-u8qPBmQApM .link-language:last-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.cid-u8qPBmQApM .nav-link {
  position: relative;
}
.cid-u8qPBmQApM .nav-item {
  margin: 0 6px;
}
.cid-u8qPBmQApM .nav-item:first-child {
  margin-left: 150px;
}
@media (max-width: 1200px) {
  .cid-u8qPBmQApM .nav-item:first-child {
    margin-left: 6px;
  }
}
.cid-u8qPBmQApM .nav-item:last-child {
  text-align: center;
}
.cid-u8qPBmQApM .text-white {
  color: #fff !important;
}
.cid-u8qPBmQApM .nav-button {
  padding: .5rem 1rem;
}
.cid-u8qPBnj4L1 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-u8qPBnj4L1 .mbr-media {
  position: relative;
}
.cid-u8qPBnj4L1 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-u8qPBnj4L1 a:hover {
  background-image: none !important;
}
.cid-u8qPBnj4L1 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-u8qPBnj4L1 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-u8qPBnj4L1 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u8qPBnj4L1 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u8qPBnj4L1 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u8qPBnj4L1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u8qPBnj4L1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8qPBnj4L1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qPBnj4L1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8qPBnj4L1 .content-head {
  max-width: 800px;
}
.cid-u8qPBnj4L1 .mbr-section-title {
  color: #cdae9e;
}
.cid-u8qPBnj4L1 .mbr-section-subtitle {
  color: #cdae9e;
}
.cid-u8qPBnUgca {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u8qPBnUgca .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qPBnUgca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8qPBnUgca .cards-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 639px) {
  .cid-u8qPBnUgca .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-u8qPBnUgca .card-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-u8qPBnUgca .card-container {
  padding: 32px;
}
.cid-u8qPBnUgca .card-title {
  color: #c8bbb6;
  margin-bottom: 0;
}
.cid-u8qPBnUgca .card-text {
  color: #c8bbb6;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-u8qPBodu2P {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-u8qPBodu2P .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-u8qPBodu2P .btn-social,
.cid-u8qPBodu2P .mbr-section-title {
  color: #57468b;
}
.cid-u8qPBodu2P .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #c8bbb6;
}
.cid-u8qPBodu2P .soc-item span {
  font-size: 20px;
  color: #000000 !important;
  transition: all 0.3s;
}
.cid-u8qPBodu2P .soc-item:hover {
  background: #000000;
}
.cid-u8qPBodu2P .soc-item:hover span {
  color: #c8bbb6 !important;
}
.cid-u8qPBodu2P .social-list {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8qPBodu2P .align-left,
  .cid-u8qPBodu2P .align-right {
    text-align: center;
  }
  .cid-u8qPBodu2P .social-list {
    justify-content: center;
  }
  .cid-u8qPBodu2P .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-u8qPBodu2P .mbr-text {
  color: #cdbab5;
}
.cid-u8qPHvSb6L {
  z-index: 1000;
  width: 100%;
}
.cid-u8qPHvSb6L nav.navbar {
  position: fixed;
}
.cid-u8qPHvSb6L a {
  font-weight: 300 !important;
}
.cid-u8qPHvSb6L .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8qPHvSb6L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8qPHvSb6L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8qPHvSb6L .dropdown-item:hover,
.cid-u8qPHvSb6L .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u8qPHvSb6L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8qPHvSb6L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8qPHvSb6L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8qPHvSb6L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8qPHvSb6L .container {
  display: flex;
  margin: auto;
}
.cid-u8qPHvSb6L .dropdown-menu,
.cid-u8qPHvSb6L .navbar.opened {
  background: #000000 !important;
}
.cid-u8qPHvSb6L .nav-item:focus,
.cid-u8qPHvSb6L .nav-link:focus {
  outline: none;
}
.cid-u8qPHvSb6L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8qPHvSb6L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8qPHvSb6L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8qPHvSb6L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8qPHvSb6L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8qPHvSb6L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8qPHvSb6L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-u8qPHvSb6L .navbar.opened {
  transition: all 0.3s;
}
.cid-u8qPHvSb6L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8qPHvSb6L .navbar .navbar-logo img {
  width: auto;
}
.cid-u8qPHvSb6L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8qPHvSb6L .navbar.collapsed {
  justify-content: center;
}
.cid-u8qPHvSb6L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8qPHvSb6L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8qPHvSb6L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8qPHvSb6L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8qPHvSb6L .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8qPHvSb6L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8qPHvSb6L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8qPHvSb6L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8qPHvSb6L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8qPHvSb6L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8qPHvSb6L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8qPHvSb6L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8qPHvSb6L .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8qPHvSb6L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8qPHvSb6L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8qPHvSb6L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8qPHvSb6L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8qPHvSb6L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8qPHvSb6L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8qPHvSb6L .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8qPHvSb6L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8qPHvSb6L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8qPHvSb6L .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-u8qPHvSb6L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8qPHvSb6L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8qPHvSb6L .dropdown-item.active,
.cid-u8qPHvSb6L .dropdown-item:active {
  background-color: transparent;
}
.cid-u8qPHvSb6L .navbar-expand-lg .navbar-nav {
  padding: 0;
}
.cid-u8qPHvSb6L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8qPHvSb6L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8qPHvSb6L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u8qPHvSb6L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8qPHvSb6L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8qPHvSb6L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8qPHvSb6L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8qPHvSb6L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8qPHvSb6L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4dfd4;
}
.cid-u8qPHvSb6L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8qPHvSb6L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8qPHvSb6L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8qPHvSb6L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8qPHvSb6L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8qPHvSb6L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8qPHvSb6L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8qPHvSb6L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8qPHvSb6L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8qPHvSb6L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.cid-u8qPHvSb6L .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8qPHvSb6L .navbar {
    height: 70px;
  }
  .cid-u8qPHvSb6L .navbar.opened {
    height: auto;
  }
  .cid-u8qPHvSb6L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8qPHvSb6L .mbr-text {
  color: #fff;
}
.cid-u8qPHvSb6L .link-language:first-child {
  margin-right: 0 !important;
}
.cid-u8qPHvSb6L .link-language:last-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.cid-u8qPHvSb6L .nav-link {
  position: relative;
}
.cid-u8qPHvSb6L .nav-item {
  margin: 0 6px;
}
.cid-u8qPHvSb6L .nav-item:first-child {
  margin-left: 150px;
}
@media (max-width: 1200px) {
  .cid-u8qPHvSb6L .nav-item:first-child {
    margin-left: 6px;
  }
}
.cid-u8qPHvSb6L .nav-item:last-child {
  text-align: center;
}
.cid-u8qPHvSb6L .text-white {
  color: #fff !important;
}
.cid-u8qPHvSb6L .nav-button {
  padding: .5rem 1rem;
}
.cid-u8qPHwgCkF {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-u8qPHwgCkF .mbr-media {
  position: relative;
}
.cid-u8qPHwgCkF .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-u8qPHwgCkF a:hover {
  background-image: none !important;
}
.cid-u8qPHwgCkF .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-u8qPHwgCkF .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-u8qPHwgCkF .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u8qPHwgCkF .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u8qPHwgCkF .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u8qPHwgCkF .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u8qPHwgCkF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8qPHwgCkF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qPHwgCkF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8qPHwgCkF .content-head {
  max-width: 800px;
}
.cid-u8qPHwgCkF .mbr-section-title {
  color: #cdae9e;
}
.cid-u8qPHwgCkF .mbr-section-subtitle {
  color: #cdae9e;
}
.cid-u8qPHwK0Ya {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u8qPHwK0Ya .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qPHwK0Ya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8qPHwK0Ya .cards-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 639px) {
  .cid-u8qPHwK0Ya .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-u8qPHwK0Ya .card-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-u8qPHwK0Ya .card-container {
  padding: 32px;
}
.cid-u8qPHwK0Ya .card-title {
  color: #c8bbb6;
  margin-bottom: 0;
}
.cid-u8qPHwK0Ya .card-text {
  color: #c8bbb6;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-u8qPHx6TEy {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-u8qPHx6TEy .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-u8qPHx6TEy .btn-social,
.cid-u8qPHx6TEy .mbr-section-title {
  color: #57468b;
}
.cid-u8qPHx6TEy .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #c8bbb6;
}
.cid-u8qPHx6TEy .soc-item span {
  font-size: 20px;
  color: #000000 !important;
  transition: all 0.3s;
}
.cid-u8qPHx6TEy .soc-item:hover {
  background: #000000;
}
.cid-u8qPHx6TEy .soc-item:hover span {
  color: #c8bbb6 !important;
}
.cid-u8qPHx6TEy .social-list {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8qPHx6TEy .align-left,
  .cid-u8qPHx6TEy .align-right {
    text-align: center;
  }
  .cid-u8qPHx6TEy .social-list {
    justify-content: center;
  }
  .cid-u8qPHx6TEy .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-u8qPHx6TEy .mbr-text {
  color: #cdbab5;
}
.cid-u8qPOT8b3y {
  z-index: 1000;
  width: 100%;
}
.cid-u8qPOT8b3y nav.navbar {
  position: fixed;
}
.cid-u8qPOT8b3y a {
  font-weight: 300 !important;
}
.cid-u8qPOT8b3y .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8qPOT8b3y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8qPOT8b3y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8qPOT8b3y .dropdown-item:hover,
.cid-u8qPOT8b3y .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u8qPOT8b3y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8qPOT8b3y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8qPOT8b3y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8qPOT8b3y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8qPOT8b3y .container {
  display: flex;
  margin: auto;
}
.cid-u8qPOT8b3y .dropdown-menu,
.cid-u8qPOT8b3y .navbar.opened {
  background: #000000 !important;
}
.cid-u8qPOT8b3y .nav-item:focus,
.cid-u8qPOT8b3y .nav-link:focus {
  outline: none;
}
.cid-u8qPOT8b3y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8qPOT8b3y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8qPOT8b3y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8qPOT8b3y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8qPOT8b3y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8qPOT8b3y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8qPOT8b3y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-u8qPOT8b3y .navbar.opened {
  transition: all 0.3s;
}
.cid-u8qPOT8b3y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8qPOT8b3y .navbar .navbar-logo img {
  width: auto;
}
.cid-u8qPOT8b3y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8qPOT8b3y .navbar.collapsed {
  justify-content: center;
}
.cid-u8qPOT8b3y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8qPOT8b3y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8qPOT8b3y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8qPOT8b3y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8qPOT8b3y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8qPOT8b3y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8qPOT8b3y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8qPOT8b3y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8qPOT8b3y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8qPOT8b3y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8qPOT8b3y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8qPOT8b3y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8qPOT8b3y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8qPOT8b3y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8qPOT8b3y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8qPOT8b3y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8qPOT8b3y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8qPOT8b3y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8qPOT8b3y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8qPOT8b3y .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8qPOT8b3y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8qPOT8b3y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8qPOT8b3y .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-u8qPOT8b3y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8qPOT8b3y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8qPOT8b3y .dropdown-item.active,
.cid-u8qPOT8b3y .dropdown-item:active {
  background-color: transparent;
}
.cid-u8qPOT8b3y .navbar-expand-lg .navbar-nav {
  padding: 0;
}
.cid-u8qPOT8b3y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8qPOT8b3y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8qPOT8b3y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u8qPOT8b3y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8qPOT8b3y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8qPOT8b3y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8qPOT8b3y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8qPOT8b3y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8qPOT8b3y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4dfd4;
}
.cid-u8qPOT8b3y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8qPOT8b3y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8qPOT8b3y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8qPOT8b3y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8qPOT8b3y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8qPOT8b3y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8qPOT8b3y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8qPOT8b3y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8qPOT8b3y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8qPOT8b3y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.cid-u8qPOT8b3y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8qPOT8b3y .navbar {
    height: 70px;
  }
  .cid-u8qPOT8b3y .navbar.opened {
    height: auto;
  }
  .cid-u8qPOT8b3y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8qPOT8b3y .mbr-text {
  color: #fff;
}
.cid-u8qPOT8b3y .link-language:first-child {
  margin-right: 0 !important;
}
.cid-u8qPOT8b3y .link-language:last-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.cid-u8qPOT8b3y .nav-link {
  position: relative;
}
.cid-u8qPOT8b3y .nav-item {
  margin: 0 6px;
}
.cid-u8qPOT8b3y .nav-item:first-child {
  margin-left: 150px;
}
@media (max-width: 1200px) {
  .cid-u8qPOT8b3y .nav-item:first-child {
    margin-left: 6px;
  }
}
.cid-u8qPOT8b3y .nav-item:last-child {
  text-align: center;
}
.cid-u8qPOT8b3y .text-white {
  color: #fff !important;
}
.cid-u8qPOT8b3y .nav-button {
  padding: .5rem 1rem;
}
.cid-u8qPOTDtfj {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-u8qPOTDtfj .mbr-media {
  position: relative;
}
.cid-u8qPOTDtfj .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-u8qPOTDtfj a:hover {
  background-image: none !important;
}
.cid-u8qPOTDtfj .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-u8qPOTDtfj .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-u8qPOTDtfj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u8qPOTDtfj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u8qPOTDtfj .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u8qPOTDtfj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u8qPOTDtfj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8qPOTDtfj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qPOTDtfj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8qPOTDtfj .content-head {
  max-width: 800px;
}
.cid-u8qPOTDtfj .mbr-section-title {
  color: #cdae9e;
}
.cid-u8qPOTDtfj .mbr-section-subtitle {
  color: #cdae9e;
}
.cid-u8qPOUgnxQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u8qPOUgnxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qPOUgnxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8qPOUgnxQ .cards-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 639px) {
  .cid-u8qPOUgnxQ .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-u8qPOUgnxQ .card-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-u8qPOUgnxQ .card-container {
  padding: 32px;
}
.cid-u8qPOUgnxQ .card-title {
  color: #c8bbb6;
  margin-bottom: 0;
}
.cid-u8qPOUgnxQ .card-text {
  color: #c8bbb6;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-u8qPOUClcq {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-u8qPOUClcq .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-u8qPOUClcq .btn-social,
.cid-u8qPOUClcq .mbr-section-title {
  color: #57468b;
}
.cid-u8qPOUClcq .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #c8bbb6;
}
.cid-u8qPOUClcq .soc-item span {
  font-size: 20px;
  color: #000000 !important;
  transition: all 0.3s;
}
.cid-u8qPOUClcq .soc-item:hover {
  background: #000000;
}
.cid-u8qPOUClcq .soc-item:hover span {
  color: #c8bbb6 !important;
}
.cid-u8qPOUClcq .social-list {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8qPOUClcq .align-left,
  .cid-u8qPOUClcq .align-right {
    text-align: center;
  }
  .cid-u8qPOUClcq .social-list {
    justify-content: center;
  }
  .cid-u8qPOUClcq .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-u8qPOUClcq .mbr-text {
  color: #cdbab5;
}
.cid-u8qPSSUNBV {
  z-index: 1000;
  width: 100%;
}
.cid-u8qPSSUNBV nav.navbar {
  position: fixed;
}
.cid-u8qPSSUNBV a {
  font-weight: 300 !important;
}
.cid-u8qPSSUNBV .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8qPSSUNBV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8qPSSUNBV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8qPSSUNBV .dropdown-item:hover,
.cid-u8qPSSUNBV .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u8qPSSUNBV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8qPSSUNBV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8qPSSUNBV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8qPSSUNBV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8qPSSUNBV .container {
  display: flex;
  margin: auto;
}
.cid-u8qPSSUNBV .dropdown-menu,
.cid-u8qPSSUNBV .navbar.opened {
  background: #000000 !important;
}
.cid-u8qPSSUNBV .nav-item:focus,
.cid-u8qPSSUNBV .nav-link:focus {
  outline: none;
}
.cid-u8qPSSUNBV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8qPSSUNBV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8qPSSUNBV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8qPSSUNBV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8qPSSUNBV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8qPSSUNBV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8qPSSUNBV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-u8qPSSUNBV .navbar.opened {
  transition: all 0.3s;
}
.cid-u8qPSSUNBV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8qPSSUNBV .navbar .navbar-logo img {
  width: auto;
}
.cid-u8qPSSUNBV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8qPSSUNBV .navbar.collapsed {
  justify-content: center;
}
.cid-u8qPSSUNBV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8qPSSUNBV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8qPSSUNBV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8qPSSUNBV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8qPSSUNBV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8qPSSUNBV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8qPSSUNBV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8qPSSUNBV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8qPSSUNBV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8qPSSUNBV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8qPSSUNBV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8qPSSUNBV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8qPSSUNBV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8qPSSUNBV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8qPSSUNBV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8qPSSUNBV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8qPSSUNBV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8qPSSUNBV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8qPSSUNBV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8qPSSUNBV .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8qPSSUNBV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8qPSSUNBV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8qPSSUNBV .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-u8qPSSUNBV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8qPSSUNBV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8qPSSUNBV .dropdown-item.active,
.cid-u8qPSSUNBV .dropdown-item:active {
  background-color: transparent;
}
.cid-u8qPSSUNBV .navbar-expand-lg .navbar-nav {
  padding: 0;
}
.cid-u8qPSSUNBV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8qPSSUNBV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8qPSSUNBV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u8qPSSUNBV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8qPSSUNBV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8qPSSUNBV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8qPSSUNBV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8qPSSUNBV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8qPSSUNBV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4dfd4;
}
.cid-u8qPSSUNBV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8qPSSUNBV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8qPSSUNBV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8qPSSUNBV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8qPSSUNBV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8qPSSUNBV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8qPSSUNBV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8qPSSUNBV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8qPSSUNBV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8qPSSUNBV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.cid-u8qPSSUNBV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8qPSSUNBV .navbar {
    height: 70px;
  }
  .cid-u8qPSSUNBV .navbar.opened {
    height: auto;
  }
  .cid-u8qPSSUNBV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8qPSSUNBV .mbr-text {
  color: #fff;
}
.cid-u8qPSSUNBV .link-language:first-child {
  margin-right: 0 !important;
}
.cid-u8qPSSUNBV .link-language:last-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.cid-u8qPSSUNBV .nav-link {
  position: relative;
}
.cid-u8qPSSUNBV .nav-item {
  margin: 0 6px;
}
.cid-u8qPSSUNBV .nav-item:first-child {
  margin-left: 150px;
}
@media (max-width: 1200px) {
  .cid-u8qPSSUNBV .nav-item:first-child {
    margin-left: 6px;
  }
}
.cid-u8qPSSUNBV .nav-item:last-child {
  text-align: center;
}
.cid-u8qPSSUNBV .text-white {
  color: #fff !important;
}
.cid-u8qPSSUNBV .nav-button {
  padding: .5rem 1rem;
}
.cid-u8qPSTns4B {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-u8qPSTns4B .mbr-media {
  position: relative;
}
.cid-u8qPSTns4B .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-u8qPSTns4B a:hover {
  background-image: none !important;
}
.cid-u8qPSTns4B .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-u8qPSTns4B .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-u8qPSTns4B .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u8qPSTns4B .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u8qPSTns4B .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u8qPSTns4B .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u8qPSTns4B .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8qPSTns4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qPSTns4B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8qPSTns4B .content-head {
  max-width: 800px;
}
.cid-u8qPSTns4B .mbr-section-title {
  color: #cdae9e;
}
.cid-u8qPSTns4B .mbr-section-subtitle {
  color: #cdae9e;
}
.cid-u8qPSTUuvE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u8qPSTUuvE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qPSTUuvE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8qPSTUuvE .cards-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 639px) {
  .cid-u8qPSTUuvE .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-u8qPSTUuvE .card-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-u8qPSTUuvE .card-container {
  padding: 32px;
}
.cid-u8qPSTUuvE .card-title {
  color: #c8bbb6;
  margin-bottom: 0;
}
.cid-u8qPSTUuvE .card-text {
  color: #c8bbb6;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-u8qPSUeUAe {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-u8qPSUeUAe .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-u8qPSUeUAe .btn-social,
.cid-u8qPSUeUAe .mbr-section-title {
  color: #57468b;
}
.cid-u8qPSUeUAe .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #c8bbb6;
}
.cid-u8qPSUeUAe .soc-item span {
  font-size: 20px;
  color: #000000 !important;
  transition: all 0.3s;
}
.cid-u8qPSUeUAe .soc-item:hover {
  background: #000000;
}
.cid-u8qPSUeUAe .soc-item:hover span {
  color: #c8bbb6 !important;
}
.cid-u8qPSUeUAe .social-list {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8qPSUeUAe .align-left,
  .cid-u8qPSUeUAe .align-right {
    text-align: center;
  }
  .cid-u8qPSUeUAe .social-list {
    justify-content: center;
  }
  .cid-u8qPSUeUAe .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-u8qPSUeUAe .mbr-text {
  color: #cdbab5;
}
.cid-u8qPX65lpR {
  z-index: 1000;
  width: 100%;
}
.cid-u8qPX65lpR nav.navbar {
  position: fixed;
}
.cid-u8qPX65lpR a {
  font-weight: 300 !important;
}
.cid-u8qPX65lpR .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8qPX65lpR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8qPX65lpR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8qPX65lpR .dropdown-item:hover,
.cid-u8qPX65lpR .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u8qPX65lpR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8qPX65lpR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8qPX65lpR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8qPX65lpR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8qPX65lpR .container {
  display: flex;
  margin: auto;
}
.cid-u8qPX65lpR .dropdown-menu,
.cid-u8qPX65lpR .navbar.opened {
  background: #000000 !important;
}
.cid-u8qPX65lpR .nav-item:focus,
.cid-u8qPX65lpR .nav-link:focus {
  outline: none;
}
.cid-u8qPX65lpR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8qPX65lpR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8qPX65lpR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8qPX65lpR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8qPX65lpR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8qPX65lpR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8qPX65lpR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-u8qPX65lpR .navbar.opened {
  transition: all 0.3s;
}
.cid-u8qPX65lpR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8qPX65lpR .navbar .navbar-logo img {
  width: auto;
}
.cid-u8qPX65lpR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8qPX65lpR .navbar.collapsed {
  justify-content: center;
}
.cid-u8qPX65lpR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8qPX65lpR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8qPX65lpR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8qPX65lpR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8qPX65lpR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8qPX65lpR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8qPX65lpR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8qPX65lpR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8qPX65lpR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8qPX65lpR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8qPX65lpR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8qPX65lpR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8qPX65lpR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8qPX65lpR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8qPX65lpR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8qPX65lpR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8qPX65lpR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8qPX65lpR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8qPX65lpR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8qPX65lpR .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8qPX65lpR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8qPX65lpR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8qPX65lpR .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-u8qPX65lpR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8qPX65lpR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8qPX65lpR .dropdown-item.active,
.cid-u8qPX65lpR .dropdown-item:active {
  background-color: transparent;
}
.cid-u8qPX65lpR .navbar-expand-lg .navbar-nav {
  padding: 0;
}
.cid-u8qPX65lpR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8qPX65lpR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8qPX65lpR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u8qPX65lpR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8qPX65lpR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8qPX65lpR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8qPX65lpR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8qPX65lpR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8qPX65lpR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4dfd4;
}
.cid-u8qPX65lpR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8qPX65lpR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8qPX65lpR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8qPX65lpR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8qPX65lpR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8qPX65lpR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8qPX65lpR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8qPX65lpR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8qPX65lpR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8qPX65lpR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.cid-u8qPX65lpR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8qPX65lpR .navbar {
    height: 70px;
  }
  .cid-u8qPX65lpR .navbar.opened {
    height: auto;
  }
  .cid-u8qPX65lpR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8qPX65lpR .mbr-text {
  color: #fff;
}
.cid-u8qPX65lpR .link-language:first-child {
  margin-right: 0 !important;
}
.cid-u8qPX65lpR .link-language:last-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.cid-u8qPX65lpR .nav-link {
  position: relative;
}
.cid-u8qPX65lpR .nav-item {
  margin: 0 6px;
}
.cid-u8qPX65lpR .nav-item:first-child {
  margin-left: 150px;
}
@media (max-width: 1200px) {
  .cid-u8qPX65lpR .nav-item:first-child {
    margin-left: 6px;
  }
}
.cid-u8qPX65lpR .nav-item:last-child {
  text-align: center;
}
.cid-u8qPX65lpR .text-white {
  color: #fff !important;
}
.cid-u8qPX65lpR .nav-button {
  padding: .5rem 1rem;
}
.cid-u8qPX6BDec {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-u8qPX6BDec .mbr-media {
  position: relative;
}
.cid-u8qPX6BDec .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-u8qPX6BDec a:hover {
  background-image: none !important;
}
.cid-u8qPX6BDec .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-u8qPX6BDec .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-u8qPX6BDec .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u8qPX6BDec .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u8qPX6BDec .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u8qPX6BDec .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u8qPX6BDec .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8qPX6BDec .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qPX6BDec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8qPX6BDec .content-head {
  max-width: 800px;
}
.cid-u8qPX6BDec .mbr-section-title {
  color: #cdae9e;
}
.cid-u8qPX6BDec .mbr-section-subtitle {
  color: #cdae9e;
}
.cid-u8qPX7b8bz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u8qPX7b8bz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qPX7b8bz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8qPX7b8bz .cards-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 639px) {
  .cid-u8qPX7b8bz .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-u8qPX7b8bz .card-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-u8qPX7b8bz .card-container {
  padding: 32px;
}
.cid-u8qPX7b8bz .card-title {
  color: #c8bbb6;
  margin-bottom: 0;
}
.cid-u8qPX7b8bz .card-text {
  color: #c8bbb6;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-u8qPX7ySD9 {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-u8qPX7ySD9 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-u8qPX7ySD9 .btn-social,
.cid-u8qPX7ySD9 .mbr-section-title {
  color: #57468b;
}
.cid-u8qPX7ySD9 .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #c8bbb6;
}
.cid-u8qPX7ySD9 .soc-item span {
  font-size: 20px;
  color: #000000 !important;
  transition: all 0.3s;
}
.cid-u8qPX7ySD9 .soc-item:hover {
  background: #000000;
}
.cid-u8qPX7ySD9 .soc-item:hover span {
  color: #c8bbb6 !important;
}
.cid-u8qPX7ySD9 .social-list {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8qPX7ySD9 .align-left,
  .cid-u8qPX7ySD9 .align-right {
    text-align: center;
  }
  .cid-u8qPX7ySD9 .social-list {
    justify-content: center;
  }
  .cid-u8qPX7ySD9 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-u8qPX7ySD9 .mbr-text {
  color: #cdbab5;
}
.cid-u8qQ0WnHQk {
  z-index: 1000;
  width: 100%;
}
.cid-u8qQ0WnHQk nav.navbar {
  position: fixed;
}
.cid-u8qQ0WnHQk a {
  font-weight: 300 !important;
}
.cid-u8qQ0WnHQk .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8qQ0WnHQk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8qQ0WnHQk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8qQ0WnHQk .dropdown-item:hover,
.cid-u8qQ0WnHQk .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u8qQ0WnHQk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8qQ0WnHQk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8qQ0WnHQk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8qQ0WnHQk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8qQ0WnHQk .container {
  display: flex;
  margin: auto;
}
.cid-u8qQ0WnHQk .dropdown-menu,
.cid-u8qQ0WnHQk .navbar.opened {
  background: #000000 !important;
}
.cid-u8qQ0WnHQk .nav-item:focus,
.cid-u8qQ0WnHQk .nav-link:focus {
  outline: none;
}
.cid-u8qQ0WnHQk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8qQ0WnHQk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8qQ0WnHQk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8qQ0WnHQk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8qQ0WnHQk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8qQ0WnHQk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8qQ0WnHQk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-u8qQ0WnHQk .navbar.opened {
  transition: all 0.3s;
}
.cid-u8qQ0WnHQk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8qQ0WnHQk .navbar .navbar-logo img {
  width: auto;
}
.cid-u8qQ0WnHQk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8qQ0WnHQk .navbar.collapsed {
  justify-content: center;
}
.cid-u8qQ0WnHQk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8qQ0WnHQk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8qQ0WnHQk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8qQ0WnHQk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8qQ0WnHQk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8qQ0WnHQk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8qQ0WnHQk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8qQ0WnHQk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8qQ0WnHQk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8qQ0WnHQk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8qQ0WnHQk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8qQ0WnHQk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8qQ0WnHQk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8qQ0WnHQk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8qQ0WnHQk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8qQ0WnHQk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8qQ0WnHQk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8qQ0WnHQk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8qQ0WnHQk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8qQ0WnHQk .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8qQ0WnHQk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8qQ0WnHQk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8qQ0WnHQk .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-u8qQ0WnHQk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8qQ0WnHQk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8qQ0WnHQk .dropdown-item.active,
.cid-u8qQ0WnHQk .dropdown-item:active {
  background-color: transparent;
}
.cid-u8qQ0WnHQk .navbar-expand-lg .navbar-nav {
  padding: 0;
}
.cid-u8qQ0WnHQk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8qQ0WnHQk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8qQ0WnHQk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u8qQ0WnHQk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8qQ0WnHQk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8qQ0WnHQk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8qQ0WnHQk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8qQ0WnHQk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8qQ0WnHQk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4dfd4;
}
.cid-u8qQ0WnHQk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8qQ0WnHQk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8qQ0WnHQk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8qQ0WnHQk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8qQ0WnHQk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8qQ0WnHQk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8qQ0WnHQk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8qQ0WnHQk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8qQ0WnHQk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8qQ0WnHQk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.cid-u8qQ0WnHQk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8qQ0WnHQk .navbar {
    height: 70px;
  }
  .cid-u8qQ0WnHQk .navbar.opened {
    height: auto;
  }
  .cid-u8qQ0WnHQk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8qQ0WnHQk .mbr-text {
  color: #fff;
}
.cid-u8qQ0WnHQk .link-language:first-child {
  margin-right: 0 !important;
}
.cid-u8qQ0WnHQk .link-language:last-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.cid-u8qQ0WnHQk .nav-link {
  position: relative;
}
.cid-u8qQ0WnHQk .nav-item {
  margin: 0 6px;
}
.cid-u8qQ0WnHQk .nav-item:first-child {
  margin-left: 150px;
}
@media (max-width: 1200px) {
  .cid-u8qQ0WnHQk .nav-item:first-child {
    margin-left: 6px;
  }
}
.cid-u8qQ0WnHQk .nav-item:last-child {
  text-align: center;
}
.cid-u8qQ0WnHQk .text-white {
  color: #fff !important;
}
.cid-u8qQ0WnHQk .nav-button {
  padding: .5rem 1rem;
}
.cid-u8qQ0WJi5P {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-u8qQ0WJi5P .mbr-media {
  position: relative;
}
.cid-u8qQ0WJi5P .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-u8qQ0WJi5P a:hover {
  background-image: none !important;
}
.cid-u8qQ0WJi5P .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-u8qQ0WJi5P .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-u8qQ0WJi5P .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u8qQ0WJi5P .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u8qQ0WJi5P .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u8qQ0WJi5P .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u8qQ0WJi5P .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8qQ0WJi5P .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qQ0WJi5P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8qQ0WJi5P .content-head {
  max-width: 800px;
}
.cid-u8qQ0WJi5P .mbr-section-title {
  color: #cdae9e;
}
.cid-u8qQ0WJi5P .mbr-section-subtitle {
  color: #cdae9e;
}
.cid-u8qQ0Xg3TQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u8qQ0Xg3TQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qQ0Xg3TQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8qQ0Xg3TQ .cards-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 639px) {
  .cid-u8qQ0Xg3TQ .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-u8qQ0Xg3TQ .card-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-u8qQ0Xg3TQ .card-container {
  padding: 32px;
}
.cid-u8qQ0Xg3TQ .card-title {
  color: #c8bbb6;
  margin-bottom: 0;
}
.cid-u8qQ0Xg3TQ .card-text {
  color: #c8bbb6;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-u8qQ0XBZOC {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-u8qQ0XBZOC .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-u8qQ0XBZOC .btn-social,
.cid-u8qQ0XBZOC .mbr-section-title {
  color: #57468b;
}
.cid-u8qQ0XBZOC .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #c8bbb6;
}
.cid-u8qQ0XBZOC .soc-item span {
  font-size: 20px;
  color: #000000 !important;
  transition: all 0.3s;
}
.cid-u8qQ0XBZOC .soc-item:hover {
  background: #000000;
}
.cid-u8qQ0XBZOC .soc-item:hover span {
  color: #c8bbb6 !important;
}
.cid-u8qQ0XBZOC .social-list {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8qQ0XBZOC .align-left,
  .cid-u8qQ0XBZOC .align-right {
    text-align: center;
  }
  .cid-u8qQ0XBZOC .social-list {
    justify-content: center;
  }
  .cid-u8qQ0XBZOC .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-u8qQ0XBZOC .mbr-text {
  color: #cdbab5;
}
.cid-ucc8la7PFP {
  z-index: 1000;
  width: 100%;
}
.cid-ucc8la7PFP nav.navbar {
  position: fixed;
}
.cid-ucc8la7PFP a {
  font-weight: 300 !important;
}
.cid-ucc8la7PFP .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucc8la7PFP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucc8la7PFP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucc8la7PFP .dropdown-item:hover,
.cid-ucc8la7PFP .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-ucc8la7PFP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucc8la7PFP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucc8la7PFP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucc8la7PFP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucc8la7PFP .container {
  display: flex;
  margin: auto;
}
.cid-ucc8la7PFP .dropdown-menu,
.cid-ucc8la7PFP .navbar.opened {
  background: #000000 !important;
}
.cid-ucc8la7PFP .nav-item:focus,
.cid-ucc8la7PFP .nav-link:focus {
  outline: none;
}
.cid-ucc8la7PFP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucc8la7PFP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucc8la7PFP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucc8la7PFP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucc8la7PFP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucc8la7PFP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucc8la7PFP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-ucc8la7PFP .navbar.opened {
  transition: all 0.3s;
}
.cid-ucc8la7PFP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucc8la7PFP .navbar .navbar-logo img {
  width: auto;
}
.cid-ucc8la7PFP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucc8la7PFP .navbar.collapsed {
  justify-content: center;
}
.cid-ucc8la7PFP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucc8la7PFP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ucc8la7PFP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucc8la7PFP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucc8la7PFP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucc8la7PFP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucc8la7PFP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucc8la7PFP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucc8la7PFP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucc8la7PFP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucc8la7PFP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucc8la7PFP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucc8la7PFP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ucc8la7PFP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucc8la7PFP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucc8la7PFP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucc8la7PFP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucc8la7PFP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucc8la7PFP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucc8la7PFP .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucc8la7PFP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucc8la7PFP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucc8la7PFP .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-ucc8la7PFP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucc8la7PFP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucc8la7PFP .dropdown-item.active,
.cid-ucc8la7PFP .dropdown-item:active {
  background-color: transparent;
}
.cid-ucc8la7PFP .navbar-expand-lg .navbar-nav {
  padding: 0;
}
.cid-ucc8la7PFP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucc8la7PFP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucc8la7PFP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ucc8la7PFP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucc8la7PFP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucc8la7PFP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucc8la7PFP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucc8la7PFP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucc8la7PFP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4dfd4;
}
.cid-ucc8la7PFP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucc8la7PFP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucc8la7PFP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucc8la7PFP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucc8la7PFP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucc8la7PFP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucc8la7PFP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucc8la7PFP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucc8la7PFP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ucc8la7PFP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.cid-ucc8la7PFP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucc8la7PFP .navbar {
    height: 70px;
  }
  .cid-ucc8la7PFP .navbar.opened {
    height: auto;
  }
  .cid-ucc8la7PFP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucc8la7PFP .mbr-text {
  color: #fff;
}
.cid-ucc8la7PFP .link-language:first-child {
  margin-right: 0 !important;
}
.cid-ucc8la7PFP .link-language:last-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.cid-ucc8la7PFP .nav-link {
  position: relative;
}
.cid-ucc8la7PFP .nav-item {
  margin: 0 6px;
}
.cid-ucc8la7PFP .nav-item:first-child {
  margin-left: 150px;
}
@media (max-width: 1200px) {
  .cid-ucc8la7PFP .nav-item:first-child {
    margin-left: 6px;
  }
}
.cid-ucc8la7PFP .nav-item:last-child {
  text-align: center;
}
.cid-ucc8la7PFP .text-white {
  color: #fff !important;
}
.cid-ucc8la7PFP .nav-button {
  padding: .5rem 1rem;
}
.cid-ucc8latGZP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ucc8latGZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc8latGZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucc8latGZP .mbr-fallback-image {
    background-image: url('../../../assets/images/biompm.jpeg');
  }
  .cid-ucc8latGZP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucc8latGZP .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-ucc8latGZP.mbr-fullscreen {
  padding: 0 !important;
}
.cid-ucc8latGZP img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-ucc8lbfSO2 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ucc8lbfSO2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc8lbfSO2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucc8lbfSO2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucc8lbfSO2 .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-ucc8lbfSO2.mbr-fullscreen {
  padding: 0 !important;
}
.cid-ucc8lbfSO2 img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-ucc8lbPplI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ucc8lbPplI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc8lbPplI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucc8lbPplI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucc8lbPplI .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-ucc8lbPplI.mbr-fullscreen {
  padding: 0 !important;
}
.cid-ucc8lbPplI img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.cid-ucc8lbPplI img:hover {
  filter: brightness(120%) contrast(100%);
  transform: scale(1.05);
}
.cid-ucc8lc6EMg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ucc8lc6EMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc8lc6EMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucc8lc6EMg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucc8lc6EMg .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-ucc8lc6EMg.mbr-fullscreen {
  padding: 0 !important;
}
.cid-ucc8lc6EMg img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.cid-ucc8lc6EMg img:hover {
  filter: brightness(120%) contrast(100%);
  transform: scale(1.05);
}
.cid-ucc8lcnrht {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ucc8lcnrht .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc8lcnrht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucc8lcnrht .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucc8lcnrht .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-ucc8lcnrht.mbr-fullscreen {
  padding: 0 !important;
}
.cid-ucc8lcnrht img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.cid-ucc8lcnrht img:hover {
  filter: brightness(120%) contrast(100%);
  transform: scale(1.05);
}
.cid-ucc8lcGnvw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ucc8lcGnvw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc8lcGnvw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucc8lcGnvw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucc8lcGnvw .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-ucc8lcGnvw.mbr-fullscreen {
  padding: 0 !important;
}
.cid-ucc8lcGnvw img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.cid-ucc8lcGnvw img:hover {
  filter: brightness(120%) contrast(100%);
  transform: scale(1.05);
}
.cid-ucc8lcXWtD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ucc8lcXWtD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc8lcXWtD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucc8lcXWtD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucc8lcXWtD .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-ucc8lcXWtD.mbr-fullscreen {
  padding: 0 !important;
}
.cid-ucc8lcXWtD img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.cid-ucc8lcXWtD img:hover {
  filter: brightness(120%) contrast(100%);
  transform: scale(1.05);
}
.cid-ucc8ldfBhc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ucc8ldfBhc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc8ldfBhc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucc8ldfBhc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucc8ldfBhc .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-ucc8ldfBhc.mbr-fullscreen {
  padding: 0 !important;
}
.cid-ucc8ldfBhc img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.cid-ucc8ldfBhc img:hover {
  filter: brightness(120%) contrast(100%);
  transform: scale(1.05);
}
.cid-ucc8ldxJsJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ucc8ldxJsJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc8ldxJsJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucc8ldxJsJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucc8ldxJsJ .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-ucc8ldxJsJ.mbr-fullscreen {
  padding: 0 !important;
}
.cid-ucc8ldxJsJ img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.cid-ucc8ldxJsJ img:hover {
  filter: brightness(120%) contrast(100%);
  transform: scale(1.05);
}
.cid-ucc8ldS63F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ucc8ldS63F .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc8ldS63F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucc8ldS63F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucc8ldS63F .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-ucc8ldS63F.mbr-fullscreen {
  padding: 0 !important;
}
.cid-ucc8ldS63F img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.cid-ucc8ldS63F img:hover {
  filter: brightness(120%) contrast(100%);
  transform: scale(1.05);
}
.cid-ucc8lea8SW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ucc8lea8SW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc8lea8SW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucc8lea8SW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucc8lea8SW .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-ucc8lea8SW.mbr-fullscreen {
  padding: 0 !important;
}
.cid-ucc8lea8SW img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.cid-ucc8lea8SW img:hover {
  filter: brightness(120%) contrast(100%);
  transform: scale(1.05);
}
.cid-ucc8let93o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ucc8let93o .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc8let93o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucc8let93o .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucc8let93o .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-ucc8let93o.mbr-fullscreen {
  padding: 0 !important;
}
.cid-ucc8let93o img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.cid-ucc8let93o img:hover {
  filter: brightness(120%) contrast(100%);
  transform: scale(1.05);
}
.cid-ucc8leMitW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ucc8leMitW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc8leMitW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucc8leMitW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucc8leMitW .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-ucc8leMitW.mbr-fullscreen {
  padding: 0 !important;
}
.cid-ucc8leMitW img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.cid-ucc8leMitW img:hover {
  filter: brightness(120%) contrast(100%);
  transform: scale(1.05);
}
.cid-ucc8lf7IYX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ucc8lf7IYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc8lf7IYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucc8lf7IYX .mbr-fallback-image {
    background-image: url('../../../assets/images/biompm.jpeg');
  }
  .cid-ucc8lf7IYX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucc8lf7IYX .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-ucc8lf7IYX.mbr-fullscreen {
  padding: 0 !important;
}
.cid-ucc8lf7IYX img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-ucc8lfqaxy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ucc8lfqaxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc8lfqaxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucc8lfqaxy .mbr-fallback-image {
    background-image: url('../../../assets/images/biompm.jpeg');
  }
  .cid-ucc8lfqaxy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucc8lfqaxy .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-ucc8lfqaxy.mbr-fullscreen {
  padding: 0 !important;
}
.cid-ucc8lfqaxy img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-ucc8lfKjJ7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ucc8lfKjJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc8lfKjJ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucc8lfKjJ7 .cards-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 639px) {
  .cid-ucc8lfKjJ7 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ucc8lfKjJ7 .card-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ucc8lfKjJ7 .card-container {
  padding: 32px;
}
.cid-ucc8lfKjJ7 .card-title {
  color: #c8bbb6;
  margin-bottom: 0;
}
.cid-ucc8lfKjJ7 .card-text {
  color: #c8bbb6;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-ucc8lg5ipy {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-ucc8lg5ipy .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-ucc8lg5ipy .btn-social,
.cid-ucc8lg5ipy .mbr-section-title {
  color: #57468b;
}
.cid-ucc8lg5ipy .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #c8bbb6;
}
.cid-ucc8lg5ipy .soc-item span {
  font-size: 20px;
  color: #000000 !important;
  transition: all 0.3s;
}
.cid-ucc8lg5ipy .soc-item:hover {
  background: #000000;
}
.cid-ucc8lg5ipy .soc-item:hover span {
  color: #c8bbb6 !important;
}
.cid-ucc8lg5ipy .social-list {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ucc8lg5ipy .align-left,
  .cid-ucc8lg5ipy .align-right {
    text-align: center;
  }
  .cid-ucc8lg5ipy .social-list {
    justify-content: center;
  }
  .cid-ucc8lg5ipy .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-ucc8lg5ipy .mbr-text {
  color: #cdbab5;
}
.cid-uccuXTQ61W {
  z-index: 1000;
  width: 100%;
}
.cid-uccuXTQ61W nav.navbar {
  position: fixed;
}
.cid-uccuXTQ61W a {
  font-weight: 300 !important;
}
.cid-uccuXTQ61W .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uccuXTQ61W .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uccuXTQ61W .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uccuXTQ61W .dropdown-item:hover,
.cid-uccuXTQ61W .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uccuXTQ61W .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uccuXTQ61W .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uccuXTQ61W .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uccuXTQ61W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uccuXTQ61W .container {
  display: flex;
  margin: auto;
}
.cid-uccuXTQ61W .dropdown-menu,
.cid-uccuXTQ61W .navbar.opened {
  background: #000000 !important;
}
.cid-uccuXTQ61W .nav-item:focus,
.cid-uccuXTQ61W .nav-link:focus {
  outline: none;
}
.cid-uccuXTQ61W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uccuXTQ61W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uccuXTQ61W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uccuXTQ61W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uccuXTQ61W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uccuXTQ61W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uccuXTQ61W .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uccuXTQ61W .navbar.opened {
  transition: all 0.3s;
}
.cid-uccuXTQ61W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uccuXTQ61W .navbar .navbar-logo img {
  width: auto;
}
.cid-uccuXTQ61W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uccuXTQ61W .navbar.collapsed {
  justify-content: center;
}
.cid-uccuXTQ61W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uccuXTQ61W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uccuXTQ61W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uccuXTQ61W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uccuXTQ61W .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uccuXTQ61W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uccuXTQ61W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uccuXTQ61W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uccuXTQ61W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uccuXTQ61W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uccuXTQ61W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uccuXTQ61W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uccuXTQ61W .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uccuXTQ61W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uccuXTQ61W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uccuXTQ61W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uccuXTQ61W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uccuXTQ61W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uccuXTQ61W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uccuXTQ61W .navbar.navbar-short {
  min-height: 60px;
}
.cid-uccuXTQ61W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uccuXTQ61W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uccuXTQ61W .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-uccuXTQ61W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uccuXTQ61W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uccuXTQ61W .dropdown-item.active,
.cid-uccuXTQ61W .dropdown-item:active {
  background-color: transparent;
}
.cid-uccuXTQ61W .navbar-expand-lg .navbar-nav {
  padding: 0;
}
.cid-uccuXTQ61W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uccuXTQ61W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uccuXTQ61W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uccuXTQ61W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uccuXTQ61W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uccuXTQ61W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uccuXTQ61W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uccuXTQ61W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uccuXTQ61W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4dfd4;
}
.cid-uccuXTQ61W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uccuXTQ61W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uccuXTQ61W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uccuXTQ61W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uccuXTQ61W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uccuXTQ61W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uccuXTQ61W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uccuXTQ61W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uccuXTQ61W .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uccuXTQ61W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.cid-uccuXTQ61W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uccuXTQ61W .navbar {
    height: 70px;
  }
  .cid-uccuXTQ61W .navbar.opened {
    height: auto;
  }
  .cid-uccuXTQ61W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uccuXTQ61W .mbr-text {
  color: #fff;
}
.cid-uccuXTQ61W .link-language:first-child {
  margin-right: 0 !important;
}
.cid-uccuXTQ61W .link-language:last-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.cid-uccuXTQ61W .nav-link {
  position: relative;
}
.cid-uccuXTQ61W .nav-item {
  margin: 0 6px;
}
.cid-uccuXTQ61W .nav-item:first-child {
  margin-left: 150px;
}
@media (max-width: 1200px) {
  .cid-uccuXTQ61W .nav-item:first-child {
    margin-left: 6px;
  }
}
.cid-uccuXTQ61W .nav-item:last-child {
  text-align: center;
}
.cid-uccuXTQ61W .text-white {
  color: #fff !important;
}
.cid-uccuXTQ61W .nav-button {
  padding: .5rem 1rem;
}
.cid-uccuXU7CBS {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-uccuXU7CBS .mbr-media {
  position: relative;
}
.cid-uccuXU7CBS .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uccuXU7CBS a:hover {
  background-image: none !important;
}
.cid-uccuXU7CBS .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uccuXU7CBS .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uccuXU7CBS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uccuXU7CBS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uccuXU7CBS .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uccuXU7CBS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uccuXU7CBS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uccuXU7CBS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccuXU7CBS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uccuXU7CBS .content-head {
  max-width: 800px;
}
.cid-uccuXU7CBS .mbr-section-title {
  color: #cdae9e;
}
.cid-uccuXU7CBS .mbr-section-subtitle {
  color: #cdae9e;
}
.cid-uccuXUwZhW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uccuXUwZhW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccuXUwZhW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uccuXUwZhW .cards-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 639px) {
  .cid-uccuXUwZhW .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uccuXUwZhW .card-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uccuXUwZhW .card-container {
  padding: 32px;
}
.cid-uccuXUwZhW .card-title {
  color: #c8bbb6;
  margin-bottom: 0;
}
.cid-uccuXUwZhW .card-text {
  color: #c8bbb6;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-uccuXUIn9n {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-uccuXUIn9n .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-uccuXUIn9n .btn-social,
.cid-uccuXUIn9n .mbr-section-title {
  color: #57468b;
}
.cid-uccuXUIn9n .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #c8bbb6;
}
.cid-uccuXUIn9n .soc-item span {
  font-size: 20px;
  color: #000000 !important;
  transition: all 0.3s;
}
.cid-uccuXUIn9n .soc-item:hover {
  background: #000000;
}
.cid-uccuXUIn9n .soc-item:hover span {
  color: #c8bbb6 !important;
}
.cid-uccuXUIn9n .social-list {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uccuXUIn9n .align-left,
  .cid-uccuXUIn9n .align-right {
    text-align: center;
  }
  .cid-uccuXUIn9n .social-list {
    justify-content: center;
  }
  .cid-uccuXUIn9n .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-uccuXUIn9n .mbr-text {
  color: #cdbab5;
}
.cid-uccxIyZbbj {
  z-index: 1000;
  width: 100%;
}
.cid-uccxIyZbbj nav.navbar {
  position: fixed;
}
.cid-uccxIyZbbj a {
  font-weight: 300 !important;
}
.cid-uccxIyZbbj .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uccxIyZbbj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uccxIyZbbj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uccxIyZbbj .dropdown-item:hover,
.cid-uccxIyZbbj .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uccxIyZbbj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uccxIyZbbj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uccxIyZbbj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uccxIyZbbj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uccxIyZbbj .container {
  display: flex;
  margin: auto;
}
.cid-uccxIyZbbj .dropdown-menu,
.cid-uccxIyZbbj .navbar.opened {
  background: #000000 !important;
}
.cid-uccxIyZbbj .nav-item:focus,
.cid-uccxIyZbbj .nav-link:focus {
  outline: none;
}
.cid-uccxIyZbbj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uccxIyZbbj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uccxIyZbbj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uccxIyZbbj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uccxIyZbbj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uccxIyZbbj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uccxIyZbbj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uccxIyZbbj .navbar.opened {
  transition: all 0.3s;
}
.cid-uccxIyZbbj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uccxIyZbbj .navbar .navbar-logo img {
  width: auto;
}
.cid-uccxIyZbbj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uccxIyZbbj .navbar.collapsed {
  justify-content: center;
}
.cid-uccxIyZbbj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uccxIyZbbj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uccxIyZbbj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uccxIyZbbj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uccxIyZbbj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uccxIyZbbj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uccxIyZbbj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uccxIyZbbj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uccxIyZbbj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uccxIyZbbj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uccxIyZbbj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uccxIyZbbj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uccxIyZbbj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uccxIyZbbj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uccxIyZbbj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uccxIyZbbj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uccxIyZbbj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uccxIyZbbj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uccxIyZbbj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uccxIyZbbj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uccxIyZbbj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uccxIyZbbj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uccxIyZbbj .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-uccxIyZbbj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uccxIyZbbj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uccxIyZbbj .dropdown-item.active,
.cid-uccxIyZbbj .dropdown-item:active {
  background-color: transparent;
}
.cid-uccxIyZbbj .navbar-expand-lg .navbar-nav {
  padding: 0;
}
.cid-uccxIyZbbj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uccxIyZbbj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uccxIyZbbj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uccxIyZbbj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uccxIyZbbj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uccxIyZbbj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uccxIyZbbj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uccxIyZbbj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uccxIyZbbj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4dfd4;
}
.cid-uccxIyZbbj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uccxIyZbbj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uccxIyZbbj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uccxIyZbbj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uccxIyZbbj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uccxIyZbbj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uccxIyZbbj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uccxIyZbbj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uccxIyZbbj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uccxIyZbbj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.cid-uccxIyZbbj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uccxIyZbbj .navbar {
    height: 70px;
  }
  .cid-uccxIyZbbj .navbar.opened {
    height: auto;
  }
  .cid-uccxIyZbbj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uccxIyZbbj .mbr-text {
  color: #fff;
}
.cid-uccxIyZbbj .link-language:first-child {
  margin-right: 0 !important;
}
.cid-uccxIyZbbj .link-language:last-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.cid-uccxIyZbbj .nav-link {
  position: relative;
}
.cid-uccxIyZbbj .nav-item {
  margin: 0 6px;
}
.cid-uccxIyZbbj .nav-item:first-child {
  margin-left: 150px;
}
@media (max-width: 1200px) {
  .cid-uccxIyZbbj .nav-item:first-child {
    margin-left: 6px;
  }
}
.cid-uccxIyZbbj .nav-item:last-child {
  text-align: center;
}
.cid-uccxIyZbbj .text-white {
  color: #fff !important;
}
.cid-uccxIyZbbj .nav-button {
  padding: .5rem 1rem;
}
.cid-uccxIzmfnZ {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-uccxIzmfnZ .mbr-media {
  position: relative;
}
.cid-uccxIzmfnZ .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uccxIzmfnZ a:hover {
  background-image: none !important;
}
.cid-uccxIzmfnZ .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uccxIzmfnZ .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uccxIzmfnZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uccxIzmfnZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uccxIzmfnZ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uccxIzmfnZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uccxIzmfnZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uccxIzmfnZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccxIzmfnZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uccxIzmfnZ .content-head {
  max-width: 800px;
}
.cid-uccxIzmfnZ .mbr-section-title {
  color: #cdae9e;
}
.cid-uccxIzmfnZ .mbr-section-subtitle {
  color: #cdae9e;
}
.cid-uccxIzWxUR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uccxIzWxUR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccxIzWxUR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uccxIzWxUR .cards-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 639px) {
  .cid-uccxIzWxUR .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uccxIzWxUR .card-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uccxIzWxUR .card-container {
  padding: 32px;
}
.cid-uccxIzWxUR .card-title {
  color: #c8bbb6;
  margin-bottom: 0;
}
.cid-uccxIzWxUR .card-text {
  color: #c8bbb6;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-uccxIAhOTP {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-uccxIAhOTP .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-uccxIAhOTP .btn-social,
.cid-uccxIAhOTP .mbr-section-title {
  color: #57468b;
}
.cid-uccxIAhOTP .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #c8bbb6;
}
.cid-uccxIAhOTP .soc-item span {
  font-size: 20px;
  color: #000000 !important;
  transition: all 0.3s;
}
.cid-uccxIAhOTP .soc-item:hover {
  background: #000000;
}
.cid-uccxIAhOTP .soc-item:hover span {
  color: #c8bbb6 !important;
}
.cid-uccxIAhOTP .social-list {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uccxIAhOTP .align-left,
  .cid-uccxIAhOTP .align-right {
    text-align: center;
  }
  .cid-uccxIAhOTP .social-list {
    justify-content: center;
  }
  .cid-uccxIAhOTP .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-uccxIAhOTP .mbr-text {
  color: #cdbab5;
}
.cid-uccBFtaLaO {
  z-index: 1000;
  width: 100%;
}
.cid-uccBFtaLaO nav.navbar {
  position: fixed;
}
.cid-uccBFtaLaO a {
  font-weight: 300 !important;
}
.cid-uccBFtaLaO .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uccBFtaLaO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uccBFtaLaO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uccBFtaLaO .dropdown-item:hover,
.cid-uccBFtaLaO .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uccBFtaLaO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uccBFtaLaO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uccBFtaLaO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uccBFtaLaO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uccBFtaLaO .container {
  display: flex;
  margin: auto;
}
.cid-uccBFtaLaO .dropdown-menu,
.cid-uccBFtaLaO .navbar.opened {
  background: #000000 !important;
}
.cid-uccBFtaLaO .nav-item:focus,
.cid-uccBFtaLaO .nav-link:focus {
  outline: none;
}
.cid-uccBFtaLaO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uccBFtaLaO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uccBFtaLaO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uccBFtaLaO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uccBFtaLaO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uccBFtaLaO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uccBFtaLaO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uccBFtaLaO .navbar.opened {
  transition: all 0.3s;
}
.cid-uccBFtaLaO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uccBFtaLaO .navbar .navbar-logo img {
  width: auto;
}
.cid-uccBFtaLaO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uccBFtaLaO .navbar.collapsed {
  justify-content: center;
}
.cid-uccBFtaLaO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uccBFtaLaO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uccBFtaLaO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uccBFtaLaO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uccBFtaLaO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uccBFtaLaO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uccBFtaLaO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uccBFtaLaO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uccBFtaLaO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uccBFtaLaO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uccBFtaLaO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uccBFtaLaO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uccBFtaLaO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uccBFtaLaO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uccBFtaLaO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uccBFtaLaO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uccBFtaLaO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uccBFtaLaO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uccBFtaLaO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uccBFtaLaO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uccBFtaLaO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uccBFtaLaO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uccBFtaLaO .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-uccBFtaLaO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uccBFtaLaO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uccBFtaLaO .dropdown-item.active,
.cid-uccBFtaLaO .dropdown-item:active {
  background-color: transparent;
}
.cid-uccBFtaLaO .navbar-expand-lg .navbar-nav {
  padding: 0;
}
.cid-uccBFtaLaO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uccBFtaLaO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uccBFtaLaO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uccBFtaLaO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uccBFtaLaO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uccBFtaLaO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uccBFtaLaO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uccBFtaLaO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uccBFtaLaO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4dfd4;
}
.cid-uccBFtaLaO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uccBFtaLaO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uccBFtaLaO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uccBFtaLaO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uccBFtaLaO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uccBFtaLaO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uccBFtaLaO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uccBFtaLaO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uccBFtaLaO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uccBFtaLaO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.cid-uccBFtaLaO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uccBFtaLaO .navbar {
    height: 70px;
  }
  .cid-uccBFtaLaO .navbar.opened {
    height: auto;
  }
  .cid-uccBFtaLaO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uccBFtaLaO .mbr-text {
  color: #fff;
}
.cid-uccBFtaLaO .link-language:first-child {
  margin-right: 0 !important;
}
.cid-uccBFtaLaO .link-language:last-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.cid-uccBFtaLaO .nav-link {
  position: relative;
}
.cid-uccBFtaLaO .nav-item {
  margin: 0 6px;
}
.cid-uccBFtaLaO .nav-item:first-child {
  margin-left: 150px;
}
@media (max-width: 1200px) {
  .cid-uccBFtaLaO .nav-item:first-child {
    margin-left: 6px;
  }
}
.cid-uccBFtaLaO .nav-item:last-child {
  text-align: center;
}
.cid-uccBFtaLaO .text-white {
  color: #fff !important;
}
.cid-uccBFtaLaO .nav-button {
  padding: .5rem 1rem;
}
.cid-uccBFtrVjX {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-uccBFtrVjX .mbr-media {
  position: relative;
}
.cid-uccBFtrVjX .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uccBFtrVjX a:hover {
  background-image: none !important;
}
.cid-uccBFtrVjX .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uccBFtrVjX .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uccBFtrVjX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uccBFtrVjX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uccBFtrVjX .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uccBFtrVjX .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uccBFtrVjX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uccBFtrVjX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccBFtrVjX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uccBFtrVjX .content-head {
  max-width: 800px;
}
.cid-uccBFtrVjX .mbr-section-title {
  color: #cdae9e;
}
.cid-uccBFtrVjX .mbr-section-subtitle {
  color: #cdae9e;
}
.cid-uccBFtOu7Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uccBFtOu7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccBFtOu7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uccBFtOu7Z .cards-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 639px) {
  .cid-uccBFtOu7Z .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uccBFtOu7Z .card-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uccBFtOu7Z .card-container {
  padding: 32px;
}
.cid-uccBFtOu7Z .card-title {
  color: #c8bbb6;
  margin-bottom: 0;
}
.cid-uccBFtOu7Z .card-text {
  color: #c8bbb6;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-uccBFu1qBA {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-uccBFu1qBA .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-uccBFu1qBA .btn-social,
.cid-uccBFu1qBA .mbr-section-title {
  color: #57468b;
}
.cid-uccBFu1qBA .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #c8bbb6;
}
.cid-uccBFu1qBA .soc-item span {
  font-size: 20px;
  color: #000000 !important;
  transition: all 0.3s;
}
.cid-uccBFu1qBA .soc-item:hover {
  background: #000000;
}
.cid-uccBFu1qBA .soc-item:hover span {
  color: #c8bbb6 !important;
}
.cid-uccBFu1qBA .social-list {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uccBFu1qBA .align-left,
  .cid-uccBFu1qBA .align-right {
    text-align: center;
  }
  .cid-uccBFu1qBA .social-list {
    justify-content: center;
  }
  .cid-uccBFu1qBA .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-uccBFu1qBA .mbr-text {
  color: #cdbab5;
}
.cid-uccC81HX4D {
  z-index: 1000;
  width: 100%;
}
.cid-uccC81HX4D nav.navbar {
  position: fixed;
}
.cid-uccC81HX4D a {
  font-weight: 300 !important;
}
.cid-uccC81HX4D .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uccC81HX4D .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uccC81HX4D .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uccC81HX4D .dropdown-item:hover,
.cid-uccC81HX4D .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uccC81HX4D .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uccC81HX4D .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uccC81HX4D .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uccC81HX4D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uccC81HX4D .container {
  display: flex;
  margin: auto;
}
.cid-uccC81HX4D .dropdown-menu,
.cid-uccC81HX4D .navbar.opened {
  background: #000000 !important;
}
.cid-uccC81HX4D .nav-item:focus,
.cid-uccC81HX4D .nav-link:focus {
  outline: none;
}
.cid-uccC81HX4D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uccC81HX4D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uccC81HX4D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uccC81HX4D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uccC81HX4D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uccC81HX4D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uccC81HX4D .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uccC81HX4D .navbar.opened {
  transition: all 0.3s;
}
.cid-uccC81HX4D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uccC81HX4D .navbar .navbar-logo img {
  width: auto;
}
.cid-uccC81HX4D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uccC81HX4D .navbar.collapsed {
  justify-content: center;
}
.cid-uccC81HX4D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uccC81HX4D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uccC81HX4D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uccC81HX4D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uccC81HX4D .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uccC81HX4D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uccC81HX4D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uccC81HX4D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uccC81HX4D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uccC81HX4D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uccC81HX4D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uccC81HX4D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uccC81HX4D .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uccC81HX4D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uccC81HX4D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uccC81HX4D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uccC81HX4D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uccC81HX4D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uccC81HX4D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uccC81HX4D .navbar.navbar-short {
  min-height: 60px;
}
.cid-uccC81HX4D .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uccC81HX4D .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uccC81HX4D .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-uccC81HX4D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uccC81HX4D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uccC81HX4D .dropdown-item.active,
.cid-uccC81HX4D .dropdown-item:active {
  background-color: transparent;
}
.cid-uccC81HX4D .navbar-expand-lg .navbar-nav {
  padding: 0;
}
.cid-uccC81HX4D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uccC81HX4D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uccC81HX4D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uccC81HX4D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uccC81HX4D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uccC81HX4D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uccC81HX4D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uccC81HX4D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uccC81HX4D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4dfd4;
}
.cid-uccC81HX4D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uccC81HX4D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uccC81HX4D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uccC81HX4D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uccC81HX4D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uccC81HX4D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uccC81HX4D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uccC81HX4D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uccC81HX4D .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uccC81HX4D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.cid-uccC81HX4D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uccC81HX4D .navbar {
    height: 70px;
  }
  .cid-uccC81HX4D .navbar.opened {
    height: auto;
  }
  .cid-uccC81HX4D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uccC81HX4D .mbr-text {
  color: #fff;
}
.cid-uccC81HX4D .link-language:first-child {
  margin-right: 0 !important;
}
.cid-uccC81HX4D .link-language:last-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.cid-uccC81HX4D .nav-link {
  position: relative;
}
.cid-uccC81HX4D .nav-item {
  margin: 0 6px;
}
.cid-uccC81HX4D .nav-item:first-child {
  margin-left: 150px;
}
@media (max-width: 1200px) {
  .cid-uccC81HX4D .nav-item:first-child {
    margin-left: 6px;
  }
}
.cid-uccC81HX4D .nav-item:last-child {
  text-align: center;
}
.cid-uccC81HX4D .text-white {
  color: #fff !important;
}
.cid-uccC81HX4D .nav-button {
  padding: .5rem 1rem;
}
.cid-uccC826rgi {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-uccC826rgi .mbr-media {
  position: relative;
}
.cid-uccC826rgi .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uccC826rgi a:hover {
  background-image: none !important;
}
.cid-uccC826rgi .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uccC826rgi .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uccC826rgi .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uccC826rgi .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uccC826rgi .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uccC826rgi .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uccC826rgi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uccC826rgi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccC826rgi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uccC826rgi .content-head {
  max-width: 800px;
}
.cid-uccC826rgi .mbr-section-title {
  color: #cdae9e;
}
.cid-uccC826rgi .mbr-section-subtitle {
  color: #cdae9e;
}
.cid-uccC82GL0y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uccC82GL0y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccC82GL0y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uccC82GL0y .cards-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 639px) {
  .cid-uccC82GL0y .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uccC82GL0y .card-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uccC82GL0y .card-container {
  padding: 32px;
}
.cid-uccC82GL0y .card-title {
  color: #c8bbb6;
  margin-bottom: 0;
}
.cid-uccC82GL0y .card-text {
  color: #c8bbb6;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-uccC831ZI4 {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-uccC831ZI4 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-uccC831ZI4 .btn-social,
.cid-uccC831ZI4 .mbr-section-title {
  color: #57468b;
}
.cid-uccC831ZI4 .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #c8bbb6;
}
.cid-uccC831ZI4 .soc-item span {
  font-size: 20px;
  color: #000000 !important;
  transition: all 0.3s;
}
.cid-uccC831ZI4 .soc-item:hover {
  background: #000000;
}
.cid-uccC831ZI4 .soc-item:hover span {
  color: #c8bbb6 !important;
}
.cid-uccC831ZI4 .social-list {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uccC831ZI4 .align-left,
  .cid-uccC831ZI4 .align-right {
    text-align: center;
  }
  .cid-uccC831ZI4 .social-list {
    justify-content: center;
  }
  .cid-uccC831ZI4 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-uccC831ZI4 .mbr-text {
  color: #cdbab5;
}
