.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Calibri';
  font-size: 5.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Calibri';
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Calibri';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Calibri';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Calibri';
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.48rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.61rem + (5.6 - 2.61) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.61rem + (5.6 - 2.61) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #191def !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #eed115 !important;
}
.bg-danger {
  background-color: #36ba0f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #191def !important;
  border-color: #191def !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #494cf2 !important;
  border-color: #494cf2 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #494cf2 !important;
  border-color: #494cf2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #eed115 !important;
  border-color: #eed115 !important;
  color: #040300 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f1da45 !important;
  border-color: #f1da45 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #040300 !important;
  background-color: #f1da45 !important;
  border-color: #f1da45 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #36ba0f !important;
  border-color: #36ba0f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #44e913 !important;
  border-color: #44e913 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #44e913 !important;
  border-color: #44e913 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #191def;
  color: #191def;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0c0ea6 !important;
  background-color: transparent !important;
  border-color: #0c0ea6 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #191def !important;
  border-color: #191def !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #eed115;
  color: #eed115;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a18d0c !important;
  background-color: transparent !important;
  border-color: #a18d0c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #040300 !important;
  background-color: #eed115 !important;
  border-color: #eed115 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #36ba0f;
  color: #36ba0f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #1f6a09 !important;
  background-color: transparent !important;
  border-color: #1f6a09 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #36ba0f !important;
  border-color: #36ba0f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #191def !important;
}
.text-secondary {
  color: #ffa600 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #eed115 !important;
}
.text-danger {
  color: #36ba0f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0b0d97 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #996400 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #92800b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1b5c07 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #191def;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #eed115;
}
.alert-danger {
  background-color: #36ba0f;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #191def;
  border-color: #191def;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #191def;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d8d8fc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fcf6d3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #7af157;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Calibri';
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #191def !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Calibri';
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #191def;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #191def;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #191def;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #191def;
  border-bottom-color: #191def;
}
.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: #191def !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: #ffa600 !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='%23191def' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-u2QZWXUUne {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2QZWXUUne nav.navbar {
  position: fixed;
}
.cid-u2QZWXUUne .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-u2QZWXUUne .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2QZWXUUne .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2QZWXUUne .dropdown-item:hover,
.cid-u2QZWXUUne .dropdown-item:focus {
  background: #191def !important;
  color: white !important;
}
.cid-u2QZWXUUne .dropdown-item:hover span {
  color: white;
}
.cid-u2QZWXUUne .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2QZWXUUne .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2QZWXUUne .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2QZWXUUne .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2QZWXUUne .nav-link {
  position: relative;
}
.cid-u2QZWXUUne .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u2QZWXUUne .container {
    flex-wrap: nowrap;
  }
}
.cid-u2QZWXUUne .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2QZWXUUne .dropdown-menu,
.cid-u2QZWXUUne .navbar.opened {
  background: #ffffff !important;
}
.cid-u2QZWXUUne .nav-item:focus,
.cid-u2QZWXUUne .nav-link:focus {
  outline: none;
}
.cid-u2QZWXUUne .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2QZWXUUne .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2QZWXUUne .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2QZWXUUne .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2QZWXUUne .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2QZWXUUne .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2QZWXUUne .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: #ffffff;
}
.cid-u2QZWXUUne .navbar.opened {
  transition: all 0.3s;
}
.cid-u2QZWXUUne .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2QZWXUUne .navbar .navbar-logo img {
  width: auto;
}
.cid-u2QZWXUUne .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2QZWXUUne .navbar.collapsed {
  justify-content: center;
}
.cid-u2QZWXUUne .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2QZWXUUne .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2QZWXUUne .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-u2QZWXUUne .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2QZWXUUne .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2QZWXUUne .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-u2QZWXUUne .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2QZWXUUne .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2QZWXUUne .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2QZWXUUne .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2QZWXUUne .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2QZWXUUne .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2QZWXUUne .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2QZWXUUne .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-u2QZWXUUne .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2QZWXUUne .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2QZWXUUne .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2QZWXUUne .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2QZWXUUne .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2QZWXUUne .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2QZWXUUne .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2QZWXUUne .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2QZWXUUne .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2QZWXUUne .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-u2QZWXUUne .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2QZWXUUne .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u2QZWXUUne .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u2QZWXUUne .dropdown-item.active,
.cid-u2QZWXUUne .dropdown-item:active {
  background-color: transparent;
}
.cid-u2QZWXUUne .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2QZWXUUne .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2QZWXUUne .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2QZWXUUne .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u2QZWXUUne .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2QZWXUUne .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2QZWXUUne ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2QZWXUUne .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2QZWXUUne button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2QZWXUUne button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d99e2;
}
.cid-u2QZWXUUne button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2QZWXUUne button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2QZWXUUne button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2QZWXUUne button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2QZWXUUne nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2QZWXUUne nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2QZWXUUne nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2QZWXUUne nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2QZWXUUne .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u2QZWXUUne .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u2QZWXUUne a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2QZWXUUne .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-u2QZWXUUne .navbar {
    height: 70px;
  }
  .cid-u2QZWXUUne .navbar.opened {
    height: auto;
  }
  .cid-u2QZWXUUne .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2QZWXUUne .container,
.cid-u2QZWXUUne .container-fluid {
  flex-wrap: wrap;
}
.cid-u2QZWXUUne .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u2QZWXUUne .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u2QZWXUUne .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u2QZWXUUne .contacts-menu {
    display: none;
  }
}
.cid-u2QZWXUUne .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u2QZWXUUne .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #191def;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u2QZWXUUne .icon-box:hover {
  transform: scale(1.1);
}
.cid-u2QZWXUUne .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u2QZWXUUne .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u2QZWXUUne .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u2QZWXUUne .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u2QZWXUUne .navbar-collapse .mbr-section-btn .btn-black {
  color: #191def !important;
}
@media (max-width: 577px) {
  .cid-u2QZWXUUne .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u2QZWXUUne .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u2QZWXUUne .navbar-collapse .nav-link:hover {
  color: #191def !important;
}
.cid-u2QZWXUUne .card-text {
  color: #000000;
}
.cid-u2QZWXUUne .card-title {
  color: #000000;
}
.cid-u2QVyoa2Rr {
  background-image: url("../../../assets/images/foto-homepage-1920x1082.webp");
}
.cid-u2QVyoa2Rr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2QVyoa2Rr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2QVyoa2Rr .mbr-section-subtitle {
  color: #eed115;
}
.cid-u2Rf6Br6IP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f87fb;
  background: linear-gradient(to bottom, #4f87fb, #0053f9);
}
.cid-u2Rf6Br6IP .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-u2Rf6Br6IP .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-u2Rf6Br6IP .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-u2Rf6Br6IP .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-u2Rf6Br6IP .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-u2Rf6Br6IP .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-u2Rf6Br6IP .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-u2Rf6Br6IP .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-u2Rf6Br6IP .mbr-section-btn.display-4,
.cid-u2Rf6Br6IP .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-u2Rf6Br6IP .separator,
  .cid-u2Rf6Br6IP .sep-holder,
  .cid-u2Rf6Br6IP .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-u2Rf6Br6IP .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-u2Rf6Br6IP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Rf6Br6IP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2XXiy0EIK {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2XXiy0EIK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2XXiy0EIK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u2XXiy0EIK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2XXiy0EIK .row {
  flex-direction: row-reverse;
}
.cid-u2XXiy0EIK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2XXiy0EIK .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2XXiy0EIK .mbr-text {
  text-align: justify;
}
.cid-u37p5KTlM8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u37p5KTlM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37p5KTlM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u37p5KTlM8 .container {
    max-width: 1400px;
  }
}
.cid-u37p5KTlM8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-u37p5KTlM8 .row {
  justify-content: center;
}
.cid-u37p5KTlM8 .mbr-section-title {
  color: #eed115;
}
.cid-u37p5KTlM8 .mbr-section-subtitle {
  color: #1d99e2;
}
.cid-u37p5KTlM8 .card-text {
  text-align: justify;
}
.cid-u37rIEATRU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u37rIEATRU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37rIEATRU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u37rIEATRU .container {
    max-width: 1400px;
  }
}
.cid-u37rIEATRU .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-u37rIEATRU .row {
  justify-content: center;
}
.cid-u37rIEATRU .mbr-section-title {
  color: #eed115;
}
.cid-u37rIEATRU .mbr-section-subtitle {
  color: #1d99e2;
}
.cid-u37rIEATRU .card-text {
  text-align: justify;
}
.cid-u37rJMcwWy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u37rJMcwWy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37rJMcwWy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u37rJMcwWy .container {
    max-width: 1400px;
  }
}
.cid-u37rJMcwWy .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-u37rJMcwWy .row {
  justify-content: center;
}
.cid-u37rJMcwWy .mbr-section-title {
  color: #eed115;
}
.cid-u37rJMcwWy .mbr-section-subtitle {
  color: #1d99e2;
}
.cid-u37rJMcwWy .card-text {
  text-align: justify;
}
.cid-uztsC109Ee {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uztsC109Ee .mbr-fallback-image.disabled {
  display: none;
}
.cid-uztsC109Ee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uztsC109Ee .container {
    max-width: 1400px;
  }
}
.cid-uztsC109Ee .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uztsC109Ee .row {
  justify-content: center;
}
.cid-uztsC109Ee .mbr-section-title {
  color: #eed115;
}
.cid-uztsC109Ee .mbr-section-subtitle {
  color: #1d99e2;
}
.cid-uztsC109Ee .card-text {
  text-align: justify;
}
.cid-u37zdlBgFh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u37zdlBgFh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37zdlBgFh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37zdlBgFh .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u37zdlBgFh .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-u37zdlBgFh .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-u37zdlBgFh .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u37zdlBgFh .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u37zdlBgFh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u37zdlBgFh .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u37zdlBgFh .navbar-brand {
    justify-content: center !important;
  }
}
.cid-u37zdlBgFh .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-u37zdlBgFh .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-u37zdlBgFh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-u37zdlBgFh .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-u37zdlBgFh .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u37zdlBgFh .copyright-col {
    flex-direction: column;
  }
}
.cid-u37zdlBgFh .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u37zdlBgFh .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-u2QZWXUUne {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2QZWXUUne nav.navbar {
  position: fixed;
}
.cid-u2QZWXUUne .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-u2QZWXUUne .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2QZWXUUne .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2QZWXUUne .dropdown-item:hover,
.cid-u2QZWXUUne .dropdown-item:focus {
  background: #191def !important;
  color: white !important;
}
.cid-u2QZWXUUne .dropdown-item:hover span {
  color: white;
}
.cid-u2QZWXUUne .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2QZWXUUne .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2QZWXUUne .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2QZWXUUne .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2QZWXUUne .nav-link {
  position: relative;
}
.cid-u2QZWXUUne .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u2QZWXUUne .container {
    flex-wrap: nowrap;
  }
}
.cid-u2QZWXUUne .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2QZWXUUne .dropdown-menu,
.cid-u2QZWXUUne .navbar.opened {
  background: #ffffff !important;
}
.cid-u2QZWXUUne .nav-item:focus,
.cid-u2QZWXUUne .nav-link:focus {
  outline: none;
}
.cid-u2QZWXUUne .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2QZWXUUne .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2QZWXUUne .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2QZWXUUne .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2QZWXUUne .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2QZWXUUne .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2QZWXUUne .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: #ffffff;
}
.cid-u2QZWXUUne .navbar.opened {
  transition: all 0.3s;
}
.cid-u2QZWXUUne .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2QZWXUUne .navbar .navbar-logo img {
  width: auto;
}
.cid-u2QZWXUUne .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2QZWXUUne .navbar.collapsed {
  justify-content: center;
}
.cid-u2QZWXUUne .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2QZWXUUne .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2QZWXUUne .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-u2QZWXUUne .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2QZWXUUne .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2QZWXUUne .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-u2QZWXUUne .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2QZWXUUne .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2QZWXUUne .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2QZWXUUne .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2QZWXUUne .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2QZWXUUne .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2QZWXUUne .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2QZWXUUne .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-u2QZWXUUne .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2QZWXUUne .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2QZWXUUne .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2QZWXUUne .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2QZWXUUne .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2QZWXUUne .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2QZWXUUne .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2QZWXUUne .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2QZWXUUne .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2QZWXUUne .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-u2QZWXUUne .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2QZWXUUne .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u2QZWXUUne .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u2QZWXUUne .dropdown-item.active,
.cid-u2QZWXUUne .dropdown-item:active {
  background-color: transparent;
}
.cid-u2QZWXUUne .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2QZWXUUne .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2QZWXUUne .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2QZWXUUne .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u2QZWXUUne .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2QZWXUUne .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2QZWXUUne ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2QZWXUUne .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2QZWXUUne button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2QZWXUUne button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d99e2;
}
.cid-u2QZWXUUne button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2QZWXUUne button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2QZWXUUne button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2QZWXUUne button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2QZWXUUne nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2QZWXUUne nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2QZWXUUne nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2QZWXUUne nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2QZWXUUne .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u2QZWXUUne .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u2QZWXUUne a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2QZWXUUne .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-u2QZWXUUne .navbar {
    height: 70px;
  }
  .cid-u2QZWXUUne .navbar.opened {
    height: auto;
  }
  .cid-u2QZWXUUne .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2QZWXUUne .container,
.cid-u2QZWXUUne .container-fluid {
  flex-wrap: wrap;
}
.cid-u2QZWXUUne .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u2QZWXUUne .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u2QZWXUUne .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u2QZWXUUne .contacts-menu {
    display: none;
  }
}
.cid-u2QZWXUUne .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u2QZWXUUne .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #191def;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u2QZWXUUne .icon-box:hover {
  transform: scale(1.1);
}
.cid-u2QZWXUUne .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u2QZWXUUne .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u2QZWXUUne .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u2QZWXUUne .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u2QZWXUUne .navbar-collapse .mbr-section-btn .btn-black {
  color: #191def !important;
}
@media (max-width: 577px) {
  .cid-u2QZWXUUne .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u2QZWXUUne .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u2QZWXUUne .navbar-collapse .nav-link:hover {
  color: #191def !important;
}
.cid-u2QZWXUUne .card-text {
  color: #000000;
}
.cid-u2QZWXUUne .card-title {
  color: #000000;
}
.cid-u37Dt269zL {
  padding-top: 15rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u37Dt269zL .mbr-text {
  text-align: justify;
}
.cid-u37zdlBgFh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u37zdlBgFh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37zdlBgFh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37zdlBgFh .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u37zdlBgFh .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-u37zdlBgFh .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-u37zdlBgFh .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u37zdlBgFh .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u37zdlBgFh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u37zdlBgFh .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u37zdlBgFh .navbar-brand {
    justify-content: center !important;
  }
}
.cid-u37zdlBgFh .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-u37zdlBgFh .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-u37zdlBgFh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-u37zdlBgFh .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-u37zdlBgFh .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u37zdlBgFh .copyright-col {
    flex-direction: column;
  }
}
.cid-u37zdlBgFh .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u37zdlBgFh .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-u37BcG7EuE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u37BcG7EuE nav.navbar {
  position: fixed;
}
.cid-u37BcG7EuE .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-u37BcG7EuE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u37BcG7EuE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u37BcG7EuE .dropdown-item:hover,
.cid-u37BcG7EuE .dropdown-item:focus {
  background: #191def !important;
  color: white !important;
}
.cid-u37BcG7EuE .dropdown-item:hover span {
  color: white;
}
.cid-u37BcG7EuE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u37BcG7EuE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u37BcG7EuE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u37BcG7EuE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u37BcG7EuE .nav-link {
  position: relative;
}
.cid-u37BcG7EuE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u37BcG7EuE .container {
    flex-wrap: nowrap;
  }
}
.cid-u37BcG7EuE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u37BcG7EuE .dropdown-menu,
.cid-u37BcG7EuE .navbar.opened {
  background: #ffffff !important;
}
.cid-u37BcG7EuE .nav-item:focus,
.cid-u37BcG7EuE .nav-link:focus {
  outline: none;
}
.cid-u37BcG7EuE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u37BcG7EuE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u37BcG7EuE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u37BcG7EuE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u37BcG7EuE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u37BcG7EuE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u37BcG7EuE .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: #ffffff;
}
.cid-u37BcG7EuE .navbar.opened {
  transition: all 0.3s;
}
.cid-u37BcG7EuE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u37BcG7EuE .navbar .navbar-logo img {
  width: auto;
}
.cid-u37BcG7EuE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u37BcG7EuE .navbar.collapsed {
  justify-content: center;
}
.cid-u37BcG7EuE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u37BcG7EuE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u37BcG7EuE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-u37BcG7EuE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u37BcG7EuE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u37BcG7EuE .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-u37BcG7EuE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u37BcG7EuE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u37BcG7EuE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u37BcG7EuE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u37BcG7EuE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u37BcG7EuE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u37BcG7EuE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u37BcG7EuE .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-u37BcG7EuE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u37BcG7EuE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u37BcG7EuE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u37BcG7EuE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u37BcG7EuE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u37BcG7EuE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u37BcG7EuE .navbar.navbar-short {
  min-height: 60px;
}
.cid-u37BcG7EuE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u37BcG7EuE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u37BcG7EuE .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-u37BcG7EuE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u37BcG7EuE .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u37BcG7EuE .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u37BcG7EuE .dropdown-item.active,
.cid-u37BcG7EuE .dropdown-item:active {
  background-color: transparent;
}
.cid-u37BcG7EuE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u37BcG7EuE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u37BcG7EuE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u37BcG7EuE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u37BcG7EuE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u37BcG7EuE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u37BcG7EuE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u37BcG7EuE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u37BcG7EuE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u37BcG7EuE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d99e2;
}
.cid-u37BcG7EuE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u37BcG7EuE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37BcG7EuE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37BcG7EuE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u37BcG7EuE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37BcG7EuE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u37BcG7EuE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u37BcG7EuE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37BcG7EuE .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u37BcG7EuE .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u37BcG7EuE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u37BcG7EuE .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-u37BcG7EuE .navbar {
    height: 70px;
  }
  .cid-u37BcG7EuE .navbar.opened {
    height: auto;
  }
  .cid-u37BcG7EuE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u37BcG7EuE .container,
.cid-u37BcG7EuE .container-fluid {
  flex-wrap: wrap;
}
.cid-u37BcG7EuE .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u37BcG7EuE .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u37BcG7EuE .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u37BcG7EuE .contacts-menu {
    display: none;
  }
}
.cid-u37BcG7EuE .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u37BcG7EuE .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #191def;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u37BcG7EuE .icon-box:hover {
  transform: scale(1.1);
}
.cid-u37BcG7EuE .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u37BcG7EuE .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u37BcG7EuE .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u37BcG7EuE .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u37BcG7EuE .navbar-collapse .mbr-section-btn .btn-black {
  color: #191def !important;
}
@media (max-width: 577px) {
  .cid-u37BcG7EuE .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u37BcG7EuE .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u37BcG7EuE .navbar-collapse .nav-link:hover {
  color: #191def !important;
}
.cid-u37BcG7EuE .card-text {
  color: #000000;
}
.cid-u37BcG7EuE .card-title {
  color: #000000;
}
.cid-u37GgiOWfc {
  padding-top: 15rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u37GgiOWfc .mbr-text {
  text-align: justify;
}
.cid-u37BcGMYJr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u37BcGMYJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37BcGMYJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37BcGMYJr .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u37BcGMYJr .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-u37BcGMYJr .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-u37BcGMYJr .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u37BcGMYJr .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u37BcGMYJr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u37BcGMYJr .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u37BcGMYJr .navbar-brand {
    justify-content: center !important;
  }
}
.cid-u37BcGMYJr .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-u37BcGMYJr .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-u37BcGMYJr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-u37BcGMYJr .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-u37BcGMYJr .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u37BcGMYJr .copyright-col {
    flex-direction: column;
  }
}
.cid-u37BcGMYJr .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u37BcGMYJr .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-u37Bdpd7ee {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u37Bdpd7ee nav.navbar {
  position: fixed;
}
.cid-u37Bdpd7ee .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-u37Bdpd7ee .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u37Bdpd7ee .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u37Bdpd7ee .dropdown-item:hover,
.cid-u37Bdpd7ee .dropdown-item:focus {
  background: #191def !important;
  color: white !important;
}
.cid-u37Bdpd7ee .dropdown-item:hover span {
  color: white;
}
.cid-u37Bdpd7ee .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u37Bdpd7ee .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u37Bdpd7ee .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u37Bdpd7ee .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u37Bdpd7ee .nav-link {
  position: relative;
}
.cid-u37Bdpd7ee .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u37Bdpd7ee .container {
    flex-wrap: nowrap;
  }
}
.cid-u37Bdpd7ee .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u37Bdpd7ee .dropdown-menu,
.cid-u37Bdpd7ee .navbar.opened {
  background: #ffffff !important;
}
.cid-u37Bdpd7ee .nav-item:focus,
.cid-u37Bdpd7ee .nav-link:focus {
  outline: none;
}
.cid-u37Bdpd7ee .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u37Bdpd7ee .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u37Bdpd7ee .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u37Bdpd7ee .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u37Bdpd7ee .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u37Bdpd7ee .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u37Bdpd7ee .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: #ffffff;
}
.cid-u37Bdpd7ee .navbar.opened {
  transition: all 0.3s;
}
.cid-u37Bdpd7ee .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u37Bdpd7ee .navbar .navbar-logo img {
  width: auto;
}
.cid-u37Bdpd7ee .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u37Bdpd7ee .navbar.collapsed {
  justify-content: center;
}
.cid-u37Bdpd7ee .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u37Bdpd7ee .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u37Bdpd7ee .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-u37Bdpd7ee .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u37Bdpd7ee .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u37Bdpd7ee .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-u37Bdpd7ee .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u37Bdpd7ee .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u37Bdpd7ee .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u37Bdpd7ee .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u37Bdpd7ee .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u37Bdpd7ee .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u37Bdpd7ee .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u37Bdpd7ee .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-u37Bdpd7ee .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u37Bdpd7ee .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u37Bdpd7ee .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u37Bdpd7ee .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u37Bdpd7ee .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u37Bdpd7ee .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u37Bdpd7ee .navbar.navbar-short {
  min-height: 60px;
}
.cid-u37Bdpd7ee .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u37Bdpd7ee .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u37Bdpd7ee .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-u37Bdpd7ee .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u37Bdpd7ee .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u37Bdpd7ee .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u37Bdpd7ee .dropdown-item.active,
.cid-u37Bdpd7ee .dropdown-item:active {
  background-color: transparent;
}
.cid-u37Bdpd7ee .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u37Bdpd7ee .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u37Bdpd7ee .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u37Bdpd7ee .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u37Bdpd7ee .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u37Bdpd7ee .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u37Bdpd7ee ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u37Bdpd7ee .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u37Bdpd7ee button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u37Bdpd7ee button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d99e2;
}
.cid-u37Bdpd7ee button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u37Bdpd7ee button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37Bdpd7ee button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37Bdpd7ee button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u37Bdpd7ee nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37Bdpd7ee nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u37Bdpd7ee nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u37Bdpd7ee nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37Bdpd7ee .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u37Bdpd7ee .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u37Bdpd7ee a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u37Bdpd7ee .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-u37Bdpd7ee .navbar {
    height: 70px;
  }
  .cid-u37Bdpd7ee .navbar.opened {
    height: auto;
  }
  .cid-u37Bdpd7ee .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u37Bdpd7ee .container,
.cid-u37Bdpd7ee .container-fluid {
  flex-wrap: wrap;
}
.cid-u37Bdpd7ee .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u37Bdpd7ee .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u37Bdpd7ee .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u37Bdpd7ee .contacts-menu {
    display: none;
  }
}
.cid-u37Bdpd7ee .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u37Bdpd7ee .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #191def;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u37Bdpd7ee .icon-box:hover {
  transform: scale(1.1);
}
.cid-u37Bdpd7ee .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u37Bdpd7ee .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u37Bdpd7ee .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u37Bdpd7ee .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u37Bdpd7ee .navbar-collapse .mbr-section-btn .btn-black {
  color: #191def !important;
}
@media (max-width: 577px) {
  .cid-u37Bdpd7ee .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u37Bdpd7ee .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u37Bdpd7ee .navbar-collapse .nav-link:hover {
  color: #191def !important;
}
.cid-u37Bdpd7ee .card-text {
  color: #000000;
}
.cid-u37Bdpd7ee .card-title {
  color: #000000;
}
.cid-u37GUqQuGS {
  padding-top: 15rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u37GUqQuGS .mbr-text {
  text-align: justify;
}
.cid-u37BdpOCpu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u37BdpOCpu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37BdpOCpu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37BdpOCpu .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u37BdpOCpu .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-u37BdpOCpu .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-u37BdpOCpu .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u37BdpOCpu .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u37BdpOCpu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u37BdpOCpu .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u37BdpOCpu .navbar-brand {
    justify-content: center !important;
  }
}
.cid-u37BdpOCpu .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-u37BdpOCpu .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-u37BdpOCpu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-u37BdpOCpu .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-u37BdpOCpu .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u37BdpOCpu .copyright-col {
    flex-direction: column;
  }
}
.cid-u37BdpOCpu .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u37BdpOCpu .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-u37I8nzYoU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u37I8nzYoU nav.navbar {
  position: fixed;
}
.cid-u37I8nzYoU .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-u37I8nzYoU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u37I8nzYoU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u37I8nzYoU .dropdown-item:hover,
.cid-u37I8nzYoU .dropdown-item:focus {
  background: #191def !important;
  color: white !important;
}
.cid-u37I8nzYoU .dropdown-item:hover span {
  color: white;
}
.cid-u37I8nzYoU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u37I8nzYoU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u37I8nzYoU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u37I8nzYoU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u37I8nzYoU .nav-link {
  position: relative;
}
.cid-u37I8nzYoU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u37I8nzYoU .container {
    flex-wrap: nowrap;
  }
}
.cid-u37I8nzYoU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u37I8nzYoU .dropdown-menu,
.cid-u37I8nzYoU .navbar.opened {
  background: #ffffff !important;
}
.cid-u37I8nzYoU .nav-item:focus,
.cid-u37I8nzYoU .nav-link:focus {
  outline: none;
}
.cid-u37I8nzYoU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u37I8nzYoU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u37I8nzYoU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u37I8nzYoU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u37I8nzYoU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u37I8nzYoU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u37I8nzYoU .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: #ffffff;
}
.cid-u37I8nzYoU .navbar.opened {
  transition: all 0.3s;
}
.cid-u37I8nzYoU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u37I8nzYoU .navbar .navbar-logo img {
  width: auto;
}
.cid-u37I8nzYoU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u37I8nzYoU .navbar.collapsed {
  justify-content: center;
}
.cid-u37I8nzYoU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u37I8nzYoU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u37I8nzYoU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-u37I8nzYoU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u37I8nzYoU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u37I8nzYoU .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-u37I8nzYoU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u37I8nzYoU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u37I8nzYoU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u37I8nzYoU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u37I8nzYoU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u37I8nzYoU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u37I8nzYoU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u37I8nzYoU .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-u37I8nzYoU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u37I8nzYoU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u37I8nzYoU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u37I8nzYoU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u37I8nzYoU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u37I8nzYoU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u37I8nzYoU .navbar.navbar-short {
  min-height: 60px;
}
.cid-u37I8nzYoU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u37I8nzYoU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u37I8nzYoU .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-u37I8nzYoU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u37I8nzYoU .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u37I8nzYoU .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u37I8nzYoU .dropdown-item.active,
.cid-u37I8nzYoU .dropdown-item:active {
  background-color: transparent;
}
.cid-u37I8nzYoU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u37I8nzYoU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u37I8nzYoU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u37I8nzYoU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u37I8nzYoU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u37I8nzYoU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u37I8nzYoU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u37I8nzYoU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u37I8nzYoU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u37I8nzYoU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d99e2;
}
.cid-u37I8nzYoU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u37I8nzYoU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37I8nzYoU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37I8nzYoU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u37I8nzYoU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37I8nzYoU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u37I8nzYoU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u37I8nzYoU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37I8nzYoU .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u37I8nzYoU .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u37I8nzYoU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u37I8nzYoU .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-u37I8nzYoU .navbar {
    height: 70px;
  }
  .cid-u37I8nzYoU .navbar.opened {
    height: auto;
  }
  .cid-u37I8nzYoU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u37I8nzYoU .container,
.cid-u37I8nzYoU .container-fluid {
  flex-wrap: wrap;
}
.cid-u37I8nzYoU .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u37I8nzYoU .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u37I8nzYoU .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u37I8nzYoU .contacts-menu {
    display: none;
  }
}
.cid-u37I8nzYoU .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u37I8nzYoU .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #191def;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u37I8nzYoU .icon-box:hover {
  transform: scale(1.1);
}
.cid-u37I8nzYoU .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u37I8nzYoU .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u37I8nzYoU .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u37I8nzYoU .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u37I8nzYoU .navbar-collapse .mbr-section-btn .btn-black {
  color: #191def !important;
}
@media (max-width: 577px) {
  .cid-u37I8nzYoU .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u37I8nzYoU .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u37I8nzYoU .navbar-collapse .nav-link:hover {
  color: #191def !important;
}
.cid-u37I8nzYoU .card-text {
  color: #000000;
}
.cid-u37I8nzYoU .card-title {
  color: #000000;
}
.cid-u3dmML41dc {
  padding-top: 15rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dmML41dc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3dmML41dc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3dmML41dc .col-12 {
  position: relative;
}
.cid-u3dmML41dc img {
  max-width: 800px;
  margin: auto;
}
.cid-u3dmML41dc .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-u3dmML41dc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u3dmML41dc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u3dmML41dc .image-wrapper {
    padding: 1rem;
  }
}
.cid-u3dmML41dc .mbr-section-title {
  color: #000000;
}
.cid-u3do3drv43 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3do3drv43 .mbr-section-subtitle {
  color: #1d99e2;
}
.cid-u3do3drv43 .mbr-text {
  text-align: justify;
}
.cid-u3do4EMeaD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3do4EMeaD .mbr-section-subtitle {
  color: #1d99e2;
}
.cid-u3dqydCzCy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dnslGnRT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dnslGnRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3dnslGnRT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3dnslGnRT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3dnslGnRT .row {
  flex-direction: row-reverse;
}
.cid-u3dnslGnRT img {
  width: 100%;
  border: 3px solid #191def;
  border-radius: 2rem;
}
.cid-u3dnslGnRT .mbr-text {
  color: #04492e;
}
.cid-u37I8o7MCn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u37I8o7MCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37I8o7MCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37I8o7MCn .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u37I8o7MCn .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-u37I8o7MCn .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-u37I8o7MCn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u37I8o7MCn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u37I8o7MCn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u37I8o7MCn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u37I8o7MCn .navbar-brand {
    justify-content: center !important;
  }
}
.cid-u37I8o7MCn .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-u37I8o7MCn .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-u37I8o7MCn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-u37I8o7MCn .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-u37I8o7MCn .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u37I8o7MCn .copyright-col {
    flex-direction: column;
  }
}
.cid-u37I8o7MCn .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u37I8o7MCn .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-u37IrmF58Y {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u37IrmF58Y nav.navbar {
  position: fixed;
}
.cid-u37IrmF58Y .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-u37IrmF58Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u37IrmF58Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u37IrmF58Y .dropdown-item:hover,
.cid-u37IrmF58Y .dropdown-item:focus {
  background: #191def !important;
  color: white !important;
}
.cid-u37IrmF58Y .dropdown-item:hover span {
  color: white;
}
.cid-u37IrmF58Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u37IrmF58Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u37IrmF58Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u37IrmF58Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u37IrmF58Y .nav-link {
  position: relative;
}
.cid-u37IrmF58Y .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u37IrmF58Y .container {
    flex-wrap: nowrap;
  }
}
.cid-u37IrmF58Y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u37IrmF58Y .dropdown-menu,
.cid-u37IrmF58Y .navbar.opened {
  background: #ffffff !important;
}
.cid-u37IrmF58Y .nav-item:focus,
.cid-u37IrmF58Y .nav-link:focus {
  outline: none;
}
.cid-u37IrmF58Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u37IrmF58Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u37IrmF58Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u37IrmF58Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u37IrmF58Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u37IrmF58Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u37IrmF58Y .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: #ffffff;
}
.cid-u37IrmF58Y .navbar.opened {
  transition: all 0.3s;
}
.cid-u37IrmF58Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u37IrmF58Y .navbar .navbar-logo img {
  width: auto;
}
.cid-u37IrmF58Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u37IrmF58Y .navbar.collapsed {
  justify-content: center;
}
.cid-u37IrmF58Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u37IrmF58Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u37IrmF58Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-u37IrmF58Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u37IrmF58Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u37IrmF58Y .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-u37IrmF58Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u37IrmF58Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u37IrmF58Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u37IrmF58Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u37IrmF58Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u37IrmF58Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u37IrmF58Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u37IrmF58Y .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-u37IrmF58Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u37IrmF58Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u37IrmF58Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u37IrmF58Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u37IrmF58Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u37IrmF58Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u37IrmF58Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-u37IrmF58Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u37IrmF58Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u37IrmF58Y .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-u37IrmF58Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u37IrmF58Y .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u37IrmF58Y .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u37IrmF58Y .dropdown-item.active,
.cid-u37IrmF58Y .dropdown-item:active {
  background-color: transparent;
}
.cid-u37IrmF58Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u37IrmF58Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u37IrmF58Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u37IrmF58Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u37IrmF58Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u37IrmF58Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u37IrmF58Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u37IrmF58Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u37IrmF58Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u37IrmF58Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d99e2;
}
.cid-u37IrmF58Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u37IrmF58Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37IrmF58Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37IrmF58Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u37IrmF58Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37IrmF58Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u37IrmF58Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u37IrmF58Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37IrmF58Y .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u37IrmF58Y .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u37IrmF58Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u37IrmF58Y .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-u37IrmF58Y .navbar {
    height: 70px;
  }
  .cid-u37IrmF58Y .navbar.opened {
    height: auto;
  }
  .cid-u37IrmF58Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u37IrmF58Y .container,
.cid-u37IrmF58Y .container-fluid {
  flex-wrap: wrap;
}
.cid-u37IrmF58Y .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u37IrmF58Y .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u37IrmF58Y .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u37IrmF58Y .contacts-menu {
    display: none;
  }
}
.cid-u37IrmF58Y .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u37IrmF58Y .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #191def;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u37IrmF58Y .icon-box:hover {
  transform: scale(1.1);
}
.cid-u37IrmF58Y .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u37IrmF58Y .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u37IrmF58Y .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u37IrmF58Y .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u37IrmF58Y .navbar-collapse .mbr-section-btn .btn-black {
  color: #191def !important;
}
@media (max-width: 577px) {
  .cid-u37IrmF58Y .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u37IrmF58Y .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u37IrmF58Y .navbar-collapse .nav-link:hover {
  color: #191def !important;
}
.cid-u37IrmF58Y .card-text {
  color: #000000;
}
.cid-u37IrmF58Y .card-title {
  color: #000000;
}
.cid-u3dr8oL1Qy {
  padding-top: 15rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dr8oL1Qy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3dr8oL1Qy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3dr8oL1Qy .col-12 {
  position: relative;
}
.cid-u3dr8oL1Qy img {
  max-width: 800px;
  margin: auto;
}
.cid-u3dr8oL1Qy .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-u3dr8oL1Qy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u3dr8oL1Qy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u3dr8oL1Qy .image-wrapper {
    padding: 1rem;
  }
}
.cid-u3dr8oL1Qy .mbr-section-title {
  color: #000000;
}
.cid-u3dr8Uq5Sm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dr8Uq5Sm .mbr-section-subtitle {
  color: #1d99e2;
}
.cid-u3dr8Uq5Sm .mbr-text {
  text-align: justify;
}
.cid-u3dr9djr7y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dr9djr7y .mbr-section-subtitle {
  color: #1d99e2;
}
.cid-u3dr9djr7y .mbr-text {
  text-align: justify;
}
.cid-u3dra3POBZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dxJSWdbd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dxJSWdbd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3dxJSWdbd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3dxJSWdbd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3dxJSWdbd .row {
  flex-direction: row-reverse;
}
.cid-u3dxJSWdbd img {
  width: 100%;
  border: 3px solid #191def;
  border-radius: 2rem;
}
.cid-u3dxJSWdbd .mbr-text {
  color: #04492e;
}
.cid-u37Irn6jSZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u37Irn6jSZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37Irn6jSZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37Irn6jSZ .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u37Irn6jSZ .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-u37Irn6jSZ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-u37Irn6jSZ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u37Irn6jSZ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u37Irn6jSZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u37Irn6jSZ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u37Irn6jSZ .navbar-brand {
    justify-content: center !important;
  }
}
.cid-u37Irn6jSZ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-u37Irn6jSZ .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-u37Irn6jSZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-u37Irn6jSZ .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-u37Irn6jSZ .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u37Irn6jSZ .copyright-col {
    flex-direction: column;
  }
}
.cid-u37Irn6jSZ .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u37Irn6jSZ .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-u37IBgo71d {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u37IBgo71d nav.navbar {
  position: fixed;
}
.cid-u37IBgo71d .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-u37IBgo71d .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u37IBgo71d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u37IBgo71d .dropdown-item:hover,
.cid-u37IBgo71d .dropdown-item:focus {
  background: #191def !important;
  color: white !important;
}
.cid-u37IBgo71d .dropdown-item:hover span {
  color: white;
}
.cid-u37IBgo71d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u37IBgo71d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u37IBgo71d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u37IBgo71d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u37IBgo71d .nav-link {
  position: relative;
}
.cid-u37IBgo71d .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u37IBgo71d .container {
    flex-wrap: nowrap;
  }
}
.cid-u37IBgo71d .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u37IBgo71d .dropdown-menu,
.cid-u37IBgo71d .navbar.opened {
  background: #ffffff !important;
}
.cid-u37IBgo71d .nav-item:focus,
.cid-u37IBgo71d .nav-link:focus {
  outline: none;
}
.cid-u37IBgo71d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u37IBgo71d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u37IBgo71d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u37IBgo71d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u37IBgo71d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u37IBgo71d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u37IBgo71d .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: #ffffff;
}
.cid-u37IBgo71d .navbar.opened {
  transition: all 0.3s;
}
.cid-u37IBgo71d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u37IBgo71d .navbar .navbar-logo img {
  width: auto;
}
.cid-u37IBgo71d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u37IBgo71d .navbar.collapsed {
  justify-content: center;
}
.cid-u37IBgo71d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u37IBgo71d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u37IBgo71d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-u37IBgo71d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u37IBgo71d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u37IBgo71d .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-u37IBgo71d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u37IBgo71d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u37IBgo71d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u37IBgo71d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u37IBgo71d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u37IBgo71d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u37IBgo71d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u37IBgo71d .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-u37IBgo71d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u37IBgo71d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u37IBgo71d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u37IBgo71d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u37IBgo71d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u37IBgo71d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u37IBgo71d .navbar.navbar-short {
  min-height: 60px;
}
.cid-u37IBgo71d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u37IBgo71d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u37IBgo71d .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-u37IBgo71d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u37IBgo71d .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u37IBgo71d .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u37IBgo71d .dropdown-item.active,
.cid-u37IBgo71d .dropdown-item:active {
  background-color: transparent;
}
.cid-u37IBgo71d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u37IBgo71d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u37IBgo71d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u37IBgo71d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u37IBgo71d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u37IBgo71d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u37IBgo71d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u37IBgo71d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u37IBgo71d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u37IBgo71d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d99e2;
}
.cid-u37IBgo71d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u37IBgo71d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37IBgo71d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37IBgo71d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u37IBgo71d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37IBgo71d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u37IBgo71d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u37IBgo71d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37IBgo71d .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u37IBgo71d .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u37IBgo71d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u37IBgo71d .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-u37IBgo71d .navbar {
    height: 70px;
  }
  .cid-u37IBgo71d .navbar.opened {
    height: auto;
  }
  .cid-u37IBgo71d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u37IBgo71d .container,
.cid-u37IBgo71d .container-fluid {
  flex-wrap: wrap;
}
.cid-u37IBgo71d .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u37IBgo71d .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u37IBgo71d .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u37IBgo71d .contacts-menu {
    display: none;
  }
}
.cid-u37IBgo71d .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u37IBgo71d .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #191def;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u37IBgo71d .icon-box:hover {
  transform: scale(1.1);
}
.cid-u37IBgo71d .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u37IBgo71d .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u37IBgo71d .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u37IBgo71d .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u37IBgo71d .navbar-collapse .mbr-section-btn .btn-black {
  color: #191def !important;
}
@media (max-width: 577px) {
  .cid-u37IBgo71d .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u37IBgo71d .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u37IBgo71d .navbar-collapse .nav-link:hover {
  color: #191def !important;
}
.cid-u37IBgo71d .card-text {
  color: #000000;
}
.cid-u37IBgo71d .card-title {
  color: #000000;
}
.cid-u3dxWnoKnU {
  padding-top: 15rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dxWnoKnU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3dxWnoKnU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3dxWnoKnU .col-12 {
  position: relative;
}
.cid-u3dxWnoKnU img {
  max-width: 800px;
  margin: auto;
}
.cid-u3dxWnoKnU .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-u3dxWnoKnU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u3dxWnoKnU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u3dxWnoKnU .image-wrapper {
    padding: 1rem;
  }
}
.cid-u3dxWnoKnU .mbr-section-title {
  color: #000000;
}
.cid-u3dxXvJgs7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dxXvJgs7 .mbr-section-subtitle {
  color: #1d99e2;
}
.cid-u3dxXvJgs7 .mbr-text {
  text-align: justify;
}
.cid-u3dxXIcKW0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dxXIcKW0 .mbr-section-subtitle {
  color: #1d99e2;
}
.cid-u3dxXIcKW0 .mbr-text {
  text-align: justify;
}
.cid-u3dxYNAHQl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dxZwcdEy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dxZwcdEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3dxZwcdEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3dxZwcdEy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3dxZwcdEy .row {
  flex-direction: row-reverse;
}
.cid-u3dxZwcdEy img {
  width: 100%;
  border: 3px solid #191def;
  border-radius: 2rem;
}
.cid-u3dxZwcdEy .mbr-text {
  color: #04492e;
}
.cid-u37IBgOScU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u37IBgOScU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37IBgOScU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37IBgOScU .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u37IBgOScU .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-u37IBgOScU .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-u37IBgOScU .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u37IBgOScU .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u37IBgOScU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u37IBgOScU .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u37IBgOScU .navbar-brand {
    justify-content: center !important;
  }
}
.cid-u37IBgOScU .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-u37IBgOScU .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-u37IBgOScU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-u37IBgOScU .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-u37IBgOScU .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u37IBgOScU .copyright-col {
    flex-direction: column;
  }
}
.cid-u37IBgOScU .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u37IBgOScU .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-u37IJpuu4f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u37IJpuu4f nav.navbar {
  position: fixed;
}
.cid-u37IJpuu4f .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-u37IJpuu4f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u37IJpuu4f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u37IJpuu4f .dropdown-item:hover,
.cid-u37IJpuu4f .dropdown-item:focus {
  background: #191def !important;
  color: white !important;
}
.cid-u37IJpuu4f .dropdown-item:hover span {
  color: white;
}
.cid-u37IJpuu4f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u37IJpuu4f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u37IJpuu4f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u37IJpuu4f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u37IJpuu4f .nav-link {
  position: relative;
}
.cid-u37IJpuu4f .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u37IJpuu4f .container {
    flex-wrap: nowrap;
  }
}
.cid-u37IJpuu4f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u37IJpuu4f .dropdown-menu,
.cid-u37IJpuu4f .navbar.opened {
  background: #ffffff !important;
}
.cid-u37IJpuu4f .nav-item:focus,
.cid-u37IJpuu4f .nav-link:focus {
  outline: none;
}
.cid-u37IJpuu4f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u37IJpuu4f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u37IJpuu4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u37IJpuu4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u37IJpuu4f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u37IJpuu4f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u37IJpuu4f .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: #ffffff;
}
.cid-u37IJpuu4f .navbar.opened {
  transition: all 0.3s;
}
.cid-u37IJpuu4f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u37IJpuu4f .navbar .navbar-logo img {
  width: auto;
}
.cid-u37IJpuu4f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u37IJpuu4f .navbar.collapsed {
  justify-content: center;
}
.cid-u37IJpuu4f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u37IJpuu4f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u37IJpuu4f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-u37IJpuu4f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u37IJpuu4f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u37IJpuu4f .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-u37IJpuu4f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u37IJpuu4f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u37IJpuu4f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u37IJpuu4f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u37IJpuu4f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u37IJpuu4f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u37IJpuu4f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u37IJpuu4f .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-u37IJpuu4f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u37IJpuu4f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u37IJpuu4f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u37IJpuu4f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u37IJpuu4f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u37IJpuu4f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u37IJpuu4f .navbar.navbar-short {
  min-height: 60px;
}
.cid-u37IJpuu4f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u37IJpuu4f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u37IJpuu4f .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-u37IJpuu4f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u37IJpuu4f .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u37IJpuu4f .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u37IJpuu4f .dropdown-item.active,
.cid-u37IJpuu4f .dropdown-item:active {
  background-color: transparent;
}
.cid-u37IJpuu4f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u37IJpuu4f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u37IJpuu4f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u37IJpuu4f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u37IJpuu4f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u37IJpuu4f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u37IJpuu4f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u37IJpuu4f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u37IJpuu4f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u37IJpuu4f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d99e2;
}
.cid-u37IJpuu4f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u37IJpuu4f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37IJpuu4f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37IJpuu4f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u37IJpuu4f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37IJpuu4f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u37IJpuu4f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u37IJpuu4f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37IJpuu4f .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u37IJpuu4f .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u37IJpuu4f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u37IJpuu4f .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-u37IJpuu4f .navbar {
    height: 70px;
  }
  .cid-u37IJpuu4f .navbar.opened {
    height: auto;
  }
  .cid-u37IJpuu4f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u37IJpuu4f .container,
.cid-u37IJpuu4f .container-fluid {
  flex-wrap: wrap;
}
.cid-u37IJpuu4f .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u37IJpuu4f .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u37IJpuu4f .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u37IJpuu4f .contacts-menu {
    display: none;
  }
}
.cid-u37IJpuu4f .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u37IJpuu4f .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #191def;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u37IJpuu4f .icon-box:hover {
  transform: scale(1.1);
}
.cid-u37IJpuu4f .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u37IJpuu4f .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u37IJpuu4f .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u37IJpuu4f .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u37IJpuu4f .navbar-collapse .mbr-section-btn .btn-black {
  color: #191def !important;
}
@media (max-width: 577px) {
  .cid-u37IJpuu4f .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u37IJpuu4f .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u37IJpuu4f .navbar-collapse .nav-link:hover {
  color: #191def !important;
}
.cid-u37IJpuu4f .card-text {
  color: #000000;
}
.cid-u37IJpuu4f .card-title {
  color: #000000;
}
.cid-u3dAs5rTvA {
  padding-top: 15rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dAs5rTvA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3dAs5rTvA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3dAs5rTvA .col-12 {
  position: relative;
}
.cid-u3dAs5rTvA img {
  max-width: 800px;
  margin: auto;
}
.cid-u3dAs5rTvA .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-u3dAs5rTvA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u3dAs5rTvA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u3dAs5rTvA .image-wrapper {
    padding: 1rem;
  }
}
.cid-u3dAs5rTvA .mbr-section-title {
  color: #000000;
}
.cid-u3dAsZ3FLR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dAsZ3FLR .mbr-section-subtitle {
  color: #1d99e2;
}
.cid-u3dAsZ3FLR .mbr-text {
  text-align: justify;
}
.cid-u3dAtvAdIN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dAtvAdIN .mbr-section-subtitle {
  color: #1d99e2;
}
.cid-u3dAtvAdIN .mbr-text {
  text-align: justify;
}
.cid-u3dAtTWyzi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dAuoDLyC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dAuoDLyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3dAuoDLyC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3dAuoDLyC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3dAuoDLyC .row {
  flex-direction: row-reverse;
}
.cid-u3dAuoDLyC img {
  width: 100%;
  border: 3px solid #191def;
  border-radius: 2rem;
}
.cid-u3dAuoDLyC .mbr-text {
  color: #04492e;
}
.cid-u37IJpVwRn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u37IJpVwRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37IJpVwRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37IJpVwRn .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u37IJpVwRn .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-u37IJpVwRn .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-u37IJpVwRn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u37IJpVwRn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u37IJpVwRn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u37IJpVwRn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u37IJpVwRn .navbar-brand {
    justify-content: center !important;
  }
}
.cid-u37IJpVwRn .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-u37IJpVwRn .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-u37IJpVwRn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-u37IJpVwRn .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-u37IJpVwRn .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u37IJpVwRn .copyright-col {
    flex-direction: column;
  }
}
.cid-u37IJpVwRn .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u37IJpVwRn .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-u37J1qKIga {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u37J1qKIga nav.navbar {
  position: fixed;
}
.cid-u37J1qKIga .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-u37J1qKIga .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u37J1qKIga .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u37J1qKIga .dropdown-item:hover,
.cid-u37J1qKIga .dropdown-item:focus {
  background: #191def !important;
  color: white !important;
}
.cid-u37J1qKIga .dropdown-item:hover span {
  color: white;
}
.cid-u37J1qKIga .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u37J1qKIga .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u37J1qKIga .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u37J1qKIga .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u37J1qKIga .nav-link {
  position: relative;
}
.cid-u37J1qKIga .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u37J1qKIga .container {
    flex-wrap: nowrap;
  }
}
.cid-u37J1qKIga .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u37J1qKIga .dropdown-menu,
.cid-u37J1qKIga .navbar.opened {
  background: #ffffff !important;
}
.cid-u37J1qKIga .nav-item:focus,
.cid-u37J1qKIga .nav-link:focus {
  outline: none;
}
.cid-u37J1qKIga .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u37J1qKIga .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u37J1qKIga .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u37J1qKIga .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u37J1qKIga .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u37J1qKIga .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u37J1qKIga .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: #ffffff;
}
.cid-u37J1qKIga .navbar.opened {
  transition: all 0.3s;
}
.cid-u37J1qKIga .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u37J1qKIga .navbar .navbar-logo img {
  width: auto;
}
.cid-u37J1qKIga .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u37J1qKIga .navbar.collapsed {
  justify-content: center;
}
.cid-u37J1qKIga .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u37J1qKIga .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u37J1qKIga .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-u37J1qKIga .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u37J1qKIga .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u37J1qKIga .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-u37J1qKIga .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u37J1qKIga .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u37J1qKIga .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u37J1qKIga .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u37J1qKIga .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u37J1qKIga .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u37J1qKIga .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u37J1qKIga .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-u37J1qKIga .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u37J1qKIga .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u37J1qKIga .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u37J1qKIga .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u37J1qKIga .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u37J1qKIga .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u37J1qKIga .navbar.navbar-short {
  min-height: 60px;
}
.cid-u37J1qKIga .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u37J1qKIga .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u37J1qKIga .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-u37J1qKIga .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u37J1qKIga .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u37J1qKIga .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u37J1qKIga .dropdown-item.active,
.cid-u37J1qKIga .dropdown-item:active {
  background-color: transparent;
}
.cid-u37J1qKIga .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u37J1qKIga .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u37J1qKIga .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u37J1qKIga .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u37J1qKIga .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u37J1qKIga .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u37J1qKIga ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u37J1qKIga .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u37J1qKIga button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u37J1qKIga button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d99e2;
}
.cid-u37J1qKIga button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u37J1qKIga button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37J1qKIga button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37J1qKIga button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u37J1qKIga nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37J1qKIga nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u37J1qKIga nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u37J1qKIga nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37J1qKIga .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u37J1qKIga .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u37J1qKIga a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u37J1qKIga .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-u37J1qKIga .navbar {
    height: 70px;
  }
  .cid-u37J1qKIga .navbar.opened {
    height: auto;
  }
  .cid-u37J1qKIga .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u37J1qKIga .container,
.cid-u37J1qKIga .container-fluid {
  flex-wrap: wrap;
}
.cid-u37J1qKIga .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u37J1qKIga .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u37J1qKIga .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u37J1qKIga .contacts-menu {
    display: none;
  }
}
.cid-u37J1qKIga .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u37J1qKIga .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #191def;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u37J1qKIga .icon-box:hover {
  transform: scale(1.1);
}
.cid-u37J1qKIga .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u37J1qKIga .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u37J1qKIga .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u37J1qKIga .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u37J1qKIga .navbar-collapse .mbr-section-btn .btn-black {
  color: #191def !important;
}
@media (max-width: 577px) {
  .cid-u37J1qKIga .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u37J1qKIga .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u37J1qKIga .navbar-collapse .nav-link:hover {
  color: #191def !important;
}
.cid-u37J1qKIga .card-text {
  color: #000000;
}
.cid-u37J1qKIga .card-title {
  color: #000000;
}
.cid-u3dCpWHQHB {
  padding-top: 15rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dCpWHQHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3dCpWHQHB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3dCpWHQHB .col-12 {
  position: relative;
}
.cid-u3dCpWHQHB img {
  max-width: 800px;
  margin: auto;
}
.cid-u3dCpWHQHB .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-u3dCpWHQHB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u3dCpWHQHB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u3dCpWHQHB .image-wrapper {
    padding: 1rem;
  }
}
.cid-u3dCpWHQHB .mbr-section-title {
  color: #000000;
}
.cid-u3dCqAcuFa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dCqAcuFa .mbr-section-subtitle {
  color: #1d99e2;
}
.cid-u3dCqAcuFa .mbr-text {
  text-align: justify;
}
.cid-u3dCqOmPtq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dCqOmPtq .mbr-section-subtitle {
  color: #1d99e2;
}
.cid-u3dCqOmPtq .mbr-text {
  text-align: justify;
}
.cid-u3dCrTnC4p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dCsnccBF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dCsnccBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3dCsnccBF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3dCsnccBF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3dCsnccBF .row {
  flex-direction: row-reverse;
}
.cid-u3dCsnccBF img {
  width: 100%;
  border: 3px solid #191def;
  border-radius: 2rem;
}
.cid-u3dCsnccBF .mbr-text {
  color: #04492e;
}
.cid-u37J1rfF6p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u37J1rfF6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37J1rfF6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37J1rfF6p .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u37J1rfF6p .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-u37J1rfF6p .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-u37J1rfF6p .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u37J1rfF6p .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u37J1rfF6p .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u37J1rfF6p .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u37J1rfF6p .navbar-brand {
    justify-content: center !important;
  }
}
.cid-u37J1rfF6p .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-u37J1rfF6p .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-u37J1rfF6p .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-u37J1rfF6p .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-u37J1rfF6p .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u37J1rfF6p .copyright-col {
    flex-direction: column;
  }
}
.cid-u37J1rfF6p .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u37J1rfF6p .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-u37JcgREzH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u37JcgREzH nav.navbar {
  position: fixed;
}
.cid-u37JcgREzH .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-u37JcgREzH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u37JcgREzH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u37JcgREzH .dropdown-item:hover,
.cid-u37JcgREzH .dropdown-item:focus {
  background: #191def !important;
  color: white !important;
}
.cid-u37JcgREzH .dropdown-item:hover span {
  color: white;
}
.cid-u37JcgREzH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u37JcgREzH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u37JcgREzH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u37JcgREzH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u37JcgREzH .nav-link {
  position: relative;
}
.cid-u37JcgREzH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u37JcgREzH .container {
    flex-wrap: nowrap;
  }
}
.cid-u37JcgREzH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u37JcgREzH .dropdown-menu,
.cid-u37JcgREzH .navbar.opened {
  background: #ffffff !important;
}
.cid-u37JcgREzH .nav-item:focus,
.cid-u37JcgREzH .nav-link:focus {
  outline: none;
}
.cid-u37JcgREzH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u37JcgREzH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u37JcgREzH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u37JcgREzH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u37JcgREzH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u37JcgREzH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u37JcgREzH .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: #ffffff;
}
.cid-u37JcgREzH .navbar.opened {
  transition: all 0.3s;
}
.cid-u37JcgREzH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u37JcgREzH .navbar .navbar-logo img {
  width: auto;
}
.cid-u37JcgREzH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u37JcgREzH .navbar.collapsed {
  justify-content: center;
}
.cid-u37JcgREzH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u37JcgREzH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u37JcgREzH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-u37JcgREzH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u37JcgREzH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u37JcgREzH .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-u37JcgREzH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u37JcgREzH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u37JcgREzH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u37JcgREzH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u37JcgREzH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u37JcgREzH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u37JcgREzH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u37JcgREzH .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-u37JcgREzH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u37JcgREzH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u37JcgREzH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u37JcgREzH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u37JcgREzH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u37JcgREzH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u37JcgREzH .navbar.navbar-short {
  min-height: 60px;
}
.cid-u37JcgREzH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u37JcgREzH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u37JcgREzH .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-u37JcgREzH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u37JcgREzH .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u37JcgREzH .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u37JcgREzH .dropdown-item.active,
.cid-u37JcgREzH .dropdown-item:active {
  background-color: transparent;
}
.cid-u37JcgREzH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u37JcgREzH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u37JcgREzH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u37JcgREzH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u37JcgREzH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u37JcgREzH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u37JcgREzH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u37JcgREzH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u37JcgREzH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u37JcgREzH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d99e2;
}
.cid-u37JcgREzH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u37JcgREzH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37JcgREzH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37JcgREzH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u37JcgREzH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37JcgREzH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u37JcgREzH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u37JcgREzH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37JcgREzH .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u37JcgREzH .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u37JcgREzH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u37JcgREzH .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-u37JcgREzH .navbar {
    height: 70px;
  }
  .cid-u37JcgREzH .navbar.opened {
    height: auto;
  }
  .cid-u37JcgREzH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u37JcgREzH .container,
.cid-u37JcgREzH .container-fluid {
  flex-wrap: wrap;
}
.cid-u37JcgREzH .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u37JcgREzH .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u37JcgREzH .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u37JcgREzH .contacts-menu {
    display: none;
  }
}
.cid-u37JcgREzH .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u37JcgREzH .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #191def;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u37JcgREzH .icon-box:hover {
  transform: scale(1.1);
}
.cid-u37JcgREzH .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u37JcgREzH .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u37JcgREzH .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u37JcgREzH .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u37JcgREzH .navbar-collapse .mbr-section-btn .btn-black {
  color: #191def !important;
}
@media (max-width: 577px) {
  .cid-u37JcgREzH .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u37JcgREzH .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u37JcgREzH .navbar-collapse .nav-link:hover {
  color: #191def !important;
}
.cid-u37JcgREzH .card-text {
  color: #000000;
}
.cid-u37JcgREzH .card-title {
  color: #000000;
}
.cid-u3dEsquDEn {
  padding-top: 15rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dEsquDEn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3dEsquDEn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3dEsquDEn .col-12 {
  position: relative;
}
.cid-u3dEsquDEn img {
  max-width: 800px;
  margin: auto;
}
.cid-u3dEsquDEn .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-u3dEsquDEn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u3dEsquDEn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u3dEsquDEn .image-wrapper {
    padding: 1rem;
  }
}
.cid-u3dEsquDEn .mbr-section-title {
  color: #000000;
}
.cid-u3dEsViNlQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dEsViNlQ .mbr-section-subtitle {
  color: #1d99e2;
}
.cid-u3dEsViNlQ .mbr-text {
  text-align: justify;
}
.cid-u3dEta8Q4c {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dEta8Q4c .mbr-section-subtitle {
  color: #1d99e2;
}
.cid-u3dEta8Q4c .mbr-text {
  text-align: justify;
}
.cid-u3dEu04seo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dEuRX81m {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dEuRX81m .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3dEuRX81m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3dEuRX81m .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3dEuRX81m .row {
  flex-direction: row-reverse;
}
.cid-u3dEuRX81m img {
  width: 100%;
  border: 3px solid #191def;
  border-radius: 2rem;
}
.cid-u3dEuRX81m .mbr-text {
  color: #04492e;
}
.cid-u37JchoM2J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u37JchoM2J .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37JchoM2J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37JchoM2J .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u37JchoM2J .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-u37JchoM2J .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-u37JchoM2J .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u37JchoM2J .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u37JchoM2J .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u37JchoM2J .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u37JchoM2J .navbar-brand {
    justify-content: center !important;
  }
}
.cid-u37JchoM2J .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-u37JchoM2J .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-u37JchoM2J .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-u37JchoM2J .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-u37JchoM2J .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u37JchoM2J .copyright-col {
    flex-direction: column;
  }
}
.cid-u37JchoM2J .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u37JchoM2J .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-u37JjDAzSY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u37JjDAzSY nav.navbar {
  position: fixed;
}
.cid-u37JjDAzSY .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-u37JjDAzSY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u37JjDAzSY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u37JjDAzSY .dropdown-item:hover,
.cid-u37JjDAzSY .dropdown-item:focus {
  background: #191def !important;
  color: white !important;
}
.cid-u37JjDAzSY .dropdown-item:hover span {
  color: white;
}
.cid-u37JjDAzSY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u37JjDAzSY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u37JjDAzSY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u37JjDAzSY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u37JjDAzSY .nav-link {
  position: relative;
}
.cid-u37JjDAzSY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u37JjDAzSY .container {
    flex-wrap: nowrap;
  }
}
.cid-u37JjDAzSY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u37JjDAzSY .dropdown-menu,
.cid-u37JjDAzSY .navbar.opened {
  background: #ffffff !important;
}
.cid-u37JjDAzSY .nav-item:focus,
.cid-u37JjDAzSY .nav-link:focus {
  outline: none;
}
.cid-u37JjDAzSY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u37JjDAzSY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u37JjDAzSY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u37JjDAzSY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u37JjDAzSY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u37JjDAzSY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u37JjDAzSY .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: #ffffff;
}
.cid-u37JjDAzSY .navbar.opened {
  transition: all 0.3s;
}
.cid-u37JjDAzSY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u37JjDAzSY .navbar .navbar-logo img {
  width: auto;
}
.cid-u37JjDAzSY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u37JjDAzSY .navbar.collapsed {
  justify-content: center;
}
.cid-u37JjDAzSY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u37JjDAzSY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u37JjDAzSY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-u37JjDAzSY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u37JjDAzSY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u37JjDAzSY .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-u37JjDAzSY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u37JjDAzSY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u37JjDAzSY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u37JjDAzSY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u37JjDAzSY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u37JjDAzSY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u37JjDAzSY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u37JjDAzSY .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-u37JjDAzSY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u37JjDAzSY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u37JjDAzSY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u37JjDAzSY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u37JjDAzSY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u37JjDAzSY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u37JjDAzSY .navbar.navbar-short {
  min-height: 60px;
}
.cid-u37JjDAzSY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u37JjDAzSY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u37JjDAzSY .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-u37JjDAzSY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u37JjDAzSY .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u37JjDAzSY .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u37JjDAzSY .dropdown-item.active,
.cid-u37JjDAzSY .dropdown-item:active {
  background-color: transparent;
}
.cid-u37JjDAzSY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u37JjDAzSY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u37JjDAzSY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u37JjDAzSY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u37JjDAzSY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u37JjDAzSY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u37JjDAzSY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u37JjDAzSY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u37JjDAzSY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u37JjDAzSY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d99e2;
}
.cid-u37JjDAzSY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u37JjDAzSY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37JjDAzSY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37JjDAzSY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u37JjDAzSY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37JjDAzSY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u37JjDAzSY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u37JjDAzSY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37JjDAzSY .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u37JjDAzSY .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u37JjDAzSY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u37JjDAzSY .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-u37JjDAzSY .navbar {
    height: 70px;
  }
  .cid-u37JjDAzSY .navbar.opened {
    height: auto;
  }
  .cid-u37JjDAzSY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u37JjDAzSY .container,
.cid-u37JjDAzSY .container-fluid {
  flex-wrap: wrap;
}
.cid-u37JjDAzSY .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u37JjDAzSY .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u37JjDAzSY .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u37JjDAzSY .contacts-menu {
    display: none;
  }
}
.cid-u37JjDAzSY .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u37JjDAzSY .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #191def;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u37JjDAzSY .icon-box:hover {
  transform: scale(1.1);
}
.cid-u37JjDAzSY .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u37JjDAzSY .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u37JjDAzSY .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u37JjDAzSY .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u37JjDAzSY .navbar-collapse .mbr-section-btn .btn-black {
  color: #191def !important;
}
@media (max-width: 577px) {
  .cid-u37JjDAzSY .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u37JjDAzSY .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u37JjDAzSY .navbar-collapse .nav-link:hover {
  color: #191def !important;
}
.cid-u37JjDAzSY .card-text {
  color: #000000;
}
.cid-u37JjDAzSY .card-title {
  color: #000000;
}
.cid-u3dJ1eevat {
  padding-top: 15rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dJ1eevat .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3dJ1eevat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3dJ1eevat .col-12 {
  position: relative;
}
.cid-u3dJ1eevat img {
  max-width: 800px;
  margin: auto;
}
.cid-u3dJ1eevat .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-u3dJ1eevat .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u3dJ1eevat .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u3dJ1eevat .image-wrapper {
    padding: 1rem;
  }
}
.cid-u3dJ1eevat .mbr-section-title {
  color: #000000;
}
.cid-u3dJ1Vj00D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dJ1Vj00D .mbr-section-subtitle {
  color: #1d99e2;
}
.cid-u3dJ1Vj00D .mbr-text {
  text-align: justify;
}
.cid-u3dJ2d8GPP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dJ2d8GPP .mbr-section-subtitle {
  color: #1d99e2;
}
.cid-u3dJ2d8GPP .mbr-text {
  text-align: justify;
}
.cid-u3dJ3h52iR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dJ3UszVU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3dJ3UszVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3dJ3UszVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3dJ3UszVU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3dJ3UszVU .row {
  flex-direction: row-reverse;
}
.cid-u3dJ3UszVU img {
  width: 100%;
  border: 3px solid #191def;
  border-radius: 2rem;
}
.cid-u3dJ3UszVU .mbr-text {
  color: #04492e;
}
.cid-u37JjE4gBV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u37JjE4gBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37JjE4gBV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37JjE4gBV .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u37JjE4gBV .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-u37JjE4gBV .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-u37JjE4gBV .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u37JjE4gBV .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u37JjE4gBV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u37JjE4gBV .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u37JjE4gBV .navbar-brand {
    justify-content: center !important;
  }
}
.cid-u37JjE4gBV .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-u37JjE4gBV .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-u37JjE4gBV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-u37JjE4gBV .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-u37JjE4gBV .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u37JjE4gBV .copyright-col {
    flex-direction: column;
  }
}
.cid-u37JjE4gBV .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u37JjE4gBV .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-u37JwGkVx8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u37JwGkVx8 nav.navbar {
  position: fixed;
}
.cid-u37JwGkVx8 .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-u37JwGkVx8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u37JwGkVx8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u37JwGkVx8 .dropdown-item:hover,
.cid-u37JwGkVx8 .dropdown-item:focus {
  background: #191def !important;
  color: white !important;
}
.cid-u37JwGkVx8 .dropdown-item:hover span {
  color: white;
}
.cid-u37JwGkVx8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u37JwGkVx8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u37JwGkVx8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u37JwGkVx8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u37JwGkVx8 .nav-link {
  position: relative;
}
.cid-u37JwGkVx8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u37JwGkVx8 .container {
    flex-wrap: nowrap;
  }
}
.cid-u37JwGkVx8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u37JwGkVx8 .dropdown-menu,
.cid-u37JwGkVx8 .navbar.opened {
  background: #ffffff !important;
}
.cid-u37JwGkVx8 .nav-item:focus,
.cid-u37JwGkVx8 .nav-link:focus {
  outline: none;
}
.cid-u37JwGkVx8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u37JwGkVx8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u37JwGkVx8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u37JwGkVx8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u37JwGkVx8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u37JwGkVx8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u37JwGkVx8 .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: #ffffff;
}
.cid-u37JwGkVx8 .navbar.opened {
  transition: all 0.3s;
}
.cid-u37JwGkVx8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u37JwGkVx8 .navbar .navbar-logo img {
  width: auto;
}
.cid-u37JwGkVx8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u37JwGkVx8 .navbar.collapsed {
  justify-content: center;
}
.cid-u37JwGkVx8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u37JwGkVx8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u37JwGkVx8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-u37JwGkVx8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u37JwGkVx8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u37JwGkVx8 .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-u37JwGkVx8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u37JwGkVx8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u37JwGkVx8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u37JwGkVx8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u37JwGkVx8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u37JwGkVx8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u37JwGkVx8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u37JwGkVx8 .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-u37JwGkVx8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u37JwGkVx8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u37JwGkVx8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u37JwGkVx8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u37JwGkVx8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u37JwGkVx8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u37JwGkVx8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u37JwGkVx8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u37JwGkVx8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u37JwGkVx8 .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-u37JwGkVx8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u37JwGkVx8 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u37JwGkVx8 .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u37JwGkVx8 .dropdown-item.active,
.cid-u37JwGkVx8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u37JwGkVx8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u37JwGkVx8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u37JwGkVx8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u37JwGkVx8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u37JwGkVx8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u37JwGkVx8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u37JwGkVx8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u37JwGkVx8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u37JwGkVx8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u37JwGkVx8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d99e2;
}
.cid-u37JwGkVx8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u37JwGkVx8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37JwGkVx8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37JwGkVx8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u37JwGkVx8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37JwGkVx8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u37JwGkVx8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u37JwGkVx8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37JwGkVx8 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u37JwGkVx8 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u37JwGkVx8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u37JwGkVx8 .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-u37JwGkVx8 .navbar {
    height: 70px;
  }
  .cid-u37JwGkVx8 .navbar.opened {
    height: auto;
  }
  .cid-u37JwGkVx8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u37JwGkVx8 .container,
.cid-u37JwGkVx8 .container-fluid {
  flex-wrap: wrap;
}
.cid-u37JwGkVx8 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u37JwGkVx8 .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u37JwGkVx8 .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u37JwGkVx8 .contacts-menu {
    display: none;
  }
}
.cid-u37JwGkVx8 .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u37JwGkVx8 .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #191def;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u37JwGkVx8 .icon-box:hover {
  transform: scale(1.1);
}
.cid-u37JwGkVx8 .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u37JwGkVx8 .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u37JwGkVx8 .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u37JwGkVx8 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u37JwGkVx8 .navbar-collapse .mbr-section-btn .btn-black {
  color: #191def !important;
}
@media (max-width: 577px) {
  .cid-u37JwGkVx8 .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u37JwGkVx8 .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u37JwGkVx8 .navbar-collapse .nav-link:hover {
  color: #191def !important;
}
.cid-u37JwGkVx8 .card-text {
  color: #000000;
}
.cid-u37JwGkVx8 .card-title {
  color: #000000;
}
.cid-u3dMlYCgap {
  padding-top: 15rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-u3dMlYCgap .row {
  flex-direction: row-reverse;
}
.cid-u3dMlYCgap p {
  margin: 0;
}
.cid-u3dMlYCgap .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-u3dMlYCgap .mbr-section-title {
  text-align: center;
}
.cid-u3dMlYCgap .mbr-section-subtitle {
  text-align: center;
}
.cid-u3dMlYCgap .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-u3dMlYCgap .card-container {
    margin-bottom: 2rem;
  }
}
.cid-u3dMlYCgap .card-wrapper {
  width: 50%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-u3dMlYCgap .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-u3dMlYCgap .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-u3dMlYCgap .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-u3dMlYCgap .google-map {
  height: 100%;
  position: relative;
}
.cid-u3dMlYCgap .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u3dMlYCgap .google-map [data-state-details] {
  color: #1f1437;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u3dMlYCgap .google-map[data-state] {
  background: #f3edf7;
}
.cid-u3dMlYCgap .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u3dMlYCgap .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-u3dOyIk864 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u3dOyIk864 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3dOyIk864 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3dOyIk864 .container {
    padding: 0 24px;
  }
}
.cid-u3dOyIk864 .form-wrapper {
  display: flex;
  padding: 110px 115px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-u3dOyIk864 .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-u3dOyIk864 .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-u3dOyIk864 .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-u3dOyIk864 .form-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-u3dOyIk864 .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u3dOyIk864 .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u3dOyIk864 .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-u3dOyIk864 .form-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-u3dOyIk864 .form-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-u3dOyIk864 .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-u3dOyIk864 .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #a6a99c !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-u3dOyIk864 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-u3dOyIk864 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-u3dOyIk864 .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #191def;
}
.cid-u3dOyIk864 .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-u3dOyIk864 .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-u3dOyIk864 .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #a6a99c;
  border-color: #a6a99c;
}
.cid-u3dOyIk864 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u3dOyIk864 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:hover,
.cid-u3dOyIk864 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u3dOyIk864 .mbr-section-title {
  color: #141414;
}
.cid-u3dOyIk864 .mbr-desc {
  color: #1d99e2;
}
.cid-u3dOyIk864 label {
  color: #141414;
}
.cid-u3dOyIk864 .mbr-section-title,
.cid-u3dOyIk864 .mbr-section-btn {
  text-align: justify;
}
.cid-u37JwGLFxI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u37JwGLFxI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37JwGLFxI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37JwGLFxI .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u37JwGLFxI .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-u37JwGLFxI .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-u37JwGLFxI .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u37JwGLFxI .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u37JwGLFxI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u37JwGLFxI .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u37JwGLFxI .navbar-brand {
    justify-content: center !important;
  }
}
.cid-u37JwGLFxI .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-u37JwGLFxI .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-u37JwGLFxI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-u37JwGLFxI .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-u37JwGLFxI .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u37JwGLFxI .copyright-col {
    flex-direction: column;
  }
}
.cid-u37JwGLFxI .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u37JwGLFxI .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-u37MTFLjwg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u37MTFLjwg nav.navbar {
  position: fixed;
}
.cid-u37MTFLjwg .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-u37MTFLjwg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u37MTFLjwg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u37MTFLjwg .dropdown-item:hover,
.cid-u37MTFLjwg .dropdown-item:focus {
  background: #191def !important;
  color: white !important;
}
.cid-u37MTFLjwg .dropdown-item:hover span {
  color: white;
}
.cid-u37MTFLjwg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u37MTFLjwg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u37MTFLjwg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u37MTFLjwg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u37MTFLjwg .nav-link {
  position: relative;
}
.cid-u37MTFLjwg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u37MTFLjwg .container {
    flex-wrap: nowrap;
  }
}
.cid-u37MTFLjwg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u37MTFLjwg .dropdown-menu,
.cid-u37MTFLjwg .navbar.opened {
  background: #ffffff !important;
}
.cid-u37MTFLjwg .nav-item:focus,
.cid-u37MTFLjwg .nav-link:focus {
  outline: none;
}
.cid-u37MTFLjwg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u37MTFLjwg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u37MTFLjwg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u37MTFLjwg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u37MTFLjwg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u37MTFLjwg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u37MTFLjwg .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: #ffffff;
}
.cid-u37MTFLjwg .navbar.opened {
  transition: all 0.3s;
}
.cid-u37MTFLjwg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u37MTFLjwg .navbar .navbar-logo img {
  width: auto;
}
.cid-u37MTFLjwg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u37MTFLjwg .navbar.collapsed {
  justify-content: center;
}
.cid-u37MTFLjwg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u37MTFLjwg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u37MTFLjwg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-u37MTFLjwg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u37MTFLjwg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u37MTFLjwg .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-u37MTFLjwg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u37MTFLjwg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u37MTFLjwg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u37MTFLjwg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u37MTFLjwg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u37MTFLjwg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u37MTFLjwg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u37MTFLjwg .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-u37MTFLjwg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u37MTFLjwg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u37MTFLjwg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u37MTFLjwg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u37MTFLjwg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u37MTFLjwg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u37MTFLjwg .navbar.navbar-short {
  min-height: 60px;
}
.cid-u37MTFLjwg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u37MTFLjwg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u37MTFLjwg .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-u37MTFLjwg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u37MTFLjwg .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u37MTFLjwg .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u37MTFLjwg .dropdown-item.active,
.cid-u37MTFLjwg .dropdown-item:active {
  background-color: transparent;
}
.cid-u37MTFLjwg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u37MTFLjwg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u37MTFLjwg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u37MTFLjwg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u37MTFLjwg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u37MTFLjwg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u37MTFLjwg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u37MTFLjwg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u37MTFLjwg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u37MTFLjwg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d99e2;
}
.cid-u37MTFLjwg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u37MTFLjwg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37MTFLjwg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37MTFLjwg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u37MTFLjwg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37MTFLjwg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u37MTFLjwg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u37MTFLjwg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37MTFLjwg .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u37MTFLjwg .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u37MTFLjwg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u37MTFLjwg .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-u37MTFLjwg .navbar {
    height: 70px;
  }
  .cid-u37MTFLjwg .navbar.opened {
    height: auto;
  }
  .cid-u37MTFLjwg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u37MTFLjwg .container,
.cid-u37MTFLjwg .container-fluid {
  flex-wrap: wrap;
}
.cid-u37MTFLjwg .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u37MTFLjwg .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u37MTFLjwg .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u37MTFLjwg .contacts-menu {
    display: none;
  }
}
.cid-u37MTFLjwg .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u37MTFLjwg .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #191def;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u37MTFLjwg .icon-box:hover {
  transform: scale(1.1);
}
.cid-u37MTFLjwg .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u37MTFLjwg .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u37MTFLjwg .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u37MTFLjwg .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u37MTFLjwg .navbar-collapse .mbr-section-btn .btn-black {
  color: #191def !important;
}
@media (max-width: 577px) {
  .cid-u37MTFLjwg .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u37MTFLjwg .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u37MTFLjwg .navbar-collapse .nav-link:hover {
  color: #191def !important;
}
.cid-u37MTFLjwg .card-text {
  color: #000000;
}
.cid-u37MTFLjwg .card-title {
  color: #000000;
}
.cid-u37Q0KMg1h {
  padding-top: 15rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u37Q0KMg1h .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37Q0KMg1h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u37Q0KMg1h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u37Q0KMg1h img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u37Q0KMg1h .text-wrapper {
    padding: 2rem;
  }
}
.cid-u37Q0KMg1h .mbr-text {
  text-align: justify;
}
.cid-u37V1dutNe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u37Q11PTRM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u37Q11PTRM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37Q11PTRM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u37Q11PTRM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u37Q11PTRM .row {
  flex-direction: row-reverse;
}
.cid-u37Q11PTRM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u37Q11PTRM .text-wrapper {
    padding: 2rem;
  }
}
.cid-u37Q11PTRM .mbr-text {
  text-align: justify;
}
.cid-u37MTGlDWc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u37MTGlDWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37MTGlDWc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37MTGlDWc .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u37MTGlDWc .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-u37MTGlDWc .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-u37MTGlDWc .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u37MTGlDWc .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u37MTGlDWc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u37MTGlDWc .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u37MTGlDWc .navbar-brand {
    justify-content: center !important;
  }
}
.cid-u37MTGlDWc .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-u37MTGlDWc .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-u37MTGlDWc .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-u37MTGlDWc .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-u37MTGlDWc .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u37MTGlDWc .copyright-col {
    flex-direction: column;
  }
}
.cid-u37MTGlDWc .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u37MTGlDWc .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-u37N93BdTx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u37N93BdTx nav.navbar {
  position: fixed;
}
.cid-u37N93BdTx .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-u37N93BdTx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u37N93BdTx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u37N93BdTx .dropdown-item:hover,
.cid-u37N93BdTx .dropdown-item:focus {
  background: #191def !important;
  color: white !important;
}
.cid-u37N93BdTx .dropdown-item:hover span {
  color: white;
}
.cid-u37N93BdTx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u37N93BdTx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u37N93BdTx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u37N93BdTx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u37N93BdTx .nav-link {
  position: relative;
}
.cid-u37N93BdTx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u37N93BdTx .container {
    flex-wrap: nowrap;
  }
}
.cid-u37N93BdTx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u37N93BdTx .dropdown-menu,
.cid-u37N93BdTx .navbar.opened {
  background: #ffffff !important;
}
.cid-u37N93BdTx .nav-item:focus,
.cid-u37N93BdTx .nav-link:focus {
  outline: none;
}
.cid-u37N93BdTx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u37N93BdTx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u37N93BdTx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u37N93BdTx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u37N93BdTx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u37N93BdTx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u37N93BdTx .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: #ffffff;
}
.cid-u37N93BdTx .navbar.opened {
  transition: all 0.3s;
}
.cid-u37N93BdTx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u37N93BdTx .navbar .navbar-logo img {
  width: auto;
}
.cid-u37N93BdTx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u37N93BdTx .navbar.collapsed {
  justify-content: center;
}
.cid-u37N93BdTx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u37N93BdTx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u37N93BdTx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-u37N93BdTx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u37N93BdTx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u37N93BdTx .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-u37N93BdTx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u37N93BdTx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u37N93BdTx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u37N93BdTx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u37N93BdTx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u37N93BdTx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u37N93BdTx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u37N93BdTx .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-u37N93BdTx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u37N93BdTx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u37N93BdTx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u37N93BdTx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u37N93BdTx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u37N93BdTx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u37N93BdTx .navbar.navbar-short {
  min-height: 60px;
}
.cid-u37N93BdTx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u37N93BdTx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u37N93BdTx .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-u37N93BdTx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u37N93BdTx .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u37N93BdTx .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u37N93BdTx .dropdown-item.active,
.cid-u37N93BdTx .dropdown-item:active {
  background-color: transparent;
}
.cid-u37N93BdTx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u37N93BdTx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u37N93BdTx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u37N93BdTx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u37N93BdTx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u37N93BdTx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u37N93BdTx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u37N93BdTx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u37N93BdTx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u37N93BdTx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d99e2;
}
.cid-u37N93BdTx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u37N93BdTx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37N93BdTx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37N93BdTx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u37N93BdTx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37N93BdTx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u37N93BdTx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u37N93BdTx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37N93BdTx .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u37N93BdTx .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u37N93BdTx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u37N93BdTx .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-u37N93BdTx .navbar {
    height: 70px;
  }
  .cid-u37N93BdTx .navbar.opened {
    height: auto;
  }
  .cid-u37N93BdTx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u37N93BdTx .container,
.cid-u37N93BdTx .container-fluid {
  flex-wrap: wrap;
}
.cid-u37N93BdTx .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u37N93BdTx .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u37N93BdTx .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u37N93BdTx .contacts-menu {
    display: none;
  }
}
.cid-u37N93BdTx .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u37N93BdTx .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #191def;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u37N93BdTx .icon-box:hover {
  transform: scale(1.1);
}
.cid-u37N93BdTx .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u37N93BdTx .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u37N93BdTx .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u37N93BdTx .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u37N93BdTx .navbar-collapse .mbr-section-btn .btn-black {
  color: #191def !important;
}
@media (max-width: 577px) {
  .cid-u37N93BdTx .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u37N93BdTx .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u37N93BdTx .navbar-collapse .nav-link:hover {
  color: #191def !important;
}
.cid-u37N93BdTx .card-text {
  color: #000000;
}
.cid-u37N93BdTx .card-title {
  color: #000000;
}
.cid-u37WSawHah {
  padding-top: 15rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u37WSawHah img,
.cid-u37WSawHah .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u37WSawHah .item:focus,
.cid-u37WSawHah span:focus {
  outline: none;
}
.cid-u37WSawHah .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-u37WSawHah .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u37WSawHah .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u37WSawHah .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u37WSawHah .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u37WSawHah .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u37WSawHah .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u37WSawHah .mbr-section-title {
  color: #eed115;
}
.cid-u37WSawHah .mbr-text,
.cid-u37WSawHah .mbr-section-btn {
  text-align: center;
}
.cid-u37WSawHah .item-title {
  text-align: center;
}
.cid-u37WSawHah .item-subtitle {
  text-align: left;
}
.cid-ubklvAu6Co {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ubklvAu6Co img,
.cid-ubklvAu6Co .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ubklvAu6Co .item:focus,
.cid-ubklvAu6Co span:focus {
  outline: none;
}
.cid-ubklvAu6Co .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-ubklvAu6Co .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ubklvAu6Co .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ubklvAu6Co .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubklvAu6Co .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ubklvAu6Co .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ubklvAu6Co .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubklvAu6Co .mbr-section-title {
  color: #eed115;
}
.cid-ubklvAu6Co .mbr-text,
.cid-ubklvAu6Co .mbr-section-btn {
  text-align: center;
}
.cid-ubklvAu6Co .item-title {
  text-align: center;
}
.cid-ubklvAu6Co .item-subtitle {
  text-align: left;
}
.cid-u37N946Ap3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u37N946Ap3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37N946Ap3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37N946Ap3 .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u37N946Ap3 .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-u37N946Ap3 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-u37N946Ap3 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u37N946Ap3 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u37N946Ap3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u37N946Ap3 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u37N946Ap3 .navbar-brand {
    justify-content: center !important;
  }
}
.cid-u37N946Ap3 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-u37N946Ap3 .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-u37N946Ap3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-u37N946Ap3 .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-u37N946Ap3 .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u37N946Ap3 .copyright-col {
    flex-direction: column;
  }
}
.cid-u37N946Ap3 .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u37N946Ap3 .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-u37NHQBbZp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u37NHQBbZp nav.navbar {
  position: fixed;
}
.cid-u37NHQBbZp .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-u37NHQBbZp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u37NHQBbZp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u37NHQBbZp .dropdown-item:hover,
.cid-u37NHQBbZp .dropdown-item:focus {
  background: #191def !important;
  color: white !important;
}
.cid-u37NHQBbZp .dropdown-item:hover span {
  color: white;
}
.cid-u37NHQBbZp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u37NHQBbZp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u37NHQBbZp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u37NHQBbZp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u37NHQBbZp .nav-link {
  position: relative;
}
.cid-u37NHQBbZp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u37NHQBbZp .container {
    flex-wrap: nowrap;
  }
}
.cid-u37NHQBbZp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u37NHQBbZp .dropdown-menu,
.cid-u37NHQBbZp .navbar.opened {
  background: #ffffff !important;
}
.cid-u37NHQBbZp .nav-item:focus,
.cid-u37NHQBbZp .nav-link:focus {
  outline: none;
}
.cid-u37NHQBbZp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u37NHQBbZp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u37NHQBbZp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u37NHQBbZp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u37NHQBbZp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u37NHQBbZp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u37NHQBbZp .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: #ffffff;
}
.cid-u37NHQBbZp .navbar.opened {
  transition: all 0.3s;
}
.cid-u37NHQBbZp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u37NHQBbZp .navbar .navbar-logo img {
  width: auto;
}
.cid-u37NHQBbZp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u37NHQBbZp .navbar.collapsed {
  justify-content: center;
}
.cid-u37NHQBbZp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u37NHQBbZp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u37NHQBbZp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-u37NHQBbZp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u37NHQBbZp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u37NHQBbZp .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-u37NHQBbZp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u37NHQBbZp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u37NHQBbZp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u37NHQBbZp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u37NHQBbZp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u37NHQBbZp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u37NHQBbZp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u37NHQBbZp .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-u37NHQBbZp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u37NHQBbZp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u37NHQBbZp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u37NHQBbZp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u37NHQBbZp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u37NHQBbZp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u37NHQBbZp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u37NHQBbZp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u37NHQBbZp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u37NHQBbZp .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-u37NHQBbZp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u37NHQBbZp .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u37NHQBbZp .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u37NHQBbZp .dropdown-item.active,
.cid-u37NHQBbZp .dropdown-item:active {
  background-color: transparent;
}
.cid-u37NHQBbZp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u37NHQBbZp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u37NHQBbZp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u37NHQBbZp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u37NHQBbZp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u37NHQBbZp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u37NHQBbZp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u37NHQBbZp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u37NHQBbZp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u37NHQBbZp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d99e2;
}
.cid-u37NHQBbZp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u37NHQBbZp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37NHQBbZp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37NHQBbZp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u37NHQBbZp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37NHQBbZp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u37NHQBbZp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u37NHQBbZp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37NHQBbZp .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u37NHQBbZp .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u37NHQBbZp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u37NHQBbZp .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-u37NHQBbZp .navbar {
    height: 70px;
  }
  .cid-u37NHQBbZp .navbar.opened {
    height: auto;
  }
  .cid-u37NHQBbZp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u37NHQBbZp .container,
.cid-u37NHQBbZp .container-fluid {
  flex-wrap: wrap;
}
.cid-u37NHQBbZp .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u37NHQBbZp .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u37NHQBbZp .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u37NHQBbZp .contacts-menu {
    display: none;
  }
}
.cid-u37NHQBbZp .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u37NHQBbZp .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #191def;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u37NHQBbZp .icon-box:hover {
  transform: scale(1.1);
}
.cid-u37NHQBbZp .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u37NHQBbZp .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u37NHQBbZp .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u37NHQBbZp .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u37NHQBbZp .navbar-collapse .mbr-section-btn .btn-black {
  color: #191def !important;
}
@media (max-width: 577px) {
  .cid-u37NHQBbZp .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u37NHQBbZp .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u37NHQBbZp .navbar-collapse .nav-link:hover {
  color: #191def !important;
}
.cid-u37NHQBbZp .card-text {
  color: #000000;
}
.cid-u37NHQBbZp .card-title {
  color: #000000;
}
.cid-u38viSc3QW {
  padding-top: 15rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u38viSc3QW img,
.cid-u38viSc3QW .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u38viSc3QW .item:focus,
.cid-u38viSc3QW span:focus {
  outline: none;
}
.cid-u38viSc3QW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u38viSc3QW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u38viSc3QW .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u38viSc3QW .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u38viSc3QW .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u38viSc3QW .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u38viSc3QW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u38viSc3QW .mbr-section-title {
  color: #232323;
}
.cid-u38viSc3QW .mbr-text,
.cid-u38viSc3QW .mbr-section-btn {
  text-align: justify;
}
.cid-u38viSc3QW .item-title {
  text-align: left;
}
.cid-u38viSc3QW .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-u38yVbOzqO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u38yVbOzqO img,
.cid-u38yVbOzqO .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u38yVbOzqO .item:focus,
.cid-u38yVbOzqO span:focus {
  outline: none;
}
.cid-u38yVbOzqO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u38yVbOzqO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u38yVbOzqO .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u38yVbOzqO .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u38yVbOzqO .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u38yVbOzqO .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u38yVbOzqO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u38yVbOzqO .mbr-section-title {
  color: #232323;
}
.cid-u38yVbOzqO .mbr-text,
.cid-u38yVbOzqO .mbr-section-btn {
  text-align: justify;
}
.cid-u38yVbOzqO .item-title {
  text-align: left;
}
.cid-u38yVbOzqO .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uzt4Qw6bPJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uzt4Qw6bPJ img,
.cid-uzt4Qw6bPJ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzt4Qw6bPJ .item:focus,
.cid-uzt4Qw6bPJ span:focus {
  outline: none;
}
.cid-uzt4Qw6bPJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzt4Qw6bPJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzt4Qw6bPJ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uzt4Qw6bPJ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzt4Qw6bPJ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uzt4Qw6bPJ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uzt4Qw6bPJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzt4Qw6bPJ .mbr-section-title {
  color: #232323;
}
.cid-uzt4Qw6bPJ .mbr-text,
.cid-uzt4Qw6bPJ .mbr-section-btn {
  text-align: justify;
}
.cid-uzt4Qw6bPJ .item-title {
  text-align: left;
}
.cid-uzt4Qw6bPJ .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-u37NHR3H8F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u37NHR3H8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37NHR3H8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37NHR3H8F .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u37NHR3H8F .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-u37NHR3H8F .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-u37NHR3H8F .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u37NHR3H8F .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u37NHR3H8F .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u37NHR3H8F .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u37NHR3H8F .navbar-brand {
    justify-content: center !important;
  }
}
.cid-u37NHR3H8F .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-u37NHR3H8F .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-u37NHR3H8F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-u37NHR3H8F .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-u37NHR3H8F .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u37NHR3H8F .copyright-col {
    flex-direction: column;
  }
}
.cid-u37NHR3H8F .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u37NHR3H8F .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-u37NSvZnBB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u37NSvZnBB nav.navbar {
  position: fixed;
}
.cid-u37NSvZnBB .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-u37NSvZnBB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u37NSvZnBB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u37NSvZnBB .dropdown-item:hover,
.cid-u37NSvZnBB .dropdown-item:focus {
  background: #191def !important;
  color: white !important;
}
.cid-u37NSvZnBB .dropdown-item:hover span {
  color: white;
}
.cid-u37NSvZnBB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u37NSvZnBB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u37NSvZnBB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u37NSvZnBB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u37NSvZnBB .nav-link {
  position: relative;
}
.cid-u37NSvZnBB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u37NSvZnBB .container {
    flex-wrap: nowrap;
  }
}
.cid-u37NSvZnBB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u37NSvZnBB .dropdown-menu,
.cid-u37NSvZnBB .navbar.opened {
  background: #ffffff !important;
}
.cid-u37NSvZnBB .nav-item:focus,
.cid-u37NSvZnBB .nav-link:focus {
  outline: none;
}
.cid-u37NSvZnBB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u37NSvZnBB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u37NSvZnBB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u37NSvZnBB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u37NSvZnBB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u37NSvZnBB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u37NSvZnBB .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: #ffffff;
}
.cid-u37NSvZnBB .navbar.opened {
  transition: all 0.3s;
}
.cid-u37NSvZnBB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u37NSvZnBB .navbar .navbar-logo img {
  width: auto;
}
.cid-u37NSvZnBB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u37NSvZnBB .navbar.collapsed {
  justify-content: center;
}
.cid-u37NSvZnBB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u37NSvZnBB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u37NSvZnBB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-u37NSvZnBB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u37NSvZnBB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u37NSvZnBB .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-u37NSvZnBB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u37NSvZnBB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u37NSvZnBB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u37NSvZnBB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u37NSvZnBB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u37NSvZnBB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u37NSvZnBB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u37NSvZnBB .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-u37NSvZnBB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u37NSvZnBB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u37NSvZnBB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u37NSvZnBB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u37NSvZnBB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u37NSvZnBB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u37NSvZnBB .navbar.navbar-short {
  min-height: 60px;
}
.cid-u37NSvZnBB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u37NSvZnBB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u37NSvZnBB .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-u37NSvZnBB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u37NSvZnBB .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u37NSvZnBB .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u37NSvZnBB .dropdown-item.active,
.cid-u37NSvZnBB .dropdown-item:active {
  background-color: transparent;
}
.cid-u37NSvZnBB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u37NSvZnBB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u37NSvZnBB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u37NSvZnBB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u37NSvZnBB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u37NSvZnBB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u37NSvZnBB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u37NSvZnBB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u37NSvZnBB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u37NSvZnBB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d99e2;
}
.cid-u37NSvZnBB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u37NSvZnBB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37NSvZnBB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37NSvZnBB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u37NSvZnBB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37NSvZnBB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u37NSvZnBB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u37NSvZnBB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37NSvZnBB .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u37NSvZnBB .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u37NSvZnBB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u37NSvZnBB .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-u37NSvZnBB .navbar {
    height: 70px;
  }
  .cid-u37NSvZnBB .navbar.opened {
    height: auto;
  }
  .cid-u37NSvZnBB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u37NSvZnBB .container,
.cid-u37NSvZnBB .container-fluid {
  flex-wrap: wrap;
}
.cid-u37NSvZnBB .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u37NSvZnBB .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u37NSvZnBB .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u37NSvZnBB .contacts-menu {
    display: none;
  }
}
.cid-u37NSvZnBB .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u37NSvZnBB .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #191def;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u37NSvZnBB .icon-box:hover {
  transform: scale(1.1);
}
.cid-u37NSvZnBB .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u37NSvZnBB .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u37NSvZnBB .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u37NSvZnBB .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u37NSvZnBB .navbar-collapse .mbr-section-btn .btn-black {
  color: #191def !important;
}
@media (max-width: 577px) {
  .cid-u37NSvZnBB .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u37NSvZnBB .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u37NSvZnBB .navbar-collapse .nav-link:hover {
  color: #191def !important;
}
.cid-u37NSvZnBB .card-text {
  color: #000000;
}
.cid-u37NSvZnBB .card-title {
  color: #000000;
}
.cid-u381eCEBTy {
  padding-top: 15rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u381eCEBTy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u381eCEBTy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u381eCEBTy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u381eCEBTy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u381eCEBTy .text-wrapper {
    padding: 2rem;
  }
}
.cid-u382ai5a3x {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u382ai5a3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-u382ai5a3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u382ai5a3x .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u382ai5a3x .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-u382ai5a3x .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u382ai5a3x .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u382ai5a3x .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u382ai5a3x .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u382ai5a3x .carousel-control,
.cid-u382ai5a3x .close {
  background: #1b1b1b;
}
.cid-u382ai5a3x .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u382ai5a3x .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u382ai5a3x .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u382ai5a3x .carousel-control-next span {
  margin-left: 5px;
}
.cid-u382ai5a3x .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u382ai5a3x .close::before {
  content: '\e91a';
}
.cid-u382ai5a3x .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u382ai5a3x .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u382ai5a3x .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u382ai5a3x .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u382ai5a3x .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u382ai5a3x .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u382ai5a3x .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u382ai5a3x .carousel-indicators li.active,
.cid-u382ai5a3x .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u382ai5a3x .carousel-indicators li::after,
.cid-u382ai5a3x .carousel-indicators li::before {
  content: none;
}
.cid-u382ai5a3x .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u382ai5a3x .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u382ai5a3x .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u382ai5a3x .carousel-indicators {
    display: none;
  }
}
.cid-u382ai5a3x .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u382ai5a3x .carousel-inner > .active {
  display: block;
}
.cid-u382ai5a3x .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u382ai5a3x .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u382ai5a3x .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u382ai5a3x .carousel-control,
  .cid-u382ai5a3x .carousel-indicators,
  .cid-u382ai5a3x .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u382ai5a3x .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u382ai5a3x .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u382ai5a3x .carousel-indicators .active,
.cid-u382ai5a3x .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u382ai5a3x .carousel-indicators .active {
  background: #fff;
}
.cid-u382ai5a3x .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u382ai5a3x .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u382ai5a3x .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u382ai5a3x .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u382ai5a3x .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u382ai5a3x .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u382ai5a3x .carousel {
  width: 100%;
}
.cid-u382ai5a3x .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u382ai5a3x .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u382ai5a3x .modal.fade .modal-dialog,
.cid-u382ai5a3x .modal.in .modal-dialog {
  transform: none;
}
.cid-u382ai5a3x .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u382ai5a3x H6 {
  text-align: center;
}
.cid-u382ai5a3x H3 {
  text-align: left;
}
.cid-u382aUk5B5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u382aUk5B5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u382aUk5B5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u382aUk5B5 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u382aUk5B5 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-u382aUk5B5 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u382aUk5B5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u382aUk5B5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u382aUk5B5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u382aUk5B5 .carousel-control,
.cid-u382aUk5B5 .close {
  background: #1b1b1b;
}
.cid-u382aUk5B5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u382aUk5B5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u382aUk5B5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u382aUk5B5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-u382aUk5B5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u382aUk5B5 .close::before {
  content: '\e91a';
}
.cid-u382aUk5B5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u382aUk5B5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u382aUk5B5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u382aUk5B5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u382aUk5B5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u382aUk5B5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u382aUk5B5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u382aUk5B5 .carousel-indicators li.active,
.cid-u382aUk5B5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u382aUk5B5 .carousel-indicators li::after,
.cid-u382aUk5B5 .carousel-indicators li::before {
  content: none;
}
.cid-u382aUk5B5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u382aUk5B5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u382aUk5B5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u382aUk5B5 .carousel-indicators {
    display: none;
  }
}
.cid-u382aUk5B5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u382aUk5B5 .carousel-inner > .active {
  display: block;
}
.cid-u382aUk5B5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u382aUk5B5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u382aUk5B5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u382aUk5B5 .carousel-control,
  .cid-u382aUk5B5 .carousel-indicators,
  .cid-u382aUk5B5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u382aUk5B5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u382aUk5B5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u382aUk5B5 .carousel-indicators .active,
.cid-u382aUk5B5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u382aUk5B5 .carousel-indicators .active {
  background: #fff;
}
.cid-u382aUk5B5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u382aUk5B5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u382aUk5B5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u382aUk5B5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u382aUk5B5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u382aUk5B5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u382aUk5B5 .carousel {
  width: 100%;
}
.cid-u382aUk5B5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u382aUk5B5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u382aUk5B5 .modal.fade .modal-dialog,
.cid-u382aUk5B5 .modal.in .modal-dialog {
  transform: none;
}
.cid-u382aUk5B5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u382aUk5B5 H6 {
  text-align: center;
}
.cid-u382aUk5B5 H3 {
  text-align: left;
}
.cid-u37NSwqt4o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u37NSwqt4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37NSwqt4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37NSwqt4o .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u37NSwqt4o .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-u37NSwqt4o .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-u37NSwqt4o .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u37NSwqt4o .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u37NSwqt4o .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u37NSwqt4o .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u37NSwqt4o .navbar-brand {
    justify-content: center !important;
  }
}
.cid-u37NSwqt4o .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-u37NSwqt4o .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-u37NSwqt4o .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-u37NSwqt4o .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-u37NSwqt4o .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u37NSwqt4o .copyright-col {
    flex-direction: column;
  }
}
.cid-u37NSwqt4o .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u37NSwqt4o .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-u37ObhNlqW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u37ObhNlqW nav.navbar {
  position: fixed;
}
.cid-u37ObhNlqW .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-u37ObhNlqW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u37ObhNlqW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u37ObhNlqW .dropdown-item:hover,
.cid-u37ObhNlqW .dropdown-item:focus {
  background: #191def !important;
  color: white !important;
}
.cid-u37ObhNlqW .dropdown-item:hover span {
  color: white;
}
.cid-u37ObhNlqW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u37ObhNlqW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u37ObhNlqW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u37ObhNlqW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u37ObhNlqW .nav-link {
  position: relative;
}
.cid-u37ObhNlqW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u37ObhNlqW .container {
    flex-wrap: nowrap;
  }
}
.cid-u37ObhNlqW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u37ObhNlqW .dropdown-menu,
.cid-u37ObhNlqW .navbar.opened {
  background: #ffffff !important;
}
.cid-u37ObhNlqW .nav-item:focus,
.cid-u37ObhNlqW .nav-link:focus {
  outline: none;
}
.cid-u37ObhNlqW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u37ObhNlqW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u37ObhNlqW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u37ObhNlqW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u37ObhNlqW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u37ObhNlqW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u37ObhNlqW .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: #ffffff;
}
.cid-u37ObhNlqW .navbar.opened {
  transition: all 0.3s;
}
.cid-u37ObhNlqW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u37ObhNlqW .navbar .navbar-logo img {
  width: auto;
}
.cid-u37ObhNlqW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u37ObhNlqW .navbar.collapsed {
  justify-content: center;
}
.cid-u37ObhNlqW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u37ObhNlqW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u37ObhNlqW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-u37ObhNlqW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u37ObhNlqW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u37ObhNlqW .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-u37ObhNlqW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u37ObhNlqW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u37ObhNlqW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u37ObhNlqW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u37ObhNlqW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u37ObhNlqW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u37ObhNlqW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u37ObhNlqW .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-u37ObhNlqW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u37ObhNlqW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u37ObhNlqW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u37ObhNlqW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u37ObhNlqW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u37ObhNlqW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u37ObhNlqW .navbar.navbar-short {
  min-height: 60px;
}
.cid-u37ObhNlqW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u37ObhNlqW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u37ObhNlqW .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-u37ObhNlqW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u37ObhNlqW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u37ObhNlqW .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u37ObhNlqW .dropdown-item.active,
.cid-u37ObhNlqW .dropdown-item:active {
  background-color: transparent;
}
.cid-u37ObhNlqW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u37ObhNlqW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u37ObhNlqW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u37ObhNlqW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u37ObhNlqW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u37ObhNlqW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u37ObhNlqW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u37ObhNlqW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u37ObhNlqW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u37ObhNlqW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d99e2;
}
.cid-u37ObhNlqW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u37ObhNlqW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37ObhNlqW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37ObhNlqW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u37ObhNlqW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37ObhNlqW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u37ObhNlqW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u37ObhNlqW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37ObhNlqW .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u37ObhNlqW .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u37ObhNlqW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u37ObhNlqW .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-u37ObhNlqW .navbar {
    height: 70px;
  }
  .cid-u37ObhNlqW .navbar.opened {
    height: auto;
  }
  .cid-u37ObhNlqW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u37ObhNlqW .container,
.cid-u37ObhNlqW .container-fluid {
  flex-wrap: wrap;
}
.cid-u37ObhNlqW .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u37ObhNlqW .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u37ObhNlqW .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u37ObhNlqW .contacts-menu {
    display: none;
  }
}
.cid-u37ObhNlqW .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u37ObhNlqW .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #191def;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u37ObhNlqW .icon-box:hover {
  transform: scale(1.1);
}
.cid-u37ObhNlqW .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u37ObhNlqW .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u37ObhNlqW .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u37ObhNlqW .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u37ObhNlqW .navbar-collapse .mbr-section-btn .btn-black {
  color: #191def !important;
}
@media (max-width: 577px) {
  .cid-u37ObhNlqW .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u37ObhNlqW .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u37ObhNlqW .navbar-collapse .nav-link:hover {
  color: #191def !important;
}
.cid-u37ObhNlqW .card-text {
  color: #000000;
}
.cid-u37ObhNlqW .card-title {
  color: #000000;
}
.cid-u385bpGumM {
  padding-top: 15rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u385bpGumM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u385bpGumM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u385bpGumM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u385bpGumM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u385bpGumM .text-wrapper {
    padding: 2rem;
  }
}
.cid-u385bWSJze {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u385bWSJze .mbr-fallback-image.disabled {
  display: none;
}
.cid-u385bWSJze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u385bWSJze .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u385bWSJze .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-u385bWSJze .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u385bWSJze .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u385bWSJze .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u385bWSJze .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u385bWSJze .carousel-control,
.cid-u385bWSJze .close {
  background: #1b1b1b;
}
.cid-u385bWSJze .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u385bWSJze .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u385bWSJze .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u385bWSJze .carousel-control-next span {
  margin-left: 5px;
}
.cid-u385bWSJze .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u385bWSJze .close::before {
  content: '\e91a';
}
.cid-u385bWSJze .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u385bWSJze .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u385bWSJze .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u385bWSJze .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u385bWSJze .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u385bWSJze .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u385bWSJze .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u385bWSJze .carousel-indicators li.active,
.cid-u385bWSJze .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u385bWSJze .carousel-indicators li::after,
.cid-u385bWSJze .carousel-indicators li::before {
  content: none;
}
.cid-u385bWSJze .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u385bWSJze .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u385bWSJze .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u385bWSJze .carousel-indicators {
    display: none;
  }
}
.cid-u385bWSJze .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u385bWSJze .carousel-inner > .active {
  display: block;
}
.cid-u385bWSJze .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u385bWSJze .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u385bWSJze .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u385bWSJze .carousel-control,
  .cid-u385bWSJze .carousel-indicators,
  .cid-u385bWSJze .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u385bWSJze .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u385bWSJze .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u385bWSJze .carousel-indicators .active,
.cid-u385bWSJze .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u385bWSJze .carousel-indicators .active {
  background: #fff;
}
.cid-u385bWSJze .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u385bWSJze .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u385bWSJze .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u385bWSJze .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u385bWSJze .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u385bWSJze .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u385bWSJze .carousel {
  width: 100%;
}
.cid-u385bWSJze .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u385bWSJze .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u385bWSJze .modal.fade .modal-dialog,
.cid-u385bWSJze .modal.in .modal-dialog {
  transform: none;
}
.cid-u385bWSJze .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u385bWSJze H6 {
  text-align: center;
}
.cid-u385bWSJze H3 {
  text-align: left;
}
.cid-u385ciPPuk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u385ciPPuk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u385ciPPuk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u385ciPPuk .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u385ciPPuk .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-u385ciPPuk .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u385ciPPuk .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u385ciPPuk .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u385ciPPuk .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u385ciPPuk .carousel-control,
.cid-u385ciPPuk .close {
  background: #1b1b1b;
}
.cid-u385ciPPuk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u385ciPPuk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u385ciPPuk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u385ciPPuk .carousel-control-next span {
  margin-left: 5px;
}
.cid-u385ciPPuk .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u385ciPPuk .close::before {
  content: '\e91a';
}
.cid-u385ciPPuk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u385ciPPuk .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u385ciPPuk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u385ciPPuk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u385ciPPuk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u385ciPPuk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u385ciPPuk .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u385ciPPuk .carousel-indicators li.active,
.cid-u385ciPPuk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u385ciPPuk .carousel-indicators li::after,
.cid-u385ciPPuk .carousel-indicators li::before {
  content: none;
}
.cid-u385ciPPuk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u385ciPPuk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u385ciPPuk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u385ciPPuk .carousel-indicators {
    display: none;
  }
}
.cid-u385ciPPuk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u385ciPPuk .carousel-inner > .active {
  display: block;
}
.cid-u385ciPPuk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u385ciPPuk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u385ciPPuk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u385ciPPuk .carousel-control,
  .cid-u385ciPPuk .carousel-indicators,
  .cid-u385ciPPuk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u385ciPPuk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u385ciPPuk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u385ciPPuk .carousel-indicators .active,
.cid-u385ciPPuk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u385ciPPuk .carousel-indicators .active {
  background: #fff;
}
.cid-u385ciPPuk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u385ciPPuk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u385ciPPuk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u385ciPPuk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u385ciPPuk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u385ciPPuk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u385ciPPuk .carousel {
  width: 100%;
}
.cid-u385ciPPuk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u385ciPPuk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u385ciPPuk .modal.fade .modal-dialog,
.cid-u385ciPPuk .modal.in .modal-dialog {
  transform: none;
}
.cid-u385ciPPuk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u385ciPPuk H6 {
  text-align: center;
}
.cid-u385ciPPuk H3 {
  text-align: left;
}
.cid-u37ObinYyJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u37ObinYyJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37ObinYyJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37ObinYyJ .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u37ObinYyJ .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-u37ObinYyJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-u37ObinYyJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u37ObinYyJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u37ObinYyJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u37ObinYyJ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u37ObinYyJ .navbar-brand {
    justify-content: center !important;
  }
}
.cid-u37ObinYyJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-u37ObinYyJ .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-u37ObinYyJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-u37ObinYyJ .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-u37ObinYyJ .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u37ObinYyJ .copyright-col {
    flex-direction: column;
  }
}
.cid-u37ObinYyJ .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u37ObinYyJ .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-u37OpWs1gK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u37OpWs1gK nav.navbar {
  position: fixed;
}
.cid-u37OpWs1gK .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-u37OpWs1gK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u37OpWs1gK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u37OpWs1gK .dropdown-item:hover,
.cid-u37OpWs1gK .dropdown-item:focus {
  background: #191def !important;
  color: white !important;
}
.cid-u37OpWs1gK .dropdown-item:hover span {
  color: white;
}
.cid-u37OpWs1gK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u37OpWs1gK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u37OpWs1gK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u37OpWs1gK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u37OpWs1gK .nav-link {
  position: relative;
}
.cid-u37OpWs1gK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u37OpWs1gK .container {
    flex-wrap: nowrap;
  }
}
.cid-u37OpWs1gK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u37OpWs1gK .dropdown-menu,
.cid-u37OpWs1gK .navbar.opened {
  background: #ffffff !important;
}
.cid-u37OpWs1gK .nav-item:focus,
.cid-u37OpWs1gK .nav-link:focus {
  outline: none;
}
.cid-u37OpWs1gK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u37OpWs1gK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u37OpWs1gK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u37OpWs1gK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u37OpWs1gK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u37OpWs1gK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u37OpWs1gK .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: #ffffff;
}
.cid-u37OpWs1gK .navbar.opened {
  transition: all 0.3s;
}
.cid-u37OpWs1gK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u37OpWs1gK .navbar .navbar-logo img {
  width: auto;
}
.cid-u37OpWs1gK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u37OpWs1gK .navbar.collapsed {
  justify-content: center;
}
.cid-u37OpWs1gK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u37OpWs1gK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u37OpWs1gK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-u37OpWs1gK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u37OpWs1gK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u37OpWs1gK .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-u37OpWs1gK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u37OpWs1gK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u37OpWs1gK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u37OpWs1gK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u37OpWs1gK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u37OpWs1gK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u37OpWs1gK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u37OpWs1gK .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-u37OpWs1gK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u37OpWs1gK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u37OpWs1gK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u37OpWs1gK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u37OpWs1gK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u37OpWs1gK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u37OpWs1gK .navbar.navbar-short {
  min-height: 60px;
}
.cid-u37OpWs1gK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u37OpWs1gK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u37OpWs1gK .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-u37OpWs1gK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u37OpWs1gK .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u37OpWs1gK .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u37OpWs1gK .dropdown-item.active,
.cid-u37OpWs1gK .dropdown-item:active {
  background-color: transparent;
}
.cid-u37OpWs1gK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u37OpWs1gK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u37OpWs1gK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u37OpWs1gK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u37OpWs1gK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u37OpWs1gK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u37OpWs1gK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u37OpWs1gK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u37OpWs1gK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u37OpWs1gK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d99e2;
}
.cid-u37OpWs1gK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u37OpWs1gK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37OpWs1gK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37OpWs1gK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u37OpWs1gK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37OpWs1gK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u37OpWs1gK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u37OpWs1gK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37OpWs1gK .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u37OpWs1gK .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u37OpWs1gK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u37OpWs1gK .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-u37OpWs1gK .navbar {
    height: 70px;
  }
  .cid-u37OpWs1gK .navbar.opened {
    height: auto;
  }
  .cid-u37OpWs1gK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u37OpWs1gK .container,
.cid-u37OpWs1gK .container-fluid {
  flex-wrap: wrap;
}
.cid-u37OpWs1gK .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u37OpWs1gK .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u37OpWs1gK .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u37OpWs1gK .contacts-menu {
    display: none;
  }
}
.cid-u37OpWs1gK .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u37OpWs1gK .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #191def;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u37OpWs1gK .icon-box:hover {
  transform: scale(1.1);
}
.cid-u37OpWs1gK .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u37OpWs1gK .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u37OpWs1gK .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u37OpWs1gK .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u37OpWs1gK .navbar-collapse .mbr-section-btn .btn-black {
  color: #191def !important;
}
@media (max-width: 577px) {
  .cid-u37OpWs1gK .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u37OpWs1gK .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u37OpWs1gK .navbar-collapse .nav-link:hover {
  color: #191def !important;
}
.cid-u37OpWs1gK .card-text {
  color: #000000;
}
.cid-u37OpWs1gK .card-title {
  color: #000000;
}
.cid-u38db8lK4S {
  padding-top: 15rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u38db8lK4S .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38db8lK4S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u38db8lK4S .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u38db8lK4S img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u38db8lK4S .text-wrapper {
    padding: 2rem;
  }
}
.cid-u38dcgW41A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u38dcgW41A .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38dcgW41A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38dcgW41A .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u38dcgW41A .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-u38dcgW41A .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u38dcgW41A .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u38dcgW41A .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u38dcgW41A .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u38dcgW41A .carousel-control,
.cid-u38dcgW41A .close {
  background: #1b1b1b;
}
.cid-u38dcgW41A .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u38dcgW41A .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u38dcgW41A .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u38dcgW41A .carousel-control-next span {
  margin-left: 5px;
}
.cid-u38dcgW41A .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u38dcgW41A .close::before {
  content: '\e91a';
}
.cid-u38dcgW41A .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u38dcgW41A .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u38dcgW41A .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u38dcgW41A .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u38dcgW41A .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u38dcgW41A .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u38dcgW41A .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u38dcgW41A .carousel-indicators li.active,
.cid-u38dcgW41A .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u38dcgW41A .carousel-indicators li::after,
.cid-u38dcgW41A .carousel-indicators li::before {
  content: none;
}
.cid-u38dcgW41A .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u38dcgW41A .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u38dcgW41A .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u38dcgW41A .carousel-indicators {
    display: none;
  }
}
.cid-u38dcgW41A .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u38dcgW41A .carousel-inner > .active {
  display: block;
}
.cid-u38dcgW41A .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u38dcgW41A .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u38dcgW41A .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u38dcgW41A .carousel-control,
  .cid-u38dcgW41A .carousel-indicators,
  .cid-u38dcgW41A .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u38dcgW41A .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u38dcgW41A .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u38dcgW41A .carousel-indicators .active,
.cid-u38dcgW41A .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u38dcgW41A .carousel-indicators .active {
  background: #fff;
}
.cid-u38dcgW41A .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u38dcgW41A .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u38dcgW41A .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u38dcgW41A .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u38dcgW41A .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u38dcgW41A .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u38dcgW41A .carousel {
  width: 100%;
}
.cid-u38dcgW41A .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u38dcgW41A .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u38dcgW41A .modal.fade .modal-dialog,
.cid-u38dcgW41A .modal.in .modal-dialog {
  transform: none;
}
.cid-u38dcgW41A .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u38dcgW41A H6 {
  text-align: center;
}
.cid-u38dcgW41A H3 {
  text-align: left;
}
.cid-u38dcJNpLM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u38dcJNpLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38dcJNpLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38dcJNpLM .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u38dcJNpLM .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-u38dcJNpLM .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u38dcJNpLM .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u38dcJNpLM .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u38dcJNpLM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u38dcJNpLM .carousel-control,
.cid-u38dcJNpLM .close {
  background: #1b1b1b;
}
.cid-u38dcJNpLM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u38dcJNpLM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u38dcJNpLM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u38dcJNpLM .carousel-control-next span {
  margin-left: 5px;
}
.cid-u38dcJNpLM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u38dcJNpLM .close::before {
  content: '\e91a';
}
.cid-u38dcJNpLM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u38dcJNpLM .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u38dcJNpLM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u38dcJNpLM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u38dcJNpLM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u38dcJNpLM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u38dcJNpLM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u38dcJNpLM .carousel-indicators li.active,
.cid-u38dcJNpLM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u38dcJNpLM .carousel-indicators li::after,
.cid-u38dcJNpLM .carousel-indicators li::before {
  content: none;
}
.cid-u38dcJNpLM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u38dcJNpLM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u38dcJNpLM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u38dcJNpLM .carousel-indicators {
    display: none;
  }
}
.cid-u38dcJNpLM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u38dcJNpLM .carousel-inner > .active {
  display: block;
}
.cid-u38dcJNpLM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u38dcJNpLM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u38dcJNpLM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u38dcJNpLM .carousel-control,
  .cid-u38dcJNpLM .carousel-indicators,
  .cid-u38dcJNpLM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u38dcJNpLM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u38dcJNpLM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u38dcJNpLM .carousel-indicators .active,
.cid-u38dcJNpLM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u38dcJNpLM .carousel-indicators .active {
  background: #fff;
}
.cid-u38dcJNpLM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u38dcJNpLM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u38dcJNpLM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u38dcJNpLM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u38dcJNpLM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u38dcJNpLM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u38dcJNpLM .carousel {
  width: 100%;
}
.cid-u38dcJNpLM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u38dcJNpLM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u38dcJNpLM .modal.fade .modal-dialog,
.cid-u38dcJNpLM .modal.in .modal-dialog {
  transform: none;
}
.cid-u38dcJNpLM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u38dcJNpLM H6 {
  text-align: center;
}
.cid-u38dcJNpLM H3 {
  text-align: left;
}
.cid-u37OpWSd1B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u37OpWSd1B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37OpWSd1B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37OpWSd1B .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u37OpWSd1B .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-u37OpWSd1B .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-u37OpWSd1B .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u37OpWSd1B .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u37OpWSd1B .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u37OpWSd1B .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u37OpWSd1B .navbar-brand {
    justify-content: center !important;
  }
}
.cid-u37OpWSd1B .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-u37OpWSd1B .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-u37OpWSd1B .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-u37OpWSd1B .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-u37OpWSd1B .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u37OpWSd1B .copyright-col {
    flex-direction: column;
  }
}
.cid-u37OpWSd1B .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u37OpWSd1B .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-u6knGZWiVb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6knGZWiVb nav.navbar {
  position: fixed;
}
.cid-u6knGZWiVb .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-u6knGZWiVb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6knGZWiVb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6knGZWiVb .dropdown-item:hover,
.cid-u6knGZWiVb .dropdown-item:focus {
  background: #191def !important;
  color: white !important;
}
.cid-u6knGZWiVb .dropdown-item:hover span {
  color: white;
}
.cid-u6knGZWiVb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6knGZWiVb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6knGZWiVb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6knGZWiVb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6knGZWiVb .nav-link {
  position: relative;
}
.cid-u6knGZWiVb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6knGZWiVb .container {
    flex-wrap: nowrap;
  }
}
.cid-u6knGZWiVb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6knGZWiVb .dropdown-menu,
.cid-u6knGZWiVb .navbar.opened {
  background: #ffffff !important;
}
.cid-u6knGZWiVb .nav-item:focus,
.cid-u6knGZWiVb .nav-link:focus {
  outline: none;
}
.cid-u6knGZWiVb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6knGZWiVb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6knGZWiVb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6knGZWiVb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6knGZWiVb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6knGZWiVb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6knGZWiVb .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: #ffffff;
}
.cid-u6knGZWiVb .navbar.opened {
  transition: all 0.3s;
}
.cid-u6knGZWiVb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6knGZWiVb .navbar .navbar-logo img {
  width: auto;
}
.cid-u6knGZWiVb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6knGZWiVb .navbar.collapsed {
  justify-content: center;
}
.cid-u6knGZWiVb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6knGZWiVb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6knGZWiVb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-u6knGZWiVb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6knGZWiVb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6knGZWiVb .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-u6knGZWiVb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6knGZWiVb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6knGZWiVb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6knGZWiVb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6knGZWiVb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6knGZWiVb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6knGZWiVb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6knGZWiVb .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-u6knGZWiVb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6knGZWiVb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6knGZWiVb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6knGZWiVb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6knGZWiVb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6knGZWiVb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u6knGZWiVb .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6knGZWiVb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6knGZWiVb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6knGZWiVb .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-u6knGZWiVb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6knGZWiVb .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u6knGZWiVb .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u6knGZWiVb .dropdown-item.active,
.cid-u6knGZWiVb .dropdown-item:active {
  background-color: transparent;
}
.cid-u6knGZWiVb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6knGZWiVb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6knGZWiVb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6knGZWiVb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u6knGZWiVb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6knGZWiVb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6knGZWiVb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6knGZWiVb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6knGZWiVb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6knGZWiVb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d99e2;
}
.cid-u6knGZWiVb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6knGZWiVb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6knGZWiVb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6knGZWiVb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6knGZWiVb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6knGZWiVb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6knGZWiVb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6knGZWiVb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6knGZWiVb .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u6knGZWiVb .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u6knGZWiVb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6knGZWiVb .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-u6knGZWiVb .navbar {
    height: 70px;
  }
  .cid-u6knGZWiVb .navbar.opened {
    height: auto;
  }
  .cid-u6knGZWiVb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6knGZWiVb .container,
.cid-u6knGZWiVb .container-fluid {
  flex-wrap: wrap;
}
.cid-u6knGZWiVb .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u6knGZWiVb .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u6knGZWiVb .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u6knGZWiVb .contacts-menu {
    display: none;
  }
}
.cid-u6knGZWiVb .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u6knGZWiVb .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #191def;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u6knGZWiVb .icon-box:hover {
  transform: scale(1.1);
}
.cid-u6knGZWiVb .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u6knGZWiVb .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u6knGZWiVb .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u6knGZWiVb .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u6knGZWiVb .navbar-collapse .mbr-section-btn .btn-black {
  color: #191def !important;
}
@media (max-width: 577px) {
  .cid-u6knGZWiVb .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u6knGZWiVb .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u6knGZWiVb .navbar-collapse .nav-link:hover {
  color: #191def !important;
}
.cid-u6knGZWiVb .card-text {
  color: #000000;
}
.cid-u6knGZWiVb .card-title {
  color: #000000;
}
.cid-u6knGZE6zP {
  padding-top: 15rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6knGZE6zP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6knGZE6zP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6knGZE6zP .col-12 {
  position: relative;
}
.cid-u6knGZE6zP img {
  max-width: 800px;
  margin: auto;
}
.cid-u6knGZE6zP .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-u6knGZE6zP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6knGZE6zP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6knGZE6zP .image-wrapper {
    padding: 1rem;
  }
}
.cid-u6knGZE6zP .mbr-section-title {
  color: #000000;
}
.cid-u6knH0r0we {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6knH0r0we .mbr-section-subtitle {
  color: #1d99e2;
}
.cid-u6knH0r0we .mbr-text {
  text-align: justify;
}
.cid-u6knH0HJSh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6knH0HJSh .mbr-section-subtitle {
  color: #1d99e2;
}
.cid-u6knH0HJSh .mbr-text {
  text-align: justify;
}
.cid-u6knH0Zg0q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6knH1fELq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6knH1fELq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6knH1fELq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6knH1fELq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6knH1fELq .row {
  flex-direction: row-reverse;
}
.cid-u6knH1fELq img {
  width: 100%;
  border: 3px solid #191def;
  border-radius: 2rem;
}
.cid-u6knH1fELq .mbr-text {
  color: #04492e;
}
.cid-u6knH1z3Fh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6knH1z3Fh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6knH1z3Fh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6knH1z3Fh .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u6knH1z3Fh .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-u6knH1z3Fh .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-u6knH1z3Fh .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u6knH1z3Fh .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u6knH1z3Fh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u6knH1z3Fh .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u6knH1z3Fh .navbar-brand {
    justify-content: center !important;
  }
}
.cid-u6knH1z3Fh .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-u6knH1z3Fh .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-u6knH1z3Fh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-u6knH1z3Fh .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-u6knH1z3Fh .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u6knH1z3Fh .copyright-col {
    flex-direction: column;
  }
}
.cid-u6knH1z3Fh .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u6knH1z3Fh .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-u82UVjHkwf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u82UVjHkwf nav.navbar {
  position: fixed;
}
.cid-u82UVjHkwf .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-u82UVjHkwf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u82UVjHkwf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u82UVjHkwf .dropdown-item:hover,
.cid-u82UVjHkwf .dropdown-item:focus {
  background: #191def !important;
  color: white !important;
}
.cid-u82UVjHkwf .dropdown-item:hover span {
  color: white;
}
.cid-u82UVjHkwf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u82UVjHkwf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u82UVjHkwf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u82UVjHkwf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u82UVjHkwf .nav-link {
  position: relative;
}
.cid-u82UVjHkwf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u82UVjHkwf .container {
    flex-wrap: nowrap;
  }
}
.cid-u82UVjHkwf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u82UVjHkwf .dropdown-menu,
.cid-u82UVjHkwf .navbar.opened {
  background: #ffffff !important;
}
.cid-u82UVjHkwf .nav-item:focus,
.cid-u82UVjHkwf .nav-link:focus {
  outline: none;
}
.cid-u82UVjHkwf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u82UVjHkwf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u82UVjHkwf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u82UVjHkwf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u82UVjHkwf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u82UVjHkwf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u82UVjHkwf .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: #ffffff;
}
.cid-u82UVjHkwf .navbar.opened {
  transition: all 0.3s;
}
.cid-u82UVjHkwf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u82UVjHkwf .navbar .navbar-logo img {
  width: auto;
}
.cid-u82UVjHkwf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u82UVjHkwf .navbar.collapsed {
  justify-content: center;
}
.cid-u82UVjHkwf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u82UVjHkwf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u82UVjHkwf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-u82UVjHkwf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u82UVjHkwf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u82UVjHkwf .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-u82UVjHkwf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u82UVjHkwf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u82UVjHkwf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u82UVjHkwf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u82UVjHkwf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u82UVjHkwf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u82UVjHkwf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u82UVjHkwf .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-u82UVjHkwf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u82UVjHkwf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u82UVjHkwf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u82UVjHkwf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u82UVjHkwf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u82UVjHkwf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u82UVjHkwf .navbar.navbar-short {
  min-height: 60px;
}
.cid-u82UVjHkwf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u82UVjHkwf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u82UVjHkwf .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-u82UVjHkwf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u82UVjHkwf .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u82UVjHkwf .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u82UVjHkwf .dropdown-item.active,
.cid-u82UVjHkwf .dropdown-item:active {
  background-color: transparent;
}
.cid-u82UVjHkwf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u82UVjHkwf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u82UVjHkwf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u82UVjHkwf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u82UVjHkwf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u82UVjHkwf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u82UVjHkwf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u82UVjHkwf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u82UVjHkwf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u82UVjHkwf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d99e2;
}
.cid-u82UVjHkwf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u82UVjHkwf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u82UVjHkwf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u82UVjHkwf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u82UVjHkwf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u82UVjHkwf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u82UVjHkwf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u82UVjHkwf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u82UVjHkwf .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u82UVjHkwf .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u82UVjHkwf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u82UVjHkwf .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-u82UVjHkwf .navbar {
    height: 70px;
  }
  .cid-u82UVjHkwf .navbar.opened {
    height: auto;
  }
  .cid-u82UVjHkwf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u82UVjHkwf .container,
.cid-u82UVjHkwf .container-fluid {
  flex-wrap: wrap;
}
.cid-u82UVjHkwf .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u82UVjHkwf .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u82UVjHkwf .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u82UVjHkwf .contacts-menu {
    display: none;
  }
}
.cid-u82UVjHkwf .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u82UVjHkwf .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #191def;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u82UVjHkwf .icon-box:hover {
  transform: scale(1.1);
}
.cid-u82UVjHkwf .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u82UVjHkwf .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u82UVjHkwf .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u82UVjHkwf .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u82UVjHkwf .navbar-collapse .mbr-section-btn .btn-black {
  color: #191def !important;
}
@media (max-width: 577px) {
  .cid-u82UVjHkwf .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u82UVjHkwf .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u82UVjHkwf .navbar-collapse .nav-link:hover {
  color: #191def !important;
}
.cid-u82UVjHkwf .card-text {
  color: #000000;
}
.cid-u82UVjHkwf .card-title {
  color: #000000;
}
.cid-u82UVjoUsa {
  padding-top: 15rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u82UVjoUsa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82UVjoUsa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u82UVjoUsa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u82UVjoUsa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u82UVjoUsa .text-wrapper {
    padding: 2rem;
  }
}
.cid-u82UVk8j0R {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82UVk8j0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82UVk8j0R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82UVk8j0R .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u82UVk8j0R .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-u82UVk8j0R .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u82UVk8j0R .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u82UVk8j0R .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u82UVk8j0R .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u82UVk8j0R .carousel-control,
.cid-u82UVk8j0R .close {
  background: #1b1b1b;
}
.cid-u82UVk8j0R .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u82UVk8j0R .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u82UVk8j0R .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u82UVk8j0R .carousel-control-next span {
  margin-left: 5px;
}
.cid-u82UVk8j0R .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u82UVk8j0R .close::before {
  content: '\e91a';
}
.cid-u82UVk8j0R .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u82UVk8j0R .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u82UVk8j0R .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u82UVk8j0R .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u82UVk8j0R .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u82UVk8j0R .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u82UVk8j0R .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u82UVk8j0R .carousel-indicators li.active,
.cid-u82UVk8j0R .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u82UVk8j0R .carousel-indicators li::after,
.cid-u82UVk8j0R .carousel-indicators li::before {
  content: none;
}
.cid-u82UVk8j0R .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u82UVk8j0R .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u82UVk8j0R .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u82UVk8j0R .carousel-indicators {
    display: none;
  }
}
.cid-u82UVk8j0R .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u82UVk8j0R .carousel-inner > .active {
  display: block;
}
.cid-u82UVk8j0R .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u82UVk8j0R .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u82UVk8j0R .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u82UVk8j0R .carousel-control,
  .cid-u82UVk8j0R .carousel-indicators,
  .cid-u82UVk8j0R .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u82UVk8j0R .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u82UVk8j0R .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u82UVk8j0R .carousel-indicators .active,
.cid-u82UVk8j0R .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u82UVk8j0R .carousel-indicators .active {
  background: #fff;
}
.cid-u82UVk8j0R .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u82UVk8j0R .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u82UVk8j0R .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u82UVk8j0R .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u82UVk8j0R .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u82UVk8j0R .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u82UVk8j0R .carousel {
  width: 100%;
}
.cid-u82UVk8j0R .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u82UVk8j0R .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u82UVk8j0R .modal.fade .modal-dialog,
.cid-u82UVk8j0R .modal.in .modal-dialog {
  transform: none;
}
.cid-u82UVk8j0R .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u82UVk8j0R H6 {
  text-align: center;
}
.cid-u82UVk8j0R H3 {
  text-align: left;
}
.cid-u82UVkHzjG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82UVkHzjG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82UVkHzjG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82UVkHzjG .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u82UVkHzjG .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-u82UVkHzjG .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u82UVkHzjG .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u82UVkHzjG .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u82UVkHzjG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u82UVkHzjG .carousel-control,
.cid-u82UVkHzjG .close {
  background: #1b1b1b;
}
.cid-u82UVkHzjG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u82UVkHzjG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u82UVkHzjG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u82UVkHzjG .carousel-control-next span {
  margin-left: 5px;
}
.cid-u82UVkHzjG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u82UVkHzjG .close::before {
  content: '\e91a';
}
.cid-u82UVkHzjG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u82UVkHzjG .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u82UVkHzjG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u82UVkHzjG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u82UVkHzjG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u82UVkHzjG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u82UVkHzjG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u82UVkHzjG .carousel-indicators li.active,
.cid-u82UVkHzjG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u82UVkHzjG .carousel-indicators li::after,
.cid-u82UVkHzjG .carousel-indicators li::before {
  content: none;
}
.cid-u82UVkHzjG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u82UVkHzjG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u82UVkHzjG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u82UVkHzjG .carousel-indicators {
    display: none;
  }
}
.cid-u82UVkHzjG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u82UVkHzjG .carousel-inner > .active {
  display: block;
}
.cid-u82UVkHzjG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u82UVkHzjG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u82UVkHzjG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u82UVkHzjG .carousel-control,
  .cid-u82UVkHzjG .carousel-indicators,
  .cid-u82UVkHzjG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u82UVkHzjG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u82UVkHzjG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u82UVkHzjG .carousel-indicators .active,
.cid-u82UVkHzjG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u82UVkHzjG .carousel-indicators .active {
  background: #fff;
}
.cid-u82UVkHzjG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u82UVkHzjG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u82UVkHzjG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u82UVkHzjG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u82UVkHzjG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u82UVkHzjG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u82UVkHzjG .carousel {
  width: 100%;
}
.cid-u82UVkHzjG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u82UVkHzjG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u82UVkHzjG .modal.fade .modal-dialog,
.cid-u82UVkHzjG .modal.in .modal-dialog {
  transform: none;
}
.cid-u82UVkHzjG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u82UVkHzjG H6 {
  text-align: center;
}
.cid-u82UVkHzjG H3 {
  text-align: left;
}
.cid-u82UVlkPVq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u82UVlkPVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82UVlkPVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82UVlkPVq .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u82UVlkPVq .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-u82UVlkPVq .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-u82UVlkPVq .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u82UVlkPVq .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u82UVlkPVq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u82UVlkPVq .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u82UVlkPVq .navbar-brand {
    justify-content: center !important;
  }
}
.cid-u82UVlkPVq .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-u82UVlkPVq .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-u82UVlkPVq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-u82UVlkPVq .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-u82UVlkPVq .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u82UVlkPVq .copyright-col {
    flex-direction: column;
  }
}
.cid-u82UVlkPVq .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u82UVlkPVq .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-ubkpNJdXXn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ubkpNJdXXn nav.navbar {
  position: fixed;
}
.cid-ubkpNJdXXn .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-ubkpNJdXXn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubkpNJdXXn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubkpNJdXXn .dropdown-item:hover,
.cid-ubkpNJdXXn .dropdown-item:focus {
  background: #191def !important;
  color: white !important;
}
.cid-ubkpNJdXXn .dropdown-item:hover span {
  color: white;
}
.cid-ubkpNJdXXn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubkpNJdXXn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubkpNJdXXn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubkpNJdXXn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubkpNJdXXn .nav-link {
  position: relative;
}
.cid-ubkpNJdXXn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ubkpNJdXXn .container {
    flex-wrap: nowrap;
  }
}
.cid-ubkpNJdXXn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubkpNJdXXn .dropdown-menu,
.cid-ubkpNJdXXn .navbar.opened {
  background: #ffffff !important;
}
.cid-ubkpNJdXXn .nav-item:focus,
.cid-ubkpNJdXXn .nav-link:focus {
  outline: none;
}
.cid-ubkpNJdXXn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubkpNJdXXn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubkpNJdXXn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubkpNJdXXn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubkpNJdXXn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubkpNJdXXn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubkpNJdXXn .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: #ffffff;
}
.cid-ubkpNJdXXn .navbar.opened {
  transition: all 0.3s;
}
.cid-ubkpNJdXXn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubkpNJdXXn .navbar .navbar-logo img {
  width: auto;
}
.cid-ubkpNJdXXn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubkpNJdXXn .navbar.collapsed {
  justify-content: center;
}
.cid-ubkpNJdXXn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubkpNJdXXn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubkpNJdXXn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-ubkpNJdXXn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubkpNJdXXn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubkpNJdXXn .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-ubkpNJdXXn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubkpNJdXXn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubkpNJdXXn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubkpNJdXXn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubkpNJdXXn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubkpNJdXXn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubkpNJdXXn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubkpNJdXXn .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-ubkpNJdXXn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubkpNJdXXn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubkpNJdXXn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubkpNJdXXn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubkpNJdXXn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubkpNJdXXn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubkpNJdXXn .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubkpNJdXXn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubkpNJdXXn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubkpNJdXXn .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-ubkpNJdXXn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubkpNJdXXn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ubkpNJdXXn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-ubkpNJdXXn .dropdown-item.active,
.cid-ubkpNJdXXn .dropdown-item:active {
  background-color: transparent;
}
.cid-ubkpNJdXXn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubkpNJdXXn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubkpNJdXXn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubkpNJdXXn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubkpNJdXXn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubkpNJdXXn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubkpNJdXXn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubkpNJdXXn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubkpNJdXXn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubkpNJdXXn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d99e2;
}
.cid-ubkpNJdXXn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubkpNJdXXn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubkpNJdXXn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubkpNJdXXn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubkpNJdXXn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubkpNJdXXn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubkpNJdXXn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubkpNJdXXn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubkpNJdXXn .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-ubkpNJdXXn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ubkpNJdXXn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubkpNJdXXn .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-ubkpNJdXXn .navbar {
    height: 70px;
  }
  .cid-ubkpNJdXXn .navbar.opened {
    height: auto;
  }
  .cid-ubkpNJdXXn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubkpNJdXXn .container,
.cid-ubkpNJdXXn .container-fluid {
  flex-wrap: wrap;
}
.cid-ubkpNJdXXn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-ubkpNJdXXn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-ubkpNJdXXn .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ubkpNJdXXn .contacts-menu {
    display: none;
  }
}
.cid-ubkpNJdXXn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-ubkpNJdXXn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #191def;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-ubkpNJdXXn .icon-box:hover {
  transform: scale(1.1);
}
.cid-ubkpNJdXXn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-ubkpNJdXXn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-ubkpNJdXXn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-ubkpNJdXXn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-ubkpNJdXXn .navbar-collapse .mbr-section-btn .btn-black {
  color: #191def !important;
}
@media (max-width: 577px) {
  .cid-ubkpNJdXXn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ubkpNJdXXn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-ubkpNJdXXn .navbar-collapse .nav-link:hover {
  color: #191def !important;
}
.cid-ubkpNJdXXn .card-text {
  color: #000000;
}
.cid-ubkpNJdXXn .card-title {
  color: #000000;
}
.cid-ubkpNI5RV5 {
  padding-top: 15rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubkpNI5RV5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubkpNI5RV5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubkpNI5RV5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubkpNI5RV5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubkpNI5RV5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubkpNIPC0U {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ubkpNIPC0U .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubkpNIPC0U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubkpNIPC0U .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ubkpNIPC0U .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ubkpNIPC0U .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubkpNIPC0U .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubkpNIPC0U .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubkpNIPC0U .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubkpNIPC0U .carousel-control,
.cid-ubkpNIPC0U .close {
  background: #1b1b1b;
}
.cid-ubkpNIPC0U .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubkpNIPC0U .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubkpNIPC0U .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubkpNIPC0U .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubkpNIPC0U .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubkpNIPC0U .close::before {
  content: '\e91a';
}
.cid-ubkpNIPC0U .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubkpNIPC0U .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubkpNIPC0U .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubkpNIPC0U .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubkpNIPC0U .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubkpNIPC0U .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubkpNIPC0U .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubkpNIPC0U .carousel-indicators li.active,
.cid-ubkpNIPC0U .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubkpNIPC0U .carousel-indicators li::after,
.cid-ubkpNIPC0U .carousel-indicators li::before {
  content: none;
}
.cid-ubkpNIPC0U .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubkpNIPC0U .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubkpNIPC0U .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubkpNIPC0U .carousel-indicators {
    display: none;
  }
}
.cid-ubkpNIPC0U .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubkpNIPC0U .carousel-inner > .active {
  display: block;
}
.cid-ubkpNIPC0U .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubkpNIPC0U .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubkpNIPC0U .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubkpNIPC0U .carousel-control,
  .cid-ubkpNIPC0U .carousel-indicators,
  .cid-ubkpNIPC0U .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubkpNIPC0U .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubkpNIPC0U .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubkpNIPC0U .carousel-indicators .active,
.cid-ubkpNIPC0U .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubkpNIPC0U .carousel-indicators .active {
  background: #fff;
}
.cid-ubkpNIPC0U .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubkpNIPC0U .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubkpNIPC0U .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubkpNIPC0U .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubkpNIPC0U .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubkpNIPC0U .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubkpNIPC0U .carousel {
  width: 100%;
}
.cid-ubkpNIPC0U .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubkpNIPC0U .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubkpNIPC0U .modal.fade .modal-dialog,
.cid-ubkpNIPC0U .modal.in .modal-dialog {
  transform: none;
}
.cid-ubkpNIPC0U .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubkpNIPC0U H6 {
  text-align: center;
}
.cid-ubkpNIPC0U H3 {
  text-align: left;
}
.cid-ubkpNJHS1x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubkpNJHS1x .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubkpNJHS1x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubkpNJHS1x .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-ubkpNJHS1x .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-ubkpNJHS1x .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-ubkpNJHS1x .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ubkpNJHS1x .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ubkpNJHS1x .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-ubkpNJHS1x .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-ubkpNJHS1x .navbar-brand {
    justify-content: center !important;
  }
}
.cid-ubkpNJHS1x .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-ubkpNJHS1x .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-ubkpNJHS1x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-ubkpNJHS1x .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-ubkpNJHS1x .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ubkpNJHS1x .copyright-col {
    flex-direction: column;
  }
}
.cid-ubkpNJHS1x .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubkpNJHS1x .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-ubkpQKTQ8u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ubkpQKTQ8u nav.navbar {
  position: fixed;
}
.cid-ubkpQKTQ8u .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-ubkpQKTQ8u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubkpQKTQ8u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubkpQKTQ8u .dropdown-item:hover,
.cid-ubkpQKTQ8u .dropdown-item:focus {
  background: #191def !important;
  color: white !important;
}
.cid-ubkpQKTQ8u .dropdown-item:hover span {
  color: white;
}
.cid-ubkpQKTQ8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubkpQKTQ8u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubkpQKTQ8u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubkpQKTQ8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubkpQKTQ8u .nav-link {
  position: relative;
}
.cid-ubkpQKTQ8u .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ubkpQKTQ8u .container {
    flex-wrap: nowrap;
  }
}
.cid-ubkpQKTQ8u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubkpQKTQ8u .dropdown-menu,
.cid-ubkpQKTQ8u .navbar.opened {
  background: #ffffff !important;
}
.cid-ubkpQKTQ8u .nav-item:focus,
.cid-ubkpQKTQ8u .nav-link:focus {
  outline: none;
}
.cid-ubkpQKTQ8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubkpQKTQ8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubkpQKTQ8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubkpQKTQ8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubkpQKTQ8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubkpQKTQ8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubkpQKTQ8u .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: #ffffff;
}
.cid-ubkpQKTQ8u .navbar.opened {
  transition: all 0.3s;
}
.cid-ubkpQKTQ8u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubkpQKTQ8u .navbar .navbar-logo img {
  width: auto;
}
.cid-ubkpQKTQ8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubkpQKTQ8u .navbar.collapsed {
  justify-content: center;
}
.cid-ubkpQKTQ8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubkpQKTQ8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubkpQKTQ8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-ubkpQKTQ8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubkpQKTQ8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubkpQKTQ8u .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-ubkpQKTQ8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubkpQKTQ8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubkpQKTQ8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubkpQKTQ8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubkpQKTQ8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubkpQKTQ8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubkpQKTQ8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubkpQKTQ8u .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-ubkpQKTQ8u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubkpQKTQ8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubkpQKTQ8u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubkpQKTQ8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubkpQKTQ8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubkpQKTQ8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubkpQKTQ8u .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubkpQKTQ8u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubkpQKTQ8u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubkpQKTQ8u .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-ubkpQKTQ8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubkpQKTQ8u .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ubkpQKTQ8u .navbar-brand {
    padding-right: 40px;
  }
}
.cid-ubkpQKTQ8u .dropdown-item.active,
.cid-ubkpQKTQ8u .dropdown-item:active {
  background-color: transparent;
}
.cid-ubkpQKTQ8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubkpQKTQ8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubkpQKTQ8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubkpQKTQ8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubkpQKTQ8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubkpQKTQ8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubkpQKTQ8u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubkpQKTQ8u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubkpQKTQ8u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubkpQKTQ8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d99e2;
}
.cid-ubkpQKTQ8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubkpQKTQ8u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubkpQKTQ8u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubkpQKTQ8u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubkpQKTQ8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubkpQKTQ8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubkpQKTQ8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubkpQKTQ8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubkpQKTQ8u .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-ubkpQKTQ8u .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ubkpQKTQ8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubkpQKTQ8u .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-ubkpQKTQ8u .navbar {
    height: 70px;
  }
  .cid-ubkpQKTQ8u .navbar.opened {
    height: auto;
  }
  .cid-ubkpQKTQ8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubkpQKTQ8u .container,
.cid-ubkpQKTQ8u .container-fluid {
  flex-wrap: wrap;
}
.cid-ubkpQKTQ8u .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-ubkpQKTQ8u .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-ubkpQKTQ8u .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ubkpQKTQ8u .contacts-menu {
    display: none;
  }
}
.cid-ubkpQKTQ8u .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-ubkpQKTQ8u .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #191def;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-ubkpQKTQ8u .icon-box:hover {
  transform: scale(1.1);
}
.cid-ubkpQKTQ8u .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-ubkpQKTQ8u .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-ubkpQKTQ8u .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-ubkpQKTQ8u .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-ubkpQKTQ8u .navbar-collapse .mbr-section-btn .btn-black {
  color: #191def !important;
}
@media (max-width: 577px) {
  .cid-ubkpQKTQ8u .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ubkpQKTQ8u .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-ubkpQKTQ8u .navbar-collapse .nav-link:hover {
  color: #191def !important;
}
.cid-ubkpQKTQ8u .card-text {
  color: #000000;
}
.cid-ubkpQKTQ8u .card-title {
  color: #000000;
}
.cid-ubkpQJJ26Q {
  padding-top: 15rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubkpQJJ26Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubkpQJJ26Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubkpQJJ26Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubkpQJJ26Q img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubkpQJJ26Q .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubkpQKuGXe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ubkpQKuGXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubkpQKuGXe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubkpQKuGXe .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ubkpQKuGXe .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ubkpQKuGXe .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubkpQKuGXe .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubkpQKuGXe .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubkpQKuGXe .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubkpQKuGXe .carousel-control,
.cid-ubkpQKuGXe .close {
  background: #1b1b1b;
}
.cid-ubkpQKuGXe .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubkpQKuGXe .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubkpQKuGXe .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubkpQKuGXe .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubkpQKuGXe .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubkpQKuGXe .close::before {
  content: '\e91a';
}
.cid-ubkpQKuGXe .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubkpQKuGXe .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubkpQKuGXe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubkpQKuGXe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubkpQKuGXe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubkpQKuGXe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubkpQKuGXe .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubkpQKuGXe .carousel-indicators li.active,
.cid-ubkpQKuGXe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubkpQKuGXe .carousel-indicators li::after,
.cid-ubkpQKuGXe .carousel-indicators li::before {
  content: none;
}
.cid-ubkpQKuGXe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubkpQKuGXe .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubkpQKuGXe .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubkpQKuGXe .carousel-indicators {
    display: none;
  }
}
.cid-ubkpQKuGXe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubkpQKuGXe .carousel-inner > .active {
  display: block;
}
.cid-ubkpQKuGXe .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubkpQKuGXe .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubkpQKuGXe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubkpQKuGXe .carousel-control,
  .cid-ubkpQKuGXe .carousel-indicators,
  .cid-ubkpQKuGXe .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubkpQKuGXe .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubkpQKuGXe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubkpQKuGXe .carousel-indicators .active,
.cid-ubkpQKuGXe .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubkpQKuGXe .carousel-indicators .active {
  background: #fff;
}
.cid-ubkpQKuGXe .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubkpQKuGXe .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubkpQKuGXe .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubkpQKuGXe .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubkpQKuGXe .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubkpQKuGXe .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubkpQKuGXe .carousel {
  width: 100%;
}
.cid-ubkpQKuGXe .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubkpQKuGXe .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubkpQKuGXe .modal.fade .modal-dialog,
.cid-ubkpQKuGXe .modal.in .modal-dialog {
  transform: none;
}
.cid-ubkpQKuGXe .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubkpQKuGXe H6 {
  text-align: center;
}
.cid-ubkpQKuGXe H3 {
  text-align: left;
}
.cid-ubkpQLosdQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubkpQLosdQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubkpQLosdQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubkpQLosdQ .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-ubkpQLosdQ .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-ubkpQLosdQ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-ubkpQLosdQ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ubkpQLosdQ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ubkpQLosdQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-ubkpQLosdQ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-ubkpQLosdQ .navbar-brand {
    justify-content: center !important;
  }
}
.cid-ubkpQLosdQ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-ubkpQLosdQ .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-ubkpQLosdQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-ubkpQLosdQ .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-ubkpQLosdQ .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ubkpQLosdQ .copyright-col {
    flex-direction: column;
  }
}
.cid-ubkpQLosdQ .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubkpQLosdQ .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-ubkpRHgMdc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ubkpRHgMdc nav.navbar {
  position: fixed;
}
.cid-ubkpRHgMdc .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-ubkpRHgMdc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubkpRHgMdc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubkpRHgMdc .dropdown-item:hover,
.cid-ubkpRHgMdc .dropdown-item:focus {
  background: #191def !important;
  color: white !important;
}
.cid-ubkpRHgMdc .dropdown-item:hover span {
  color: white;
}
.cid-ubkpRHgMdc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubkpRHgMdc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubkpRHgMdc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubkpRHgMdc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubkpRHgMdc .nav-link {
  position: relative;
}
.cid-ubkpRHgMdc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ubkpRHgMdc .container {
    flex-wrap: nowrap;
  }
}
.cid-ubkpRHgMdc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubkpRHgMdc .dropdown-menu,
.cid-ubkpRHgMdc .navbar.opened {
  background: #ffffff !important;
}
.cid-ubkpRHgMdc .nav-item:focus,
.cid-ubkpRHgMdc .nav-link:focus {
  outline: none;
}
.cid-ubkpRHgMdc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubkpRHgMdc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubkpRHgMdc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubkpRHgMdc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubkpRHgMdc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubkpRHgMdc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubkpRHgMdc .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: #ffffff;
}
.cid-ubkpRHgMdc .navbar.opened {
  transition: all 0.3s;
}
.cid-ubkpRHgMdc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubkpRHgMdc .navbar .navbar-logo img {
  width: auto;
}
.cid-ubkpRHgMdc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubkpRHgMdc .navbar.collapsed {
  justify-content: center;
}
.cid-ubkpRHgMdc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubkpRHgMdc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubkpRHgMdc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-ubkpRHgMdc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubkpRHgMdc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubkpRHgMdc .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-ubkpRHgMdc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubkpRHgMdc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubkpRHgMdc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubkpRHgMdc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubkpRHgMdc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubkpRHgMdc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubkpRHgMdc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubkpRHgMdc .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-ubkpRHgMdc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubkpRHgMdc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubkpRHgMdc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubkpRHgMdc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubkpRHgMdc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubkpRHgMdc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubkpRHgMdc .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubkpRHgMdc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubkpRHgMdc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubkpRHgMdc .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-ubkpRHgMdc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubkpRHgMdc .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ubkpRHgMdc .navbar-brand {
    padding-right: 40px;
  }
}
.cid-ubkpRHgMdc .dropdown-item.active,
.cid-ubkpRHgMdc .dropdown-item:active {
  background-color: transparent;
}
.cid-ubkpRHgMdc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubkpRHgMdc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubkpRHgMdc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubkpRHgMdc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubkpRHgMdc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubkpRHgMdc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubkpRHgMdc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubkpRHgMdc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubkpRHgMdc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubkpRHgMdc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d99e2;
}
.cid-ubkpRHgMdc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubkpRHgMdc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubkpRHgMdc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubkpRHgMdc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubkpRHgMdc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubkpRHgMdc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubkpRHgMdc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubkpRHgMdc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubkpRHgMdc .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-ubkpRHgMdc .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ubkpRHgMdc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubkpRHgMdc .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-ubkpRHgMdc .navbar {
    height: 70px;
  }
  .cid-ubkpRHgMdc .navbar.opened {
    height: auto;
  }
  .cid-ubkpRHgMdc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubkpRHgMdc .container,
.cid-ubkpRHgMdc .container-fluid {
  flex-wrap: wrap;
}
.cid-ubkpRHgMdc .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-ubkpRHgMdc .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-ubkpRHgMdc .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ubkpRHgMdc .contacts-menu {
    display: none;
  }
}
.cid-ubkpRHgMdc .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-ubkpRHgMdc .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #191def;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-ubkpRHgMdc .icon-box:hover {
  transform: scale(1.1);
}
.cid-ubkpRHgMdc .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-ubkpRHgMdc .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-ubkpRHgMdc .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-ubkpRHgMdc .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-ubkpRHgMdc .navbar-collapse .mbr-section-btn .btn-black {
  color: #191def !important;
}
@media (max-width: 577px) {
  .cid-ubkpRHgMdc .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ubkpRHgMdc .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-ubkpRHgMdc .navbar-collapse .nav-link:hover {
  color: #191def !important;
}
.cid-ubkpRHgMdc .card-text {
  color: #000000;
}
.cid-ubkpRHgMdc .card-title {
  color: #000000;
}
.cid-ubkpRFYOgI {
  padding-top: 15rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubkpRFYOgI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubkpRFYOgI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubkpRFYOgI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubkpRFYOgI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubkpRFYOgI .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubkpRGn5kE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ubkpRGn5kE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubkpRGn5kE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubkpRGn5kE .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ubkpRGn5kE .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ubkpRGn5kE .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubkpRGn5kE .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubkpRGn5kE .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubkpRGn5kE .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubkpRGn5kE .carousel-control,
.cid-ubkpRGn5kE .close {
  background: #1b1b1b;
}
.cid-ubkpRGn5kE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubkpRGn5kE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubkpRGn5kE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubkpRGn5kE .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubkpRGn5kE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubkpRGn5kE .close::before {
  content: '\e91a';
}
.cid-ubkpRGn5kE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubkpRGn5kE .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubkpRGn5kE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubkpRGn5kE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubkpRGn5kE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubkpRGn5kE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubkpRGn5kE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubkpRGn5kE .carousel-indicators li.active,
.cid-ubkpRGn5kE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubkpRGn5kE .carousel-indicators li::after,
.cid-ubkpRGn5kE .carousel-indicators li::before {
  content: none;
}
.cid-ubkpRGn5kE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubkpRGn5kE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubkpRGn5kE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubkpRGn5kE .carousel-indicators {
    display: none;
  }
}
.cid-ubkpRGn5kE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubkpRGn5kE .carousel-inner > .active {
  display: block;
}
.cid-ubkpRGn5kE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubkpRGn5kE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubkpRGn5kE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubkpRGn5kE .carousel-control,
  .cid-ubkpRGn5kE .carousel-indicators,
  .cid-ubkpRGn5kE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubkpRGn5kE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubkpRGn5kE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubkpRGn5kE .carousel-indicators .active,
.cid-ubkpRGn5kE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubkpRGn5kE .carousel-indicators .active {
  background: #fff;
}
.cid-ubkpRGn5kE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubkpRGn5kE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubkpRGn5kE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubkpRGn5kE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubkpRGn5kE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubkpRGn5kE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubkpRGn5kE .carousel {
  width: 100%;
}
.cid-ubkpRGn5kE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubkpRGn5kE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubkpRGn5kE .modal.fade .modal-dialog,
.cid-ubkpRGn5kE .modal.in .modal-dialog {
  transform: none;
}
.cid-ubkpRGn5kE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubkpRGn5kE H6 {
  text-align: center;
}
.cid-ubkpRGn5kE H3 {
  text-align: left;
}
.cid-ubkpRGPfvi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ubkpRGPfvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubkpRGPfvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubkpRGPfvi .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ubkpRGPfvi .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ubkpRGPfvi .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubkpRGPfvi .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubkpRGPfvi .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubkpRGPfvi .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubkpRGPfvi .carousel-control,
.cid-ubkpRGPfvi .close {
  background: #1b1b1b;
}
.cid-ubkpRGPfvi .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubkpRGPfvi .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubkpRGPfvi .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubkpRGPfvi .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubkpRGPfvi .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubkpRGPfvi .close::before {
  content: '\e91a';
}
.cid-ubkpRGPfvi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubkpRGPfvi .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubkpRGPfvi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubkpRGPfvi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubkpRGPfvi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubkpRGPfvi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubkpRGPfvi .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubkpRGPfvi .carousel-indicators li.active,
.cid-ubkpRGPfvi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubkpRGPfvi .carousel-indicators li::after,
.cid-ubkpRGPfvi .carousel-indicators li::before {
  content: none;
}
.cid-ubkpRGPfvi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubkpRGPfvi .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubkpRGPfvi .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubkpRGPfvi .carousel-indicators {
    display: none;
  }
}
.cid-ubkpRGPfvi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubkpRGPfvi .carousel-inner > .active {
  display: block;
}
.cid-ubkpRGPfvi .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubkpRGPfvi .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubkpRGPfvi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubkpRGPfvi .carousel-control,
  .cid-ubkpRGPfvi .carousel-indicators,
  .cid-ubkpRGPfvi .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubkpRGPfvi .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubkpRGPfvi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubkpRGPfvi .carousel-indicators .active,
.cid-ubkpRGPfvi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubkpRGPfvi .carousel-indicators .active {
  background: #fff;
}
.cid-ubkpRGPfvi .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubkpRGPfvi .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubkpRGPfvi .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubkpRGPfvi .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubkpRGPfvi .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubkpRGPfvi .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubkpRGPfvi .carousel {
  width: 100%;
}
.cid-ubkpRGPfvi .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubkpRGPfvi .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubkpRGPfvi .modal.fade .modal-dialog,
.cid-ubkpRGPfvi .modal.in .modal-dialog {
  transform: none;
}
.cid-ubkpRGPfvi .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubkpRGPfvi H6 {
  text-align: center;
}
.cid-ubkpRGPfvi H3 {
  text-align: left;
}
.cid-ubkpRHSaiC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubkpRHSaiC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubkpRHSaiC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubkpRHSaiC .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-ubkpRHSaiC .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-ubkpRHSaiC .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-ubkpRHSaiC .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ubkpRHSaiC .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ubkpRHSaiC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-ubkpRHSaiC .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-ubkpRHSaiC .navbar-brand {
    justify-content: center !important;
  }
}
.cid-ubkpRHSaiC .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-ubkpRHSaiC .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-ubkpRHSaiC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-ubkpRHSaiC .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-ubkpRHSaiC .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ubkpRHSaiC .copyright-col {
    flex-direction: column;
  }
}
.cid-ubkpRHSaiC .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubkpRHSaiC .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-uhDQWgI4XN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhDQWgI4XN nav.navbar {
  position: fixed;
}
.cid-uhDQWgI4XN .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-uhDQWgI4XN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhDQWgI4XN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhDQWgI4XN .dropdown-item:hover,
.cid-uhDQWgI4XN .dropdown-item:focus {
  background: #191def !important;
  color: white !important;
}
.cid-uhDQWgI4XN .dropdown-item:hover span {
  color: white;
}
.cid-uhDQWgI4XN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhDQWgI4XN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhDQWgI4XN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhDQWgI4XN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhDQWgI4XN .nav-link {
  position: relative;
}
.cid-uhDQWgI4XN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uhDQWgI4XN .container {
    flex-wrap: nowrap;
  }
}
.cid-uhDQWgI4XN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhDQWgI4XN .dropdown-menu,
.cid-uhDQWgI4XN .navbar.opened {
  background: #ffffff !important;
}
.cid-uhDQWgI4XN .nav-item:focus,
.cid-uhDQWgI4XN .nav-link:focus {
  outline: none;
}
.cid-uhDQWgI4XN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhDQWgI4XN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhDQWgI4XN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhDQWgI4XN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhDQWgI4XN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhDQWgI4XN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhDQWgI4XN .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: #ffffff;
}
.cid-uhDQWgI4XN .navbar.opened {
  transition: all 0.3s;
}
.cid-uhDQWgI4XN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhDQWgI4XN .navbar .navbar-logo img {
  width: auto;
}
.cid-uhDQWgI4XN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhDQWgI4XN .navbar.collapsed {
  justify-content: center;
}
.cid-uhDQWgI4XN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhDQWgI4XN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhDQWgI4XN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uhDQWgI4XN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhDQWgI4XN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhDQWgI4XN .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-uhDQWgI4XN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhDQWgI4XN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhDQWgI4XN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhDQWgI4XN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhDQWgI4XN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhDQWgI4XN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhDQWgI4XN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhDQWgI4XN .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-uhDQWgI4XN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhDQWgI4XN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhDQWgI4XN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhDQWgI4XN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhDQWgI4XN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhDQWgI4XN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhDQWgI4XN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhDQWgI4XN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhDQWgI4XN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhDQWgI4XN .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-uhDQWgI4XN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhDQWgI4XN .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uhDQWgI4XN .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uhDQWgI4XN .dropdown-item.active,
.cid-uhDQWgI4XN .dropdown-item:active {
  background-color: transparent;
}
.cid-uhDQWgI4XN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhDQWgI4XN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhDQWgI4XN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhDQWgI4XN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhDQWgI4XN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhDQWgI4XN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhDQWgI4XN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhDQWgI4XN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhDQWgI4XN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhDQWgI4XN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d99e2;
}
.cid-uhDQWgI4XN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhDQWgI4XN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhDQWgI4XN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhDQWgI4XN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhDQWgI4XN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhDQWgI4XN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhDQWgI4XN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhDQWgI4XN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhDQWgI4XN .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-uhDQWgI4XN .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uhDQWgI4XN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhDQWgI4XN .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-uhDQWgI4XN .navbar {
    height: 70px;
  }
  .cid-uhDQWgI4XN .navbar.opened {
    height: auto;
  }
  .cid-uhDQWgI4XN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhDQWgI4XN .container,
.cid-uhDQWgI4XN .container-fluid {
  flex-wrap: wrap;
}
.cid-uhDQWgI4XN .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uhDQWgI4XN .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uhDQWgI4XN .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhDQWgI4XN .contacts-menu {
    display: none;
  }
}
.cid-uhDQWgI4XN .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uhDQWgI4XN .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #191def;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uhDQWgI4XN .icon-box:hover {
  transform: scale(1.1);
}
.cid-uhDQWgI4XN .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uhDQWgI4XN .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uhDQWgI4XN .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uhDQWgI4XN .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uhDQWgI4XN .navbar-collapse .mbr-section-btn .btn-black {
  color: #191def !important;
}
@media (max-width: 577px) {
  .cid-uhDQWgI4XN .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uhDQWgI4XN .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uhDQWgI4XN .navbar-collapse .nav-link:hover {
  color: #191def !important;
}
.cid-uhDQWgI4XN .card-text {
  color: #000000;
}
.cid-uhDQWgI4XN .card-title {
  color: #000000;
}
.cid-uhDQWfpxy2 {
  padding-top: 15rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhDQWfpxy2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhDQWfpxy2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhDQWfpxy2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhDQWfpxy2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhDQWfpxy2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhDQWfIZVA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhDQWfIZVA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhDQWfIZVA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhDQWfIZVA .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uhDQWfIZVA .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uhDQWfIZVA .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uhDQWfIZVA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uhDQWfIZVA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uhDQWfIZVA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uhDQWfIZVA .carousel-control,
.cid-uhDQWfIZVA .close {
  background: #1b1b1b;
}
.cid-uhDQWfIZVA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uhDQWfIZVA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uhDQWfIZVA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uhDQWfIZVA .carousel-control-next span {
  margin-left: 5px;
}
.cid-uhDQWfIZVA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uhDQWfIZVA .close::before {
  content: '\e91a';
}
.cid-uhDQWfIZVA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uhDQWfIZVA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uhDQWfIZVA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhDQWfIZVA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhDQWfIZVA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uhDQWfIZVA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uhDQWfIZVA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uhDQWfIZVA .carousel-indicators li.active,
.cid-uhDQWfIZVA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uhDQWfIZVA .carousel-indicators li::after,
.cid-uhDQWfIZVA .carousel-indicators li::before {
  content: none;
}
.cid-uhDQWfIZVA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uhDQWfIZVA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uhDQWfIZVA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uhDQWfIZVA .carousel-indicators {
    display: none;
  }
}
.cid-uhDQWfIZVA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uhDQWfIZVA .carousel-inner > .active {
  display: block;
}
.cid-uhDQWfIZVA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhDQWfIZVA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uhDQWfIZVA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uhDQWfIZVA .carousel-control,
  .cid-uhDQWfIZVA .carousel-indicators,
  .cid-uhDQWfIZVA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uhDQWfIZVA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uhDQWfIZVA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uhDQWfIZVA .carousel-indicators .active,
.cid-uhDQWfIZVA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uhDQWfIZVA .carousel-indicators .active {
  background: #fff;
}
.cid-uhDQWfIZVA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uhDQWfIZVA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uhDQWfIZVA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uhDQWfIZVA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uhDQWfIZVA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uhDQWfIZVA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uhDQWfIZVA .carousel {
  width: 100%;
}
.cid-uhDQWfIZVA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uhDQWfIZVA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uhDQWfIZVA .modal.fade .modal-dialog,
.cid-uhDQWfIZVA .modal.in .modal-dialog {
  transform: none;
}
.cid-uhDQWfIZVA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uhDQWfIZVA H6 {
  text-align: center;
}
.cid-uhDQWfIZVA H3 {
  text-align: left;
}
.cid-uhDQWgcjwe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhDQWgcjwe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhDQWgcjwe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhDQWgcjwe .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uhDQWgcjwe .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uhDQWgcjwe .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uhDQWgcjwe .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uhDQWgcjwe .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uhDQWgcjwe .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uhDQWgcjwe .carousel-control,
.cid-uhDQWgcjwe .close {
  background: #1b1b1b;
}
.cid-uhDQWgcjwe .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uhDQWgcjwe .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uhDQWgcjwe .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uhDQWgcjwe .carousel-control-next span {
  margin-left: 5px;
}
.cid-uhDQWgcjwe .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uhDQWgcjwe .close::before {
  content: '\e91a';
}
.cid-uhDQWgcjwe .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uhDQWgcjwe .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uhDQWgcjwe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhDQWgcjwe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhDQWgcjwe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uhDQWgcjwe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uhDQWgcjwe .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uhDQWgcjwe .carousel-indicators li.active,
.cid-uhDQWgcjwe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uhDQWgcjwe .carousel-indicators li::after,
.cid-uhDQWgcjwe .carousel-indicators li::before {
  content: none;
}
.cid-uhDQWgcjwe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uhDQWgcjwe .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uhDQWgcjwe .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uhDQWgcjwe .carousel-indicators {
    display: none;
  }
}
.cid-uhDQWgcjwe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uhDQWgcjwe .carousel-inner > .active {
  display: block;
}
.cid-uhDQWgcjwe .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhDQWgcjwe .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uhDQWgcjwe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uhDQWgcjwe .carousel-control,
  .cid-uhDQWgcjwe .carousel-indicators,
  .cid-uhDQWgcjwe .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uhDQWgcjwe .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uhDQWgcjwe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uhDQWgcjwe .carousel-indicators .active,
.cid-uhDQWgcjwe .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uhDQWgcjwe .carousel-indicators .active {
  background: #fff;
}
.cid-uhDQWgcjwe .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uhDQWgcjwe .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uhDQWgcjwe .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uhDQWgcjwe .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uhDQWgcjwe .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uhDQWgcjwe .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uhDQWgcjwe .carousel {
  width: 100%;
}
.cid-uhDQWgcjwe .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uhDQWgcjwe .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uhDQWgcjwe .modal.fade .modal-dialog,
.cid-uhDQWgcjwe .modal.in .modal-dialog {
  transform: none;
}
.cid-uhDQWgcjwe .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uhDQWgcjwe H6 {
  text-align: center;
}
.cid-uhDQWgcjwe H3 {
  text-align: left;
}
.cid-uhDQWhep86 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhDQWhep86 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhDQWhep86 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhDQWhep86 .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-uhDQWhep86 .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-uhDQWhep86 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uhDQWhep86 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uhDQWhep86 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uhDQWhep86 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uhDQWhep86 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uhDQWhep86 .navbar-brand {
    justify-content: center !important;
  }
}
.cid-uhDQWhep86 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-uhDQWhep86 .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-uhDQWhep86 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-uhDQWhep86 .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-uhDQWhep86 .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uhDQWhep86 .copyright-col {
    flex-direction: column;
  }
}
.cid-uhDQWhep86 .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uhDQWhep86 .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-ujx7j9Nqw0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujx7j9Nqw0 nav.navbar {
  position: fixed;
}
.cid-ujx7j9Nqw0 .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-ujx7j9Nqw0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujx7j9Nqw0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujx7j9Nqw0 .dropdown-item:hover,
.cid-ujx7j9Nqw0 .dropdown-item:focus {
  background: #191def !important;
  color: white !important;
}
.cid-ujx7j9Nqw0 .dropdown-item:hover span {
  color: white;
}
.cid-ujx7j9Nqw0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujx7j9Nqw0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujx7j9Nqw0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujx7j9Nqw0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujx7j9Nqw0 .nav-link {
  position: relative;
}
.cid-ujx7j9Nqw0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ujx7j9Nqw0 .container {
    flex-wrap: nowrap;
  }
}
.cid-ujx7j9Nqw0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujx7j9Nqw0 .dropdown-menu,
.cid-ujx7j9Nqw0 .navbar.opened {
  background: #ffffff !important;
}
.cid-ujx7j9Nqw0 .nav-item:focus,
.cid-ujx7j9Nqw0 .nav-link:focus {
  outline: none;
}
.cid-ujx7j9Nqw0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujx7j9Nqw0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujx7j9Nqw0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujx7j9Nqw0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujx7j9Nqw0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujx7j9Nqw0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujx7j9Nqw0 .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: #ffffff;
}
.cid-ujx7j9Nqw0 .navbar.opened {
  transition: all 0.3s;
}
.cid-ujx7j9Nqw0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujx7j9Nqw0 .navbar .navbar-logo img {
  width: auto;
}
.cid-ujx7j9Nqw0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujx7j9Nqw0 .navbar.collapsed {
  justify-content: center;
}
.cid-ujx7j9Nqw0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujx7j9Nqw0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujx7j9Nqw0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-ujx7j9Nqw0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujx7j9Nqw0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujx7j9Nqw0 .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-ujx7j9Nqw0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujx7j9Nqw0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujx7j9Nqw0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujx7j9Nqw0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujx7j9Nqw0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujx7j9Nqw0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujx7j9Nqw0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujx7j9Nqw0 .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-ujx7j9Nqw0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujx7j9Nqw0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujx7j9Nqw0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujx7j9Nqw0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujx7j9Nqw0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujx7j9Nqw0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujx7j9Nqw0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujx7j9Nqw0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujx7j9Nqw0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujx7j9Nqw0 .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-ujx7j9Nqw0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujx7j9Nqw0 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ujx7j9Nqw0 .navbar-brand {
    padding-right: 40px;
  }
}
.cid-ujx7j9Nqw0 .dropdown-item.active,
.cid-ujx7j9Nqw0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ujx7j9Nqw0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujx7j9Nqw0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujx7j9Nqw0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujx7j9Nqw0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujx7j9Nqw0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujx7j9Nqw0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujx7j9Nqw0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujx7j9Nqw0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujx7j9Nqw0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujx7j9Nqw0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d99e2;
}
.cid-ujx7j9Nqw0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujx7j9Nqw0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujx7j9Nqw0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujx7j9Nqw0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujx7j9Nqw0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujx7j9Nqw0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujx7j9Nqw0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujx7j9Nqw0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujx7j9Nqw0 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-ujx7j9Nqw0 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujx7j9Nqw0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujx7j9Nqw0 .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-ujx7j9Nqw0 .navbar {
    height: 70px;
  }
  .cid-ujx7j9Nqw0 .navbar.opened {
    height: auto;
  }
  .cid-ujx7j9Nqw0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujx7j9Nqw0 .container,
.cid-ujx7j9Nqw0 .container-fluid {
  flex-wrap: wrap;
}
.cid-ujx7j9Nqw0 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-ujx7j9Nqw0 .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-ujx7j9Nqw0 .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujx7j9Nqw0 .contacts-menu {
    display: none;
  }
}
.cid-ujx7j9Nqw0 .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-ujx7j9Nqw0 .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #191def;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-ujx7j9Nqw0 .icon-box:hover {
  transform: scale(1.1);
}
.cid-ujx7j9Nqw0 .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-ujx7j9Nqw0 .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-ujx7j9Nqw0 .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-ujx7j9Nqw0 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-ujx7j9Nqw0 .navbar-collapse .mbr-section-btn .btn-black {
  color: #191def !important;
}
@media (max-width: 577px) {
  .cid-ujx7j9Nqw0 .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ujx7j9Nqw0 .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-ujx7j9Nqw0 .navbar-collapse .nav-link:hover {
  color: #191def !important;
}
.cid-ujx7j9Nqw0 .card-text {
  color: #000000;
}
.cid-ujx7j9Nqw0 .card-title {
  color: #000000;
}
.cid-ujx7j8ApN8 {
  padding-top: 15rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujx7j8ApN8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujx7j8ApN8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ujx7j8ApN8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujx7j8ApN8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujx7j8ApN8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujx7j8VsR2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujx7j8VsR2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujx7j8VsR2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujx7j8VsR2 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ujx7j8VsR2 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ujx7j8VsR2 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ujx7j8VsR2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ujx7j8VsR2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ujx7j8VsR2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ujx7j8VsR2 .carousel-control,
.cid-ujx7j8VsR2 .close {
  background: #1b1b1b;
}
.cid-ujx7j8VsR2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ujx7j8VsR2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ujx7j8VsR2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ujx7j8VsR2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ujx7j8VsR2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ujx7j8VsR2 .close::before {
  content: '\e91a';
}
.cid-ujx7j8VsR2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ujx7j8VsR2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ujx7j8VsR2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujx7j8VsR2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujx7j8VsR2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ujx7j8VsR2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ujx7j8VsR2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ujx7j8VsR2 .carousel-indicators li.active,
.cid-ujx7j8VsR2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ujx7j8VsR2 .carousel-indicators li::after,
.cid-ujx7j8VsR2 .carousel-indicators li::before {
  content: none;
}
.cid-ujx7j8VsR2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ujx7j8VsR2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ujx7j8VsR2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ujx7j8VsR2 .carousel-indicators {
    display: none;
  }
}
.cid-ujx7j8VsR2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ujx7j8VsR2 .carousel-inner > .active {
  display: block;
}
.cid-ujx7j8VsR2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujx7j8VsR2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ujx7j8VsR2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ujx7j8VsR2 .carousel-control,
  .cid-ujx7j8VsR2 .carousel-indicators,
  .cid-ujx7j8VsR2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ujx7j8VsR2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ujx7j8VsR2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ujx7j8VsR2 .carousel-indicators .active,
.cid-ujx7j8VsR2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ujx7j8VsR2 .carousel-indicators .active {
  background: #fff;
}
.cid-ujx7j8VsR2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ujx7j8VsR2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ujx7j8VsR2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ujx7j8VsR2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ujx7j8VsR2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ujx7j8VsR2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ujx7j8VsR2 .carousel {
  width: 100%;
}
.cid-ujx7j8VsR2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ujx7j8VsR2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ujx7j8VsR2 .modal.fade .modal-dialog,
.cid-ujx7j8VsR2 .modal.in .modal-dialog {
  transform: none;
}
.cid-ujx7j8VsR2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ujx7j8VsR2 H6 {
  text-align: center;
}
.cid-ujx7j8VsR2 H3 {
  text-align: left;
}
.cid-ujx7j9h8wg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujx7j9h8wg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujx7j9h8wg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujx7j9h8wg .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ujx7j9h8wg .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ujx7j9h8wg .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ujx7j9h8wg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ujx7j9h8wg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ujx7j9h8wg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ujx7j9h8wg .carousel-control,
.cid-ujx7j9h8wg .close {
  background: #1b1b1b;
}
.cid-ujx7j9h8wg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ujx7j9h8wg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ujx7j9h8wg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ujx7j9h8wg .carousel-control-next span {
  margin-left: 5px;
}
.cid-ujx7j9h8wg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ujx7j9h8wg .close::before {
  content: '\e91a';
}
.cid-ujx7j9h8wg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ujx7j9h8wg .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ujx7j9h8wg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujx7j9h8wg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujx7j9h8wg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ujx7j9h8wg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ujx7j9h8wg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ujx7j9h8wg .carousel-indicators li.active,
.cid-ujx7j9h8wg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ujx7j9h8wg .carousel-indicators li::after,
.cid-ujx7j9h8wg .carousel-indicators li::before {
  content: none;
}
.cid-ujx7j9h8wg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ujx7j9h8wg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ujx7j9h8wg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ujx7j9h8wg .carousel-indicators {
    display: none;
  }
}
.cid-ujx7j9h8wg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ujx7j9h8wg .carousel-inner > .active {
  display: block;
}
.cid-ujx7j9h8wg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujx7j9h8wg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ujx7j9h8wg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ujx7j9h8wg .carousel-control,
  .cid-ujx7j9h8wg .carousel-indicators,
  .cid-ujx7j9h8wg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ujx7j9h8wg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ujx7j9h8wg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ujx7j9h8wg .carousel-indicators .active,
.cid-ujx7j9h8wg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ujx7j9h8wg .carousel-indicators .active {
  background: #fff;
}
.cid-ujx7j9h8wg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ujx7j9h8wg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ujx7j9h8wg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ujx7j9h8wg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ujx7j9h8wg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ujx7j9h8wg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ujx7j9h8wg .carousel {
  width: 100%;
}
.cid-ujx7j9h8wg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ujx7j9h8wg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ujx7j9h8wg .modal.fade .modal-dialog,
.cid-ujx7j9h8wg .modal.in .modal-dialog {
  transform: none;
}
.cid-ujx7j9h8wg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ujx7j9h8wg H6 {
  text-align: center;
}
.cid-ujx7j9h8wg H3 {
  text-align: left;
}
.cid-ujx7jajPWD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujx7jajPWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujx7jajPWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujx7jajPWD .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-ujx7jajPWD .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-ujx7jajPWD .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-ujx7jajPWD .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ujx7jajPWD .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ujx7jajPWD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-ujx7jajPWD .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-ujx7jajPWD .navbar-brand {
    justify-content: center !important;
  }
}
.cid-ujx7jajPWD .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-ujx7jajPWD .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-ujx7jajPWD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-ujx7jajPWD .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-ujx7jajPWD .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ujx7jajPWD .copyright-col {
    flex-direction: column;
  }
}
.cid-ujx7jajPWD .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ujx7jajPWD .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-uzt8sFaPW9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzt8sFaPW9 nav.navbar {
  position: fixed;
}
.cid-uzt8sFaPW9 .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-uzt8sFaPW9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzt8sFaPW9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzt8sFaPW9 .dropdown-item:hover,
.cid-uzt8sFaPW9 .dropdown-item:focus {
  background: #191def !important;
  color: white !important;
}
.cid-uzt8sFaPW9 .dropdown-item:hover span {
  color: white;
}
.cid-uzt8sFaPW9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzt8sFaPW9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzt8sFaPW9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzt8sFaPW9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzt8sFaPW9 .nav-link {
  position: relative;
}
.cid-uzt8sFaPW9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uzt8sFaPW9 .container {
    flex-wrap: nowrap;
  }
}
.cid-uzt8sFaPW9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzt8sFaPW9 .dropdown-menu,
.cid-uzt8sFaPW9 .navbar.opened {
  background: #ffffff !important;
}
.cid-uzt8sFaPW9 .nav-item:focus,
.cid-uzt8sFaPW9 .nav-link:focus {
  outline: none;
}
.cid-uzt8sFaPW9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzt8sFaPW9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzt8sFaPW9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzt8sFaPW9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzt8sFaPW9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzt8sFaPW9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzt8sFaPW9 .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: #ffffff;
}
.cid-uzt8sFaPW9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzt8sFaPW9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzt8sFaPW9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzt8sFaPW9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzt8sFaPW9 .navbar.collapsed {
  justify-content: center;
}
.cid-uzt8sFaPW9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzt8sFaPW9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzt8sFaPW9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uzt8sFaPW9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzt8sFaPW9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzt8sFaPW9 .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-uzt8sFaPW9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzt8sFaPW9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzt8sFaPW9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzt8sFaPW9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzt8sFaPW9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzt8sFaPW9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzt8sFaPW9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzt8sFaPW9 .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-uzt8sFaPW9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzt8sFaPW9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzt8sFaPW9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzt8sFaPW9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzt8sFaPW9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzt8sFaPW9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzt8sFaPW9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzt8sFaPW9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzt8sFaPW9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzt8sFaPW9 .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-uzt8sFaPW9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzt8sFaPW9 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uzt8sFaPW9 .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uzt8sFaPW9 .dropdown-item.active,
.cid-uzt8sFaPW9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzt8sFaPW9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzt8sFaPW9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzt8sFaPW9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzt8sFaPW9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzt8sFaPW9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzt8sFaPW9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzt8sFaPW9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzt8sFaPW9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzt8sFaPW9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzt8sFaPW9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d99e2;
}
.cid-uzt8sFaPW9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzt8sFaPW9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzt8sFaPW9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzt8sFaPW9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzt8sFaPW9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzt8sFaPW9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzt8sFaPW9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzt8sFaPW9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzt8sFaPW9 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-uzt8sFaPW9 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uzt8sFaPW9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzt8sFaPW9 .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-uzt8sFaPW9 .navbar {
    height: 70px;
  }
  .cid-uzt8sFaPW9 .navbar.opened {
    height: auto;
  }
  .cid-uzt8sFaPW9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzt8sFaPW9 .container,
.cid-uzt8sFaPW9 .container-fluid {
  flex-wrap: wrap;
}
.cid-uzt8sFaPW9 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uzt8sFaPW9 .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uzt8sFaPW9 .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uzt8sFaPW9 .contacts-menu {
    display: none;
  }
}
.cid-uzt8sFaPW9 .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uzt8sFaPW9 .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #191def;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uzt8sFaPW9 .icon-box:hover {
  transform: scale(1.1);
}
.cid-uzt8sFaPW9 .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uzt8sFaPW9 .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uzt8sFaPW9 .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uzt8sFaPW9 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uzt8sFaPW9 .navbar-collapse .mbr-section-btn .btn-black {
  color: #191def !important;
}
@media (max-width: 577px) {
  .cid-uzt8sFaPW9 .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uzt8sFaPW9 .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uzt8sFaPW9 .navbar-collapse .nav-link:hover {
  color: #191def !important;
}
.cid-uzt8sFaPW9 .card-text {
  color: #000000;
}
.cid-uzt8sFaPW9 .card-title {
  color: #000000;
}
.cid-uzt8sESlps {
  padding-top: 15rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uzt8sESlps .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzt8sESlps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzt8sESlps .col-12 {
  position: relative;
}
.cid-uzt8sESlps img {
  max-width: 800px;
  margin: auto;
}
.cid-uzt8sESlps .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uzt8sESlps .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzt8sESlps .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzt8sESlps .image-wrapper {
    padding: 1rem;
  }
}
.cid-uzt8sESlps .mbr-section-title {
  color: #000000;
}
.cid-uzt8sFDf1Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uzt8sFDf1Z .mbr-section-subtitle {
  color: #1d99e2;
}
.cid-uzt8sFDf1Z .mbr-text {
  text-align: justify;
}
.cid-uzt8sFUq4u {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uzt8sFUq4u .mbr-section-subtitle {
  color: #1d99e2;
}
.cid-uzt8sGaGLC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uzt8sGqMB6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uzt8sGqMB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzt8sGqMB6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzt8sGqMB6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzt8sGqMB6 .row {
  flex-direction: row-reverse;
}
.cid-uzt8sGqMB6 img {
  width: 100%;
  border: 3px solid #191def;
  border-radius: 2rem;
}
.cid-uzt8sGqMB6 .mbr-text {
  color: #04492e;
}
.cid-uzt8sGKjZC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzt8sGKjZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzt8sGKjZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzt8sGKjZC .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-uzt8sGKjZC .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-uzt8sGKjZC .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uzt8sGKjZC .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uzt8sGKjZC .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uzt8sGKjZC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uzt8sGKjZC .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uzt8sGKjZC .navbar-brand {
    justify-content: center !important;
  }
}
.cid-uzt8sGKjZC .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-uzt8sGKjZC .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-uzt8sGKjZC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-uzt8sGKjZC .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-uzt8sGKjZC .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uzt8sGKjZC .copyright-col {
    flex-direction: column;
  }
}
.cid-uzt8sGKjZC .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uzt8sGKjZC .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-uzt8QC4nV5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzt8QC4nV5 nav.navbar {
  position: fixed;
}
.cid-uzt8QC4nV5 .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-uzt8QC4nV5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzt8QC4nV5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzt8QC4nV5 .dropdown-item:hover,
.cid-uzt8QC4nV5 .dropdown-item:focus {
  background: #191def !important;
  color: white !important;
}
.cid-uzt8QC4nV5 .dropdown-item:hover span {
  color: white;
}
.cid-uzt8QC4nV5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzt8QC4nV5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzt8QC4nV5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzt8QC4nV5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzt8QC4nV5 .nav-link {
  position: relative;
}
.cid-uzt8QC4nV5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uzt8QC4nV5 .container {
    flex-wrap: nowrap;
  }
}
.cid-uzt8QC4nV5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzt8QC4nV5 .dropdown-menu,
.cid-uzt8QC4nV5 .navbar.opened {
  background: #ffffff !important;
}
.cid-uzt8QC4nV5 .nav-item:focus,
.cid-uzt8QC4nV5 .nav-link:focus {
  outline: none;
}
.cid-uzt8QC4nV5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzt8QC4nV5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzt8QC4nV5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzt8QC4nV5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzt8QC4nV5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzt8QC4nV5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzt8QC4nV5 .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: #ffffff;
}
.cid-uzt8QC4nV5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzt8QC4nV5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzt8QC4nV5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzt8QC4nV5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzt8QC4nV5 .navbar.collapsed {
  justify-content: center;
}
.cid-uzt8QC4nV5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzt8QC4nV5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzt8QC4nV5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uzt8QC4nV5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzt8QC4nV5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzt8QC4nV5 .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-uzt8QC4nV5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzt8QC4nV5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzt8QC4nV5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzt8QC4nV5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzt8QC4nV5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzt8QC4nV5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzt8QC4nV5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzt8QC4nV5 .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-uzt8QC4nV5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzt8QC4nV5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzt8QC4nV5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzt8QC4nV5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzt8QC4nV5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzt8QC4nV5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzt8QC4nV5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzt8QC4nV5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzt8QC4nV5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzt8QC4nV5 .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-uzt8QC4nV5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzt8QC4nV5 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uzt8QC4nV5 .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uzt8QC4nV5 .dropdown-item.active,
.cid-uzt8QC4nV5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzt8QC4nV5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzt8QC4nV5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzt8QC4nV5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzt8QC4nV5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzt8QC4nV5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzt8QC4nV5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzt8QC4nV5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzt8QC4nV5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzt8QC4nV5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzt8QC4nV5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d99e2;
}
.cid-uzt8QC4nV5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzt8QC4nV5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzt8QC4nV5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzt8QC4nV5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzt8QC4nV5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzt8QC4nV5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzt8QC4nV5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzt8QC4nV5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzt8QC4nV5 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-uzt8QC4nV5 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uzt8QC4nV5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzt8QC4nV5 .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-uzt8QC4nV5 .navbar {
    height: 70px;
  }
  .cid-uzt8QC4nV5 .navbar.opened {
    height: auto;
  }
  .cid-uzt8QC4nV5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzt8QC4nV5 .container,
.cid-uzt8QC4nV5 .container-fluid {
  flex-wrap: wrap;
}
.cid-uzt8QC4nV5 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uzt8QC4nV5 .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uzt8QC4nV5 .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uzt8QC4nV5 .contacts-menu {
    display: none;
  }
}
.cid-uzt8QC4nV5 .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uzt8QC4nV5 .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #191def;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uzt8QC4nV5 .icon-box:hover {
  transform: scale(1.1);
}
.cid-uzt8QC4nV5 .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uzt8QC4nV5 .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uzt8QC4nV5 .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uzt8QC4nV5 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uzt8QC4nV5 .navbar-collapse .mbr-section-btn .btn-black {
  color: #191def !important;
}
@media (max-width: 577px) {
  .cid-uzt8QC4nV5 .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uzt8QC4nV5 .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uzt8QC4nV5 .navbar-collapse .nav-link:hover {
  color: #191def !important;
}
.cid-uzt8QC4nV5 .card-text {
  color: #000000;
}
.cid-uzt8QC4nV5 .card-title {
  color: #000000;
}
.cid-uzt8QBzZwP {
  padding-top: 15rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uzt8QBzZwP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzt8QBzZwP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzt8QBzZwP .col-12 {
  position: relative;
}
.cid-uzt8QBzZwP img {
  max-width: 800px;
  margin: auto;
}
.cid-uzt8QBzZwP .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uzt8QBzZwP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzt8QBzZwP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzt8QBzZwP .image-wrapper {
    padding: 1rem;
  }
}
.cid-uzt8QBzZwP .mbr-section-title {
  color: #000000;
}
.cid-uzt8QCKOJA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uzt8QCKOJA .mbr-section-subtitle {
  color: #1d99e2;
}
.cid-uzt8QCKOJA .mbr-text {
  text-align: justify;
}
.cid-uzt8QDhpPz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uzt8QDhpPz .mbr-section-subtitle {
  color: #1d99e2;
}
.cid-uzt8QDy0Yq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uzt8QDRyaJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uzt8QDRyaJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzt8QDRyaJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzt8QDRyaJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzt8QDRyaJ .row {
  flex-direction: row-reverse;
}
.cid-uzt8QDRyaJ img {
  width: 100%;
  border: 3px solid #191def;
  border-radius: 2rem;
}
.cid-uzt8QDRyaJ .mbr-text {
  color: #04492e;
}
.cid-uzt8QEe1YD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzt8QEe1YD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzt8QEe1YD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzt8QEe1YD .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-uzt8QEe1YD .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-uzt8QEe1YD .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uzt8QEe1YD .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uzt8QEe1YD .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uzt8QEe1YD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uzt8QEe1YD .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uzt8QEe1YD .navbar-brand {
    justify-content: center !important;
  }
}
.cid-uzt8QEe1YD .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-uzt8QEe1YD .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-uzt8QEe1YD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-uzt8QEe1YD .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-uzt8QEe1YD .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uzt8QEe1YD .copyright-col {
    flex-direction: column;
  }
}
.cid-uzt8QEe1YD .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uzt8QEe1YD .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-uGJqrcq0hJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uGJqrcq0hJ nav.navbar {
  position: fixed;
}
.cid-uGJqrcq0hJ .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-uGJqrcq0hJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGJqrcq0hJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uGJqrcq0hJ .dropdown-item:hover,
.cid-uGJqrcq0hJ .dropdown-item:focus {
  background: #191def !important;
  color: white !important;
}
.cid-uGJqrcq0hJ .dropdown-item:hover span {
  color: white;
}
.cid-uGJqrcq0hJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGJqrcq0hJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGJqrcq0hJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGJqrcq0hJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGJqrcq0hJ .nav-link {
  position: relative;
}
.cid-uGJqrcq0hJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uGJqrcq0hJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uGJqrcq0hJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGJqrcq0hJ .dropdown-menu,
.cid-uGJqrcq0hJ .navbar.opened {
  background: #ffffff !important;
}
.cid-uGJqrcq0hJ .nav-item:focus,
.cid-uGJqrcq0hJ .nav-link:focus {
  outline: none;
}
.cid-uGJqrcq0hJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGJqrcq0hJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGJqrcq0hJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGJqrcq0hJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGJqrcq0hJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGJqrcq0hJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGJqrcq0hJ .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: #ffffff;
}
.cid-uGJqrcq0hJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uGJqrcq0hJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGJqrcq0hJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uGJqrcq0hJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGJqrcq0hJ .navbar.collapsed {
  justify-content: center;
}
.cid-uGJqrcq0hJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGJqrcq0hJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGJqrcq0hJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uGJqrcq0hJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGJqrcq0hJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGJqrcq0hJ .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-uGJqrcq0hJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGJqrcq0hJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGJqrcq0hJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGJqrcq0hJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGJqrcq0hJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGJqrcq0hJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGJqrcq0hJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGJqrcq0hJ .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-uGJqrcq0hJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGJqrcq0hJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGJqrcq0hJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGJqrcq0hJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGJqrcq0hJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGJqrcq0hJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGJqrcq0hJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGJqrcq0hJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGJqrcq0hJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGJqrcq0hJ .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-uGJqrcq0hJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGJqrcq0hJ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uGJqrcq0hJ .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uGJqrcq0hJ .dropdown-item.active,
.cid-uGJqrcq0hJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uGJqrcq0hJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGJqrcq0hJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGJqrcq0hJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGJqrcq0hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGJqrcq0hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGJqrcq0hJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGJqrcq0hJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGJqrcq0hJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGJqrcq0hJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGJqrcq0hJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d99e2;
}
.cid-uGJqrcq0hJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGJqrcq0hJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGJqrcq0hJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGJqrcq0hJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGJqrcq0hJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGJqrcq0hJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGJqrcq0hJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGJqrcq0hJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGJqrcq0hJ .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-uGJqrcq0hJ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uGJqrcq0hJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGJqrcq0hJ .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-uGJqrcq0hJ .navbar {
    height: 70px;
  }
  .cid-uGJqrcq0hJ .navbar.opened {
    height: auto;
  }
  .cid-uGJqrcq0hJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGJqrcq0hJ .container,
.cid-uGJqrcq0hJ .container-fluid {
  flex-wrap: wrap;
}
.cid-uGJqrcq0hJ .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uGJqrcq0hJ .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uGJqrcq0hJ .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uGJqrcq0hJ .contacts-menu {
    display: none;
  }
}
.cid-uGJqrcq0hJ .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uGJqrcq0hJ .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #191def;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uGJqrcq0hJ .icon-box:hover {
  transform: scale(1.1);
}
.cid-uGJqrcq0hJ .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uGJqrcq0hJ .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uGJqrcq0hJ .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uGJqrcq0hJ .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uGJqrcq0hJ .navbar-collapse .mbr-section-btn .btn-black {
  color: #191def !important;
}
@media (max-width: 577px) {
  .cid-uGJqrcq0hJ .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uGJqrcq0hJ .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uGJqrcq0hJ .navbar-collapse .nav-link:hover {
  color: #191def !important;
}
.cid-uGJqrcq0hJ .card-text {
  color: #000000;
}
.cid-uGJqrcq0hJ .card-title {
  color: #000000;
}
.cid-uGJqrcQROM {
  padding-top: 15rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGJqrcQROM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGJqrcQROM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGJqrcQROM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGJqrcQROM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uGJqrcQROM .text-wrapper {
    padding: 2rem;
  }
}
.cid-uGJqrd8CFi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uGJqrd8CFi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGJqrd8CFi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGJqrd8CFi .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGJqrd8CFi .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uGJqrd8CFi .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uGJqrd8CFi .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uGJqrd8CFi .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uGJqrd8CFi .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uGJqrd8CFi .carousel-control,
.cid-uGJqrd8CFi .close {
  background: #1b1b1b;
}
.cid-uGJqrd8CFi .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGJqrd8CFi .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGJqrd8CFi .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGJqrd8CFi .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGJqrd8CFi .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGJqrd8CFi .close::before {
  content: '\e91a';
}
.cid-uGJqrd8CFi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGJqrd8CFi .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGJqrd8CFi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGJqrd8CFi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGJqrd8CFi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGJqrd8CFi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGJqrd8CFi .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGJqrd8CFi .carousel-indicators li.active,
.cid-uGJqrd8CFi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGJqrd8CFi .carousel-indicators li::after,
.cid-uGJqrd8CFi .carousel-indicators li::before {
  content: none;
}
.cid-uGJqrd8CFi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGJqrd8CFi .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGJqrd8CFi .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGJqrd8CFi .carousel-indicators {
    display: none;
  }
}
.cid-uGJqrd8CFi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGJqrd8CFi .carousel-inner > .active {
  display: block;
}
.cid-uGJqrd8CFi .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGJqrd8CFi .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGJqrd8CFi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGJqrd8CFi .carousel-control,
  .cid-uGJqrd8CFi .carousel-indicators,
  .cid-uGJqrd8CFi .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGJqrd8CFi .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGJqrd8CFi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGJqrd8CFi .carousel-indicators .active,
.cid-uGJqrd8CFi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGJqrd8CFi .carousel-indicators .active {
  background: #fff;
}
.cid-uGJqrd8CFi .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGJqrd8CFi .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGJqrd8CFi .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGJqrd8CFi .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGJqrd8CFi .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGJqrd8CFi .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGJqrd8CFi .carousel {
  width: 100%;
}
.cid-uGJqrd8CFi .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGJqrd8CFi .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGJqrd8CFi .modal.fade .modal-dialog,
.cid-uGJqrd8CFi .modal.in .modal-dialog {
  transform: none;
}
.cid-uGJqrd8CFi .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGJqrd8CFi H6 {
  text-align: center;
}
.cid-uGJqrd8CFi H3 {
  text-align: left;
}
.cid-uGJqrdDaNL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uGJqrdDaNL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGJqrdDaNL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGJqrdDaNL .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGJqrdDaNL .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uGJqrdDaNL .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uGJqrdDaNL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uGJqrdDaNL .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uGJqrdDaNL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uGJqrdDaNL .carousel-control,
.cid-uGJqrdDaNL .close {
  background: #1b1b1b;
}
.cid-uGJqrdDaNL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGJqrdDaNL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGJqrdDaNL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGJqrdDaNL .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGJqrdDaNL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGJqrdDaNL .close::before {
  content: '\e91a';
}
.cid-uGJqrdDaNL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGJqrdDaNL .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGJqrdDaNL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGJqrdDaNL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGJqrdDaNL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGJqrdDaNL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGJqrdDaNL .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGJqrdDaNL .carousel-indicators li.active,
.cid-uGJqrdDaNL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGJqrdDaNL .carousel-indicators li::after,
.cid-uGJqrdDaNL .carousel-indicators li::before {
  content: none;
}
.cid-uGJqrdDaNL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGJqrdDaNL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGJqrdDaNL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGJqrdDaNL .carousel-indicators {
    display: none;
  }
}
.cid-uGJqrdDaNL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGJqrdDaNL .carousel-inner > .active {
  display: block;
}
.cid-uGJqrdDaNL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGJqrdDaNL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGJqrdDaNL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGJqrdDaNL .carousel-control,
  .cid-uGJqrdDaNL .carousel-indicators,
  .cid-uGJqrdDaNL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGJqrdDaNL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGJqrdDaNL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGJqrdDaNL .carousel-indicators .active,
.cid-uGJqrdDaNL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGJqrdDaNL .carousel-indicators .active {
  background: #fff;
}
.cid-uGJqrdDaNL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGJqrdDaNL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGJqrdDaNL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGJqrdDaNL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGJqrdDaNL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGJqrdDaNL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGJqrdDaNL .carousel {
  width: 100%;
}
.cid-uGJqrdDaNL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGJqrdDaNL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGJqrdDaNL .modal.fade .modal-dialog,
.cid-uGJqrdDaNL .modal.in .modal-dialog {
  transform: none;
}
.cid-uGJqrdDaNL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGJqrdDaNL H6 {
  text-align: center;
}
.cid-uGJqrdDaNL H3 {
  text-align: left;
}
.cid-uGJqrehAHG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGJqrehAHG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGJqrehAHG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGJqrehAHG .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-uGJqrehAHG .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-uGJqrehAHG .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uGJqrehAHG .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uGJqrehAHG .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uGJqrehAHG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uGJqrehAHG .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uGJqrehAHG .navbar-brand {
    justify-content: center !important;
  }
}
.cid-uGJqrehAHG .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-uGJqrehAHG .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-uGJqrehAHG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-uGJqrehAHG .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-uGJqrehAHG .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uGJqrehAHG .copyright-col {
    flex-direction: column;
  }
}
.cid-uGJqrehAHG .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGJqrehAHG .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
