body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 11rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 13.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 8.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 7.7rem;
    font-size: calc( 4.5rem + (11 - 4.5) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.5rem + (11 - 4.5) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4232e2 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #818181 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4232e2 !important;
  border-color: #4232e2 !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: #2417a6 !important;
  border-color: #2417a6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2417a6 !important;
  border-color: #2417a6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !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: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #818181 !important;
  border-color: #818181 !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: #565656 !important;
  border-color: #565656 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #565656 !important;
  border-color: #565656 !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: transparent;
  color: #4232e2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2417a6 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4232e2 !important;
  border-color: #4232e2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #818181;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #565656 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #818181 !important;
  border-color: #818181 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!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: transparent;
  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: transparent!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: #4232e2 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #818181 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4232e2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff6666 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #40b0bf !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #47b5ed !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffe161 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #818181 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !important;
}
.nav-tabs .nav-link.active {
  color: #4232e2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #818181;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4232e2;
  border-color: #4232e2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4232e2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e7e5fb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c1c1c1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #4232e2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #4232e2;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4232e2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4232e2;
}
.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: #4232e2;
  border-bottom-color: #4232e2;
}
.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: #4232e2 !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: #ff6666 !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='%234232e2' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-umDSXonWY8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-umDSXonWY8 nav.navbar {
  position: fixed;
}
.cid-umDSXonWY8 .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-umDSXonWY8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umDSXonWY8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umDSXonWY8 .dropdown-item:hover,
.cid-umDSXonWY8 .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-umDSXonWY8 .dropdown-item:hover span {
  color: white;
}
.cid-umDSXonWY8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umDSXonWY8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umDSXonWY8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umDSXonWY8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umDSXonWY8 .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-umDSXonWY8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umDSXonWY8 .container {
    flex-wrap: nowrap;
  }
}
.cid-umDSXonWY8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umDSXonWY8 .dropdown-menu,
.cid-umDSXonWY8 .navbar.opened {
  background: #000000 !important;
}
.cid-umDSXonWY8 .nav-item:focus,
.cid-umDSXonWY8 .nav-link:focus {
  outline: none;
}
.cid-umDSXonWY8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umDSXonWY8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umDSXonWY8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umDSXonWY8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umDSXonWY8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umDSXonWY8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umDSXonWY8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-umDSXonWY8 .navbar.opened {
  transition: all 0.3s;
}
.cid-umDSXonWY8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umDSXonWY8 .navbar .navbar-logo img {
  width: auto;
}
.cid-umDSXonWY8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umDSXonWY8 .navbar.collapsed {
  justify-content: center;
}
.cid-umDSXonWY8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umDSXonWY8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umDSXonWY8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-umDSXonWY8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umDSXonWY8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umDSXonWY8 .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-umDSXonWY8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umDSXonWY8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umDSXonWY8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umDSXonWY8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umDSXonWY8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umDSXonWY8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umDSXonWY8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umDSXonWY8 .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-umDSXonWY8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umDSXonWY8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umDSXonWY8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umDSXonWY8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umDSXonWY8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umDSXonWY8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umDSXonWY8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-umDSXonWY8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-umDSXonWY8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umDSXonWY8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umDSXonWY8 .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-umDSXonWY8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umDSXonWY8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umDSXonWY8 .dropdown-item.active,
.cid-umDSXonWY8 .dropdown-item:active {
  background-color: transparent;
}
.cid-umDSXonWY8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umDSXonWY8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umDSXonWY8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umDSXonWY8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umDSXonWY8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umDSXonWY8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umDSXonWY8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umDSXonWY8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umDSXonWY8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umDSXonWY8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-umDSXonWY8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umDSXonWY8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umDSXonWY8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umDSXonWY8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umDSXonWY8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umDSXonWY8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umDSXonWY8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umDSXonWY8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umDSXonWY8 .navbar-dropdown {
  position: fixed;
}
.cid-umDSXonWY8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umDSXonWY8 .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-umDSXonWY8 .navbar {
    height: 70px;
  }
  .cid-umDSXonWY8 .navbar.opened {
    height: auto;
  }
  .cid-umDSXonWY8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umE8IPvRzj {
  display: flex;
  background-image: url("../../../assets/images/adsz-tasarm-11-1-1920x1080.png");
}
.cid-umE8IPvRzj .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-umE8IPvRzj .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-umE8IPvRzj {
    align-items: center;
  }
  .cid-umE8IPvRzj .row {
    justify-content: flex-start;
  }
  .cid-umE8IPvRzj .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-umE8IPvRzj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-umE8IPvRzj {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-umE8IPvRzj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-umE8IPvRzj .content-wrap {
    width: 100%;
  }
}
.cid-umE8IPvRzj .mbr-section-title {
  text-align: left;
}
.cid-sjf15ThWDz {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sjf15ThWDz .link-wrapper {
  width: 100%;
}
.cid-sjf15ThWDz .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-sjf15ThWDz .line {
    margin: 0;
  }
}
.cid-sjf15ThWDz .item-img {
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  height: 250px;
}
.cid-sjf15ThWDz .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-sjf15ThWDz .card-date {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  width: fit-content;
  color: #ffffff;
  line-height: 2;
  padding: 4px 12px;
  text-align: center;
}
.cid-sjf15ThWDz .card-date:before {
  top: 50%;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 1px ;
  background: #efefef;
}
.cid-sjf15ThWDz .card-type {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  width: fit-content;
  color: #ffffff;
  margin: 0;
  padding: 4px 12px;
}
.cid-sjf15ThWDz .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-sjf15ThWDz .row {
    justify-content: flex-start;
  }
}
.cid-sjf15ThWDz .card {
  border-left: 1px solid #000000;
  border-radius: 0;
  padding: 0 4rem;
}
@media (max-width: 1200px) {
  .cid-sjf15ThWDz .card {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sjf15ThWDz .card {
    padding-left: 1rem;
    border-left: 0px;
  }
}
.cid-sjf15ThWDz .first {
  border: 0;
}
.cid-sjf15ThWDz .card-text {
  color: #818181;
}
.cid-sjf15ThWDz .card-text a {
  position: relative;
  background: none!important;
}
.cid-sjf15ThWDz .card-text a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-sjf15ThWDz .card-text a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-sjf15ThWDz .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sjf15ThWDz .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sjf15ThWDz .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sjf15ThWDz .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sjf15ThWDz .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sjf15ThWDz .card-title,
.cid-sjf15ThWDz .iconfont-wrapper {
  color: #000000;
}
.cid-sjf15ThWDz .link,
.cid-sjf15ThWDz .link-wrapper {
  color: #000000;
}
.cid-sjf1bOSbxQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sjf1bOSbxQ .link-wrapper {
  width: 100%;
}
.cid-sjf1bOSbxQ .container-fluid {
  max-width: 100%!important;
}
.cid-sjf1bOSbxQ .col {
  padding: 0;
  margin: auto;
}
.cid-sjf1bOSbxQ .img-big {
  height: 500px;
}
.cid-sjf1bOSbxQ .img-big img {
  object-fit: cover;
  height: 100%;
}
.cid-sjf1bOSbxQ .item-img {
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  height: 250px;
}
.cid-sjf1bOSbxQ .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-sjf1bOSbxQ .card-date {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  width: fit-content;
  color: #ffffff;
  line-height: 2;
  padding: 4px 12px;
  text-align: center;
}
.cid-sjf1bOSbxQ .card-date:before {
  top: 50%;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 1px ;
  background: #efefef;
}
.cid-sjf1bOSbxQ .card-type {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  width: fit-content;
  color: #ffffff;
  margin: 0;
  padding: 4px 12px;
}
.cid-sjf1bOSbxQ .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-sjf1bOSbxQ .row {
    justify-content: flex-start;
  }
}
.cid-sjf1bOSbxQ .card {
  border-left: 1px solid #000000;
  border-radius: 0;
  padding: 0 3rem;
}
@media (max-width: 1750px) {
  .cid-sjf1bOSbxQ .card {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sjf1bOSbxQ .card {
    padding-left: 1rem;
    border-left: 0px;
  }
}
@media (max-width: 767px) {
  .cid-sjf1bOSbxQ .img-col {
    padding: 0rem;
  }
}
.cid-sjf1bOSbxQ .first {
  border: 0;
}
.cid-sjf1bOSbxQ .card-text {
  color: #818181;
}
.cid-sjf1bOSbxQ .card-text a {
  position: relative;
  background: none!important;
}
.cid-sjf1bOSbxQ .card-text a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-sjf1bOSbxQ .card-text a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-sjf1bOSbxQ .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sjf1bOSbxQ .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sjf1bOSbxQ .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sjf1bOSbxQ .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sjf1bOSbxQ .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sjf1bOSbxQ .card-title,
.cid-sjf1bOSbxQ .iconfont-wrapper {
  color: #000000;
}
.cid-sjf1bOSbxQ .link,
.cid-sjf1bOSbxQ .link-wrapper {
  color: #000000;
}
.cid-sjf1eSalwx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-sjf1eSalwx .container-fluid .row {
    justify-content: flex-end;
    padding-right: 2rem;
  }
  .cid-sjf1eSalwx .col-lg-3 {
    max-width: 330px;
  }
}
.cid-sjf1eSalwx img {
  object-fit: cover;
  transition: all 0.3s;
  max-height: 100%;
}
.cid-sjf1eSalwx .item-img {
  background: #353535;
  padding: 0.7rem;
}
.cid-sjf1eSalwx .item-img:hover {
  padding: 0;
}
.cid-sjf1eSalwx .container {
  max-width: 1400px;
}
.cid-sjf1eSalwx img,
.cid-sjf1eSalwx .item-img {
  transition: all 0.3s;
  width: 100%;
  position: relative;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-sjf1eSalwx .item:focus,
.cid-sjf1eSalwx span:focus {
  outline: none;
}
.cid-sjf1eSalwx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjf1eSalwx .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sjf1eSalwx .item-content {
  padding-top: 1.5rem;
}
.cid-sjf1eSalwx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjf1eSalwx .mbr-section-title {
  color: #232323;
}
.cid-sjf1eSalwx .mbr-text,
.cid-sjf1eSalwx .mbr-section-btn {
  color: #818181;
}
#custom-html-19 {
  /* Type valid CSS here */
}
#custom-html-19 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-19 p {
  font-size: 60px;
  color: #777;
}
.cid-umE8s8AUvO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-umE8s8AUvO::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umE8s8AUvO .mbr-fallback-image.disabled {
  display: none;
}
.cid-umE8s8AUvO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umE8s8AUvO .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-umE8s8AUvO .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .container {
    padding: 0 22px;
  }
}
.cid-umE8s8AUvO .row {
  position: relative;
  z-index: 1;
}
.cid-umE8s8AUvO .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umE8s8AUvO .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umE8s8AUvO .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umE8s8AUvO .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umE8s8AUvO .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umE8s8AUvO .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umE8s8AUvO .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umE8s8AUvO .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umE8s8AUvO .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap:hover,
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap:hover::before,
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umE8s8AUvO .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umE8s8AUvO .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umE8s8AUvO .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umE8s8AUvO .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umE8s8AUvO .mbr-section-title {
  color: #ffffff;
}
.cid-umE8s8AUvO .mbr-text {
  color: #ffffff;
}
.cid-umE8s8AUvO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umE8s8AUvO .list {
  color: #ffffff;
}
.cid-umE8s8AUvO .mbr-contact {
  color: #ffffff;
}
.cid-umE8s8AUvO .mbr-desc {
  color: #ffffff;
}
.cid-umE8s8AUvO .mbr-contact,
.cid-umE8s8AUvO .item-contact {
  color: #ffffff;
}
.cid-umE8s8AUvO .list,
.cid-umE8s8AUvO .item-wrap {
  color: #ffffff;
}
.cid-umEa75yuhl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umEa75yuhl .mbr-fallback-image.disabled {
  display: none;
}
.cid-umEa75yuhl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umEa75yuhl .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-umEa9o85i1.popup-builder {
  background-color: #ffffff;
}
.cid-umEa9o85i1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-umEa9o85i1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-umEa9o85i1 .modal-content,
.cid-umEa9o85i1 .modal-dialog {
  height: auto;
}
.cid-umEa9o85i1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-umEa9o85i1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-umEa9o85i1 .form-wrapper .mbr-form .form-group,
  .cid-umEa9o85i1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-umEa9o85i1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-umEa9o85i1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-umEa9o85i1 .mbr-text {
  text-align: center;
}
.cid-umEa9o85i1 .pt-0 {
  padding-top: 0 !important;
}
.cid-umEa9o85i1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-umEa9o85i1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-umEa9o85i1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-umEa9o85i1 .modal-open {
  overflow: hidden;
}
.cid-umEa9o85i1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-umEa9o85i1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-umEa9o85i1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-umEa9o85i1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-umEa9o85i1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-umEa9o85i1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-umEa9o85i1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-umEa9o85i1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-umEa9o85i1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-umEa9o85i1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-umEa9o85i1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-umEa9o85i1 .modal-backdrop.show {
  opacity: .5;
}
.cid-umEa9o85i1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-umEa9o85i1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-umEa9o85i1 .modal-header {
    padding: 1rem;
  }
}
.cid-umEa9o85i1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-umEa9o85i1 .modal-header .close svg {
  fill: #353535;
}
.cid-umEa9o85i1 .modal-header .close:hover {
  opacity: 1;
}
.cid-umEa9o85i1 .modal-header .close:focus {
  outline: none;
}
.cid-umEa9o85i1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-umEa9o85i1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-umEa9o85i1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umEa9o85i1 .modal-body {
    padding: 1rem;
  }
}
.cid-umEa9o85i1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umEa9o85i1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umEa9o85i1 .modal-footer {
    padding: 1rem;
  }
}
.cid-umEa9o85i1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-umEa9o85i1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-umEa9o85i1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-umEa9o85i1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-umEa9o85i1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-umEa9o85i1 .modal-lg,
  .cid-umEa9o85i1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-umEa9o85i1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-umEa9o85i1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-umEa9o85i1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-umEa9o85i1 .form-group {
  margin-bottom: 1rem;
}
.cid-umEa9o85i1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-umEa9o85i1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-umEa9o85i1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-umEa9o85i1 .mbr-section-btn {
  margin: 0;
}
.cid-umEa9o85i1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-umDSXonWY8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-umDSXonWY8 nav.navbar {
  position: fixed;
}
.cid-umDSXonWY8 .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-umDSXonWY8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umDSXonWY8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umDSXonWY8 .dropdown-item:hover,
.cid-umDSXonWY8 .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-umDSXonWY8 .dropdown-item:hover span {
  color: white;
}
.cid-umDSXonWY8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umDSXonWY8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umDSXonWY8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umDSXonWY8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umDSXonWY8 .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-umDSXonWY8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umDSXonWY8 .container {
    flex-wrap: nowrap;
  }
}
.cid-umDSXonWY8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umDSXonWY8 .dropdown-menu,
.cid-umDSXonWY8 .navbar.opened {
  background: #000000 !important;
}
.cid-umDSXonWY8 .nav-item:focus,
.cid-umDSXonWY8 .nav-link:focus {
  outline: none;
}
.cid-umDSXonWY8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umDSXonWY8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umDSXonWY8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umDSXonWY8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umDSXonWY8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umDSXonWY8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umDSXonWY8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-umDSXonWY8 .navbar.opened {
  transition: all 0.3s;
}
.cid-umDSXonWY8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umDSXonWY8 .navbar .navbar-logo img {
  width: auto;
}
.cid-umDSXonWY8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umDSXonWY8 .navbar.collapsed {
  justify-content: center;
}
.cid-umDSXonWY8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umDSXonWY8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umDSXonWY8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-umDSXonWY8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umDSXonWY8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umDSXonWY8 .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-umDSXonWY8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umDSXonWY8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umDSXonWY8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umDSXonWY8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umDSXonWY8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umDSXonWY8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umDSXonWY8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umDSXonWY8 .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-umDSXonWY8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umDSXonWY8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umDSXonWY8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umDSXonWY8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umDSXonWY8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umDSXonWY8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umDSXonWY8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-umDSXonWY8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-umDSXonWY8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umDSXonWY8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umDSXonWY8 .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-umDSXonWY8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umDSXonWY8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umDSXonWY8 .dropdown-item.active,
.cid-umDSXonWY8 .dropdown-item:active {
  background-color: transparent;
}
.cid-umDSXonWY8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umDSXonWY8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umDSXonWY8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umDSXonWY8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umDSXonWY8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umDSXonWY8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umDSXonWY8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umDSXonWY8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umDSXonWY8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umDSXonWY8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-umDSXonWY8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umDSXonWY8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umDSXonWY8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umDSXonWY8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umDSXonWY8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umDSXonWY8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umDSXonWY8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umDSXonWY8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umDSXonWY8 .navbar-dropdown {
  position: fixed;
}
.cid-umDSXonWY8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umDSXonWY8 .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-umDSXonWY8 .navbar {
    height: 70px;
  }
  .cid-umDSXonWY8 .navbar.opened {
    height: auto;
  }
  .cid-umDSXonWY8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwEkpLAXlN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwEkpLAXlN .link-wrapper {
  width: 100%;
}
.cid-uwEkpLAXlN .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uwEkpLAXlN .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uwEkpLAXlN .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uwEkpLAXlN .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uwEkpLAXlN .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uwEkpLAXlN .mbr-section-title DIV {
  text-align: center;
}
.cid-uwEkpLAXlN .mbr-text,
.cid-uwEkpLAXlN .mbr-section-btn {
  text-align: center;
}
.cid-uwEkpLAXlN .link,
.cid-uwEkpLAXlN .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uwEkpLAXlN .mbr-section-title {
  color: #ffffff;
}
.cid-uwEkpLAXlN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwEkpLAXlN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwEh70NsOv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uwEh70NsOv .container {
  max-width: 1750px;
}
@media (min-width: 992px) {
  .cid-uwEh70NsOv .item:not(:last-child) {
    border-right: 1px solid #818181;
  }
}
.cid-uwEh70NsOv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-uwEh70NsOv .item {
    padding: 0 4rem;
  }
}
.cid-uwEh70NsOv p {
  padding: 0;
  margin: 0;
}
.cid-uwEh70NsOv img,
.cid-uwEh70NsOv .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uwEh70NsOv img:before,
.cid-uwEh70NsOv .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-uwEh70NsOv img:hover:before,
.cid-uwEh70NsOv .item-img:hover:before {
  opacity: 0.2;
}
.cid-uwEh70NsOv .item:focus,
.cid-uwEh70NsOv span:focus {
  outline: none;
}
.cid-uwEh70NsOv .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uwEh70NsOv .item-content {
  padding-top: 1.5rem;
}
.cid-uwEh70NsOv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uwEh70NsOv .mbr-section-title {
  color: #232323;
}
.cid-uwEh70NsOv .mbr-text,
.cid-uwEh70NsOv .mbr-section-btn {
  color: #ffffff;
}
.cid-uwEh70NsOv .item-title {
  color: #ffffff;
}
.cid-uwEjYM4H1L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1277.jpg");
}
.cid-uwEjYM4H1L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwEjYM4H1L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uwEjYM4H1L .container {
    padding: 0 16px;
  }
}
.cid-uwEjYM4H1L .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uwEjYM4H1L .row {
    height: 200px;
  }
}
.cid-uwEi5SX9oK {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uwEi5SX9oK .container {
  max-width: 1750px;
}
@media (min-width: 992px) {
  .cid-uwEi5SX9oK .item:not(:last-child) {
    border-right: 1px solid #818181;
  }
}
.cid-uwEi5SX9oK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-uwEi5SX9oK .item {
    padding: 0 4rem;
  }
}
.cid-uwEi5SX9oK p {
  padding: 0;
  margin: 0;
}
.cid-uwEi5SX9oK img,
.cid-uwEi5SX9oK .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uwEi5SX9oK img:before,
.cid-uwEi5SX9oK .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-uwEi5SX9oK img:hover:before,
.cid-uwEi5SX9oK .item-img:hover:before {
  opacity: 0.2;
}
.cid-uwEi5SX9oK .item:focus,
.cid-uwEi5SX9oK span:focus {
  outline: none;
}
.cid-uwEi5SX9oK .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uwEi5SX9oK .item-content {
  padding-top: 1.5rem;
}
.cid-uwEi5SX9oK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uwEi5SX9oK .mbr-section-title {
  color: #232323;
}
.cid-uwEi5SX9oK .mbr-text,
.cid-uwEi5SX9oK .mbr-section-btn {
  color: #ffffff;
}
.cid-uwEi5SX9oK .item-title {
  color: #ffffff;
}
.cid-uwEk9lSBAO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
}
.cid-uwEk9lSBAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwEk9lSBAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uwEk9lSBAO .container {
    padding: 0 16px;
  }
}
.cid-uwEk9lSBAO .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uwEk9lSBAO .row {
    height: 200px;
  }
}
.cid-uwEjeAfFVf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uwEjeAfFVf .container {
  max-width: 1750px;
}
@media (min-width: 992px) {
  .cid-uwEjeAfFVf .item:not(:last-child) {
    border-right: 1px solid #818181;
  }
}
.cid-uwEjeAfFVf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-uwEjeAfFVf .item {
    padding: 0 4rem;
  }
}
.cid-uwEjeAfFVf p {
  padding: 0;
  margin: 0;
}
.cid-uwEjeAfFVf img,
.cid-uwEjeAfFVf .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uwEjeAfFVf img:before,
.cid-uwEjeAfFVf .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-uwEjeAfFVf img:hover:before,
.cid-uwEjeAfFVf .item-img:hover:before {
  opacity: 0.2;
}
.cid-uwEjeAfFVf .item:focus,
.cid-uwEjeAfFVf span:focus {
  outline: none;
}
.cid-uwEjeAfFVf .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uwEjeAfFVf .item-content {
  padding-top: 1.5rem;
}
.cid-uwEjeAfFVf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uwEjeAfFVf .mbr-section-title {
  color: #232323;
}
.cid-uwEjeAfFVf .mbr-text,
.cid-uwEjeAfFVf .mbr-section-btn {
  color: #ffffff;
}
.cid-uwEjeAfFVf .item-title {
  color: #ffffff;
}
.cid-umE8s8AUvO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-umE8s8AUvO::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umE8s8AUvO .mbr-fallback-image.disabled {
  display: none;
}
.cid-umE8s8AUvO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umE8s8AUvO .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-umE8s8AUvO .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .container {
    padding: 0 22px;
  }
}
.cid-umE8s8AUvO .row {
  position: relative;
  z-index: 1;
}
.cid-umE8s8AUvO .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umE8s8AUvO .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umE8s8AUvO .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umE8s8AUvO .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umE8s8AUvO .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umE8s8AUvO .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umE8s8AUvO .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umE8s8AUvO .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umE8s8AUvO .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap:hover,
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap:hover::before,
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umE8s8AUvO .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umE8s8AUvO .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umE8s8AUvO .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umE8s8AUvO .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umE8s8AUvO .mbr-section-title {
  color: #ffffff;
}
.cid-umE8s8AUvO .mbr-text {
  color: #ffffff;
}
.cid-umE8s8AUvO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umE8s8AUvO .list {
  color: #ffffff;
}
.cid-umE8s8AUvO .mbr-contact {
  color: #ffffff;
}
.cid-umE8s8AUvO .mbr-desc {
  color: #ffffff;
}
.cid-umE8s8AUvO .mbr-contact,
.cid-umE8s8AUvO .item-contact {
  color: #ffffff;
}
.cid-umE8s8AUvO .list,
.cid-umE8s8AUvO .item-wrap {
  color: #ffffff;
}
.cid-uwENUYnfeG.popup-builder {
  background-color: #ffffff;
}
.cid-uwENUYnfeG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uwENUYnfeG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uwENUYnfeG .modal-content,
.cid-uwENUYnfeG .modal-dialog {
  height: auto;
}
.cid-uwENUYnfeG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uwENUYnfeG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uwENUYnfeG .form-wrapper .mbr-form .form-group,
  .cid-uwENUYnfeG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uwENUYnfeG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uwENUYnfeG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uwENUYnfeG .mbr-text {
  text-align: center;
}
.cid-uwENUYnfeG .pt-0 {
  padding-top: 0 !important;
}
.cid-uwENUYnfeG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uwENUYnfeG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uwENUYnfeG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uwENUYnfeG .modal-open {
  overflow: hidden;
}
.cid-uwENUYnfeG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uwENUYnfeG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uwENUYnfeG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uwENUYnfeG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uwENUYnfeG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uwENUYnfeG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uwENUYnfeG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uwENUYnfeG .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uwENUYnfeG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uwENUYnfeG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uwENUYnfeG .modal-backdrop.fade {
  opacity: 0;
}
.cid-uwENUYnfeG .modal-backdrop.show {
  opacity: .5;
}
.cid-uwENUYnfeG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uwENUYnfeG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwENUYnfeG .modal-header {
    padding: 1rem;
  }
}
.cid-uwENUYnfeG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uwENUYnfeG .modal-header .close svg {
  fill: #353535;
}
.cid-uwENUYnfeG .modal-header .close:hover {
  opacity: 1;
}
.cid-uwENUYnfeG .modal-header .close:focus {
  outline: none;
}
.cid-uwENUYnfeG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uwENUYnfeG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uwENUYnfeG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwENUYnfeG .modal-body {
    padding: 1rem;
  }
}
.cid-uwENUYnfeG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uwENUYnfeG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwENUYnfeG .modal-footer {
    padding: 1rem;
  }
}
.cid-uwENUYnfeG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uwENUYnfeG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uwENUYnfeG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uwENUYnfeG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uwENUYnfeG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uwENUYnfeG .modal-lg,
  .cid-uwENUYnfeG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uwENUYnfeG .modal-xl {
    max-width: 1140px;
  }
}
.cid-uwENUYnfeG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uwENUYnfeG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uwENUYnfeG .form-group {
  margin-bottom: 1rem;
}
.cid-uwENUYnfeG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uwENUYnfeG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uwENUYnfeG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uwENUYnfeG .mbr-section-btn {
  margin: 0;
}
.cid-uwENUYnfeG .mbr-section-btn .btn {
  margin: 0;
}
.cid-uwEkHwHcsb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uwEkHwHcsb nav.navbar {
  position: fixed;
}
.cid-uwEkHwHcsb .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-uwEkHwHcsb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwEkHwHcsb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwEkHwHcsb .dropdown-item:hover,
.cid-uwEkHwHcsb .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-uwEkHwHcsb .dropdown-item:hover span {
  color: white;
}
.cid-uwEkHwHcsb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwEkHwHcsb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwEkHwHcsb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uwEkHwHcsb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwEkHwHcsb .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-uwEkHwHcsb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uwEkHwHcsb .container {
    flex-wrap: nowrap;
  }
}
.cid-uwEkHwHcsb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uwEkHwHcsb .dropdown-menu,
.cid-uwEkHwHcsb .navbar.opened {
  background: #000000 !important;
}
.cid-uwEkHwHcsb .nav-item:focus,
.cid-uwEkHwHcsb .nav-link:focus {
  outline: none;
}
.cid-uwEkHwHcsb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwEkHwHcsb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwEkHwHcsb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwEkHwHcsb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwEkHwHcsb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwEkHwHcsb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwEkHwHcsb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uwEkHwHcsb .navbar.opened {
  transition: all 0.3s;
}
.cid-uwEkHwHcsb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwEkHwHcsb .navbar .navbar-logo img {
  width: auto;
}
.cid-uwEkHwHcsb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwEkHwHcsb .navbar.collapsed {
  justify-content: center;
}
.cid-uwEkHwHcsb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwEkHwHcsb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwEkHwHcsb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uwEkHwHcsb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwEkHwHcsb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwEkHwHcsb .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-uwEkHwHcsb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwEkHwHcsb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwEkHwHcsb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uwEkHwHcsb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwEkHwHcsb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwEkHwHcsb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwEkHwHcsb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwEkHwHcsb .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-uwEkHwHcsb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwEkHwHcsb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwEkHwHcsb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwEkHwHcsb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwEkHwHcsb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwEkHwHcsb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uwEkHwHcsb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uwEkHwHcsb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwEkHwHcsb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwEkHwHcsb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwEkHwHcsb .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-uwEkHwHcsb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwEkHwHcsb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwEkHwHcsb .dropdown-item.active,
.cid-uwEkHwHcsb .dropdown-item:active {
  background-color: transparent;
}
.cid-uwEkHwHcsb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwEkHwHcsb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwEkHwHcsb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwEkHwHcsb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uwEkHwHcsb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwEkHwHcsb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwEkHwHcsb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwEkHwHcsb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwEkHwHcsb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwEkHwHcsb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uwEkHwHcsb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwEkHwHcsb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwEkHwHcsb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwEkHwHcsb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwEkHwHcsb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwEkHwHcsb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwEkHwHcsb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwEkHwHcsb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwEkHwHcsb .navbar-dropdown {
  position: fixed;
}
.cid-uwEkHwHcsb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwEkHwHcsb .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-uwEkHwHcsb .navbar {
    height: 70px;
  }
  .cid-uwEkHwHcsb .navbar.opened {
    height: auto;
  }
  .cid-uwEkHwHcsb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwEkHx7sUE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwEkHx7sUE .link-wrapper {
  width: 100%;
}
.cid-uwEkHx7sUE .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uwEkHx7sUE .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uwEkHx7sUE .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uwEkHx7sUE .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uwEkHx7sUE .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uwEkHx7sUE .mbr-section-title DIV {
  text-align: center;
}
.cid-uwEkHx7sUE .mbr-text,
.cid-uwEkHx7sUE .mbr-section-btn {
  text-align: center;
}
.cid-uwEkHx7sUE .link,
.cid-uwEkHx7sUE .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uwEkHx7sUE .mbr-section-title {
  color: #ffffff;
}
.cid-uwEkHx7sUE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwEkHx7sUE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwEkHxpAKq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uwEkHxpAKq .container {
  max-width: 1750px;
}
@media (min-width: 992px) {
  .cid-uwEkHxpAKq .item:not(:last-child) {
    border-right: 1px solid #818181;
  }
}
.cid-uwEkHxpAKq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-uwEkHxpAKq .item {
    padding: 0 4rem;
  }
}
.cid-uwEkHxpAKq p {
  padding: 0;
  margin: 0;
}
.cid-uwEkHxpAKq img,
.cid-uwEkHxpAKq .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uwEkHxpAKq img:before,
.cid-uwEkHxpAKq .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-uwEkHxpAKq img:hover:before,
.cid-uwEkHxpAKq .item-img:hover:before {
  opacity: 0.2;
}
.cid-uwEkHxpAKq .item:focus,
.cid-uwEkHxpAKq span:focus {
  outline: none;
}
.cid-uwEkHxpAKq .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uwEkHxpAKq .item-content {
  padding-top: 1.5rem;
}
.cid-uwEkHxpAKq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uwEkHxpAKq .mbr-section-title {
  color: #232323;
}
.cid-uwEkHxpAKq .mbr-text,
.cid-uwEkHxpAKq .mbr-section-btn {
  color: #ffffff;
}
.cid-uwEkHxpAKq .item-title {
  color: #ffffff;
}
.cid-uwEkHxQOxO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1277.jpg");
}
.cid-uwEkHxQOxO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwEkHxQOxO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uwEkHxQOxO .container {
    padding: 0 16px;
  }
}
.cid-uwEkHxQOxO .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uwEkHxQOxO .row {
    height: 200px;
  }
}
.cid-uwEkHy9l2n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uwEkHy9l2n .container {
  max-width: 1750px;
}
@media (min-width: 992px) {
  .cid-uwEkHy9l2n .item:not(:last-child) {
    border-right: 1px solid #818181;
  }
}
.cid-uwEkHy9l2n .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-uwEkHy9l2n .item {
    padding: 0 4rem;
  }
}
.cid-uwEkHy9l2n p {
  padding: 0;
  margin: 0;
}
.cid-uwEkHy9l2n img,
.cid-uwEkHy9l2n .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uwEkHy9l2n img:before,
.cid-uwEkHy9l2n .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-uwEkHy9l2n img:hover:before,
.cid-uwEkHy9l2n .item-img:hover:before {
  opacity: 0.2;
}
.cid-uwEkHy9l2n .item:focus,
.cid-uwEkHy9l2n span:focus {
  outline: none;
}
.cid-uwEkHy9l2n .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uwEkHy9l2n .item-content {
  padding-top: 1.5rem;
}
.cid-uwEkHy9l2n .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uwEkHy9l2n .mbr-section-title {
  color: #232323;
}
.cid-uwEkHy9l2n .mbr-text,
.cid-uwEkHy9l2n .mbr-section-btn {
  color: #ffffff;
}
.cid-uwEkHy9l2n .item-title {
  color: #ffffff;
}
.cid-uwEkHyBr2h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
}
.cid-uwEkHyBr2h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwEkHyBr2h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uwEkHyBr2h .container {
    padding: 0 16px;
  }
}
.cid-uwEkHyBr2h .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uwEkHyBr2h .row {
    height: 200px;
  }
}
.cid-uwEkHzmbsJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uwEkHzmbsJ::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uwEkHzmbsJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwEkHzmbsJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwEkHzmbsJ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uwEkHzmbsJ .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uwEkHzmbsJ .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uwEkHzmbsJ .container {
    padding: 0 22px;
  }
}
.cid-uwEkHzmbsJ .row {
  position: relative;
  z-index: 1;
}
.cid-uwEkHzmbsJ .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uwEkHzmbsJ .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uwEkHzmbsJ .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uwEkHzmbsJ .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwEkHzmbsJ .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwEkHzmbsJ .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uwEkHzmbsJ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwEkHzmbsJ .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uwEkHzmbsJ .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uwEkHzmbsJ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uwEkHzmbsJ .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uwEkHzmbsJ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uwEkHzmbsJ .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uwEkHzmbsJ .nav-wrapper .list .item-wrap:hover,
.cid-uwEkHzmbsJ .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uwEkHzmbsJ .nav-wrapper .list .item-wrap:hover::before,
.cid-uwEkHzmbsJ .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uwEkHzmbsJ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uwEkHzmbsJ .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwEkHzmbsJ .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uwEkHzmbsJ .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uwEkHzmbsJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uwEkHzmbsJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uwEkHzmbsJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uwEkHzmbsJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uwEkHzmbsJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uwEkHzmbsJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uwEkHzmbsJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uwEkHzmbsJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uwEkHzmbsJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uwEkHzmbsJ .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwEkHzmbsJ .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uwEkHzmbsJ .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uwEkHzmbsJ .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uwEkHzmbsJ .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uwEkHzmbsJ .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uwEkHzmbsJ .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uwEkHzmbsJ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uwEkHzmbsJ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uwEkHzmbsJ .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uwEkHzmbsJ .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uwEkHzmbsJ .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uwEkHzmbsJ .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uwEkHzmbsJ .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uwEkHzmbsJ .mbr-section-title {
  color: #ffffff;
}
.cid-uwEkHzmbsJ .mbr-text {
  color: #ffffff;
}
.cid-uwEkHzmbsJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwEkHzmbsJ .list {
  color: #ffffff;
}
.cid-uwEkHzmbsJ .mbr-contact {
  color: #ffffff;
}
.cid-uwEkHzmbsJ .mbr-desc {
  color: #ffffff;
}
.cid-uwEkHzmbsJ .mbr-contact,
.cid-uwEkHzmbsJ .item-contact {
  color: #ffffff;
}
.cid-uwEkHzmbsJ .list,
.cid-uwEkHzmbsJ .item-wrap {
  color: #ffffff;
}
.cid-uwENUVw43N.popup-builder {
  background-color: #ffffff;
}
.cid-uwENUVw43N.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uwENUVw43N.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uwENUVw43N .modal-content,
.cid-uwENUVw43N .modal-dialog {
  height: auto;
}
.cid-uwENUVw43N .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uwENUVw43N .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uwENUVw43N .form-wrapper .mbr-form .form-group,
  .cid-uwENUVw43N .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uwENUVw43N .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uwENUVw43N .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uwENUVw43N .mbr-text {
  text-align: center;
}
.cid-uwENUVw43N .pt-0 {
  padding-top: 0 !important;
}
.cid-uwENUVw43N .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uwENUVw43N .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uwENUVw43N .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uwENUVw43N .modal-open {
  overflow: hidden;
}
.cid-uwENUVw43N .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uwENUVw43N .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uwENUVw43N .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uwENUVw43N .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uwENUVw43N .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uwENUVw43N .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uwENUVw43N .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uwENUVw43N .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uwENUVw43N .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uwENUVw43N .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uwENUVw43N .modal-backdrop.fade {
  opacity: 0;
}
.cid-uwENUVw43N .modal-backdrop.show {
  opacity: .5;
}
.cid-uwENUVw43N .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uwENUVw43N .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwENUVw43N .modal-header {
    padding: 1rem;
  }
}
.cid-uwENUVw43N .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uwENUVw43N .modal-header .close svg {
  fill: #353535;
}
.cid-uwENUVw43N .modal-header .close:hover {
  opacity: 1;
}
.cid-uwENUVw43N .modal-header .close:focus {
  outline: none;
}
.cid-uwENUVw43N .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uwENUVw43N .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uwENUVw43N .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwENUVw43N .modal-body {
    padding: 1rem;
  }
}
.cid-uwENUVw43N .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uwENUVw43N .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwENUVw43N .modal-footer {
    padding: 1rem;
  }
}
.cid-uwENUVw43N .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uwENUVw43N .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uwENUVw43N .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uwENUVw43N .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uwENUVw43N .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uwENUVw43N .modal-lg,
  .cid-uwENUVw43N .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uwENUVw43N .modal-xl {
    max-width: 1140px;
  }
}
.cid-uwENUVw43N .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uwENUVw43N .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uwENUVw43N .form-group {
  margin-bottom: 1rem;
}
.cid-uwENUVw43N .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uwENUVw43N .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uwENUVw43N .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uwENUVw43N .mbr-section-btn {
  margin: 0;
}
.cid-uwENUVw43N .mbr-section-btn .btn {
  margin: 0;
}
.cid-uwEpPl5Cne {
  padding-top: 1rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uwEpPl5Cne nav.navbar {
  position: fixed;
}
.cid-uwEpPl5Cne .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-uwEpPl5Cne .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwEpPl5Cne .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwEpPl5Cne .dropdown-item:hover,
.cid-uwEpPl5Cne .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-uwEpPl5Cne .dropdown-item:hover span {
  color: white;
}
.cid-uwEpPl5Cne .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwEpPl5Cne .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwEpPl5Cne .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uwEpPl5Cne .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwEpPl5Cne .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-uwEpPl5Cne .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uwEpPl5Cne .container {
    flex-wrap: nowrap;
  }
}
.cid-uwEpPl5Cne .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uwEpPl5Cne .dropdown-menu,
.cid-uwEpPl5Cne .navbar.opened {
  background: #000000 !important;
}
.cid-uwEpPl5Cne .nav-item:focus,
.cid-uwEpPl5Cne .nav-link:focus {
  outline: none;
}
.cid-uwEpPl5Cne .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwEpPl5Cne .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwEpPl5Cne .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwEpPl5Cne .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwEpPl5Cne .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwEpPl5Cne .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwEpPl5Cne .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uwEpPl5Cne .navbar.opened {
  transition: all 0.3s;
}
.cid-uwEpPl5Cne .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwEpPl5Cne .navbar .navbar-logo img {
  width: auto;
}
.cid-uwEpPl5Cne .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwEpPl5Cne .navbar.collapsed {
  justify-content: center;
}
.cid-uwEpPl5Cne .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwEpPl5Cne .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwEpPl5Cne .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uwEpPl5Cne .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwEpPl5Cne .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwEpPl5Cne .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-uwEpPl5Cne .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwEpPl5Cne .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwEpPl5Cne .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uwEpPl5Cne .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwEpPl5Cne .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwEpPl5Cne .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwEpPl5Cne .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwEpPl5Cne .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-uwEpPl5Cne .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwEpPl5Cne .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwEpPl5Cne .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwEpPl5Cne .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwEpPl5Cne .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwEpPl5Cne .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uwEpPl5Cne .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uwEpPl5Cne .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwEpPl5Cne .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwEpPl5Cne .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwEpPl5Cne .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-uwEpPl5Cne .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwEpPl5Cne .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwEpPl5Cne .dropdown-item.active,
.cid-uwEpPl5Cne .dropdown-item:active {
  background-color: transparent;
}
.cid-uwEpPl5Cne .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwEpPl5Cne .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwEpPl5Cne .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwEpPl5Cne .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uwEpPl5Cne .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwEpPl5Cne .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwEpPl5Cne ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwEpPl5Cne .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwEpPl5Cne button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwEpPl5Cne button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uwEpPl5Cne button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwEpPl5Cne button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwEpPl5Cne button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwEpPl5Cne button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwEpPl5Cne nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwEpPl5Cne nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwEpPl5Cne nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwEpPl5Cne nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwEpPl5Cne .navbar-dropdown {
  position: fixed;
}
.cid-uwEpPl5Cne a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwEpPl5Cne .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-uwEpPl5Cne .navbar {
    height: 70px;
  }
  .cid-uwEpPl5Cne .navbar.opened {
    height: auto;
  }
  .cid-uwEpPl5Cne .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwEpPluRTi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwEpPluRTi .link-wrapper {
  width: 100%;
}
.cid-uwEpPluRTi .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uwEpPluRTi .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uwEpPluRTi .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uwEpPluRTi .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uwEpPluRTi .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uwEpPluRTi .mbr-section-title DIV {
  text-align: center;
}
.cid-uwEpPluRTi .mbr-text,
.cid-uwEpPluRTi .mbr-section-btn {
  text-align: center;
}
.cid-uwEpPluRTi .link,
.cid-uwEpPluRTi .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uwEpPluRTi .mbr-section-title {
  color: #ffffff;
}
.cid-uwEpPluRTi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwEpPluRTi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwEpPlPLkW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uwEpPlPLkW .container {
  max-width: 1750px;
}
@media (min-width: 992px) {
  .cid-uwEpPlPLkW .item:not(:last-child) {
    border-right: 1px solid #818181;
  }
}
.cid-uwEpPlPLkW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-uwEpPlPLkW .item {
    padding: 0 4rem;
  }
}
.cid-uwEpPlPLkW p {
  padding: 0;
  margin: 0;
}
.cid-uwEpPlPLkW img,
.cid-uwEpPlPLkW .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uwEpPlPLkW img:before,
.cid-uwEpPlPLkW .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-uwEpPlPLkW img:hover:before,
.cid-uwEpPlPLkW .item-img:hover:before {
  opacity: 0.2;
}
.cid-uwEpPlPLkW .item:focus,
.cid-uwEpPlPLkW span:focus {
  outline: none;
}
.cid-uwEpPlPLkW .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uwEpPlPLkW .item-content {
  padding-top: 1.5rem;
}
.cid-uwEpPlPLkW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uwEpPlPLkW .mbr-section-title {
  color: #232323;
}
.cid-uwEpPlPLkW .mbr-text,
.cid-uwEpPlPLkW .mbr-section-btn {
  color: #ffffff;
}
.cid-uwEpPlPLkW .item-title {
  color: #ffffff;
}
.cid-uwEpPmjTfn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1277.jpg");
}
.cid-uwEpPmjTfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwEpPmjTfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uwEpPmjTfn .container {
    padding: 0 16px;
  }
}
.cid-uwEpPmjTfn .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uwEpPmjTfn .row {
    height: 200px;
  }
}
.cid-uwEpPmAxxY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uwEpPmAxxY .container {
  max-width: 1750px;
}
@media (min-width: 992px) {
  .cid-uwEpPmAxxY .item:not(:last-child) {
    border-right: 1px solid #818181;
  }
}
.cid-uwEpPmAxxY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-uwEpPmAxxY .item {
    padding: 0 4rem;
  }
}
.cid-uwEpPmAxxY p {
  padding: 0;
  margin: 0;
}
.cid-uwEpPmAxxY img,
.cid-uwEpPmAxxY .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uwEpPmAxxY img:before,
.cid-uwEpPmAxxY .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-uwEpPmAxxY img:hover:before,
.cid-uwEpPmAxxY .item-img:hover:before {
  opacity: 0.2;
}
.cid-uwEpPmAxxY .item:focus,
.cid-uwEpPmAxxY span:focus {
  outline: none;
}
.cid-uwEpPmAxxY .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uwEpPmAxxY .item-content {
  padding-top: 1.5rem;
}
.cid-uwEpPmAxxY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uwEpPmAxxY .mbr-section-title {
  color: #232323;
}
.cid-uwEpPmAxxY .mbr-text,
.cid-uwEpPmAxxY .mbr-section-btn {
  color: #ffffff;
}
.cid-uwEpPmAxxY .item-title {
  color: #ffffff;
}
.cid-uwEpPn8TyW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
}
.cid-uwEpPn8TyW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwEpPn8TyW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uwEpPn8TyW .container {
    padding: 0 16px;
  }
}
.cid-uwEpPn8TyW .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uwEpPn8TyW .row {
    height: 200px;
  }
}
.cid-uwEpPnrXCb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uwEpPnrXCb::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uwEpPnrXCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwEpPnrXCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwEpPnrXCb .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uwEpPnrXCb .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uwEpPnrXCb .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uwEpPnrXCb .container {
    padding: 0 22px;
  }
}
.cid-uwEpPnrXCb .row {
  position: relative;
  z-index: 1;
}
.cid-uwEpPnrXCb .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uwEpPnrXCb .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uwEpPnrXCb .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uwEpPnrXCb .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwEpPnrXCb .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwEpPnrXCb .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uwEpPnrXCb .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwEpPnrXCb .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uwEpPnrXCb .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uwEpPnrXCb .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uwEpPnrXCb .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uwEpPnrXCb .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uwEpPnrXCb .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uwEpPnrXCb .nav-wrapper .list .item-wrap:hover,
.cid-uwEpPnrXCb .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uwEpPnrXCb .nav-wrapper .list .item-wrap:hover::before,
.cid-uwEpPnrXCb .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uwEpPnrXCb .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uwEpPnrXCb .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwEpPnrXCb .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uwEpPnrXCb .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uwEpPnrXCb .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uwEpPnrXCb .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uwEpPnrXCb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uwEpPnrXCb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uwEpPnrXCb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uwEpPnrXCb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uwEpPnrXCb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uwEpPnrXCb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uwEpPnrXCb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uwEpPnrXCb .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwEpPnrXCb .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uwEpPnrXCb .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uwEpPnrXCb .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uwEpPnrXCb .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uwEpPnrXCb .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uwEpPnrXCb .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uwEpPnrXCb .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uwEpPnrXCb .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uwEpPnrXCb .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uwEpPnrXCb .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uwEpPnrXCb .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uwEpPnrXCb .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uwEpPnrXCb .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uwEpPnrXCb .mbr-section-title {
  color: #ffffff;
}
.cid-uwEpPnrXCb .mbr-text {
  color: #ffffff;
}
.cid-uwEpPnrXCb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwEpPnrXCb .list {
  color: #ffffff;
}
.cid-uwEpPnrXCb .mbr-contact {
  color: #ffffff;
}
.cid-uwEpPnrXCb .mbr-desc {
  color: #ffffff;
}
.cid-uwEpPnrXCb .mbr-contact,
.cid-uwEpPnrXCb .item-contact {
  color: #ffffff;
}
.cid-uwEpPnrXCb .list,
.cid-uwEpPnrXCb .item-wrap {
  color: #ffffff;
}
.cid-uwENUVwzEv.popup-builder {
  background-color: #ffffff;
}
.cid-uwENUVwzEv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uwENUVwzEv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uwENUVwzEv .modal-content,
.cid-uwENUVwzEv .modal-dialog {
  height: auto;
}
.cid-uwENUVwzEv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uwENUVwzEv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uwENUVwzEv .form-wrapper .mbr-form .form-group,
  .cid-uwENUVwzEv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uwENUVwzEv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uwENUVwzEv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uwENUVwzEv .mbr-text {
  text-align: center;
}
.cid-uwENUVwzEv .pt-0 {
  padding-top: 0 !important;
}
.cid-uwENUVwzEv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uwENUVwzEv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uwENUVwzEv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uwENUVwzEv .modal-open {
  overflow: hidden;
}
.cid-uwENUVwzEv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uwENUVwzEv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uwENUVwzEv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uwENUVwzEv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uwENUVwzEv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uwENUVwzEv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uwENUVwzEv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uwENUVwzEv .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uwENUVwzEv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uwENUVwzEv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uwENUVwzEv .modal-backdrop.fade {
  opacity: 0;
}
.cid-uwENUVwzEv .modal-backdrop.show {
  opacity: .5;
}
.cid-uwENUVwzEv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uwENUVwzEv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwENUVwzEv .modal-header {
    padding: 1rem;
  }
}
.cid-uwENUVwzEv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uwENUVwzEv .modal-header .close svg {
  fill: #353535;
}
.cid-uwENUVwzEv .modal-header .close:hover {
  opacity: 1;
}
.cid-uwENUVwzEv .modal-header .close:focus {
  outline: none;
}
.cid-uwENUVwzEv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uwENUVwzEv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uwENUVwzEv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwENUVwzEv .modal-body {
    padding: 1rem;
  }
}
.cid-uwENUVwzEv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uwENUVwzEv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwENUVwzEv .modal-footer {
    padding: 1rem;
  }
}
.cid-uwENUVwzEv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uwENUVwzEv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uwENUVwzEv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uwENUVwzEv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uwENUVwzEv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uwENUVwzEv .modal-lg,
  .cid-uwENUVwzEv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uwENUVwzEv .modal-xl {
    max-width: 1140px;
  }
}
.cid-uwENUVwzEv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uwENUVwzEv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uwENUVwzEv .form-group {
  margin-bottom: 1rem;
}
.cid-uwENUVwzEv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uwENUVwzEv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uwENUVwzEv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uwENUVwzEv .mbr-section-btn {
  margin: 0;
}
.cid-uwENUVwzEv .mbr-section-btn .btn {
  margin: 0;
}
.cid-umDSXonWY8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-umDSXonWY8 nav.navbar {
  position: fixed;
}
.cid-umDSXonWY8 .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-umDSXonWY8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umDSXonWY8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umDSXonWY8 .dropdown-item:hover,
.cid-umDSXonWY8 .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-umDSXonWY8 .dropdown-item:hover span {
  color: white;
}
.cid-umDSXonWY8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umDSXonWY8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umDSXonWY8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umDSXonWY8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umDSXonWY8 .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-umDSXonWY8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umDSXonWY8 .container {
    flex-wrap: nowrap;
  }
}
.cid-umDSXonWY8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umDSXonWY8 .dropdown-menu,
.cid-umDSXonWY8 .navbar.opened {
  background: #000000 !important;
}
.cid-umDSXonWY8 .nav-item:focus,
.cid-umDSXonWY8 .nav-link:focus {
  outline: none;
}
.cid-umDSXonWY8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umDSXonWY8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umDSXonWY8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umDSXonWY8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umDSXonWY8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umDSXonWY8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umDSXonWY8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-umDSXonWY8 .navbar.opened {
  transition: all 0.3s;
}
.cid-umDSXonWY8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umDSXonWY8 .navbar .navbar-logo img {
  width: auto;
}
.cid-umDSXonWY8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umDSXonWY8 .navbar.collapsed {
  justify-content: center;
}
.cid-umDSXonWY8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umDSXonWY8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umDSXonWY8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-umDSXonWY8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umDSXonWY8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umDSXonWY8 .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-umDSXonWY8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umDSXonWY8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umDSXonWY8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umDSXonWY8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umDSXonWY8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umDSXonWY8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umDSXonWY8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umDSXonWY8 .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-umDSXonWY8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umDSXonWY8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umDSXonWY8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umDSXonWY8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umDSXonWY8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umDSXonWY8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umDSXonWY8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-umDSXonWY8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-umDSXonWY8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umDSXonWY8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umDSXonWY8 .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-umDSXonWY8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umDSXonWY8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umDSXonWY8 .dropdown-item.active,
.cid-umDSXonWY8 .dropdown-item:active {
  background-color: transparent;
}
.cid-umDSXonWY8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umDSXonWY8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umDSXonWY8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umDSXonWY8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umDSXonWY8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umDSXonWY8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umDSXonWY8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umDSXonWY8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umDSXonWY8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umDSXonWY8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-umDSXonWY8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umDSXonWY8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umDSXonWY8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umDSXonWY8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umDSXonWY8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umDSXonWY8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umDSXonWY8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umDSXonWY8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umDSXonWY8 .navbar-dropdown {
  position: fixed;
}
.cid-umDSXonWY8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umDSXonWY8 .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-umDSXonWY8 .navbar {
    height: 70px;
  }
  .cid-umDSXonWY8 .navbar.opened {
    height: auto;
  }
  .cid-umDSXonWY8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umEgrzlddZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umEgrzlddZ a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-umEgrzlddZ a:before {
  content: '';
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-umEgrzlddZ a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-umEgrzlddZ .mbr-text {
  color: #353535;
}
.cid-umEgrzlddZ .mbr-section-title {
  color: #000000;
}
.cid-umE8s8AUvO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-umE8s8AUvO::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umE8s8AUvO .mbr-fallback-image.disabled {
  display: none;
}
.cid-umE8s8AUvO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umE8s8AUvO .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-umE8s8AUvO .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .container {
    padding: 0 22px;
  }
}
.cid-umE8s8AUvO .row {
  position: relative;
  z-index: 1;
}
.cid-umE8s8AUvO .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umE8s8AUvO .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umE8s8AUvO .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umE8s8AUvO .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umE8s8AUvO .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umE8s8AUvO .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umE8s8AUvO .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umE8s8AUvO .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umE8s8AUvO .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap:hover,
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap:hover::before,
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umE8s8AUvO .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umE8s8AUvO .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umE8s8AUvO .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umE8s8AUvO .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umE8s8AUvO .mbr-section-title {
  color: #ffffff;
}
.cid-umE8s8AUvO .mbr-text {
  color: #ffffff;
}
.cid-umE8s8AUvO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umE8s8AUvO .list {
  color: #ffffff;
}
.cid-umE8s8AUvO .mbr-contact {
  color: #ffffff;
}
.cid-umE8s8AUvO .mbr-desc {
  color: #ffffff;
}
.cid-umE8s8AUvO .mbr-contact,
.cid-umE8s8AUvO .item-contact {
  color: #ffffff;
}
.cid-umE8s8AUvO .list,
.cid-umE8s8AUvO .item-wrap {
  color: #ffffff;
}
.cid-umErUnqB11.popup-builder {
  background-color: #ffffff;
}
.cid-umErUnqB11.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-umErUnqB11.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-umErUnqB11 .modal-content,
.cid-umErUnqB11 .modal-dialog {
  height: auto;
}
.cid-umErUnqB11 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-umErUnqB11 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-umErUnqB11 .form-wrapper .mbr-form .form-group,
  .cid-umErUnqB11 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-umErUnqB11 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-umErUnqB11 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-umErUnqB11 .mbr-text {
  text-align: center;
}
.cid-umErUnqB11 .pt-0 {
  padding-top: 0 !important;
}
.cid-umErUnqB11 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-umErUnqB11 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-umErUnqB11 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-umErUnqB11 .modal-open {
  overflow: hidden;
}
.cid-umErUnqB11 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-umErUnqB11 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-umErUnqB11 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-umErUnqB11 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-umErUnqB11 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-umErUnqB11 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-umErUnqB11 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-umErUnqB11 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-umErUnqB11 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-umErUnqB11 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-umErUnqB11 .modal-backdrop.fade {
  opacity: 0;
}
.cid-umErUnqB11 .modal-backdrop.show {
  opacity: .5;
}
.cid-umErUnqB11 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-umErUnqB11 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-umErUnqB11 .modal-header {
    padding: 1rem;
  }
}
.cid-umErUnqB11 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-umErUnqB11 .modal-header .close svg {
  fill: #353535;
}
.cid-umErUnqB11 .modal-header .close:hover {
  opacity: 1;
}
.cid-umErUnqB11 .modal-header .close:focus {
  outline: none;
}
.cid-umErUnqB11 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-umErUnqB11 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-umErUnqB11 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umErUnqB11 .modal-body {
    padding: 1rem;
  }
}
.cid-umErUnqB11 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umErUnqB11 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umErUnqB11 .modal-footer {
    padding: 1rem;
  }
}
.cid-umErUnqB11 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-umErUnqB11 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-umErUnqB11 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-umErUnqB11 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-umErUnqB11 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-umErUnqB11 .modal-lg,
  .cid-umErUnqB11 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-umErUnqB11 .modal-xl {
    max-width: 1140px;
  }
}
.cid-umErUnqB11 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-umErUnqB11 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-umErUnqB11 .form-group {
  margin-bottom: 1rem;
}
.cid-umErUnqB11 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-umErUnqB11 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-umErUnqB11 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-umErUnqB11 .mbr-section-btn {
  margin: 0;
}
.cid-umErUnqB11 .mbr-section-btn .btn {
  margin: 0;
}
.cid-umEi48nxgS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-umEi48nxgS nav.navbar {
  position: fixed;
}
.cid-umEi48nxgS .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-umEi48nxgS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umEi48nxgS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umEi48nxgS .dropdown-item:hover,
.cid-umEi48nxgS .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-umEi48nxgS .dropdown-item:hover span {
  color: white;
}
.cid-umEi48nxgS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umEi48nxgS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umEi48nxgS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umEi48nxgS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umEi48nxgS .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-umEi48nxgS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umEi48nxgS .container {
    flex-wrap: nowrap;
  }
}
.cid-umEi48nxgS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umEi48nxgS .dropdown-menu,
.cid-umEi48nxgS .navbar.opened {
  background: #000000 !important;
}
.cid-umEi48nxgS .nav-item:focus,
.cid-umEi48nxgS .nav-link:focus {
  outline: none;
}
.cid-umEi48nxgS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umEi48nxgS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umEi48nxgS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umEi48nxgS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umEi48nxgS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umEi48nxgS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umEi48nxgS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-umEi48nxgS .navbar.opened {
  transition: all 0.3s;
}
.cid-umEi48nxgS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umEi48nxgS .navbar .navbar-logo img {
  width: auto;
}
.cid-umEi48nxgS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umEi48nxgS .navbar.collapsed {
  justify-content: center;
}
.cid-umEi48nxgS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umEi48nxgS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umEi48nxgS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-umEi48nxgS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umEi48nxgS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umEi48nxgS .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-umEi48nxgS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umEi48nxgS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umEi48nxgS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umEi48nxgS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umEi48nxgS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umEi48nxgS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umEi48nxgS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umEi48nxgS .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-umEi48nxgS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umEi48nxgS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umEi48nxgS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umEi48nxgS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umEi48nxgS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umEi48nxgS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umEi48nxgS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-umEi48nxgS .navbar.navbar-short {
  min-height: 60px;
}
.cid-umEi48nxgS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umEi48nxgS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umEi48nxgS .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-umEi48nxgS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umEi48nxgS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umEi48nxgS .dropdown-item.active,
.cid-umEi48nxgS .dropdown-item:active {
  background-color: transparent;
}
.cid-umEi48nxgS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umEi48nxgS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umEi48nxgS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umEi48nxgS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umEi48nxgS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umEi48nxgS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umEi48nxgS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umEi48nxgS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umEi48nxgS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umEi48nxgS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-umEi48nxgS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umEi48nxgS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umEi48nxgS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umEi48nxgS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umEi48nxgS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umEi48nxgS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umEi48nxgS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umEi48nxgS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umEi48nxgS .navbar-dropdown {
  position: fixed;
}
.cid-umEi48nxgS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umEi48nxgS .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-umEi48nxgS .navbar {
    height: 70px;
  }
  .cid-umEi48nxgS .navbar.opened {
    height: auto;
  }
  .cid-umEi48nxgS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umEi48K8qq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umEi48K8qq a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-umEi48K8qq a:before {
  content: '';
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-umEi48K8qq a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-umEi48K8qq .mbr-text {
  color: #353535;
}
.cid-umEi48K8qq .mbr-section-title {
  color: #000000;
}
.cid-umEi497sxK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-umEi497sxK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umEi497sxK .mbr-fallback-image.disabled {
  display: none;
}
.cid-umEi497sxK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umEi497sxK .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-umEi497sxK .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-umEi497sxK .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-umEi497sxK .container {
    padding: 0 22px;
  }
}
.cid-umEi497sxK .row {
  position: relative;
  z-index: 1;
}
.cid-umEi497sxK .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umEi497sxK .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umEi497sxK .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umEi497sxK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umEi497sxK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umEi497sxK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umEi497sxK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umEi497sxK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umEi497sxK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umEi497sxK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umEi497sxK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umEi497sxK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umEi497sxK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umEi497sxK .nav-wrapper .list .item-wrap:hover,
.cid-umEi497sxK .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-umEi497sxK .nav-wrapper .list .item-wrap:hover::before,
.cid-umEi497sxK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umEi497sxK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umEi497sxK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umEi497sxK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umEi497sxK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umEi497sxK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umEi497sxK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umEi497sxK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umEi497sxK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umEi497sxK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-umEi497sxK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umEi497sxK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umEi497sxK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umEi497sxK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umEi497sxK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umEi497sxK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umEi497sxK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umEi497sxK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umEi497sxK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umEi497sxK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umEi497sxK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umEi497sxK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umEi497sxK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umEi497sxK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umEi497sxK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umEi497sxK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-umEi497sxK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umEi497sxK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umEi497sxK .mbr-section-title {
  color: #ffffff;
}
.cid-umEi497sxK .mbr-text {
  color: #ffffff;
}
.cid-umEi497sxK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umEi497sxK .list {
  color: #ffffff;
}
.cid-umEi497sxK .mbr-contact {
  color: #ffffff;
}
.cid-umEi497sxK .mbr-desc {
  color: #ffffff;
}
.cid-umEi497sxK .mbr-contact,
.cid-umEi497sxK .item-contact {
  color: #ffffff;
}
.cid-umEi497sxK .list,
.cid-umEi497sxK .item-wrap {
  color: #ffffff;
}
.cid-umErUnqzgf.popup-builder {
  background-color: #ffffff;
}
.cid-umErUnqzgf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-umErUnqzgf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-umErUnqzgf .modal-content,
.cid-umErUnqzgf .modal-dialog {
  height: auto;
}
.cid-umErUnqzgf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-umErUnqzgf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-umErUnqzgf .form-wrapper .mbr-form .form-group,
  .cid-umErUnqzgf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-umErUnqzgf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-umErUnqzgf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-umErUnqzgf .mbr-text {
  text-align: center;
}
.cid-umErUnqzgf .pt-0 {
  padding-top: 0 !important;
}
.cid-umErUnqzgf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-umErUnqzgf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-umErUnqzgf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-umErUnqzgf .modal-open {
  overflow: hidden;
}
.cid-umErUnqzgf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-umErUnqzgf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-umErUnqzgf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-umErUnqzgf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-umErUnqzgf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-umErUnqzgf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-umErUnqzgf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-umErUnqzgf .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-umErUnqzgf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-umErUnqzgf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-umErUnqzgf .modal-backdrop.fade {
  opacity: 0;
}
.cid-umErUnqzgf .modal-backdrop.show {
  opacity: .5;
}
.cid-umErUnqzgf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-umErUnqzgf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-umErUnqzgf .modal-header {
    padding: 1rem;
  }
}
.cid-umErUnqzgf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-umErUnqzgf .modal-header .close svg {
  fill: #353535;
}
.cid-umErUnqzgf .modal-header .close:hover {
  opacity: 1;
}
.cid-umErUnqzgf .modal-header .close:focus {
  outline: none;
}
.cid-umErUnqzgf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-umErUnqzgf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-umErUnqzgf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umErUnqzgf .modal-body {
    padding: 1rem;
  }
}
.cid-umErUnqzgf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umErUnqzgf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umErUnqzgf .modal-footer {
    padding: 1rem;
  }
}
.cid-umErUnqzgf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-umErUnqzgf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-umErUnqzgf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-umErUnqzgf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-umErUnqzgf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-umErUnqzgf .modal-lg,
  .cid-umErUnqzgf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-umErUnqzgf .modal-xl {
    max-width: 1140px;
  }
}
.cid-umErUnqzgf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-umErUnqzgf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-umErUnqzgf .form-group {
  margin-bottom: 1rem;
}
.cid-umErUnqzgf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-umErUnqzgf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-umErUnqzgf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-umErUnqzgf .mbr-section-btn {
  margin: 0;
}
.cid-umErUnqzgf .mbr-section-btn .btn {
  margin: 0;
}
.cid-umEj1PSYsw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-umEj1PSYsw nav.navbar {
  position: fixed;
}
.cid-umEj1PSYsw .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-umEj1PSYsw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umEj1PSYsw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umEj1PSYsw .dropdown-item:hover,
.cid-umEj1PSYsw .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-umEj1PSYsw .dropdown-item:hover span {
  color: white;
}
.cid-umEj1PSYsw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umEj1PSYsw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umEj1PSYsw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umEj1PSYsw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umEj1PSYsw .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-umEj1PSYsw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umEj1PSYsw .container {
    flex-wrap: nowrap;
  }
}
.cid-umEj1PSYsw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umEj1PSYsw .dropdown-menu,
.cid-umEj1PSYsw .navbar.opened {
  background: #000000 !important;
}
.cid-umEj1PSYsw .nav-item:focus,
.cid-umEj1PSYsw .nav-link:focus {
  outline: none;
}
.cid-umEj1PSYsw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umEj1PSYsw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umEj1PSYsw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umEj1PSYsw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umEj1PSYsw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umEj1PSYsw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umEj1PSYsw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-umEj1PSYsw .navbar.opened {
  transition: all 0.3s;
}
.cid-umEj1PSYsw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umEj1PSYsw .navbar .navbar-logo img {
  width: auto;
}
.cid-umEj1PSYsw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umEj1PSYsw .navbar.collapsed {
  justify-content: center;
}
.cid-umEj1PSYsw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umEj1PSYsw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umEj1PSYsw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-umEj1PSYsw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umEj1PSYsw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umEj1PSYsw .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-umEj1PSYsw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umEj1PSYsw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umEj1PSYsw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umEj1PSYsw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umEj1PSYsw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umEj1PSYsw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umEj1PSYsw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umEj1PSYsw .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-umEj1PSYsw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umEj1PSYsw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umEj1PSYsw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umEj1PSYsw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umEj1PSYsw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umEj1PSYsw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umEj1PSYsw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-umEj1PSYsw .navbar.navbar-short {
  min-height: 60px;
}
.cid-umEj1PSYsw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umEj1PSYsw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umEj1PSYsw .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-umEj1PSYsw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umEj1PSYsw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umEj1PSYsw .dropdown-item.active,
.cid-umEj1PSYsw .dropdown-item:active {
  background-color: transparent;
}
.cid-umEj1PSYsw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umEj1PSYsw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umEj1PSYsw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umEj1PSYsw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umEj1PSYsw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umEj1PSYsw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umEj1PSYsw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umEj1PSYsw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umEj1PSYsw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umEj1PSYsw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-umEj1PSYsw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umEj1PSYsw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umEj1PSYsw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umEj1PSYsw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umEj1PSYsw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umEj1PSYsw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umEj1PSYsw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umEj1PSYsw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umEj1PSYsw .navbar-dropdown {
  position: fixed;
}
.cid-umEj1PSYsw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umEj1PSYsw .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-umEj1PSYsw .navbar {
    height: 70px;
  }
  .cid-umEj1PSYsw .navbar.opened {
    height: auto;
  }
  .cid-umEj1PSYsw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umEj1QfvYI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umEj1QfvYI a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-umEj1QfvYI a:before {
  content: '';
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-umEj1QfvYI a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-umEj1QfvYI .mbr-text {
  color: #353535;
}
.cid-umEj1QfvYI .mbr-section-title {
  color: #000000;
}
.cid-umEj1QBPht {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-umEj1QBPht::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umEj1QBPht .mbr-fallback-image.disabled {
  display: none;
}
.cid-umEj1QBPht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umEj1QBPht .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-umEj1QBPht .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-umEj1QBPht .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-umEj1QBPht .container {
    padding: 0 22px;
  }
}
.cid-umEj1QBPht .row {
  position: relative;
  z-index: 1;
}
.cid-umEj1QBPht .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umEj1QBPht .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umEj1QBPht .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umEj1QBPht .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umEj1QBPht .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umEj1QBPht .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umEj1QBPht .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umEj1QBPht .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umEj1QBPht .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umEj1QBPht .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umEj1QBPht .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umEj1QBPht .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umEj1QBPht .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umEj1QBPht .nav-wrapper .list .item-wrap:hover,
.cid-umEj1QBPht .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-umEj1QBPht .nav-wrapper .list .item-wrap:hover::before,
.cid-umEj1QBPht .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umEj1QBPht .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umEj1QBPht .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umEj1QBPht .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umEj1QBPht .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umEj1QBPht .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umEj1QBPht .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umEj1QBPht .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umEj1QBPht .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umEj1QBPht .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-umEj1QBPht .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umEj1QBPht .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umEj1QBPht .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umEj1QBPht .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umEj1QBPht .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umEj1QBPht .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umEj1QBPht .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umEj1QBPht .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umEj1QBPht .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umEj1QBPht .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umEj1QBPht .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umEj1QBPht .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umEj1QBPht .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umEj1QBPht .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umEj1QBPht .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umEj1QBPht .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-umEj1QBPht .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umEj1QBPht .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umEj1QBPht .mbr-section-title {
  color: #ffffff;
}
.cid-umEj1QBPht .mbr-text {
  color: #ffffff;
}
.cid-umEj1QBPht .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umEj1QBPht .list {
  color: #ffffff;
}
.cid-umEj1QBPht .mbr-contact {
  color: #ffffff;
}
.cid-umEj1QBPht .mbr-desc {
  color: #ffffff;
}
.cid-umEj1QBPht .mbr-contact,
.cid-umEj1QBPht .item-contact {
  color: #ffffff;
}
.cid-umEj1QBPht .list,
.cid-umEj1QBPht .item-wrap {
  color: #ffffff;
}
.cid-umErUnqtMF.popup-builder {
  background-color: #ffffff;
}
.cid-umErUnqtMF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-umErUnqtMF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-umErUnqtMF .modal-content,
.cid-umErUnqtMF .modal-dialog {
  height: auto;
}
.cid-umErUnqtMF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-umErUnqtMF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-umErUnqtMF .form-wrapper .mbr-form .form-group,
  .cid-umErUnqtMF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-umErUnqtMF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-umErUnqtMF .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-umErUnqtMF .mbr-text {
  text-align: center;
}
.cid-umErUnqtMF .pt-0 {
  padding-top: 0 !important;
}
.cid-umErUnqtMF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-umErUnqtMF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-umErUnqtMF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-umErUnqtMF .modal-open {
  overflow: hidden;
}
.cid-umErUnqtMF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-umErUnqtMF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-umErUnqtMF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-umErUnqtMF .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-umErUnqtMF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-umErUnqtMF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-umErUnqtMF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-umErUnqtMF .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-umErUnqtMF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-umErUnqtMF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-umErUnqtMF .modal-backdrop.fade {
  opacity: 0;
}
.cid-umErUnqtMF .modal-backdrop.show {
  opacity: .5;
}
.cid-umErUnqtMF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-umErUnqtMF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-umErUnqtMF .modal-header {
    padding: 1rem;
  }
}
.cid-umErUnqtMF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-umErUnqtMF .modal-header .close svg {
  fill: #353535;
}
.cid-umErUnqtMF .modal-header .close:hover {
  opacity: 1;
}
.cid-umErUnqtMF .modal-header .close:focus {
  outline: none;
}
.cid-umErUnqtMF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-umErUnqtMF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-umErUnqtMF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umErUnqtMF .modal-body {
    padding: 1rem;
  }
}
.cid-umErUnqtMF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umErUnqtMF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umErUnqtMF .modal-footer {
    padding: 1rem;
  }
}
.cid-umErUnqtMF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-umErUnqtMF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-umErUnqtMF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-umErUnqtMF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-umErUnqtMF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-umErUnqtMF .modal-lg,
  .cid-umErUnqtMF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-umErUnqtMF .modal-xl {
    max-width: 1140px;
  }
}
.cid-umErUnqtMF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-umErUnqtMF .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-umErUnqtMF .form-group {
  margin-bottom: 1rem;
}
.cid-umErUnqtMF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-umErUnqtMF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-umErUnqtMF .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-umErUnqtMF .mbr-section-btn {
  margin: 0;
}
.cid-umErUnqtMF .mbr-section-btn .btn {
  margin: 0;
}
.cid-umEkgVLjba {
  padding-top: 1rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-umEkgVLjba nav.navbar {
  position: fixed;
}
.cid-umEkgVLjba .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-umEkgVLjba .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umEkgVLjba .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umEkgVLjba .dropdown-item:hover,
.cid-umEkgVLjba .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-umEkgVLjba .dropdown-item:hover span {
  color: white;
}
.cid-umEkgVLjba .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umEkgVLjba .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umEkgVLjba .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umEkgVLjba .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umEkgVLjba .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-umEkgVLjba .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umEkgVLjba .container {
    flex-wrap: nowrap;
  }
}
.cid-umEkgVLjba .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umEkgVLjba .dropdown-menu,
.cid-umEkgVLjba .navbar.opened {
  background: #000000 !important;
}
.cid-umEkgVLjba .nav-item:focus,
.cid-umEkgVLjba .nav-link:focus {
  outline: none;
}
.cid-umEkgVLjba .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umEkgVLjba .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umEkgVLjba .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umEkgVLjba .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umEkgVLjba .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umEkgVLjba .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umEkgVLjba .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-umEkgVLjba .navbar.opened {
  transition: all 0.3s;
}
.cid-umEkgVLjba .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umEkgVLjba .navbar .navbar-logo img {
  width: auto;
}
.cid-umEkgVLjba .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umEkgVLjba .navbar.collapsed {
  justify-content: center;
}
.cid-umEkgVLjba .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umEkgVLjba .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umEkgVLjba .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-umEkgVLjba .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umEkgVLjba .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umEkgVLjba .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-umEkgVLjba .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umEkgVLjba .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umEkgVLjba .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umEkgVLjba .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umEkgVLjba .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umEkgVLjba .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umEkgVLjba .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umEkgVLjba .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-umEkgVLjba .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umEkgVLjba .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umEkgVLjba .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umEkgVLjba .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umEkgVLjba .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umEkgVLjba .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umEkgVLjba .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-umEkgVLjba .navbar.navbar-short {
  min-height: 60px;
}
.cid-umEkgVLjba .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umEkgVLjba .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umEkgVLjba .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-umEkgVLjba .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umEkgVLjba .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umEkgVLjba .dropdown-item.active,
.cid-umEkgVLjba .dropdown-item:active {
  background-color: transparent;
}
.cid-umEkgVLjba .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umEkgVLjba .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umEkgVLjba .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umEkgVLjba .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umEkgVLjba .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umEkgVLjba .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umEkgVLjba ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umEkgVLjba .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umEkgVLjba button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umEkgVLjba button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-umEkgVLjba button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umEkgVLjba button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umEkgVLjba button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umEkgVLjba button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umEkgVLjba nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umEkgVLjba nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umEkgVLjba nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umEkgVLjba nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umEkgVLjba .navbar-dropdown {
  position: fixed;
}
.cid-umEkgVLjba a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umEkgVLjba .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-umEkgVLjba .navbar {
    height: 70px;
  }
  .cid-umEkgVLjba .navbar.opened {
    height: auto;
  }
  .cid-umEkgVLjba .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umEkgW76JI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umEkgW76JI a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-umEkgW76JI a:before {
  content: '';
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-umEkgW76JI a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-umEkgW76JI .mbr-text {
  color: #353535;
}
.cid-umEkgW76JI .mbr-section-title {
  color: #000000;
}
.cid-umEkgWsVlg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-umEkgWsVlg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umEkgWsVlg .mbr-fallback-image.disabled {
  display: none;
}
.cid-umEkgWsVlg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umEkgWsVlg .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-umEkgWsVlg .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-umEkgWsVlg .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-umEkgWsVlg .container {
    padding: 0 22px;
  }
}
.cid-umEkgWsVlg .row {
  position: relative;
  z-index: 1;
}
.cid-umEkgWsVlg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umEkgWsVlg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umEkgWsVlg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umEkgWsVlg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umEkgWsVlg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umEkgWsVlg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umEkgWsVlg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umEkgWsVlg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umEkgWsVlg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umEkgWsVlg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umEkgWsVlg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umEkgWsVlg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umEkgWsVlg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umEkgWsVlg .nav-wrapper .list .item-wrap:hover,
.cid-umEkgWsVlg .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-umEkgWsVlg .nav-wrapper .list .item-wrap:hover::before,
.cid-umEkgWsVlg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umEkgWsVlg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umEkgWsVlg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umEkgWsVlg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umEkgWsVlg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umEkgWsVlg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umEkgWsVlg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umEkgWsVlg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umEkgWsVlg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umEkgWsVlg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-umEkgWsVlg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umEkgWsVlg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umEkgWsVlg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umEkgWsVlg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umEkgWsVlg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umEkgWsVlg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umEkgWsVlg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umEkgWsVlg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umEkgWsVlg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umEkgWsVlg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umEkgWsVlg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umEkgWsVlg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umEkgWsVlg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umEkgWsVlg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umEkgWsVlg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umEkgWsVlg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-umEkgWsVlg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umEkgWsVlg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umEkgWsVlg .mbr-section-title {
  color: #ffffff;
}
.cid-umEkgWsVlg .mbr-text {
  color: #ffffff;
}
.cid-umEkgWsVlg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umEkgWsVlg .list {
  color: #ffffff;
}
.cid-umEkgWsVlg .mbr-contact {
  color: #ffffff;
}
.cid-umEkgWsVlg .mbr-desc {
  color: #ffffff;
}
.cid-umEkgWsVlg .mbr-contact,
.cid-umEkgWsVlg .item-contact {
  color: #ffffff;
}
.cid-umEkgWsVlg .list,
.cid-umEkgWsVlg .item-wrap {
  color: #ffffff;
}
.cid-umErUnqPHA.popup-builder {
  background-color: #ffffff;
}
.cid-umErUnqPHA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-umErUnqPHA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-umErUnqPHA .modal-content,
.cid-umErUnqPHA .modal-dialog {
  height: auto;
}
.cid-umErUnqPHA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-umErUnqPHA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-umErUnqPHA .form-wrapper .mbr-form .form-group,
  .cid-umErUnqPHA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-umErUnqPHA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-umErUnqPHA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-umErUnqPHA .mbr-text {
  text-align: center;
}
.cid-umErUnqPHA .pt-0 {
  padding-top: 0 !important;
}
.cid-umErUnqPHA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-umErUnqPHA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-umErUnqPHA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-umErUnqPHA .modal-open {
  overflow: hidden;
}
.cid-umErUnqPHA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-umErUnqPHA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-umErUnqPHA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-umErUnqPHA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-umErUnqPHA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-umErUnqPHA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-umErUnqPHA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-umErUnqPHA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-umErUnqPHA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-umErUnqPHA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-umErUnqPHA .modal-backdrop.fade {
  opacity: 0;
}
.cid-umErUnqPHA .modal-backdrop.show {
  opacity: .5;
}
.cid-umErUnqPHA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-umErUnqPHA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-umErUnqPHA .modal-header {
    padding: 1rem;
  }
}
.cid-umErUnqPHA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-umErUnqPHA .modal-header .close svg {
  fill: #353535;
}
.cid-umErUnqPHA .modal-header .close:hover {
  opacity: 1;
}
.cid-umErUnqPHA .modal-header .close:focus {
  outline: none;
}
.cid-umErUnqPHA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-umErUnqPHA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-umErUnqPHA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umErUnqPHA .modal-body {
    padding: 1rem;
  }
}
.cid-umErUnqPHA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umErUnqPHA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umErUnqPHA .modal-footer {
    padding: 1rem;
  }
}
.cid-umErUnqPHA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-umErUnqPHA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-umErUnqPHA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-umErUnqPHA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-umErUnqPHA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-umErUnqPHA .modal-lg,
  .cid-umErUnqPHA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-umErUnqPHA .modal-xl {
    max-width: 1140px;
  }
}
.cid-umErUnqPHA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-umErUnqPHA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-umErUnqPHA .form-group {
  margin-bottom: 1rem;
}
.cid-umErUnqPHA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-umErUnqPHA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-umErUnqPHA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-umErUnqPHA .mbr-section-btn {
  margin: 0;
}
.cid-umErUnqPHA .mbr-section-btn .btn {
  margin: 0;
}
.cid-umElfgr2td {
  padding-top: 1rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-umElfgr2td nav.navbar {
  position: fixed;
}
.cid-umElfgr2td .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-umElfgr2td .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umElfgr2td .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umElfgr2td .dropdown-item:hover,
.cid-umElfgr2td .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-umElfgr2td .dropdown-item:hover span {
  color: white;
}
.cid-umElfgr2td .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umElfgr2td .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umElfgr2td .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umElfgr2td .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umElfgr2td .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-umElfgr2td .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umElfgr2td .container {
    flex-wrap: nowrap;
  }
}
.cid-umElfgr2td .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umElfgr2td .dropdown-menu,
.cid-umElfgr2td .navbar.opened {
  background: #000000 !important;
}
.cid-umElfgr2td .nav-item:focus,
.cid-umElfgr2td .nav-link:focus {
  outline: none;
}
.cid-umElfgr2td .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umElfgr2td .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umElfgr2td .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umElfgr2td .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umElfgr2td .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umElfgr2td .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umElfgr2td .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-umElfgr2td .navbar.opened {
  transition: all 0.3s;
}
.cid-umElfgr2td .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umElfgr2td .navbar .navbar-logo img {
  width: auto;
}
.cid-umElfgr2td .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umElfgr2td .navbar.collapsed {
  justify-content: center;
}
.cid-umElfgr2td .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umElfgr2td .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umElfgr2td .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-umElfgr2td .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umElfgr2td .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umElfgr2td .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-umElfgr2td .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umElfgr2td .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umElfgr2td .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umElfgr2td .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umElfgr2td .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umElfgr2td .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umElfgr2td .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umElfgr2td .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-umElfgr2td .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umElfgr2td .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umElfgr2td .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umElfgr2td .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umElfgr2td .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umElfgr2td .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umElfgr2td .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-umElfgr2td .navbar.navbar-short {
  min-height: 60px;
}
.cid-umElfgr2td .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umElfgr2td .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umElfgr2td .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-umElfgr2td .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umElfgr2td .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umElfgr2td .dropdown-item.active,
.cid-umElfgr2td .dropdown-item:active {
  background-color: transparent;
}
.cid-umElfgr2td .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umElfgr2td .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umElfgr2td .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umElfgr2td .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umElfgr2td .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umElfgr2td .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umElfgr2td ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umElfgr2td .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umElfgr2td button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umElfgr2td button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-umElfgr2td button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umElfgr2td button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umElfgr2td button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umElfgr2td button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umElfgr2td nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umElfgr2td nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umElfgr2td nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umElfgr2td nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umElfgr2td .navbar-dropdown {
  position: fixed;
}
.cid-umElfgr2td a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umElfgr2td .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-umElfgr2td .navbar {
    height: 70px;
  }
  .cid-umElfgr2td .navbar.opened {
    height: auto;
  }
  .cid-umElfgr2td .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umElfgN5pm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umElfgN5pm a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-umElfgN5pm a:before {
  content: '';
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-umElfgN5pm a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-umElfgN5pm .mbr-text {
  color: #353535;
}
.cid-umElfgN5pm .mbr-section-title {
  color: #000000;
}
.cid-umElfhaDOj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-umElfhaDOj::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umElfhaDOj .mbr-fallback-image.disabled {
  display: none;
}
.cid-umElfhaDOj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umElfhaDOj .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-umElfhaDOj .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-umElfhaDOj .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-umElfhaDOj .container {
    padding: 0 22px;
  }
}
.cid-umElfhaDOj .row {
  position: relative;
  z-index: 1;
}
.cid-umElfhaDOj .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umElfhaDOj .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umElfhaDOj .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umElfhaDOj .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umElfhaDOj .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umElfhaDOj .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umElfhaDOj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umElfhaDOj .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umElfhaDOj .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umElfhaDOj .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umElfhaDOj .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umElfhaDOj .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umElfhaDOj .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umElfhaDOj .nav-wrapper .list .item-wrap:hover,
.cid-umElfhaDOj .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-umElfhaDOj .nav-wrapper .list .item-wrap:hover::before,
.cid-umElfhaDOj .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umElfhaDOj .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umElfhaDOj .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umElfhaDOj .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umElfhaDOj .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umElfhaDOj .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umElfhaDOj .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umElfhaDOj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umElfhaDOj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umElfhaDOj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-umElfhaDOj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umElfhaDOj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umElfhaDOj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umElfhaDOj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umElfhaDOj .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umElfhaDOj .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umElfhaDOj .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umElfhaDOj .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umElfhaDOj .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umElfhaDOj .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umElfhaDOj .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umElfhaDOj .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umElfhaDOj .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umElfhaDOj .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umElfhaDOj .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umElfhaDOj .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-umElfhaDOj .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umElfhaDOj .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umElfhaDOj .mbr-section-title {
  color: #ffffff;
}
.cid-umElfhaDOj .mbr-text {
  color: #ffffff;
}
.cid-umElfhaDOj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umElfhaDOj .list {
  color: #ffffff;
}
.cid-umElfhaDOj .mbr-contact {
  color: #ffffff;
}
.cid-umElfhaDOj .mbr-desc {
  color: #ffffff;
}
.cid-umElfhaDOj .mbr-contact,
.cid-umElfhaDOj .item-contact {
  color: #ffffff;
}
.cid-umElfhaDOj .list,
.cid-umElfhaDOj .item-wrap {
  color: #ffffff;
}
.cid-umErUnqbie.popup-builder {
  background-color: #ffffff;
}
.cid-umErUnqbie.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-umErUnqbie.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-umErUnqbie .modal-content,
.cid-umErUnqbie .modal-dialog {
  height: auto;
}
.cid-umErUnqbie .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-umErUnqbie .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-umErUnqbie .form-wrapper .mbr-form .form-group,
  .cid-umErUnqbie .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-umErUnqbie .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-umErUnqbie .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-umErUnqbie .mbr-text {
  text-align: center;
}
.cid-umErUnqbie .pt-0 {
  padding-top: 0 !important;
}
.cid-umErUnqbie .pb-0 {
  padding-bottom: 0 !important;
}
.cid-umErUnqbie .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-umErUnqbie .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-umErUnqbie .modal-open {
  overflow: hidden;
}
.cid-umErUnqbie .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-umErUnqbie .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-umErUnqbie .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-umErUnqbie .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-umErUnqbie .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-umErUnqbie .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-umErUnqbie .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-umErUnqbie .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-umErUnqbie .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-umErUnqbie .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-umErUnqbie .modal-backdrop.fade {
  opacity: 0;
}
.cid-umErUnqbie .modal-backdrop.show {
  opacity: .5;
}
.cid-umErUnqbie .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-umErUnqbie .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-umErUnqbie .modal-header {
    padding: 1rem;
  }
}
.cid-umErUnqbie .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-umErUnqbie .modal-header .close svg {
  fill: #353535;
}
.cid-umErUnqbie .modal-header .close:hover {
  opacity: 1;
}
.cid-umErUnqbie .modal-header .close:focus {
  outline: none;
}
.cid-umErUnqbie .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-umErUnqbie .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-umErUnqbie .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umErUnqbie .modal-body {
    padding: 1rem;
  }
}
.cid-umErUnqbie .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umErUnqbie .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umErUnqbie .modal-footer {
    padding: 1rem;
  }
}
.cid-umErUnqbie .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-umErUnqbie .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-umErUnqbie .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-umErUnqbie .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-umErUnqbie .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-umErUnqbie .modal-lg,
  .cid-umErUnqbie .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-umErUnqbie .modal-xl {
    max-width: 1140px;
  }
}
.cid-umErUnqbie .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-umErUnqbie .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-umErUnqbie .form-group {
  margin-bottom: 1rem;
}
.cid-umErUnqbie .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-umErUnqbie .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-umErUnqbie .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-umErUnqbie .mbr-section-btn {
  margin: 0;
}
.cid-umErUnqbie .mbr-section-btn .btn {
  margin: 0;
}
.cid-umEvNFmuCt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-umEvNFmuCt nav.navbar {
  position: fixed;
}
.cid-umEvNFmuCt .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-umEvNFmuCt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umEvNFmuCt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umEvNFmuCt .dropdown-item:hover,
.cid-umEvNFmuCt .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-umEvNFmuCt .dropdown-item:hover span {
  color: white;
}
.cid-umEvNFmuCt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umEvNFmuCt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umEvNFmuCt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umEvNFmuCt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umEvNFmuCt .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-umEvNFmuCt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umEvNFmuCt .container {
    flex-wrap: nowrap;
  }
}
.cid-umEvNFmuCt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umEvNFmuCt .dropdown-menu,
.cid-umEvNFmuCt .navbar.opened {
  background: #000000 !important;
}
.cid-umEvNFmuCt .nav-item:focus,
.cid-umEvNFmuCt .nav-link:focus {
  outline: none;
}
.cid-umEvNFmuCt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umEvNFmuCt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umEvNFmuCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umEvNFmuCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umEvNFmuCt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umEvNFmuCt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umEvNFmuCt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-umEvNFmuCt .navbar.opened {
  transition: all 0.3s;
}
.cid-umEvNFmuCt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umEvNFmuCt .navbar .navbar-logo img {
  width: auto;
}
.cid-umEvNFmuCt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umEvNFmuCt .navbar.collapsed {
  justify-content: center;
}
.cid-umEvNFmuCt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umEvNFmuCt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umEvNFmuCt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-umEvNFmuCt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umEvNFmuCt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umEvNFmuCt .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-umEvNFmuCt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umEvNFmuCt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umEvNFmuCt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umEvNFmuCt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umEvNFmuCt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umEvNFmuCt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umEvNFmuCt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umEvNFmuCt .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-umEvNFmuCt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umEvNFmuCt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umEvNFmuCt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umEvNFmuCt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umEvNFmuCt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umEvNFmuCt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umEvNFmuCt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-umEvNFmuCt .navbar.navbar-short {
  min-height: 60px;
}
.cid-umEvNFmuCt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umEvNFmuCt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umEvNFmuCt .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-umEvNFmuCt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umEvNFmuCt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umEvNFmuCt .dropdown-item.active,
.cid-umEvNFmuCt .dropdown-item:active {
  background-color: transparent;
}
.cid-umEvNFmuCt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umEvNFmuCt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umEvNFmuCt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umEvNFmuCt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umEvNFmuCt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umEvNFmuCt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umEvNFmuCt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umEvNFmuCt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umEvNFmuCt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umEvNFmuCt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-umEvNFmuCt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umEvNFmuCt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umEvNFmuCt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umEvNFmuCt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umEvNFmuCt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umEvNFmuCt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umEvNFmuCt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umEvNFmuCt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umEvNFmuCt .navbar-dropdown {
  position: fixed;
}
.cid-umEvNFmuCt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umEvNFmuCt .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-umEvNFmuCt .navbar {
    height: 70px;
  }
  .cid-umEvNFmuCt .navbar.opened {
    height: auto;
  }
  .cid-umEvNFmuCt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umEvNFJ2SF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umEvNFJ2SF a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-umEvNFJ2SF a:before {
  content: '';
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-umEvNFJ2SF a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-umEvNFJ2SF .mbr-text {
  color: #353535;
}
.cid-umEvNFJ2SF .mbr-section-title {
  color: #000000;
}
.cid-umEvNG7Ybq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-umEvNG7Ybq::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umEvNG7Ybq .mbr-fallback-image.disabled {
  display: none;
}
.cid-umEvNG7Ybq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umEvNG7Ybq .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-umEvNG7Ybq .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-umEvNG7Ybq .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-umEvNG7Ybq .container {
    padding: 0 22px;
  }
}
.cid-umEvNG7Ybq .row {
  position: relative;
  z-index: 1;
}
.cid-umEvNG7Ybq .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umEvNG7Ybq .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umEvNG7Ybq .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umEvNG7Ybq .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umEvNG7Ybq .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umEvNG7Ybq .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umEvNG7Ybq .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umEvNG7Ybq .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umEvNG7Ybq .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umEvNG7Ybq .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umEvNG7Ybq .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umEvNG7Ybq .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umEvNG7Ybq .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umEvNG7Ybq .nav-wrapper .list .item-wrap:hover,
.cid-umEvNG7Ybq .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-umEvNG7Ybq .nav-wrapper .list .item-wrap:hover::before,
.cid-umEvNG7Ybq .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umEvNG7Ybq .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umEvNG7Ybq .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umEvNG7Ybq .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umEvNG7Ybq .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umEvNG7Ybq .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umEvNG7Ybq .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umEvNG7Ybq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umEvNG7Ybq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umEvNG7Ybq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-umEvNG7Ybq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umEvNG7Ybq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umEvNG7Ybq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umEvNG7Ybq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umEvNG7Ybq .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umEvNG7Ybq .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umEvNG7Ybq .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umEvNG7Ybq .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umEvNG7Ybq .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umEvNG7Ybq .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umEvNG7Ybq .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umEvNG7Ybq .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umEvNG7Ybq .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umEvNG7Ybq .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umEvNG7Ybq .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umEvNG7Ybq .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-umEvNG7Ybq .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umEvNG7Ybq .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umEvNG7Ybq .mbr-section-title {
  color: #ffffff;
}
.cid-umEvNG7Ybq .mbr-text {
  color: #ffffff;
}
.cid-umEvNG7Ybq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umEvNG7Ybq .list {
  color: #ffffff;
}
.cid-umEvNG7Ybq .mbr-contact {
  color: #ffffff;
}
.cid-umEvNG7Ybq .mbr-desc {
  color: #ffffff;
}
.cid-umEvNG7Ybq .mbr-contact,
.cid-umEvNG7Ybq .item-contact {
  color: #ffffff;
}
.cid-umEvNG7Ybq .list,
.cid-umEvNG7Ybq .item-wrap {
  color: #ffffff;
}
.cid-umEvNGIvu3.popup-builder {
  background-color: #ffffff;
}
.cid-umEvNGIvu3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-umEvNGIvu3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-umEvNGIvu3 .modal-content,
.cid-umEvNGIvu3 .modal-dialog {
  height: auto;
}
.cid-umEvNGIvu3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-umEvNGIvu3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-umEvNGIvu3 .form-wrapper .mbr-form .form-group,
  .cid-umEvNGIvu3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-umEvNGIvu3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-umEvNGIvu3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-umEvNGIvu3 .mbr-text {
  text-align: center;
}
.cid-umEvNGIvu3 .pt-0 {
  padding-top: 0 !important;
}
.cid-umEvNGIvu3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-umEvNGIvu3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-umEvNGIvu3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-umEvNGIvu3 .modal-open {
  overflow: hidden;
}
.cid-umEvNGIvu3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-umEvNGIvu3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-umEvNGIvu3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-umEvNGIvu3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-umEvNGIvu3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-umEvNGIvu3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-umEvNGIvu3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-umEvNGIvu3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-umEvNGIvu3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-umEvNGIvu3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-umEvNGIvu3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-umEvNGIvu3 .modal-backdrop.show {
  opacity: .5;
}
.cid-umEvNGIvu3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-umEvNGIvu3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-umEvNGIvu3 .modal-header {
    padding: 1rem;
  }
}
.cid-umEvNGIvu3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-umEvNGIvu3 .modal-header .close svg {
  fill: #353535;
}
.cid-umEvNGIvu3 .modal-header .close:hover {
  opacity: 1;
}
.cid-umEvNGIvu3 .modal-header .close:focus {
  outline: none;
}
.cid-umEvNGIvu3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-umEvNGIvu3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-umEvNGIvu3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umEvNGIvu3 .modal-body {
    padding: 1rem;
  }
}
.cid-umEvNGIvu3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umEvNGIvu3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umEvNGIvu3 .modal-footer {
    padding: 1rem;
  }
}
.cid-umEvNGIvu3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-umEvNGIvu3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-umEvNGIvu3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-umEvNGIvu3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-umEvNGIvu3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-umEvNGIvu3 .modal-lg,
  .cid-umEvNGIvu3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-umEvNGIvu3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-umEvNGIvu3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-umEvNGIvu3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-umEvNGIvu3 .form-group {
  margin-bottom: 1rem;
}
.cid-umEvNGIvu3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-umEvNGIvu3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-umEvNGIvu3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-umEvNGIvu3 .mbr-section-btn {
  margin: 0;
}
.cid-umEvNGIvu3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-umEx3CNnJW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-umEx3CNnJW nav.navbar {
  position: fixed;
}
.cid-umEx3CNnJW .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-umEx3CNnJW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umEx3CNnJW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umEx3CNnJW .dropdown-item:hover,
.cid-umEx3CNnJW .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-umEx3CNnJW .dropdown-item:hover span {
  color: white;
}
.cid-umEx3CNnJW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umEx3CNnJW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umEx3CNnJW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umEx3CNnJW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umEx3CNnJW .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-umEx3CNnJW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umEx3CNnJW .container {
    flex-wrap: nowrap;
  }
}
.cid-umEx3CNnJW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umEx3CNnJW .dropdown-menu,
.cid-umEx3CNnJW .navbar.opened {
  background: #000000 !important;
}
.cid-umEx3CNnJW .nav-item:focus,
.cid-umEx3CNnJW .nav-link:focus {
  outline: none;
}
.cid-umEx3CNnJW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umEx3CNnJW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umEx3CNnJW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umEx3CNnJW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umEx3CNnJW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umEx3CNnJW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umEx3CNnJW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-umEx3CNnJW .navbar.opened {
  transition: all 0.3s;
}
.cid-umEx3CNnJW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umEx3CNnJW .navbar .navbar-logo img {
  width: auto;
}
.cid-umEx3CNnJW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umEx3CNnJW .navbar.collapsed {
  justify-content: center;
}
.cid-umEx3CNnJW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umEx3CNnJW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umEx3CNnJW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-umEx3CNnJW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umEx3CNnJW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umEx3CNnJW .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-umEx3CNnJW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umEx3CNnJW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umEx3CNnJW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umEx3CNnJW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umEx3CNnJW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umEx3CNnJW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umEx3CNnJW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umEx3CNnJW .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-umEx3CNnJW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umEx3CNnJW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umEx3CNnJW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umEx3CNnJW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umEx3CNnJW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umEx3CNnJW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umEx3CNnJW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-umEx3CNnJW .navbar.navbar-short {
  min-height: 60px;
}
.cid-umEx3CNnJW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umEx3CNnJW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umEx3CNnJW .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-umEx3CNnJW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umEx3CNnJW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umEx3CNnJW .dropdown-item.active,
.cid-umEx3CNnJW .dropdown-item:active {
  background-color: transparent;
}
.cid-umEx3CNnJW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umEx3CNnJW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umEx3CNnJW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umEx3CNnJW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umEx3CNnJW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umEx3CNnJW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umEx3CNnJW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umEx3CNnJW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umEx3CNnJW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umEx3CNnJW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-umEx3CNnJW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umEx3CNnJW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umEx3CNnJW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umEx3CNnJW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umEx3CNnJW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umEx3CNnJW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umEx3CNnJW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umEx3CNnJW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umEx3CNnJW .navbar-dropdown {
  position: fixed;
}
.cid-umEx3CNnJW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umEx3CNnJW .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-umEx3CNnJW .navbar {
    height: 70px;
  }
  .cid-umEx3CNnJW .navbar.opened {
    height: auto;
  }
  .cid-umEx3CNnJW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umEx3Da2CV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umEx3Da2CV a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-umEx3Da2CV a:before {
  content: '';
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-umEx3Da2CV a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-umEx3Da2CV .mbr-text {
  color: #000000;
}
.cid-umEx3Da2CV .mbr-section-title {
  color: #000000;
}
.cid-umEx3DwXtS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-umEx3DwXtS::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umEx3DwXtS .mbr-fallback-image.disabled {
  display: none;
}
.cid-umEx3DwXtS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umEx3DwXtS .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-umEx3DwXtS .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-umEx3DwXtS .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-umEx3DwXtS .container {
    padding: 0 22px;
  }
}
.cid-umEx3DwXtS .row {
  position: relative;
  z-index: 1;
}
.cid-umEx3DwXtS .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umEx3DwXtS .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umEx3DwXtS .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umEx3DwXtS .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umEx3DwXtS .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umEx3DwXtS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umEx3DwXtS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umEx3DwXtS .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umEx3DwXtS .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umEx3DwXtS .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umEx3DwXtS .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umEx3DwXtS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umEx3DwXtS .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umEx3DwXtS .nav-wrapper .list .item-wrap:hover,
.cid-umEx3DwXtS .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-umEx3DwXtS .nav-wrapper .list .item-wrap:hover::before,
.cid-umEx3DwXtS .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umEx3DwXtS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umEx3DwXtS .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umEx3DwXtS .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umEx3DwXtS .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umEx3DwXtS .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umEx3DwXtS .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umEx3DwXtS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umEx3DwXtS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umEx3DwXtS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-umEx3DwXtS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umEx3DwXtS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umEx3DwXtS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umEx3DwXtS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umEx3DwXtS .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umEx3DwXtS .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umEx3DwXtS .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umEx3DwXtS .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umEx3DwXtS .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umEx3DwXtS .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umEx3DwXtS .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umEx3DwXtS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umEx3DwXtS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umEx3DwXtS .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umEx3DwXtS .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umEx3DwXtS .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-umEx3DwXtS .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umEx3DwXtS .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umEx3DwXtS .mbr-section-title {
  color: #ffffff;
}
.cid-umEx3DwXtS .mbr-text {
  color: #ffffff;
}
.cid-umEx3DwXtS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umEx3DwXtS .list {
  color: #ffffff;
}
.cid-umEx3DwXtS .mbr-contact {
  color: #ffffff;
}
.cid-umEx3DwXtS .mbr-desc {
  color: #ffffff;
}
.cid-umEx3DwXtS .mbr-contact,
.cid-umEx3DwXtS .item-contact {
  color: #ffffff;
}
.cid-umEx3DwXtS .list,
.cid-umEx3DwXtS .item-wrap {
  color: #ffffff;
}
.cid-umEx3E7thM.popup-builder {
  background-color: #ffffff;
}
.cid-umEx3E7thM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-umEx3E7thM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-umEx3E7thM .modal-content,
.cid-umEx3E7thM .modal-dialog {
  height: auto;
}
.cid-umEx3E7thM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-umEx3E7thM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-umEx3E7thM .form-wrapper .mbr-form .form-group,
  .cid-umEx3E7thM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-umEx3E7thM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-umEx3E7thM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-umEx3E7thM .mbr-text {
  text-align: center;
}
.cid-umEx3E7thM .pt-0 {
  padding-top: 0 !important;
}
.cid-umEx3E7thM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-umEx3E7thM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-umEx3E7thM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-umEx3E7thM .modal-open {
  overflow: hidden;
}
.cid-umEx3E7thM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-umEx3E7thM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-umEx3E7thM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-umEx3E7thM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-umEx3E7thM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-umEx3E7thM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-umEx3E7thM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-umEx3E7thM .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-umEx3E7thM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-umEx3E7thM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-umEx3E7thM .modal-backdrop.fade {
  opacity: 0;
}
.cid-umEx3E7thM .modal-backdrop.show {
  opacity: .5;
}
.cid-umEx3E7thM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-umEx3E7thM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-umEx3E7thM .modal-header {
    padding: 1rem;
  }
}
.cid-umEx3E7thM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-umEx3E7thM .modal-header .close svg {
  fill: #353535;
}
.cid-umEx3E7thM .modal-header .close:hover {
  opacity: 1;
}
.cid-umEx3E7thM .modal-header .close:focus {
  outline: none;
}
.cid-umEx3E7thM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-umEx3E7thM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-umEx3E7thM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umEx3E7thM .modal-body {
    padding: 1rem;
  }
}
.cid-umEx3E7thM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umEx3E7thM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umEx3E7thM .modal-footer {
    padding: 1rem;
  }
}
.cid-umEx3E7thM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-umEx3E7thM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-umEx3E7thM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-umEx3E7thM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-umEx3E7thM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-umEx3E7thM .modal-lg,
  .cid-umEx3E7thM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-umEx3E7thM .modal-xl {
    max-width: 1140px;
  }
}
.cid-umEx3E7thM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-umEx3E7thM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-umEx3E7thM .form-group {
  margin-bottom: 1rem;
}
.cid-umEx3E7thM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-umEx3E7thM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-umEx3E7thM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-umEx3E7thM .mbr-section-btn {
  margin: 0;
}
.cid-umEx3E7thM .mbr-section-btn .btn {
  margin: 0;
}
.cid-umEIrQR9Ei {
  padding-top: 1rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-umEIrQR9Ei nav.navbar {
  position: fixed;
}
.cid-umEIrQR9Ei .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-umEIrQR9Ei .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umEIrQR9Ei .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umEIrQR9Ei .dropdown-item:hover,
.cid-umEIrQR9Ei .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-umEIrQR9Ei .dropdown-item:hover span {
  color: white;
}
.cid-umEIrQR9Ei .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umEIrQR9Ei .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umEIrQR9Ei .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umEIrQR9Ei .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umEIrQR9Ei .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-umEIrQR9Ei .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umEIrQR9Ei .container {
    flex-wrap: nowrap;
  }
}
.cid-umEIrQR9Ei .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umEIrQR9Ei .dropdown-menu,
.cid-umEIrQR9Ei .navbar.opened {
  background: #000000 !important;
}
.cid-umEIrQR9Ei .nav-item:focus,
.cid-umEIrQR9Ei .nav-link:focus {
  outline: none;
}
.cid-umEIrQR9Ei .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umEIrQR9Ei .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umEIrQR9Ei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umEIrQR9Ei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umEIrQR9Ei .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umEIrQR9Ei .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umEIrQR9Ei .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-umEIrQR9Ei .navbar.opened {
  transition: all 0.3s;
}
.cid-umEIrQR9Ei .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umEIrQR9Ei .navbar .navbar-logo img {
  width: auto;
}
.cid-umEIrQR9Ei .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umEIrQR9Ei .navbar.collapsed {
  justify-content: center;
}
.cid-umEIrQR9Ei .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umEIrQR9Ei .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umEIrQR9Ei .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-umEIrQR9Ei .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umEIrQR9Ei .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umEIrQR9Ei .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-umEIrQR9Ei .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umEIrQR9Ei .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umEIrQR9Ei .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umEIrQR9Ei .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umEIrQR9Ei .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umEIrQR9Ei .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umEIrQR9Ei .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umEIrQR9Ei .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-umEIrQR9Ei .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umEIrQR9Ei .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umEIrQR9Ei .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umEIrQR9Ei .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umEIrQR9Ei .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umEIrQR9Ei .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umEIrQR9Ei .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-umEIrQR9Ei .navbar.navbar-short {
  min-height: 60px;
}
.cid-umEIrQR9Ei .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umEIrQR9Ei .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umEIrQR9Ei .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-umEIrQR9Ei .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umEIrQR9Ei .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umEIrQR9Ei .dropdown-item.active,
.cid-umEIrQR9Ei .dropdown-item:active {
  background-color: transparent;
}
.cid-umEIrQR9Ei .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umEIrQR9Ei .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umEIrQR9Ei .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umEIrQR9Ei .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umEIrQR9Ei .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umEIrQR9Ei .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umEIrQR9Ei ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umEIrQR9Ei .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umEIrQR9Ei button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umEIrQR9Ei button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-umEIrQR9Ei button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umEIrQR9Ei button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umEIrQR9Ei button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umEIrQR9Ei button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umEIrQR9Ei nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umEIrQR9Ei nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umEIrQR9Ei nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umEIrQR9Ei nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umEIrQR9Ei .navbar-dropdown {
  position: fixed;
}
.cid-umEIrQR9Ei a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umEIrQR9Ei .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-umEIrQR9Ei .navbar {
    height: 70px;
  }
  .cid-umEIrQR9Ei .navbar.opened {
    height: auto;
  }
  .cid-umEIrQR9Ei .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umEIrRMdW6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umEIrRMdW6 a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-umEIrRMdW6 a:before {
  content: '';
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-umEIrRMdW6 a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-umEIrRMdW6 .mbr-text {
  color: #000000;
}
.cid-umEIrRMdW6 .mbr-section-title {
  color: #000000;
}
.cid-umEIrSq5kW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-umEIrSq5kW::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umEIrSq5kW .mbr-fallback-image.disabled {
  display: none;
}
.cid-umEIrSq5kW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umEIrSq5kW .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-umEIrSq5kW .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-umEIrSq5kW .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-umEIrSq5kW .container {
    padding: 0 22px;
  }
}
.cid-umEIrSq5kW .row {
  position: relative;
  z-index: 1;
}
.cid-umEIrSq5kW .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umEIrSq5kW .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umEIrSq5kW .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umEIrSq5kW .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umEIrSq5kW .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umEIrSq5kW .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umEIrSq5kW .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umEIrSq5kW .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umEIrSq5kW .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umEIrSq5kW .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umEIrSq5kW .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umEIrSq5kW .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umEIrSq5kW .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umEIrSq5kW .nav-wrapper .list .item-wrap:hover,
.cid-umEIrSq5kW .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-umEIrSq5kW .nav-wrapper .list .item-wrap:hover::before,
.cid-umEIrSq5kW .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umEIrSq5kW .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umEIrSq5kW .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umEIrSq5kW .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umEIrSq5kW .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umEIrSq5kW .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umEIrSq5kW .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umEIrSq5kW .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umEIrSq5kW .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umEIrSq5kW .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-umEIrSq5kW .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umEIrSq5kW .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umEIrSq5kW .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umEIrSq5kW .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umEIrSq5kW .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umEIrSq5kW .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umEIrSq5kW .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umEIrSq5kW .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umEIrSq5kW .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umEIrSq5kW .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umEIrSq5kW .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umEIrSq5kW .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umEIrSq5kW .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umEIrSq5kW .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umEIrSq5kW .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umEIrSq5kW .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-umEIrSq5kW .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umEIrSq5kW .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umEIrSq5kW .mbr-section-title {
  color: #ffffff;
}
.cid-umEIrSq5kW .mbr-text {
  color: #ffffff;
}
.cid-umEIrSq5kW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umEIrSq5kW .list {
  color: #ffffff;
}
.cid-umEIrSq5kW .mbr-contact {
  color: #ffffff;
}
.cid-umEIrSq5kW .mbr-desc {
  color: #ffffff;
}
.cid-umEIrSq5kW .mbr-contact,
.cid-umEIrSq5kW .item-contact {
  color: #ffffff;
}
.cid-umEIrSq5kW .list,
.cid-umEIrSq5kW .item-wrap {
  color: #ffffff;
}
.cid-umEIrThdYS.popup-builder {
  background-color: #ffffff;
}
.cid-umEIrThdYS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-umEIrThdYS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-umEIrThdYS .modal-content,
.cid-umEIrThdYS .modal-dialog {
  height: auto;
}
.cid-umEIrThdYS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-umEIrThdYS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-umEIrThdYS .form-wrapper .mbr-form .form-group,
  .cid-umEIrThdYS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-umEIrThdYS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-umEIrThdYS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-umEIrThdYS .mbr-text {
  text-align: center;
}
.cid-umEIrThdYS .pt-0 {
  padding-top: 0 !important;
}
.cid-umEIrThdYS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-umEIrThdYS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-umEIrThdYS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-umEIrThdYS .modal-open {
  overflow: hidden;
}
.cid-umEIrThdYS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-umEIrThdYS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-umEIrThdYS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-umEIrThdYS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-umEIrThdYS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-umEIrThdYS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-umEIrThdYS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-umEIrThdYS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-umEIrThdYS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-umEIrThdYS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-umEIrThdYS .modal-backdrop.fade {
  opacity: 0;
}
.cid-umEIrThdYS .modal-backdrop.show {
  opacity: .5;
}
.cid-umEIrThdYS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-umEIrThdYS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-umEIrThdYS .modal-header {
    padding: 1rem;
  }
}
.cid-umEIrThdYS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-umEIrThdYS .modal-header .close svg {
  fill: #353535;
}
.cid-umEIrThdYS .modal-header .close:hover {
  opacity: 1;
}
.cid-umEIrThdYS .modal-header .close:focus {
  outline: none;
}
.cid-umEIrThdYS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-umEIrThdYS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-umEIrThdYS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umEIrThdYS .modal-body {
    padding: 1rem;
  }
}
.cid-umEIrThdYS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umEIrThdYS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umEIrThdYS .modal-footer {
    padding: 1rem;
  }
}
.cid-umEIrThdYS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-umEIrThdYS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-umEIrThdYS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-umEIrThdYS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-umEIrThdYS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-umEIrThdYS .modal-lg,
  .cid-umEIrThdYS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-umEIrThdYS .modal-xl {
    max-width: 1140px;
  }
}
.cid-umEIrThdYS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-umEIrThdYS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-umEIrThdYS .form-group {
  margin-bottom: 1rem;
}
.cid-umEIrThdYS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-umEIrThdYS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-umEIrThdYS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-umEIrThdYS .mbr-section-btn {
  margin: 0;
}
.cid-umEIrThdYS .mbr-section-btn .btn {
  margin: 0;
}
.cid-umDSXonWY8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-umDSXonWY8 nav.navbar {
  position: fixed;
}
.cid-umDSXonWY8 .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-umDSXonWY8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umDSXonWY8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umDSXonWY8 .dropdown-item:hover,
.cid-umDSXonWY8 .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-umDSXonWY8 .dropdown-item:hover span {
  color: white;
}
.cid-umDSXonWY8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umDSXonWY8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umDSXonWY8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umDSXonWY8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umDSXonWY8 .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-umDSXonWY8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umDSXonWY8 .container {
    flex-wrap: nowrap;
  }
}
.cid-umDSXonWY8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umDSXonWY8 .dropdown-menu,
.cid-umDSXonWY8 .navbar.opened {
  background: #000000 !important;
}
.cid-umDSXonWY8 .nav-item:focus,
.cid-umDSXonWY8 .nav-link:focus {
  outline: none;
}
.cid-umDSXonWY8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umDSXonWY8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umDSXonWY8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umDSXonWY8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umDSXonWY8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umDSXonWY8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umDSXonWY8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-umDSXonWY8 .navbar.opened {
  transition: all 0.3s;
}
.cid-umDSXonWY8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umDSXonWY8 .navbar .navbar-logo img {
  width: auto;
}
.cid-umDSXonWY8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umDSXonWY8 .navbar.collapsed {
  justify-content: center;
}
.cid-umDSXonWY8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umDSXonWY8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umDSXonWY8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-umDSXonWY8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umDSXonWY8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umDSXonWY8 .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-umDSXonWY8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umDSXonWY8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umDSXonWY8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umDSXonWY8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umDSXonWY8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umDSXonWY8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umDSXonWY8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umDSXonWY8 .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-umDSXonWY8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umDSXonWY8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umDSXonWY8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umDSXonWY8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umDSXonWY8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umDSXonWY8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umDSXonWY8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-umDSXonWY8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-umDSXonWY8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umDSXonWY8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umDSXonWY8 .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-umDSXonWY8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umDSXonWY8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umDSXonWY8 .dropdown-item.active,
.cid-umDSXonWY8 .dropdown-item:active {
  background-color: transparent;
}
.cid-umDSXonWY8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umDSXonWY8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umDSXonWY8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umDSXonWY8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umDSXonWY8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umDSXonWY8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umDSXonWY8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umDSXonWY8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umDSXonWY8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umDSXonWY8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-umDSXonWY8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umDSXonWY8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umDSXonWY8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umDSXonWY8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umDSXonWY8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umDSXonWY8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umDSXonWY8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umDSXonWY8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umDSXonWY8 .navbar-dropdown {
  position: fixed;
}
.cid-umDSXonWY8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umDSXonWY8 .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-umDSXonWY8 .navbar {
    height: 70px;
  }
  .cid-umDSXonWY8 .navbar.opened {
    height: auto;
  }
  .cid-umDSXonWY8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umEdoD0Kh9 {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-umEdoD0Kh9 .link-wrapper {
  width: 100%;
}
.cid-umEdoD0Kh9 .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin: 0 1rem;
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .cid-umEdoD0Kh9 .line {
    margin: 0;
  }
}
.cid-umEdoD0Kh9 .card-wrapper {
  margin-bottom: 3rem;
}
.cid-umEdoD0Kh9 .text-wrapper {
  padding: 0 3rem;
  width: 50%;
}
@media (max-width: 767px) {
  .cid-umEdoD0Kh9 .text-wrapper {
    width: 100%;
  }
}
.cid-umEdoD0Kh9 .card-box {
  display: flex;
}
@media (max-width: 767px) {
  .cid-umEdoD0Kh9 .card-box {
    flex-direction: column;
  }
}
.cid-umEdoD0Kh9 .item-img {
  position: relative;
  padding: 0;
  width: 50%;
  margin: 0;
  height: 250px;
}
.cid-umEdoD0Kh9 .item-img img {
  object-fit: cover;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-umEdoD0Kh9 .item-img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-umEdoD0Kh9 .card-date {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  width: fit-content;
  color: #ffffff;
  line-height: 2;
  padding: 4px 12px;
  text-align: center;
}
.cid-umEdoD0Kh9 .card-date:before {
  top: 50%;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 1px ;
  background: #efefef;
}
.cid-umEdoD0Kh9 .card-type {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  width: fit-content;
  color: #ffffff;
  margin: 0;
  padding: 4px 12px;
}
.cid-umEdoD0Kh9 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-umEdoD0Kh9 .row {
    justify-content: flex-start;
  }
}
.cid-umEdoD0Kh9 .card {
  border-left: 1px solid #000000;
  border-radius: 0;
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-umEdoD0Kh9 .card {
    padding: 0;
    border: 0;
  }
}
.cid-umEdoD0Kh9 .first {
  border: 0;
  padding: 0;
}
.cid-umEdoD0Kh9 .card-text {
  color: #818181;
}
.cid-umEdoD0Kh9 .card-text a {
  position: relative;
  background: none!important;
}
.cid-umEdoD0Kh9 .card-text a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-umEdoD0Kh9 .card-text a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-umEdoD0Kh9 .card-title,
.cid-umEdoD0Kh9 .iconfont-wrapper {
  color: #000000;
}
.cid-umEdoD0Kh9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umEdoD0Kh9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umEuFeZ7Ok {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umEuFeZ7Ok .link-wrapper {
  width: 100%;
}
.cid-umEuFeZ7Ok .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin: 0 1rem;
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .cid-umEuFeZ7Ok .line {
    margin: 0;
  }
}
.cid-umEuFeZ7Ok .card-wrapper {
  margin-bottom: 3rem;
}
.cid-umEuFeZ7Ok .text-wrapper {
  padding: 0 3rem;
  width: 50%;
}
@media (max-width: 767px) {
  .cid-umEuFeZ7Ok .text-wrapper {
    width: 100%;
  }
}
.cid-umEuFeZ7Ok .card-box {
  display: flex;
}
@media (max-width: 767px) {
  .cid-umEuFeZ7Ok .card-box {
    flex-direction: column;
  }
}
.cid-umEuFeZ7Ok .item-img {
  position: relative;
  padding: 0;
  width: 50%;
  margin: 0;
  height: 250px;
}
.cid-umEuFeZ7Ok .item-img img {
  object-fit: cover;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-umEuFeZ7Ok .item-img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-umEuFeZ7Ok .card-date {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  width: fit-content;
  color: #ffffff;
  line-height: 2;
  padding: 4px 12px;
  text-align: center;
}
.cid-umEuFeZ7Ok .card-date:before {
  top: 50%;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 1px ;
  background: #efefef;
}
.cid-umEuFeZ7Ok .card-type {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  width: fit-content;
  color: #ffffff;
  margin: 0;
  padding: 4px 12px;
}
.cid-umEuFeZ7Ok .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-umEuFeZ7Ok .row {
    justify-content: flex-start;
  }
}
.cid-umEuFeZ7Ok .card {
  border-left: 1px solid #000000;
  border-radius: 0;
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-umEuFeZ7Ok .card {
    padding: 0;
    border: 0;
  }
}
.cid-umEuFeZ7Ok .first {
  border: 0;
  padding: 0;
}
.cid-umEuFeZ7Ok .card-text {
  color: #818181;
}
.cid-umEuFeZ7Ok .card-text a {
  position: relative;
  background: none!important;
}
.cid-umEuFeZ7Ok .card-text a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-umEuFeZ7Ok .card-text a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-umEuFeZ7Ok .card-title,
.cid-umEuFeZ7Ok .iconfont-wrapper {
  color: #000000;
}
.cid-umEuFeZ7Ok .mbr-fallback-image.disabled {
  display: none;
}
.cid-umEuFeZ7Ok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uANwYQPCQw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uANwYQPCQw .link-wrapper {
  width: 100%;
}
.cid-uANwYQPCQw .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin: 0 1rem;
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .cid-uANwYQPCQw .line {
    margin: 0;
  }
}
.cid-uANwYQPCQw .card-wrapper {
  margin-bottom: 3rem;
}
.cid-uANwYQPCQw .text-wrapper {
  padding: 0 3rem;
  width: 50%;
}
@media (max-width: 767px) {
  .cid-uANwYQPCQw .text-wrapper {
    width: 100%;
  }
}
.cid-uANwYQPCQw .card-box {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uANwYQPCQw .card-box {
    flex-direction: column;
  }
}
.cid-uANwYQPCQw .item-img {
  position: relative;
  padding: 0;
  width: 50%;
  margin: 0;
  height: 250px;
}
.cid-uANwYQPCQw .item-img img {
  object-fit: cover;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uANwYQPCQw .item-img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-uANwYQPCQw .card-date {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  width: fit-content;
  color: #ffffff;
  line-height: 2;
  padding: 4px 12px;
  text-align: center;
}
.cid-uANwYQPCQw .card-date:before {
  top: 50%;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 1px ;
  background: #efefef;
}
.cid-uANwYQPCQw .card-type {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  width: fit-content;
  color: #ffffff;
  margin: 0;
  padding: 4px 12px;
}
.cid-uANwYQPCQw .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uANwYQPCQw .row {
    justify-content: flex-start;
  }
}
.cid-uANwYQPCQw .card {
  border-left: 1px solid #000000;
  border-radius: 0;
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uANwYQPCQw .card {
    padding: 0;
    border: 0;
  }
}
.cid-uANwYQPCQw .first {
  border: 0;
  padding: 0;
}
.cid-uANwYQPCQw .card-text {
  color: #818181;
}
.cid-uANwYQPCQw .card-text a {
  position: relative;
  background: none!important;
}
.cid-uANwYQPCQw .card-text a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-uANwYQPCQw .card-text a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-uANwYQPCQw .card-title,
.cid-uANwYQPCQw .iconfont-wrapper {
  color: #000000;
}
.cid-uANwYQPCQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uANwYQPCQw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umE8s8AUvO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-umE8s8AUvO::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umE8s8AUvO .mbr-fallback-image.disabled {
  display: none;
}
.cid-umE8s8AUvO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umE8s8AUvO .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-umE8s8AUvO .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .container {
    padding: 0 22px;
  }
}
.cid-umE8s8AUvO .row {
  position: relative;
  z-index: 1;
}
.cid-umE8s8AUvO .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umE8s8AUvO .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umE8s8AUvO .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umE8s8AUvO .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umE8s8AUvO .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umE8s8AUvO .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umE8s8AUvO .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umE8s8AUvO .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umE8s8AUvO .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap:hover,
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap:hover::before,
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umE8s8AUvO .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umE8s8AUvO .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umE8s8AUvO .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umE8s8AUvO .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umE8s8AUvO .mbr-section-title {
  color: #ffffff;
}
.cid-umE8s8AUvO .mbr-text {
  color: #ffffff;
}
.cid-umE8s8AUvO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umE8s8AUvO .list {
  color: #ffffff;
}
.cid-umE8s8AUvO .mbr-contact {
  color: #ffffff;
}
.cid-umE8s8AUvO .mbr-desc {
  color: #ffffff;
}
.cid-umE8s8AUvO .mbr-contact,
.cid-umE8s8AUvO .item-contact {
  color: #ffffff;
}
.cid-umE8s8AUvO .list,
.cid-umE8s8AUvO .item-wrap {
  color: #ffffff;
}
.cid-umErUnqdfp.popup-builder {
  background-color: #ffffff;
}
.cid-umErUnqdfp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-umErUnqdfp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-umErUnqdfp .modal-content,
.cid-umErUnqdfp .modal-dialog {
  height: auto;
}
.cid-umErUnqdfp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-umErUnqdfp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-umErUnqdfp .form-wrapper .mbr-form .form-group,
  .cid-umErUnqdfp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-umErUnqdfp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-umErUnqdfp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-umErUnqdfp .mbr-text {
  text-align: center;
}
.cid-umErUnqdfp .pt-0 {
  padding-top: 0 !important;
}
.cid-umErUnqdfp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-umErUnqdfp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-umErUnqdfp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-umErUnqdfp .modal-open {
  overflow: hidden;
}
.cid-umErUnqdfp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-umErUnqdfp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-umErUnqdfp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-umErUnqdfp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-umErUnqdfp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-umErUnqdfp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-umErUnqdfp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-umErUnqdfp .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-umErUnqdfp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-umErUnqdfp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-umErUnqdfp .modal-backdrop.fade {
  opacity: 0;
}
.cid-umErUnqdfp .modal-backdrop.show {
  opacity: .5;
}
.cid-umErUnqdfp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-umErUnqdfp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-umErUnqdfp .modal-header {
    padding: 1rem;
  }
}
.cid-umErUnqdfp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-umErUnqdfp .modal-header .close svg {
  fill: #353535;
}
.cid-umErUnqdfp .modal-header .close:hover {
  opacity: 1;
}
.cid-umErUnqdfp .modal-header .close:focus {
  outline: none;
}
.cid-umErUnqdfp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-umErUnqdfp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-umErUnqdfp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umErUnqdfp .modal-body {
    padding: 1rem;
  }
}
.cid-umErUnqdfp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umErUnqdfp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umErUnqdfp .modal-footer {
    padding: 1rem;
  }
}
.cid-umErUnqdfp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-umErUnqdfp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-umErUnqdfp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-umErUnqdfp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-umErUnqdfp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-umErUnqdfp .modal-lg,
  .cid-umErUnqdfp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-umErUnqdfp .modal-xl {
    max-width: 1140px;
  }
}
.cid-umErUnqdfp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-umErUnqdfp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-umErUnqdfp .form-group {
  margin-bottom: 1rem;
}
.cid-umErUnqdfp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-umErUnqdfp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-umErUnqdfp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-umErUnqdfp .mbr-section-btn {
  margin: 0;
}
.cid-umErUnqdfp .mbr-section-btn .btn {
  margin: 0;
}
.cid-umDSXonWY8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-umDSXonWY8 nav.navbar {
  position: fixed;
}
.cid-umDSXonWY8 .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-umDSXonWY8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umDSXonWY8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umDSXonWY8 .dropdown-item:hover,
.cid-umDSXonWY8 .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-umDSXonWY8 .dropdown-item:hover span {
  color: white;
}
.cid-umDSXonWY8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umDSXonWY8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umDSXonWY8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umDSXonWY8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umDSXonWY8 .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-umDSXonWY8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umDSXonWY8 .container {
    flex-wrap: nowrap;
  }
}
.cid-umDSXonWY8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umDSXonWY8 .dropdown-menu,
.cid-umDSXonWY8 .navbar.opened {
  background: #000000 !important;
}
.cid-umDSXonWY8 .nav-item:focus,
.cid-umDSXonWY8 .nav-link:focus {
  outline: none;
}
.cid-umDSXonWY8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umDSXonWY8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umDSXonWY8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umDSXonWY8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umDSXonWY8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umDSXonWY8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umDSXonWY8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-umDSXonWY8 .navbar.opened {
  transition: all 0.3s;
}
.cid-umDSXonWY8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umDSXonWY8 .navbar .navbar-logo img {
  width: auto;
}
.cid-umDSXonWY8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umDSXonWY8 .navbar.collapsed {
  justify-content: center;
}
.cid-umDSXonWY8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umDSXonWY8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umDSXonWY8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-umDSXonWY8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umDSXonWY8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umDSXonWY8 .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-umDSXonWY8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umDSXonWY8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umDSXonWY8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umDSXonWY8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umDSXonWY8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umDSXonWY8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umDSXonWY8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umDSXonWY8 .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-umDSXonWY8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umDSXonWY8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umDSXonWY8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umDSXonWY8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umDSXonWY8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umDSXonWY8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umDSXonWY8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-umDSXonWY8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-umDSXonWY8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umDSXonWY8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umDSXonWY8 .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-umDSXonWY8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umDSXonWY8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umDSXonWY8 .dropdown-item.active,
.cid-umDSXonWY8 .dropdown-item:active {
  background-color: transparent;
}
.cid-umDSXonWY8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umDSXonWY8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umDSXonWY8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umDSXonWY8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umDSXonWY8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umDSXonWY8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umDSXonWY8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umDSXonWY8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umDSXonWY8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umDSXonWY8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-umDSXonWY8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umDSXonWY8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umDSXonWY8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umDSXonWY8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umDSXonWY8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umDSXonWY8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umDSXonWY8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umDSXonWY8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umDSXonWY8 .navbar-dropdown {
  position: fixed;
}
.cid-umDSXonWY8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umDSXonWY8 .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-umDSXonWY8 .navbar {
    height: 70px;
  }
  .cid-umDSXonWY8 .navbar.opened {
    height: auto;
  }
  .cid-umDSXonWY8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwEg3KZNX7 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uwEg3KZNX7 .link-wrapper {
  width: 100%;
}
.cid-uwEg3KZNX7 .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-uwEg3KZNX7 .line {
    margin: 0;
  }
}
.cid-uwEg3KZNX7 .item-img {
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  height: 250px;
}
.cid-uwEg3KZNX7 .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-uwEg3KZNX7 .card-date {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  width: fit-content;
  color: #ffffff;
  line-height: 2;
  padding: 4px 12px;
  text-align: center;
}
.cid-uwEg3KZNX7 .card-date:before {
  top: 50%;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 1px ;
  background: #efefef;
}
.cid-uwEg3KZNX7 .card-type {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  width: fit-content;
  color: #ffffff;
  margin: 0;
  padding: 4px 12px;
}
.cid-uwEg3KZNX7 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uwEg3KZNX7 .row {
    justify-content: flex-start;
  }
}
.cid-uwEg3KZNX7 .card {
  border-left: 1px solid #000000;
  border-radius: 0;
  padding: 0 4rem;
}
@media (max-width: 1200px) {
  .cid-uwEg3KZNX7 .card {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uwEg3KZNX7 .card {
    padding-left: 1rem;
    border-left: 0px;
  }
}
.cid-uwEg3KZNX7 .first {
  border: 0;
}
.cid-uwEg3KZNX7 .card-text {
  color: #818181;
}
.cid-uwEg3KZNX7 .card-text a {
  position: relative;
  background: none!important;
}
.cid-uwEg3KZNX7 .card-text a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-uwEg3KZNX7 .card-text a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-uwEg3KZNX7 .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uwEg3KZNX7 .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uwEg3KZNX7 .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uwEg3KZNX7 .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uwEg3KZNX7 .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uwEg3KZNX7 .card-title,
.cid-uwEg3KZNX7 .iconfont-wrapper {
  color: #000000;
}
.cid-uwEg3KZNX7 .link,
.cid-uwEg3KZNX7 .link-wrapper {
  color: #000000;
}
.cid-uwEg3KZNX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwEg3KZNX7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umE8s8AUvO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-umE8s8AUvO::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-umE8s8AUvO .mbr-fallback-image.disabled {
  display: none;
}
.cid-umE8s8AUvO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umE8s8AUvO .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-umE8s8AUvO .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .container {
    padding: 0 22px;
  }
}
.cid-umE8s8AUvO .row {
  position: relative;
  z-index: 1;
}
.cid-umE8s8AUvO .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-umE8s8AUvO .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umE8s8AUvO .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-umE8s8AUvO .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umE8s8AUvO .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-umE8s8AUvO .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umE8s8AUvO .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-umE8s8AUvO .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-umE8s8AUvO .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap:hover,
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap:hover::before,
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-umE8s8AUvO .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umE8s8AUvO .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-umE8s8AUvO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umE8s8AUvO .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-umE8s8AUvO .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-umE8s8AUvO .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-umE8s8AUvO .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-umE8s8AUvO .mbr-section-title {
  color: #ffffff;
}
.cid-umE8s8AUvO .mbr-text {
  color: #ffffff;
}
.cid-umE8s8AUvO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umE8s8AUvO .list {
  color: #ffffff;
}
.cid-umE8s8AUvO .mbr-contact {
  color: #ffffff;
}
.cid-umE8s8AUvO .mbr-desc {
  color: #ffffff;
}
.cid-umE8s8AUvO .mbr-contact,
.cid-umE8s8AUvO .item-contact {
  color: #ffffff;
}
.cid-umE8s8AUvO .list,
.cid-umE8s8AUvO .item-wrap {
  color: #ffffff;
}
.cid-uwENUVvFqu.popup-builder {
  background-color: #ffffff;
}
.cid-uwENUVvFqu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uwENUVvFqu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uwENUVvFqu .modal-content,
.cid-uwENUVvFqu .modal-dialog {
  height: auto;
}
.cid-uwENUVvFqu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uwENUVvFqu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uwENUVvFqu .form-wrapper .mbr-form .form-group,
  .cid-uwENUVvFqu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uwENUVvFqu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uwENUVvFqu .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uwENUVvFqu .mbr-text {
  text-align: center;
}
.cid-uwENUVvFqu .pt-0 {
  padding-top: 0 !important;
}
.cid-uwENUVvFqu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uwENUVvFqu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uwENUVvFqu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uwENUVvFqu .modal-open {
  overflow: hidden;
}
.cid-uwENUVvFqu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uwENUVvFqu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uwENUVvFqu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uwENUVvFqu .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uwENUVvFqu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uwENUVvFqu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uwENUVvFqu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uwENUVvFqu .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uwENUVvFqu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uwENUVvFqu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uwENUVvFqu .modal-backdrop.fade {
  opacity: 0;
}
.cid-uwENUVvFqu .modal-backdrop.show {
  opacity: .5;
}
.cid-uwENUVvFqu .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uwENUVvFqu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwENUVvFqu .modal-header {
    padding: 1rem;
  }
}
.cid-uwENUVvFqu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uwENUVvFqu .modal-header .close svg {
  fill: #353535;
}
.cid-uwENUVvFqu .modal-header .close:hover {
  opacity: 1;
}
.cid-uwENUVvFqu .modal-header .close:focus {
  outline: none;
}
.cid-uwENUVvFqu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uwENUVvFqu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uwENUVvFqu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwENUVvFqu .modal-body {
    padding: 1rem;
  }
}
.cid-uwENUVvFqu .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uwENUVvFqu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwENUVvFqu .modal-footer {
    padding: 1rem;
  }
}
.cid-uwENUVvFqu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uwENUVvFqu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uwENUVvFqu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uwENUVvFqu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uwENUVvFqu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uwENUVvFqu .modal-lg,
  .cid-uwENUVvFqu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uwENUVvFqu .modal-xl {
    max-width: 1140px;
  }
}
.cid-uwENUVvFqu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uwENUVvFqu .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uwENUVvFqu .form-group {
  margin-bottom: 1rem;
}
.cid-uwENUVvFqu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uwENUVvFqu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uwENUVvFqu .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uwENUVvFqu .mbr-section-btn {
  margin: 0;
}
.cid-uwENUVvFqu .mbr-section-btn .btn {
  margin: 0;
}
.cid-uzi4ph8ltm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzi4ph8ltm nav.navbar {
  position: fixed;
}
.cid-uzi4ph8ltm .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-uzi4ph8ltm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzi4ph8ltm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzi4ph8ltm .dropdown-item:hover,
.cid-uzi4ph8ltm .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-uzi4ph8ltm .dropdown-item:hover span {
  color: white;
}
.cid-uzi4ph8ltm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzi4ph8ltm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzi4ph8ltm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzi4ph8ltm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzi4ph8ltm .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-uzi4ph8ltm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uzi4ph8ltm .container {
    flex-wrap: nowrap;
  }
}
.cid-uzi4ph8ltm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzi4ph8ltm .dropdown-menu,
.cid-uzi4ph8ltm .navbar.opened {
  background: #000000 !important;
}
.cid-uzi4ph8ltm .nav-item:focus,
.cid-uzi4ph8ltm .nav-link:focus {
  outline: none;
}
.cid-uzi4ph8ltm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzi4ph8ltm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzi4ph8ltm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzi4ph8ltm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzi4ph8ltm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzi4ph8ltm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzi4ph8ltm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uzi4ph8ltm .navbar.opened {
  transition: all 0.3s;
}
.cid-uzi4ph8ltm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzi4ph8ltm .navbar .navbar-logo img {
  width: auto;
}
.cid-uzi4ph8ltm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzi4ph8ltm .navbar.collapsed {
  justify-content: center;
}
.cid-uzi4ph8ltm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzi4ph8ltm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzi4ph8ltm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uzi4ph8ltm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzi4ph8ltm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzi4ph8ltm .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-uzi4ph8ltm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzi4ph8ltm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzi4ph8ltm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzi4ph8ltm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzi4ph8ltm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzi4ph8ltm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzi4ph8ltm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzi4ph8ltm .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-uzi4ph8ltm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzi4ph8ltm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzi4ph8ltm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzi4ph8ltm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzi4ph8ltm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzi4ph8ltm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uzi4ph8ltm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uzi4ph8ltm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzi4ph8ltm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzi4ph8ltm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzi4ph8ltm .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-uzi4ph8ltm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzi4ph8ltm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzi4ph8ltm .dropdown-item.active,
.cid-uzi4ph8ltm .dropdown-item:active {
  background-color: transparent;
}
.cid-uzi4ph8ltm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzi4ph8ltm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzi4ph8ltm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzi4ph8ltm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uzi4ph8ltm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzi4ph8ltm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzi4ph8ltm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzi4ph8ltm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzi4ph8ltm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzi4ph8ltm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzi4ph8ltm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzi4ph8ltm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzi4ph8ltm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzi4ph8ltm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzi4ph8ltm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzi4ph8ltm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzi4ph8ltm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzi4ph8ltm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzi4ph8ltm .navbar-dropdown {
  position: fixed;
}
.cid-uzi4ph8ltm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzi4ph8ltm .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-uzi4ph8ltm .navbar {
    height: 70px;
  }
  .cid-uzi4ph8ltm .navbar.opened {
    height: auto;
  }
  .cid-uzi4ph8ltm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzi4phBquP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/19102024115814-1729328294-3-1344x768.jpg");
}
.cid-uzi4phBquP .link-wrapper {
  width: 100%;
}
.cid-uzi4phBquP .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uzi4phBquP .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uzi4phBquP .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uzi4phBquP .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uzi4phBquP .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uzi4phBquP .mbr-section-title DIV {
  text-align: center;
}
.cid-uzi4phBquP .mbr-text,
.cid-uzi4phBquP .mbr-section-btn {
  text-align: center;
}
.cid-uzi4phBquP .link,
.cid-uzi4phBquP .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uzi4phBquP .mbr-section-title {
  color: #ffffff;
}
.cid-uzi4phBquP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzi4phBquP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzi4pi0W9S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uzi4pi0W9S .container {
  max-width: 1750px;
}
@media (min-width: 992px) {
  .cid-uzi4pi0W9S .item:not(:last-child) {
    border-right: 1px solid #818181;
  }
}
.cid-uzi4pi0W9S .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-uzi4pi0W9S .item {
    padding: 0 4rem;
  }
}
.cid-uzi4pi0W9S p {
  padding: 0;
  margin: 0;
}
.cid-uzi4pi0W9S img,
.cid-uzi4pi0W9S .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uzi4pi0W9S img:before,
.cid-uzi4pi0W9S .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-uzi4pi0W9S img:hover:before,
.cid-uzi4pi0W9S .item-img:hover:before {
  opacity: 0.2;
}
.cid-uzi4pi0W9S .item:focus,
.cid-uzi4pi0W9S span:focus {
  outline: none;
}
.cid-uzi4pi0W9S .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uzi4pi0W9S .item-content {
  padding-top: 1.5rem;
}
.cid-uzi4pi0W9S .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzi4pi0W9S .mbr-section-title {
  color: #232323;
}
.cid-uzi4pi0W9S .mbr-text,
.cid-uzi4pi0W9S .mbr-section-btn {
  color: #ffffff;
}
.cid-uzi4pi0W9S .item-title {
  color: #ffffff;
}
.cid-uzi4piARHp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1277.jpg");
}
.cid-uzi4piARHp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzi4piARHp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uzi4piARHp .container {
    padding: 0 16px;
  }
}
.cid-uzi4piARHp .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uzi4piARHp .row {
    height: 200px;
  }
}
.cid-uzi4pkhS38 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uzi4pkhS38::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uzi4pkhS38 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzi4pkhS38 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzi4pkhS38 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uzi4pkhS38 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzi4pkhS38 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uzi4pkhS38 .container {
    padding: 0 22px;
  }
}
.cid-uzi4pkhS38 .row {
  position: relative;
  z-index: 1;
}
.cid-uzi4pkhS38 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uzi4pkhS38 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uzi4pkhS38 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uzi4pkhS38 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzi4pkhS38 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uzi4pkhS38 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uzi4pkhS38 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzi4pkhS38 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzi4pkhS38 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uzi4pkhS38 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzi4pkhS38 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uzi4pkhS38 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uzi4pkhS38 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uzi4pkhS38 .nav-wrapper .list .item-wrap:hover,
.cid-uzi4pkhS38 .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uzi4pkhS38 .nav-wrapper .list .item-wrap:hover::before,
.cid-uzi4pkhS38 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uzi4pkhS38 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uzi4pkhS38 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uzi4pkhS38 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uzi4pkhS38 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uzi4pkhS38 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uzi4pkhS38 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uzi4pkhS38 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uzi4pkhS38 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uzi4pkhS38 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uzi4pkhS38 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uzi4pkhS38 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uzi4pkhS38 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uzi4pkhS38 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uzi4pkhS38 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uzi4pkhS38 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uzi4pkhS38 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uzi4pkhS38 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uzi4pkhS38 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uzi4pkhS38 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uzi4pkhS38 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uzi4pkhS38 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uzi4pkhS38 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uzi4pkhS38 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uzi4pkhS38 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzi4pkhS38 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uzi4pkhS38 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uzi4pkhS38 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uzi4pkhS38 .mbr-section-title {
  color: #ffffff;
}
.cid-uzi4pkhS38 .mbr-text {
  color: #ffffff;
}
.cid-uzi4pkhS38 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzi4pkhS38 .list {
  color: #ffffff;
}
.cid-uzi4pkhS38 .mbr-contact {
  color: #ffffff;
}
.cid-uzi4pkhS38 .mbr-desc {
  color: #ffffff;
}
.cid-uzi4pkhS38 .mbr-contact,
.cid-uzi4pkhS38 .item-contact {
  color: #ffffff;
}
.cid-uzi4pkhS38 .list,
.cid-uzi4pkhS38 .item-wrap {
  color: #ffffff;
}
.cid-uzi4pkSzn3.popup-builder {
  background-color: #ffffff;
}
.cid-uzi4pkSzn3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzi4pkSzn3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzi4pkSzn3 .modal-content,
.cid-uzi4pkSzn3 .modal-dialog {
  height: auto;
}
.cid-uzi4pkSzn3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzi4pkSzn3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzi4pkSzn3 .form-wrapper .mbr-form .form-group,
  .cid-uzi4pkSzn3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzi4pkSzn3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzi4pkSzn3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzi4pkSzn3 .mbr-text {
  text-align: center;
}
.cid-uzi4pkSzn3 .pt-0 {
  padding-top: 0 !important;
}
.cid-uzi4pkSzn3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzi4pkSzn3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzi4pkSzn3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzi4pkSzn3 .modal-open {
  overflow: hidden;
}
.cid-uzi4pkSzn3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzi4pkSzn3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzi4pkSzn3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzi4pkSzn3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzi4pkSzn3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzi4pkSzn3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzi4pkSzn3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzi4pkSzn3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzi4pkSzn3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzi4pkSzn3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzi4pkSzn3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzi4pkSzn3 .modal-backdrop.show {
  opacity: .5;
}
.cid-uzi4pkSzn3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzi4pkSzn3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzi4pkSzn3 .modal-header {
    padding: 1rem;
  }
}
.cid-uzi4pkSzn3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzi4pkSzn3 .modal-header .close svg {
  fill: #353535;
}
.cid-uzi4pkSzn3 .modal-header .close:hover {
  opacity: 1;
}
.cid-uzi4pkSzn3 .modal-header .close:focus {
  outline: none;
}
.cid-uzi4pkSzn3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzi4pkSzn3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzi4pkSzn3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzi4pkSzn3 .modal-body {
    padding: 1rem;
  }
}
.cid-uzi4pkSzn3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzi4pkSzn3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzi4pkSzn3 .modal-footer {
    padding: 1rem;
  }
}
.cid-uzi4pkSzn3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzi4pkSzn3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzi4pkSzn3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzi4pkSzn3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzi4pkSzn3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzi4pkSzn3 .modal-lg,
  .cid-uzi4pkSzn3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzi4pkSzn3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzi4pkSzn3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzi4pkSzn3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzi4pkSzn3 .form-group {
  margin-bottom: 1rem;
}
.cid-uzi4pkSzn3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzi4pkSzn3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzi4pkSzn3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzi4pkSzn3 .mbr-section-btn {
  margin: 0;
}
.cid-uzi4pkSzn3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uANfIFOmRP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uANfIFOmRP nav.navbar {
  position: fixed;
}
.cid-uANfIFOmRP .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-uANfIFOmRP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uANfIFOmRP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uANfIFOmRP .dropdown-item:hover,
.cid-uANfIFOmRP .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-uANfIFOmRP .dropdown-item:hover span {
  color: white;
}
.cid-uANfIFOmRP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uANfIFOmRP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uANfIFOmRP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uANfIFOmRP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uANfIFOmRP .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-uANfIFOmRP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uANfIFOmRP .container {
    flex-wrap: nowrap;
  }
}
.cid-uANfIFOmRP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uANfIFOmRP .dropdown-menu,
.cid-uANfIFOmRP .navbar.opened {
  background: #000000 !important;
}
.cid-uANfIFOmRP .nav-item:focus,
.cid-uANfIFOmRP .nav-link:focus {
  outline: none;
}
.cid-uANfIFOmRP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uANfIFOmRP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uANfIFOmRP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uANfIFOmRP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uANfIFOmRP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uANfIFOmRP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uANfIFOmRP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uANfIFOmRP .navbar.opened {
  transition: all 0.3s;
}
.cid-uANfIFOmRP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uANfIFOmRP .navbar .navbar-logo img {
  width: auto;
}
.cid-uANfIFOmRP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uANfIFOmRP .navbar.collapsed {
  justify-content: center;
}
.cid-uANfIFOmRP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uANfIFOmRP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uANfIFOmRP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uANfIFOmRP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uANfIFOmRP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uANfIFOmRP .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-uANfIFOmRP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uANfIFOmRP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uANfIFOmRP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uANfIFOmRP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uANfIFOmRP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uANfIFOmRP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uANfIFOmRP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uANfIFOmRP .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-uANfIFOmRP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uANfIFOmRP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uANfIFOmRP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uANfIFOmRP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uANfIFOmRP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uANfIFOmRP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uANfIFOmRP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uANfIFOmRP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uANfIFOmRP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uANfIFOmRP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uANfIFOmRP .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-uANfIFOmRP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uANfIFOmRP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uANfIFOmRP .dropdown-item.active,
.cid-uANfIFOmRP .dropdown-item:active {
  background-color: transparent;
}
.cid-uANfIFOmRP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uANfIFOmRP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uANfIFOmRP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uANfIFOmRP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uANfIFOmRP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uANfIFOmRP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uANfIFOmRP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uANfIFOmRP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uANfIFOmRP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uANfIFOmRP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uANfIFOmRP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uANfIFOmRP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uANfIFOmRP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uANfIFOmRP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uANfIFOmRP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uANfIFOmRP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uANfIFOmRP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uANfIFOmRP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uANfIFOmRP .navbar-dropdown {
  position: fixed;
}
.cid-uANfIFOmRP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uANfIFOmRP .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-uANfIFOmRP .navbar {
    height: 70px;
  }
  .cid-uANfIFOmRP .navbar.opened {
    height: auto;
  }
  .cid-uANfIFOmRP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uANfIGaTgh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uANfIGaTgh a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-uANfIGaTgh a:before {
  content: '';
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-uANfIGaTgh a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-uANfIGaTgh .mbr-text {
  color: #353535;
}
.cid-uANfIGaTgh .mbr-section-title {
  color: #000000;
}
.cid-uANfIGC2uq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uANfIGC2uq::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uANfIGC2uq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uANfIGC2uq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uANfIGC2uq .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uANfIGC2uq .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uANfIGC2uq .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uANfIGC2uq .container {
    padding: 0 22px;
  }
}
.cid-uANfIGC2uq .row {
  position: relative;
  z-index: 1;
}
.cid-uANfIGC2uq .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uANfIGC2uq .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uANfIGC2uq .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uANfIGC2uq .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uANfIGC2uq .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uANfIGC2uq .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uANfIGC2uq .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uANfIGC2uq .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uANfIGC2uq .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uANfIGC2uq .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uANfIGC2uq .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uANfIGC2uq .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uANfIGC2uq .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uANfIGC2uq .nav-wrapper .list .item-wrap:hover,
.cid-uANfIGC2uq .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uANfIGC2uq .nav-wrapper .list .item-wrap:hover::before,
.cid-uANfIGC2uq .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uANfIGC2uq .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uANfIGC2uq .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uANfIGC2uq .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uANfIGC2uq .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uANfIGC2uq .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uANfIGC2uq .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uANfIGC2uq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uANfIGC2uq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uANfIGC2uq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uANfIGC2uq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uANfIGC2uq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uANfIGC2uq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uANfIGC2uq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uANfIGC2uq .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uANfIGC2uq .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uANfIGC2uq .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uANfIGC2uq .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uANfIGC2uq .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uANfIGC2uq .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uANfIGC2uq .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uANfIGC2uq .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uANfIGC2uq .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uANfIGC2uq .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uANfIGC2uq .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uANfIGC2uq .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uANfIGC2uq .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uANfIGC2uq .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uANfIGC2uq .mbr-section-title {
  color: #ffffff;
}
.cid-uANfIGC2uq .mbr-text {
  color: #ffffff;
}
.cid-uANfIGC2uq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uANfIGC2uq .list {
  color: #ffffff;
}
.cid-uANfIGC2uq .mbr-contact {
  color: #ffffff;
}
.cid-uANfIGC2uq .mbr-desc {
  color: #ffffff;
}
.cid-uANfIGC2uq .mbr-contact,
.cid-uANfIGC2uq .item-contact {
  color: #ffffff;
}
.cid-uANfIGC2uq .list,
.cid-uANfIGC2uq .item-wrap {
  color: #ffffff;
}
.cid-uANfIH735h.popup-builder {
  background-color: #ffffff;
}
.cid-uANfIH735h.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uANfIH735h.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uANfIH735h .modal-content,
.cid-uANfIH735h .modal-dialog {
  height: auto;
}
.cid-uANfIH735h .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uANfIH735h .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uANfIH735h .form-wrapper .mbr-form .form-group,
  .cid-uANfIH735h .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uANfIH735h .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uANfIH735h .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uANfIH735h .mbr-text {
  text-align: center;
}
.cid-uANfIH735h .pt-0 {
  padding-top: 0 !important;
}
.cid-uANfIH735h .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uANfIH735h .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uANfIH735h .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uANfIH735h .modal-open {
  overflow: hidden;
}
.cid-uANfIH735h .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uANfIH735h .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uANfIH735h .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uANfIH735h .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uANfIH735h .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uANfIH735h .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uANfIH735h .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uANfIH735h .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uANfIH735h .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uANfIH735h .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uANfIH735h .modal-backdrop.fade {
  opacity: 0;
}
.cid-uANfIH735h .modal-backdrop.show {
  opacity: .5;
}
.cid-uANfIH735h .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uANfIH735h .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uANfIH735h .modal-header {
    padding: 1rem;
  }
}
.cid-uANfIH735h .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uANfIH735h .modal-header .close svg {
  fill: #353535;
}
.cid-uANfIH735h .modal-header .close:hover {
  opacity: 1;
}
.cid-uANfIH735h .modal-header .close:focus {
  outline: none;
}
.cid-uANfIH735h .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uANfIH735h .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uANfIH735h .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uANfIH735h .modal-body {
    padding: 1rem;
  }
}
.cid-uANfIH735h .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uANfIH735h .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uANfIH735h .modal-footer {
    padding: 1rem;
  }
}
.cid-uANfIH735h .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uANfIH735h .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uANfIH735h .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uANfIH735h .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uANfIH735h .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uANfIH735h .modal-lg,
  .cid-uANfIH735h .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uANfIH735h .modal-xl {
    max-width: 1140px;
  }
}
.cid-uANfIH735h .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uANfIH735h .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uANfIH735h .form-group {
  margin-bottom: 1rem;
}
.cid-uANfIH735h .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uANfIH735h .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uANfIH735h .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uANfIH735h .mbr-section-btn {
  margin: 0;
}
.cid-uANfIH735h .mbr-section-btn .btn {
  margin: 0;
}
.cid-uANgaxPrIf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uANgaxPrIf nav.navbar {
  position: fixed;
}
.cid-uANgaxPrIf .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-uANgaxPrIf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uANgaxPrIf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uANgaxPrIf .dropdown-item:hover,
.cid-uANgaxPrIf .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-uANgaxPrIf .dropdown-item:hover span {
  color: white;
}
.cid-uANgaxPrIf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uANgaxPrIf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uANgaxPrIf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uANgaxPrIf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uANgaxPrIf .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-uANgaxPrIf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uANgaxPrIf .container {
    flex-wrap: nowrap;
  }
}
.cid-uANgaxPrIf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uANgaxPrIf .dropdown-menu,
.cid-uANgaxPrIf .navbar.opened {
  background: #000000 !important;
}
.cid-uANgaxPrIf .nav-item:focus,
.cid-uANgaxPrIf .nav-link:focus {
  outline: none;
}
.cid-uANgaxPrIf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uANgaxPrIf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uANgaxPrIf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uANgaxPrIf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uANgaxPrIf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uANgaxPrIf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uANgaxPrIf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uANgaxPrIf .navbar.opened {
  transition: all 0.3s;
}
.cid-uANgaxPrIf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uANgaxPrIf .navbar .navbar-logo img {
  width: auto;
}
.cid-uANgaxPrIf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uANgaxPrIf .navbar.collapsed {
  justify-content: center;
}
.cid-uANgaxPrIf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uANgaxPrIf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uANgaxPrIf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uANgaxPrIf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uANgaxPrIf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uANgaxPrIf .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-uANgaxPrIf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uANgaxPrIf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uANgaxPrIf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uANgaxPrIf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uANgaxPrIf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uANgaxPrIf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uANgaxPrIf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uANgaxPrIf .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-uANgaxPrIf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uANgaxPrIf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uANgaxPrIf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uANgaxPrIf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uANgaxPrIf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uANgaxPrIf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uANgaxPrIf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uANgaxPrIf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uANgaxPrIf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uANgaxPrIf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uANgaxPrIf .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-uANgaxPrIf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uANgaxPrIf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uANgaxPrIf .dropdown-item.active,
.cid-uANgaxPrIf .dropdown-item:active {
  background-color: transparent;
}
.cid-uANgaxPrIf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uANgaxPrIf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uANgaxPrIf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uANgaxPrIf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uANgaxPrIf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uANgaxPrIf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uANgaxPrIf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uANgaxPrIf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uANgaxPrIf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uANgaxPrIf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uANgaxPrIf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uANgaxPrIf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uANgaxPrIf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uANgaxPrIf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uANgaxPrIf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uANgaxPrIf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uANgaxPrIf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uANgaxPrIf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uANgaxPrIf .navbar-dropdown {
  position: fixed;
}
.cid-uANgaxPrIf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uANgaxPrIf .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-uANgaxPrIf .navbar {
    height: 70px;
  }
  .cid-uANgaxPrIf .navbar.opened {
    height: auto;
  }
  .cid-uANgaxPrIf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uANgaycsXj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uANgaycsXj a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-uANgaycsXj a:before {
  content: '';
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-uANgaycsXj a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-uANgaycsXj .mbr-text {
  color: #353535;
}
.cid-uANgaycsXj .mbr-section-title {
  color: #000000;
}
.cid-uANgaywuwS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uANgaywuwS::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uANgaywuwS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uANgaywuwS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uANgaywuwS .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uANgaywuwS .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uANgaywuwS .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uANgaywuwS .container {
    padding: 0 22px;
  }
}
.cid-uANgaywuwS .row {
  position: relative;
  z-index: 1;
}
.cid-uANgaywuwS .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uANgaywuwS .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uANgaywuwS .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uANgaywuwS .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uANgaywuwS .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uANgaywuwS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uANgaywuwS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uANgaywuwS .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uANgaywuwS .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uANgaywuwS .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uANgaywuwS .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uANgaywuwS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uANgaywuwS .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uANgaywuwS .nav-wrapper .list .item-wrap:hover,
.cid-uANgaywuwS .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uANgaywuwS .nav-wrapper .list .item-wrap:hover::before,
.cid-uANgaywuwS .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uANgaywuwS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uANgaywuwS .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uANgaywuwS .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uANgaywuwS .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uANgaywuwS .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uANgaywuwS .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uANgaywuwS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uANgaywuwS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uANgaywuwS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uANgaywuwS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uANgaywuwS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uANgaywuwS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uANgaywuwS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uANgaywuwS .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uANgaywuwS .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uANgaywuwS .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uANgaywuwS .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uANgaywuwS .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uANgaywuwS .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uANgaywuwS .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uANgaywuwS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uANgaywuwS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uANgaywuwS .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uANgaywuwS .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uANgaywuwS .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uANgaywuwS .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uANgaywuwS .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uANgaywuwS .mbr-section-title {
  color: #ffffff;
}
.cid-uANgaywuwS .mbr-text {
  color: #ffffff;
}
.cid-uANgaywuwS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uANgaywuwS .list {
  color: #ffffff;
}
.cid-uANgaywuwS .mbr-contact {
  color: #ffffff;
}
.cid-uANgaywuwS .mbr-desc {
  color: #ffffff;
}
.cid-uANgaywuwS .mbr-contact,
.cid-uANgaywuwS .item-contact {
  color: #ffffff;
}
.cid-uANgaywuwS .list,
.cid-uANgaywuwS .item-wrap {
  color: #ffffff;
}
.cid-uANgaz59Ww.popup-builder {
  background-color: #ffffff;
}
.cid-uANgaz59Ww.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uANgaz59Ww.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uANgaz59Ww .modal-content,
.cid-uANgaz59Ww .modal-dialog {
  height: auto;
}
.cid-uANgaz59Ww .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uANgaz59Ww .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uANgaz59Ww .form-wrapper .mbr-form .form-group,
  .cid-uANgaz59Ww .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uANgaz59Ww .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uANgaz59Ww .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uANgaz59Ww .mbr-text {
  text-align: center;
}
.cid-uANgaz59Ww .pt-0 {
  padding-top: 0 !important;
}
.cid-uANgaz59Ww .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uANgaz59Ww .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uANgaz59Ww .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uANgaz59Ww .modal-open {
  overflow: hidden;
}
.cid-uANgaz59Ww .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uANgaz59Ww .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uANgaz59Ww .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uANgaz59Ww .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uANgaz59Ww .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uANgaz59Ww .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uANgaz59Ww .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uANgaz59Ww .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uANgaz59Ww .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uANgaz59Ww .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uANgaz59Ww .modal-backdrop.fade {
  opacity: 0;
}
.cid-uANgaz59Ww .modal-backdrop.show {
  opacity: .5;
}
.cid-uANgaz59Ww .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uANgaz59Ww .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uANgaz59Ww .modal-header {
    padding: 1rem;
  }
}
.cid-uANgaz59Ww .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uANgaz59Ww .modal-header .close svg {
  fill: #353535;
}
.cid-uANgaz59Ww .modal-header .close:hover {
  opacity: 1;
}
.cid-uANgaz59Ww .modal-header .close:focus {
  outline: none;
}
.cid-uANgaz59Ww .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uANgaz59Ww .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uANgaz59Ww .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uANgaz59Ww .modal-body {
    padding: 1rem;
  }
}
.cid-uANgaz59Ww .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uANgaz59Ww .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uANgaz59Ww .modal-footer {
    padding: 1rem;
  }
}
.cid-uANgaz59Ww .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uANgaz59Ww .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uANgaz59Ww .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uANgaz59Ww .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uANgaz59Ww .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uANgaz59Ww .modal-lg,
  .cid-uANgaz59Ww .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uANgaz59Ww .modal-xl {
    max-width: 1140px;
  }
}
.cid-uANgaz59Ww .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uANgaz59Ww .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uANgaz59Ww .form-group {
  margin-bottom: 1rem;
}
.cid-uANgaz59Ww .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uANgaz59Ww .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uANgaz59Ww .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uANgaz59Ww .mbr-section-btn {
  margin: 0;
}
.cid-uANgaz59Ww .mbr-section-btn .btn {
  margin: 0;
}
.cid-uANxBMutEE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uANxBMutEE nav.navbar {
  position: fixed;
}
.cid-uANxBMutEE .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-uANxBMutEE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uANxBMutEE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uANxBMutEE .dropdown-item:hover,
.cid-uANxBMutEE .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-uANxBMutEE .dropdown-item:hover span {
  color: white;
}
.cid-uANxBMutEE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uANxBMutEE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uANxBMutEE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uANxBMutEE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uANxBMutEE .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-uANxBMutEE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uANxBMutEE .container {
    flex-wrap: nowrap;
  }
}
.cid-uANxBMutEE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uANxBMutEE .dropdown-menu,
.cid-uANxBMutEE .navbar.opened {
  background: #000000 !important;
}
.cid-uANxBMutEE .nav-item:focus,
.cid-uANxBMutEE .nav-link:focus {
  outline: none;
}
.cid-uANxBMutEE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uANxBMutEE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uANxBMutEE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uANxBMutEE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uANxBMutEE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uANxBMutEE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uANxBMutEE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uANxBMutEE .navbar.opened {
  transition: all 0.3s;
}
.cid-uANxBMutEE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uANxBMutEE .navbar .navbar-logo img {
  width: auto;
}
.cid-uANxBMutEE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uANxBMutEE .navbar.collapsed {
  justify-content: center;
}
.cid-uANxBMutEE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uANxBMutEE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uANxBMutEE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uANxBMutEE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uANxBMutEE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uANxBMutEE .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-uANxBMutEE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uANxBMutEE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uANxBMutEE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uANxBMutEE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uANxBMutEE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uANxBMutEE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uANxBMutEE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uANxBMutEE .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-uANxBMutEE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uANxBMutEE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uANxBMutEE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uANxBMutEE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uANxBMutEE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uANxBMutEE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uANxBMutEE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uANxBMutEE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uANxBMutEE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uANxBMutEE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uANxBMutEE .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-uANxBMutEE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uANxBMutEE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uANxBMutEE .dropdown-item.active,
.cid-uANxBMutEE .dropdown-item:active {
  background-color: transparent;
}
.cid-uANxBMutEE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uANxBMutEE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uANxBMutEE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uANxBMutEE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uANxBMutEE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uANxBMutEE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uANxBMutEE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uANxBMutEE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uANxBMutEE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uANxBMutEE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uANxBMutEE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uANxBMutEE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uANxBMutEE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uANxBMutEE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uANxBMutEE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uANxBMutEE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uANxBMutEE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uANxBMutEE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uANxBMutEE .navbar-dropdown {
  position: fixed;
}
.cid-uANxBMutEE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uANxBMutEE .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-uANxBMutEE .navbar {
    height: 70px;
  }
  .cid-uANxBMutEE .navbar.opened {
    height: auto;
  }
  .cid-uANxBMutEE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uANxBMWP5C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uANxBMWP5C a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-uANxBMWP5C a:before {
  content: '';
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-uANxBMWP5C a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-uANxBMWP5C .mbr-text {
  color: #000000;
}
.cid-uANxBMWP5C .mbr-section-title {
  color: #000000;
}
.cid-uANxBNiHGq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uANxBNiHGq::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uANxBNiHGq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uANxBNiHGq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uANxBNiHGq .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uANxBNiHGq .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uANxBNiHGq .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uANxBNiHGq .container {
    padding: 0 22px;
  }
}
.cid-uANxBNiHGq .row {
  position: relative;
  z-index: 1;
}
.cid-uANxBNiHGq .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uANxBNiHGq .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uANxBNiHGq .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uANxBNiHGq .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uANxBNiHGq .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uANxBNiHGq .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uANxBNiHGq .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uANxBNiHGq .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uANxBNiHGq .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uANxBNiHGq .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uANxBNiHGq .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uANxBNiHGq .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uANxBNiHGq .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uANxBNiHGq .nav-wrapper .list .item-wrap:hover,
.cid-uANxBNiHGq .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uANxBNiHGq .nav-wrapper .list .item-wrap:hover::before,
.cid-uANxBNiHGq .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uANxBNiHGq .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uANxBNiHGq .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uANxBNiHGq .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uANxBNiHGq .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uANxBNiHGq .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uANxBNiHGq .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uANxBNiHGq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uANxBNiHGq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uANxBNiHGq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uANxBNiHGq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uANxBNiHGq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uANxBNiHGq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uANxBNiHGq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uANxBNiHGq .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uANxBNiHGq .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uANxBNiHGq .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uANxBNiHGq .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uANxBNiHGq .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uANxBNiHGq .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uANxBNiHGq .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uANxBNiHGq .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uANxBNiHGq .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uANxBNiHGq .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uANxBNiHGq .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uANxBNiHGq .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uANxBNiHGq .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uANxBNiHGq .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uANxBNiHGq .mbr-section-title {
  color: #ffffff;
}
.cid-uANxBNiHGq .mbr-text {
  color: #ffffff;
}
.cid-uANxBNiHGq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uANxBNiHGq .list {
  color: #ffffff;
}
.cid-uANxBNiHGq .mbr-contact {
  color: #ffffff;
}
.cid-uANxBNiHGq .mbr-desc {
  color: #ffffff;
}
.cid-uANxBNiHGq .mbr-contact,
.cid-uANxBNiHGq .item-contact {
  color: #ffffff;
}
.cid-uANxBNiHGq .list,
.cid-uANxBNiHGq .item-wrap {
  color: #ffffff;
}
.cid-uANxBNQhT0.popup-builder {
  background-color: #ffffff;
}
.cid-uANxBNQhT0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uANxBNQhT0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uANxBNQhT0 .modal-content,
.cid-uANxBNQhT0 .modal-dialog {
  height: auto;
}
.cid-uANxBNQhT0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uANxBNQhT0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uANxBNQhT0 .form-wrapper .mbr-form .form-group,
  .cid-uANxBNQhT0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uANxBNQhT0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uANxBNQhT0 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uANxBNQhT0 .mbr-text {
  text-align: center;
}
.cid-uANxBNQhT0 .pt-0 {
  padding-top: 0 !important;
}
.cid-uANxBNQhT0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uANxBNQhT0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uANxBNQhT0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uANxBNQhT0 .modal-open {
  overflow: hidden;
}
.cid-uANxBNQhT0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uANxBNQhT0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uANxBNQhT0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uANxBNQhT0 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uANxBNQhT0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uANxBNQhT0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uANxBNQhT0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uANxBNQhT0 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uANxBNQhT0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uANxBNQhT0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uANxBNQhT0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uANxBNQhT0 .modal-backdrop.show {
  opacity: .5;
}
.cid-uANxBNQhT0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uANxBNQhT0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uANxBNQhT0 .modal-header {
    padding: 1rem;
  }
}
.cid-uANxBNQhT0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uANxBNQhT0 .modal-header .close svg {
  fill: #353535;
}
.cid-uANxBNQhT0 .modal-header .close:hover {
  opacity: 1;
}
.cid-uANxBNQhT0 .modal-header .close:focus {
  outline: none;
}
.cid-uANxBNQhT0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uANxBNQhT0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uANxBNQhT0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uANxBNQhT0 .modal-body {
    padding: 1rem;
  }
}
.cid-uANxBNQhT0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uANxBNQhT0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uANxBNQhT0 .modal-footer {
    padding: 1rem;
  }
}
.cid-uANxBNQhT0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uANxBNQhT0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uANxBNQhT0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uANxBNQhT0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uANxBNQhT0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uANxBNQhT0 .modal-lg,
  .cid-uANxBNQhT0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uANxBNQhT0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uANxBNQhT0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uANxBNQhT0 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uANxBNQhT0 .form-group {
  margin-bottom: 1rem;
}
.cid-uANxBNQhT0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uANxBNQhT0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uANxBNQhT0 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uANxBNQhT0 .mbr-section-btn {
  margin: 0;
}
.cid-uANxBNQhT0 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uANDKUkW2c {
  padding-top: 1rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uANDKUkW2c nav.navbar {
  position: fixed;
}
.cid-uANDKUkW2c .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-uANDKUkW2c .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uANDKUkW2c .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uANDKUkW2c .dropdown-item:hover,
.cid-uANDKUkW2c .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-uANDKUkW2c .dropdown-item:hover span {
  color: white;
}
.cid-uANDKUkW2c .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uANDKUkW2c .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uANDKUkW2c .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uANDKUkW2c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uANDKUkW2c .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-uANDKUkW2c .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uANDKUkW2c .container {
    flex-wrap: nowrap;
  }
}
.cid-uANDKUkW2c .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uANDKUkW2c .dropdown-menu,
.cid-uANDKUkW2c .navbar.opened {
  background: #000000 !important;
}
.cid-uANDKUkW2c .nav-item:focus,
.cid-uANDKUkW2c .nav-link:focus {
  outline: none;
}
.cid-uANDKUkW2c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uANDKUkW2c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uANDKUkW2c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uANDKUkW2c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uANDKUkW2c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uANDKUkW2c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uANDKUkW2c .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uANDKUkW2c .navbar.opened {
  transition: all 0.3s;
}
.cid-uANDKUkW2c .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uANDKUkW2c .navbar .navbar-logo img {
  width: auto;
}
.cid-uANDKUkW2c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uANDKUkW2c .navbar.collapsed {
  justify-content: center;
}
.cid-uANDKUkW2c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uANDKUkW2c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uANDKUkW2c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uANDKUkW2c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uANDKUkW2c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uANDKUkW2c .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-uANDKUkW2c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uANDKUkW2c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uANDKUkW2c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uANDKUkW2c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uANDKUkW2c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uANDKUkW2c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uANDKUkW2c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uANDKUkW2c .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-uANDKUkW2c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uANDKUkW2c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uANDKUkW2c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uANDKUkW2c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uANDKUkW2c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uANDKUkW2c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uANDKUkW2c .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uANDKUkW2c .navbar.navbar-short {
  min-height: 60px;
}
.cid-uANDKUkW2c .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uANDKUkW2c .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uANDKUkW2c .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-uANDKUkW2c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uANDKUkW2c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uANDKUkW2c .dropdown-item.active,
.cid-uANDKUkW2c .dropdown-item:active {
  background-color: transparent;
}
.cid-uANDKUkW2c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uANDKUkW2c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uANDKUkW2c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uANDKUkW2c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uANDKUkW2c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uANDKUkW2c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uANDKUkW2c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uANDKUkW2c .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uANDKUkW2c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uANDKUkW2c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uANDKUkW2c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uANDKUkW2c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uANDKUkW2c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uANDKUkW2c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uANDKUkW2c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uANDKUkW2c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uANDKUkW2c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uANDKUkW2c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uANDKUkW2c .navbar-dropdown {
  position: fixed;
}
.cid-uANDKUkW2c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uANDKUkW2c .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-uANDKUkW2c .navbar {
    height: 70px;
  }
  .cid-uANDKUkW2c .navbar.opened {
    height: auto;
  }
  .cid-uANDKUkW2c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uANDKUFBTE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uANDKUFBTE a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-uANDKUFBTE a:before {
  content: '';
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-uANDKUFBTE a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-uANDKUFBTE .mbr-text {
  color: #000000;
}
.cid-uANDKUFBTE .mbr-section-title {
  color: #000000;
}
.cid-uANDKV1fPm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uANDKV1fPm::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uANDKV1fPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uANDKV1fPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uANDKV1fPm .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uANDKV1fPm .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uANDKV1fPm .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uANDKV1fPm .container {
    padding: 0 22px;
  }
}
.cid-uANDKV1fPm .row {
  position: relative;
  z-index: 1;
}
.cid-uANDKV1fPm .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uANDKV1fPm .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uANDKV1fPm .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uANDKV1fPm .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uANDKV1fPm .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uANDKV1fPm .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uANDKV1fPm .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uANDKV1fPm .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uANDKV1fPm .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uANDKV1fPm .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uANDKV1fPm .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uANDKV1fPm .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uANDKV1fPm .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uANDKV1fPm .nav-wrapper .list .item-wrap:hover,
.cid-uANDKV1fPm .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uANDKV1fPm .nav-wrapper .list .item-wrap:hover::before,
.cid-uANDKV1fPm .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uANDKV1fPm .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uANDKV1fPm .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uANDKV1fPm .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uANDKV1fPm .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uANDKV1fPm .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uANDKV1fPm .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uANDKV1fPm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uANDKV1fPm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uANDKV1fPm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uANDKV1fPm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uANDKV1fPm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uANDKV1fPm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uANDKV1fPm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uANDKV1fPm .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uANDKV1fPm .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uANDKV1fPm .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uANDKV1fPm .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uANDKV1fPm .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uANDKV1fPm .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uANDKV1fPm .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uANDKV1fPm .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uANDKV1fPm .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uANDKV1fPm .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uANDKV1fPm .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uANDKV1fPm .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uANDKV1fPm .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uANDKV1fPm .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uANDKV1fPm .mbr-section-title {
  color: #ffffff;
}
.cid-uANDKV1fPm .mbr-text {
  color: #ffffff;
}
.cid-uANDKV1fPm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uANDKV1fPm .list {
  color: #ffffff;
}
.cid-uANDKV1fPm .mbr-contact {
  color: #ffffff;
}
.cid-uANDKV1fPm .mbr-desc {
  color: #ffffff;
}
.cid-uANDKV1fPm .mbr-contact,
.cid-uANDKV1fPm .item-contact {
  color: #ffffff;
}
.cid-uANDKV1fPm .list,
.cid-uANDKV1fPm .item-wrap {
  color: #ffffff;
}
.cid-uANDKVDvIQ.popup-builder {
  background-color: #ffffff;
}
.cid-uANDKVDvIQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uANDKVDvIQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uANDKVDvIQ .modal-content,
.cid-uANDKVDvIQ .modal-dialog {
  height: auto;
}
.cid-uANDKVDvIQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uANDKVDvIQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uANDKVDvIQ .form-wrapper .mbr-form .form-group,
  .cid-uANDKVDvIQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uANDKVDvIQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uANDKVDvIQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uANDKVDvIQ .mbr-text {
  text-align: center;
}
.cid-uANDKVDvIQ .pt-0 {
  padding-top: 0 !important;
}
.cid-uANDKVDvIQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uANDKVDvIQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uANDKVDvIQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uANDKVDvIQ .modal-open {
  overflow: hidden;
}
.cid-uANDKVDvIQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uANDKVDvIQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uANDKVDvIQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uANDKVDvIQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uANDKVDvIQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uANDKVDvIQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uANDKVDvIQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uANDKVDvIQ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uANDKVDvIQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uANDKVDvIQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uANDKVDvIQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uANDKVDvIQ .modal-backdrop.show {
  opacity: .5;
}
.cid-uANDKVDvIQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uANDKVDvIQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uANDKVDvIQ .modal-header {
    padding: 1rem;
  }
}
.cid-uANDKVDvIQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uANDKVDvIQ .modal-header .close svg {
  fill: #353535;
}
.cid-uANDKVDvIQ .modal-header .close:hover {
  opacity: 1;
}
.cid-uANDKVDvIQ .modal-header .close:focus {
  outline: none;
}
.cid-uANDKVDvIQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uANDKVDvIQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uANDKVDvIQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uANDKVDvIQ .modal-body {
    padding: 1rem;
  }
}
.cid-uANDKVDvIQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uANDKVDvIQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uANDKVDvIQ .modal-footer {
    padding: 1rem;
  }
}
.cid-uANDKVDvIQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uANDKVDvIQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uANDKVDvIQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uANDKVDvIQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uANDKVDvIQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uANDKVDvIQ .modal-lg,
  .cid-uANDKVDvIQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uANDKVDvIQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uANDKVDvIQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uANDKVDvIQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uANDKVDvIQ .form-group {
  margin-bottom: 1rem;
}
.cid-uANDKVDvIQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uANDKVDvIQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uANDKVDvIQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uANDKVDvIQ .mbr-section-btn {
  margin: 0;
}
.cid-uANDKVDvIQ .mbr-section-btn .btn {
  margin: 0;
}
