body {
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.display-1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 0.8rem 3.5rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #5d47e9 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5d47e9 !important;
  border-color: #5d47e9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d3ff24 !important;
  border-color: #d3ff24 !important;
  color: #1d2400 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #1d2400 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5d47e9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2e17c2 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5d47e9 !important;
  border-color: #5d47e9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d3ff24;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a3cc00 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #1d2400 !important;
  background-color: #d3ff24 !important;
  border-color: #d3ff24 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #5d47e9 !important;
}
.text-secondary {
  color: #d3ff24 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2b16b4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d3ff24 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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;
}
.nav-tabs .nav-link.active {
  color: #5d47e9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5d47e9;
  border-color: #5d47e9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5d47e9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdfdff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #5d47e9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #5d47e9;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5d47e9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5d47e9;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5d47e9;
  border-bottom-color: #5d47e9;
}
.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: #5d47e9 !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: #d3ff24 !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='%235d47e9' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uxSQptScCO {
  background: transparent;
}
.cid-uxSQptScCO .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uxSQptScCO .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uxSQptScCO .nav-link {
  position: relative;
}
.cid-uxSQptScCO .nav-link:hover {
  color: #5d47e9 !important;
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uxSQptScCO .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uxSQptScCO .navbar.opened {
  transition: all 0.3s;
}
.cid-uxSQptScCO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxSQptScCO .navbar .navbar-logo img {
  width: auto;
}
.cid-uxSQptScCO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxSQptScCO .navbar.collapsed {
  justify-content: center;
}
.cid-uxSQptScCO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxSQptScCO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxSQptScCO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxSQptScCO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxSQptScCO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxSQptScCO .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-uxSQptScCO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxSQptScCO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxSQptScCO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxSQptScCO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxSQptScCO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxSQptScCO .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-uxSQptScCO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxSQptScCO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxSQptScCO .dropdown-item:hover,
.cid-uxSQptScCO .dropdown-item:focus {
  background: #5d47e9 !important;
  color: white !important;
}
.cid-uxSQptScCO .dropdown-item:hover span {
  color: white;
}
.cid-uxSQptScCO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxSQptScCO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxSQptScCO .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxSQptScCO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxSQptScCO .dropdown-menu,
.cid-uxSQptScCO .navbar.opened {
  background: #f4f4f4;
}
.cid-uxSQptScCO .nav-item:focus,
.cid-uxSQptScCO .nav-link:focus {
  outline: none;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxSQptScCO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxSQptScCO .dropdown-item.active,
.cid-uxSQptScCO .dropdown-item:active {
  background-color: transparent;
}
.cid-uxSQptScCO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxSQptScCO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxSQptScCO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxSQptScCO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxSQptScCO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e36cc;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uxSQptScCO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar {
    height: 70px;
  }
  .cid-uxSQptScCO .navbar.opened {
    height: auto;
  }
  .cid-uxSQptScCO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxSQptScCO .collapsed {
  background: transparent!important;
}
.cid-uxSQptScCO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxSQptScCO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxSQ209y2l {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #f4f4f4;
}
.cid-uxSQ209y2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxSQ209y2l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxSQ209y2l .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-uxSQ209y2l .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uxSQ209y2l .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uxSQ209y2l .image-wrapper {
  padding: 0;
}
.cid-uxSQ209y2l .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
.cid-vaA5eY4kSQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #050b51;
}
.cid-vaA5eY4kSQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaA5eY4kSQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaA5eY4kSQ .mbr-section-subtitle {
  background: black;
  width: fit-content;
  color: #ffffff;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}
.cid-vaA5eY4kSQ .wrapper {
  background: #bbbbbb;
  padding: 3rem;
  border-radius: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vaA5eY4kSQ .wrapper {
    padding: 2rem 1rem;
  }
  .cid-vaA5eY4kSQ .wrapper .mbr-section-subtitle {
    margin: auto;
  }
}
.cid-vaA5eY4kSQ .card {
  background: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaA5eY4kSQ .card {
    padding: 2rem 1rem;
  }
}
.cid-vaA5eY4kSQ .mbr-section-title {
  color: #000000;
}
.cid-vaA5eY4kSQ .mbr-text,
.cid-vaA5eY4kSQ .mbr-section-btn {
  color: #000000;
}
.cid-vaA5eY4kSQ .mbr-title {
  color: #000000;
}
.cid-vaA9ZqM8Dn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uxSQ3rizta {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-uxSQ3rizta img {
  border-radius: 1rem;
  height: 200px;
  object-fit: cover;
}
.cid-uxSQ3rizta .item-wrapper {
  padding: 2rem;
  position: relative;
  border-radius: 2rem;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uxSQ3rizta .item-wrapper {
    padding: 1rem;
  }
}
.cid-uxSQ3rizta .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uxSQ3rizta .d-flex {
  align-items: center;
}
.cid-uxSQ3rizta .item-subtitle {
  background: #d3ff24;
  border-radius: 16px;
  padding: 6px 16px;
  width: fit-content;
  color: #000000;
  margin: 0;
  margin-left: 10px;
}
.cid-uxSQ3rizta .mbr-iconfont {
  font-size: 1.5rem;
  border: 1px solid black;
  border-radius: 50%;
  padding: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxSQ3rizta img,
.cid-uxSQ3rizta .item-img {
  width: 100%;
}
.cid-uxSQ3rizta .item:focus,
.cid-uxSQ3rizta span:focus {
  outline: none;
}
.cid-uxSQ3rizta .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uxSQ3rizta .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uxSQ3rizta .mbr-section-title {
  color: #232323;
}
.cid-uxSQ3rizta .mbr-text,
.cid-uxSQ3rizta .mbr-section-btn {
  text-align: left;
}
.cid-uxSQ3rizta .item-title {
  text-align: left;
}
.cid-uxSPodx9aK {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/melissa-target-05-07-2017-936x966.webp");
}
.cid-uxSPodx9aK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxSPodx9aK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxSPodx9aK .user {
  background: #bbbbbb;
  border-radius: 2rem;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uxSPodx9aK .user_image {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-uxSPodx9aK .user {
    padding: 1rem;
  }
}
.cid-uxSPodx9aK .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uxSPodx9aK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 700px;
  max-width: 700px;
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
@media (max-width: 768px) {
  .cid-uxSPodx9aK .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uxSPodx9aK .embla__button--next,
.cid-uxSPodx9aK .embla__button--prev {
  display: flex;
}
.cid-uxSPodx9aK .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uxSPodx9aK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uxSPodx9aK .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uxSPodx9aK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxSPodx9aK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uxSPodx9aK .embla__button {
    top: auto;
  }
}
.cid-uxSPodx9aK .img-wrapper img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uxSPodx9aK .img-wrapper img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-uxSPodx9aK .iconfont-wrapper {
  margin-right: 0;
  margin-left: auto;
}
.cid-uxSPodx9aK .iconfont-wrapper span {
  color: #d3ff24;
  font-size: 1.3rem;
  margin: 0 3px;
}
@media (max-width: 767px) {
  .cid-uxSPodx9aK .iconfont-wrapper {
    margin: auto;
    margin-top: 1rem;
  }
}
@media (max-width: 230px) {
  .cid-uxSPodx9aK .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uxSPodx9aK .embla {
  position: relative;
  width: 100%;
}
.cid-uxSPodx9aK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uxSPodx9aK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uxSPodx9aK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uxSPodx9aK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uxSPodx9aK .user_desk {
  color: #353535;
}
.cid-uxSPodx9aK H3 {
  text-align: left;
  color: #ffffff;
}
.cid-uxxg3NZrs7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #050b51;
  overflow: hidden;
}
.cid-uxxg3NZrs7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxxg3NZrs7 .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-uxxg3NZrs7 .container {
    padding: 0 30px;
  }
}
.cid-uxxg3NZrs7 .row {
  justify-content: center;
}
.cid-uxxg3NZrs7 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uxxg3NZrs7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxxg3NZrs7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:hover,
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:hover::before,
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f4f4f4;
}
.cid-uxxg3NZrs7 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .mbr-section-title {
  color: #bee0d6;
}
.cid-uxxg3NZrs7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxxg3NZrs7 .list {
  color: #bee0d6;
}
.cid-uxxg3NZrs7 .mbr-address {
  color: #f4f4f4;
}
.cid-uxxg3NZrs7 .mbr-copy {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .mbr-section-title,
.cid-uxxg3NZrs7 .logo-wrapper {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .list,
.cid-uxxg3NZrs7 .item-wrap,
.cid-uxxg3NZrs7 .nav-wrapper {
  color: #bbbbbb;
}
.cid-uxSQptScCO {
  background: transparent;
}
.cid-uxSQptScCO .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uxSQptScCO .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uxSQptScCO .nav-link {
  position: relative;
}
.cid-uxSQptScCO .nav-link:hover {
  color: #5d47e9 !important;
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uxSQptScCO .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uxSQptScCO .navbar.opened {
  transition: all 0.3s;
}
.cid-uxSQptScCO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxSQptScCO .navbar .navbar-logo img {
  width: auto;
}
.cid-uxSQptScCO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxSQptScCO .navbar.collapsed {
  justify-content: center;
}
.cid-uxSQptScCO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxSQptScCO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxSQptScCO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxSQptScCO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxSQptScCO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxSQptScCO .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-uxSQptScCO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxSQptScCO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxSQptScCO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxSQptScCO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxSQptScCO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxSQptScCO .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-uxSQptScCO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxSQptScCO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxSQptScCO .dropdown-item:hover,
.cid-uxSQptScCO .dropdown-item:focus {
  background: #5d47e9 !important;
  color: white !important;
}
.cid-uxSQptScCO .dropdown-item:hover span {
  color: white;
}
.cid-uxSQptScCO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxSQptScCO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxSQptScCO .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxSQptScCO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxSQptScCO .dropdown-menu,
.cid-uxSQptScCO .navbar.opened {
  background: #f4f4f4;
}
.cid-uxSQptScCO .nav-item:focus,
.cid-uxSQptScCO .nav-link:focus {
  outline: none;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxSQptScCO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxSQptScCO .dropdown-item.active,
.cid-uxSQptScCO .dropdown-item:active {
  background-color: transparent;
}
.cid-uxSQptScCO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxSQptScCO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxSQptScCO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxSQptScCO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxSQptScCO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e36cc;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uxSQptScCO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar {
    height: 70px;
  }
  .cid-uxSQptScCO .navbar.opened {
    height: auto;
  }
  .cid-uxSQptScCO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxSQptScCO .collapsed {
  background: transparent!important;
}
.cid-uxSQptScCO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxSQptScCO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxx6AmrRGb {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uxx6AmrRGb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxxg3NZrs7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #050b51;
  overflow: hidden;
}
.cid-uxxg3NZrs7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxxg3NZrs7 .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-uxxg3NZrs7 .container {
    padding: 0 30px;
  }
}
.cid-uxxg3NZrs7 .row {
  justify-content: center;
}
.cid-uxxg3NZrs7 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uxxg3NZrs7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxxg3NZrs7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:hover,
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:hover::before,
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f4f4f4;
}
.cid-uxxg3NZrs7 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .mbr-section-title {
  color: #bee0d6;
}
.cid-uxxg3NZrs7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxxg3NZrs7 .list {
  color: #bee0d6;
}
.cid-uxxg3NZrs7 .mbr-address {
  color: #f4f4f4;
}
.cid-uxxg3NZrs7 .mbr-copy {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .mbr-section-title,
.cid-uxxg3NZrs7 .logo-wrapper {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .list,
.cid-uxxg3NZrs7 .item-wrap,
.cid-uxxg3NZrs7 .nav-wrapper {
  color: #bbbbbb;
}
.cid-uxSQptScCO {
  background: transparent;
}
.cid-uxSQptScCO .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uxSQptScCO .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uxSQptScCO .nav-link {
  position: relative;
}
.cid-uxSQptScCO .nav-link:hover {
  color: #5d47e9 !important;
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uxSQptScCO .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uxSQptScCO .navbar.opened {
  transition: all 0.3s;
}
.cid-uxSQptScCO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxSQptScCO .navbar .navbar-logo img {
  width: auto;
}
.cid-uxSQptScCO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxSQptScCO .navbar.collapsed {
  justify-content: center;
}
.cid-uxSQptScCO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxSQptScCO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxSQptScCO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxSQptScCO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxSQptScCO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxSQptScCO .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-uxSQptScCO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxSQptScCO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxSQptScCO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxSQptScCO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxSQptScCO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxSQptScCO .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-uxSQptScCO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxSQptScCO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxSQptScCO .dropdown-item:hover,
.cid-uxSQptScCO .dropdown-item:focus {
  background: #5d47e9 !important;
  color: white !important;
}
.cid-uxSQptScCO .dropdown-item:hover span {
  color: white;
}
.cid-uxSQptScCO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxSQptScCO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxSQptScCO .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxSQptScCO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxSQptScCO .dropdown-menu,
.cid-uxSQptScCO .navbar.opened {
  background: #f4f4f4;
}
.cid-uxSQptScCO .nav-item:focus,
.cid-uxSQptScCO .nav-link:focus {
  outline: none;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxSQptScCO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxSQptScCO .dropdown-item.active,
.cid-uxSQptScCO .dropdown-item:active {
  background-color: transparent;
}
.cid-uxSQptScCO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxSQptScCO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxSQptScCO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxSQptScCO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxSQptScCO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e36cc;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uxSQptScCO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar {
    height: 70px;
  }
  .cid-uxSQptScCO .navbar.opened {
    height: auto;
  }
  .cid-uxSQptScCO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxSQptScCO .collapsed {
  background: transparent!important;
}
.cid-uxSQptScCO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxSQptScCO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxxEmjkczi {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxxCjIcTtM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxxCjIcTtM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxxCjIcTtM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxxCjIcTtM .mbr-section-subtitle {
  background: black;
  width: fit-content;
  color: #ffffff;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}
.cid-uxxCjIcTtM .wrapper {
  background: #f4f4f4;
  padding: 3rem;
  border-radius: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uxxCjIcTtM .wrapper {
    padding: 2rem 1rem;
  }
  .cid-uxxCjIcTtM .wrapper .mbr-section-subtitle {
    margin: auto;
  }
}
.cid-uxxCjIcTtM .card {
  background: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uxxCjIcTtM .card {
    padding: 2rem 1rem;
  }
}
.cid-uxxCjIcTtM .mbr-section-title {
  color: #000000;
}
.cid-uxxCjIcTtM .mbr-text,
.cid-uxxCjIcTtM .mbr-section-btn {
  color: #000000;
}
.cid-uxxCjIcTtM .mbr-title {
  color: #000000;
}
.cid-uxxHCG7hoe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #050b51;
}
.cid-uxxHCG7hoe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxxHCG7hoe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxxHCG7hoe .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uxxHCG7hoe .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uxxHCG7hoe .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.cid-uxxHCG7hoe .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uxxHCG7hoe .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #050b51;
  height: 100%;
  overflow: hidden;
  background-color: #0e36cc;
  background-color: transparent;
}
.cid-uxxHCG7hoe .items-wrap .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0e36cc;
  opacity: .5;
}
.cid-uxxHCG7hoe .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uxxHCG7hoe .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #050b51;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxxHCG7hoe .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.cid-uxxHCG7hoe .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uxxHCG7hoe .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.cid-uxxHCG7hoe .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-uxxHCG7hoe .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uxxHCG7hoe .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uxxHCG7hoe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uxxHCG7hoe .item-number {
  color: #bcfe1e;
}
.cid-uxxHCG7hoe .item-title {
  color: #ffffff;
}
.cid-uxxHCG7hoe .item-text {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #050b51;
  overflow: hidden;
}
.cid-uxxg3NZrs7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxxg3NZrs7 .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-uxxg3NZrs7 .container {
    padding: 0 30px;
  }
}
.cid-uxxg3NZrs7 .row {
  justify-content: center;
}
.cid-uxxg3NZrs7 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uxxg3NZrs7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxxg3NZrs7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:hover,
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:hover::before,
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f4f4f4;
}
.cid-uxxg3NZrs7 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .mbr-section-title {
  color: #bee0d6;
}
.cid-uxxg3NZrs7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxxg3NZrs7 .list {
  color: #bee0d6;
}
.cid-uxxg3NZrs7 .mbr-address {
  color: #f4f4f4;
}
.cid-uxxg3NZrs7 .mbr-copy {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .mbr-section-title,
.cid-uxxg3NZrs7 .logo-wrapper {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .list,
.cid-uxxg3NZrs7 .item-wrap,
.cid-uxxg3NZrs7 .nav-wrapper {
  color: #bbbbbb;
}
.cid-uxSQptScCO {
  background: transparent;
}
.cid-uxSQptScCO .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uxSQptScCO .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uxSQptScCO .nav-link {
  position: relative;
}
.cid-uxSQptScCO .nav-link:hover {
  color: #5d47e9 !important;
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uxSQptScCO .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uxSQptScCO .navbar.opened {
  transition: all 0.3s;
}
.cid-uxSQptScCO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxSQptScCO .navbar .navbar-logo img {
  width: auto;
}
.cid-uxSQptScCO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxSQptScCO .navbar.collapsed {
  justify-content: center;
}
.cid-uxSQptScCO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxSQptScCO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxSQptScCO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxSQptScCO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxSQptScCO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxSQptScCO .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-uxSQptScCO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxSQptScCO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxSQptScCO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxSQptScCO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxSQptScCO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxSQptScCO .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-uxSQptScCO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxSQptScCO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxSQptScCO .dropdown-item:hover,
.cid-uxSQptScCO .dropdown-item:focus {
  background: #5d47e9 !important;
  color: white !important;
}
.cid-uxSQptScCO .dropdown-item:hover span {
  color: white;
}
.cid-uxSQptScCO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxSQptScCO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxSQptScCO .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxSQptScCO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxSQptScCO .dropdown-menu,
.cid-uxSQptScCO .navbar.opened {
  background: #f4f4f4;
}
.cid-uxSQptScCO .nav-item:focus,
.cid-uxSQptScCO .nav-link:focus {
  outline: none;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxSQptScCO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxSQptScCO .dropdown-item.active,
.cid-uxSQptScCO .dropdown-item:active {
  background-color: transparent;
}
.cid-uxSQptScCO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxSQptScCO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxSQptScCO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxSQptScCO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxSQptScCO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e36cc;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uxSQptScCO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar {
    height: 70px;
  }
  .cid-uxSQptScCO .navbar.opened {
    height: auto;
  }
  .cid-uxSQptScCO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxSQptScCO .collapsed {
  background: transparent!important;
}
.cid-uxSQptScCO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxSQptScCO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxxKRH8ppc {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bops-certificate-sample-1-688x531.webp");
}
.cid-uxxKRH8ppc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxxKRH8ppc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxxKRH8ppc .card {
  justify-content: flex-end;
}
.cid-uxxKRH8ppc .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uxxKRH8ppc .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uxxKRH8ppc .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uxxKRH8ppc .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uxxKRH8ppc .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxxKRH8ppc .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxxKRH8ppc .mbr-section-title {
  color: #050b51;
  text-align: left;
}
.cid-uxxKRH8ppc .mbr-desc {
  color: #000000;
}
.cid-uxxKRH8ppc .mbr-text,
.cid-uxxKRH8ppc .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uxxN5ANYNN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #050b51;
}
.cid-uxxN5ANYNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxxN5ANYNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxxN5ANYNN .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uxxN5ANYNN .content-wrapper .mbr-section-title span {
  color: #0e36cc;
}
.cid-uxxN5ANYNN .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uxxN5ANYNN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uxxN5ANYNN .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #bbbbbb, #0e36cc, #bbbbbb);
}
@media (max-width: 992px) {
  .cid-uxxN5ANYNN .border-wrap {
    margin-top: 32px;
  }
}
.cid-uxxN5ANYNN .mbr-section-title {
  color: #ffffff;
}
.cid-uxxN5ANYNN .mbr-text,
.cid-uxxN5ANYNN .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uxxN5ANYNN .mbr-section-title,
.cid-uxxN5ANYNN .mbr-section-btn {
  text-align: center;
}
.cid-uxxOrFWP7H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxxPGIixT4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}
.cid-uxxPGIixT4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxxPGIixT4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxxPGIixT4 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uxxPGIixT4 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uxxPGIixT4 .mbr-name {
  color: #858585;
}
.cid-uxxPGIixT4 .mbr-text {
  color: #191c25;
}
.cid-uxxPGIixT4 .mbr-section-btn {
  text-align: center;
}
.cid-uxxg3NZrs7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #050b51;
  overflow: hidden;
}
.cid-uxxg3NZrs7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxxg3NZrs7 .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-uxxg3NZrs7 .container {
    padding: 0 30px;
  }
}
.cid-uxxg3NZrs7 .row {
  justify-content: center;
}
.cid-uxxg3NZrs7 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uxxg3NZrs7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxxg3NZrs7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:hover,
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:hover::before,
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f4f4f4;
}
.cid-uxxg3NZrs7 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .mbr-section-title {
  color: #bee0d6;
}
.cid-uxxg3NZrs7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxxg3NZrs7 .list {
  color: #bee0d6;
}
.cid-uxxg3NZrs7 .mbr-address {
  color: #f4f4f4;
}
.cid-uxxg3NZrs7 .mbr-copy {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .mbr-section-title,
.cid-uxxg3NZrs7 .logo-wrapper {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .list,
.cid-uxxg3NZrs7 .item-wrap,
.cid-uxxg3NZrs7 .nav-wrapper {
  color: #bbbbbb;
}
.cid-uxSQptScCO {
  background: transparent;
}
.cid-uxSQptScCO .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uxSQptScCO .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uxSQptScCO .nav-link {
  position: relative;
}
.cid-uxSQptScCO .nav-link:hover {
  color: #5d47e9 !important;
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uxSQptScCO .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uxSQptScCO .navbar.opened {
  transition: all 0.3s;
}
.cid-uxSQptScCO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxSQptScCO .navbar .navbar-logo img {
  width: auto;
}
.cid-uxSQptScCO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxSQptScCO .navbar.collapsed {
  justify-content: center;
}
.cid-uxSQptScCO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxSQptScCO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxSQptScCO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxSQptScCO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxSQptScCO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxSQptScCO .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-uxSQptScCO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxSQptScCO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxSQptScCO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxSQptScCO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxSQptScCO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxSQptScCO .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-uxSQptScCO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxSQptScCO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxSQptScCO .dropdown-item:hover,
.cid-uxSQptScCO .dropdown-item:focus {
  background: #5d47e9 !important;
  color: white !important;
}
.cid-uxSQptScCO .dropdown-item:hover span {
  color: white;
}
.cid-uxSQptScCO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxSQptScCO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxSQptScCO .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxSQptScCO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxSQptScCO .dropdown-menu,
.cid-uxSQptScCO .navbar.opened {
  background: #f4f4f4;
}
.cid-uxSQptScCO .nav-item:focus,
.cid-uxSQptScCO .nav-link:focus {
  outline: none;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxSQptScCO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxSQptScCO .dropdown-item.active,
.cid-uxSQptScCO .dropdown-item:active {
  background-color: transparent;
}
.cid-uxSQptScCO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxSQptScCO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxSQptScCO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxSQptScCO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxSQptScCO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e36cc;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uxSQptScCO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar {
    height: 70px;
  }
  .cid-uxSQptScCO .navbar.opened {
    height: auto;
  }
  .cid-uxSQptScCO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxSQptScCO .collapsed {
  background: transparent!important;
}
.cid-uxSQptScCO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxSQptScCO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxxR3nRRon {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bops-certificate-sample-1-688x531.webp");
}
.cid-uxxR3nRRon .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxxR3nRRon .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxxR3nRRon .card {
  justify-content: flex-end;
}
.cid-uxxR3nRRon .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uxxR3nRRon .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uxxR3nRRon .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uxxR3nRRon .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uxxR3nRRon .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxxR3nRRon .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxxR3nRRon .mbr-section-title {
  color: #353535;
  text-align: left;
}
.cid-uxxR3nRRon .mbr-desc {
  color: #232323;
}
.cid-uxxR3nRRon .mbr-text,
.cid-uxxR3nRRon .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uxxR3oJajn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #050b51;
}
.cid-uxxR3oJajn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxxR3oJajn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxxR3oJajn .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uxxR3oJajn .content-wrapper .mbr-section-title span {
  color: #0e36cc;
}
.cid-uxxR3oJajn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uxxR3oJajn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uxxR3oJajn .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #bbbbbb, #0e36cc, #bbbbbb);
}
@media (max-width: 992px) {
  .cid-uxxR3oJajn .border-wrap {
    margin-top: 32px;
  }
}
.cid-uxxR3oJajn .mbr-section-title {
  color: #ffffff;
}
.cid-uxxR3oJajn .mbr-text,
.cid-uxxR3oJajn .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uxxR3oJajn .mbr-section-title,
.cid-uxxR3oJajn .mbr-section-btn {
  text-align: center;
}
.cid-uxxR3pAgbh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxxR3qsqOg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}
.cid-uxxR3qsqOg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxxR3qsqOg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxxR3qsqOg .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uxxR3qsqOg .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uxxR3qsqOg .mbr-name {
  color: #858585;
}
.cid-uxxR3qsqOg .mbr-text {
  color: #191c25;
}
.cid-uxxR3qsqOg .mbr-section-btn {
  text-align: center;
}
.cid-uxxR3rimGY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #050b51;
  overflow: hidden;
}
.cid-uxxR3rimGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxxR3rimGY .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-uxxR3rimGY .container {
    padding: 0 30px;
  }
}
.cid-uxxR3rimGY .row {
  justify-content: center;
}
.cid-uxxR3rimGY .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxR3rimGY .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxR3rimGY .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxxR3rimGY .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxR3rimGY .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uxxR3rimGY .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxxR3rimGY .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxR3rimGY .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxR3rimGY .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxxR3rimGY .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uxxR3rimGY .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxR3rimGY .nav-wrapper .list .item-wrap:hover,
.cid-uxxR3rimGY .nav-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxxR3rimGY .nav-wrapper .list .item-wrap:hover::before,
.cid-uxxR3rimGY .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxxR3rimGY .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
.cid-uxxR3rimGY .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxxR3rimGY .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxR3rimGY .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxR3rimGY .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxxR3rimGY .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxR3rimGY .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uxxR3rimGY .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxxR3rimGY .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxR3rimGY .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uxxR3rimGY .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #bbbbbb;
}
.cid-uxxR3rimGY .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxxR3rimGY .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxR3rimGY .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uxxR3rimGY .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxxR3rimGY .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxxR3rimGY .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-uxxR3rimGY .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxR3rimGY .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f4f4f4;
}
.cid-uxxR3rimGY .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxxR3rimGY .mbr-section-title {
  color: #bee0d6;
}
.cid-uxxR3rimGY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxxR3rimGY .list {
  color: #bee0d6;
}
.cid-uxxR3rimGY .mbr-address {
  color: #f4f4f4;
}
.cid-uxxR3rimGY .mbr-copy {
  color: #bbbbbb;
}
.cid-uxxR3rimGY .mbr-section-title,
.cid-uxxR3rimGY .logo-wrapper {
  color: #bbbbbb;
}
.cid-uxxR3rimGY .list,
.cid-uxxR3rimGY .item-wrap,
.cid-uxxR3rimGY .nav-wrapper {
  color: #bbbbbb;
}
.cid-uxSQptScCO {
  background: transparent;
}
.cid-uxSQptScCO .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uxSQptScCO .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uxSQptScCO .nav-link {
  position: relative;
}
.cid-uxSQptScCO .nav-link:hover {
  color: #5d47e9 !important;
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uxSQptScCO .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uxSQptScCO .navbar.opened {
  transition: all 0.3s;
}
.cid-uxSQptScCO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxSQptScCO .navbar .navbar-logo img {
  width: auto;
}
.cid-uxSQptScCO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxSQptScCO .navbar.collapsed {
  justify-content: center;
}
.cid-uxSQptScCO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxSQptScCO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxSQptScCO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxSQptScCO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxSQptScCO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxSQptScCO .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-uxSQptScCO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxSQptScCO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxSQptScCO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxSQptScCO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxSQptScCO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxSQptScCO .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-uxSQptScCO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxSQptScCO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxSQptScCO .dropdown-item:hover,
.cid-uxSQptScCO .dropdown-item:focus {
  background: #5d47e9 !important;
  color: white !important;
}
.cid-uxSQptScCO .dropdown-item:hover span {
  color: white;
}
.cid-uxSQptScCO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxSQptScCO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxSQptScCO .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxSQptScCO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxSQptScCO .dropdown-menu,
.cid-uxSQptScCO .navbar.opened {
  background: #f4f4f4;
}
.cid-uxSQptScCO .nav-item:focus,
.cid-uxSQptScCO .nav-link:focus {
  outline: none;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxSQptScCO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxSQptScCO .dropdown-item.active,
.cid-uxSQptScCO .dropdown-item:active {
  background-color: transparent;
}
.cid-uxSQptScCO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxSQptScCO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxSQptScCO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxSQptScCO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxSQptScCO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e36cc;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uxSQptScCO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar {
    height: 70px;
  }
  .cid-uxSQptScCO .navbar.opened {
    height: auto;
  }
  .cid-uxSQptScCO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxSQptScCO .collapsed {
  background: transparent!important;
}
.cid-uxSQptScCO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxSQptScCO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxxTLiz46m {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #e7e7e7;
}
.cid-uxxTLiz46m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxxTLiz46m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxxTLiz46m .card {
  justify-content: flex-end;
}
.cid-uxxTLiz46m .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uxxTLiz46m .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uxxTLiz46m .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uxxTLiz46m .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uxxTLiz46m .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxxTLiz46m .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxxTLiz46m .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uxxTLiz46m .mbr-desc {
  color: #000000;
}
.cid-uxxTLiz46m .mbr-text,
.cid-uxxTLiz46m .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uxxTLklYLJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxxTLlciv7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}
.cid-uxxTLlciv7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxxTLlciv7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxxTLlciv7 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uxxTLlciv7 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uxxTLlciv7 .mbr-name {
  color: #858585;
}
.cid-uxxTLlciv7 .mbr-text {
  color: #191c25;
}
.cid-uxxTLlciv7 .mbr-section-btn {
  text-align: center;
}
.cid-uxxTLm3hLS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #050b51;
  overflow: hidden;
}
.cid-uxxTLm3hLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxxTLm3hLS .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-uxxTLm3hLS .container {
    padding: 0 30px;
  }
}
.cid-uxxTLm3hLS .row {
  justify-content: center;
}
.cid-uxxTLm3hLS .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxTLm3hLS .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxTLm3hLS .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxxTLm3hLS .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxTLm3hLS .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uxxTLm3hLS .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxxTLm3hLS .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxTLm3hLS .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxTLm3hLS .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxxTLm3hLS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uxxTLm3hLS .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxTLm3hLS .nav-wrapper .list .item-wrap:hover,
.cid-uxxTLm3hLS .nav-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxxTLm3hLS .nav-wrapper .list .item-wrap:hover::before,
.cid-uxxTLm3hLS .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxxTLm3hLS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
.cid-uxxTLm3hLS .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxxTLm3hLS .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxTLm3hLS .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxTLm3hLS .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxxTLm3hLS .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxTLm3hLS .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uxxTLm3hLS .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxxTLm3hLS .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxTLm3hLS .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uxxTLm3hLS .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #bbbbbb;
}
.cid-uxxTLm3hLS .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxxTLm3hLS .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxTLm3hLS .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uxxTLm3hLS .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxxTLm3hLS .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxxTLm3hLS .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-uxxTLm3hLS .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxTLm3hLS .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f4f4f4;
}
.cid-uxxTLm3hLS .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxxTLm3hLS .mbr-section-title {
  color: #bee0d6;
}
.cid-uxxTLm3hLS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxxTLm3hLS .list {
  color: #bee0d6;
}
.cid-uxxTLm3hLS .mbr-address {
  color: #f4f4f4;
}
.cid-uxxTLm3hLS .mbr-copy {
  color: #bbbbbb;
}
.cid-uxxTLm3hLS .mbr-section-title,
.cid-uxxTLm3hLS .logo-wrapper {
  color: #bbbbbb;
}
.cid-uxxTLm3hLS .list,
.cid-uxxTLm3hLS .item-wrap,
.cid-uxxTLm3hLS .nav-wrapper {
  color: #bbbbbb;
}
.cid-uxSQptScCO {
  background: transparent;
}
.cid-uxSQptScCO .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uxSQptScCO .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uxSQptScCO .nav-link {
  position: relative;
}
.cid-uxSQptScCO .nav-link:hover {
  color: #5d47e9 !important;
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uxSQptScCO .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uxSQptScCO .navbar.opened {
  transition: all 0.3s;
}
.cid-uxSQptScCO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxSQptScCO .navbar .navbar-logo img {
  width: auto;
}
.cid-uxSQptScCO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxSQptScCO .navbar.collapsed {
  justify-content: center;
}
.cid-uxSQptScCO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxSQptScCO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxSQptScCO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxSQptScCO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxSQptScCO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxSQptScCO .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-uxSQptScCO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxSQptScCO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxSQptScCO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxSQptScCO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxSQptScCO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxSQptScCO .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-uxSQptScCO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxSQptScCO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxSQptScCO .dropdown-item:hover,
.cid-uxSQptScCO .dropdown-item:focus {
  background: #5d47e9 !important;
  color: white !important;
}
.cid-uxSQptScCO .dropdown-item:hover span {
  color: white;
}
.cid-uxSQptScCO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxSQptScCO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxSQptScCO .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxSQptScCO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxSQptScCO .dropdown-menu,
.cid-uxSQptScCO .navbar.opened {
  background: #f4f4f4;
}
.cid-uxSQptScCO .nav-item:focus,
.cid-uxSQptScCO .nav-link:focus {
  outline: none;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxSQptScCO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxSQptScCO .dropdown-item.active,
.cid-uxSQptScCO .dropdown-item:active {
  background-color: transparent;
}
.cid-uxSQptScCO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxSQptScCO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxSQptScCO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxSQptScCO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxSQptScCO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e36cc;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uxSQptScCO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar {
    height: 70px;
  }
  .cid-uxSQptScCO .navbar.opened {
    height: auto;
  }
  .cid-uxSQptScCO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxSQptScCO .collapsed {
  background: transparent!important;
}
.cid-uxSQptScCO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxSQptScCO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxxX44TiwL {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-uxxX44TiwL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxxX44TiwL .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-uxxX44TiwL .container {
    padding: 0 30px;
  }
}
.cid-uxxX44TiwL .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uxxX44TiwL .content-wrapper {
    display: block;
  }
}
.cid-uxxX44TiwL .content-wrapper .card {
  justify-content: center;
}
.cid-uxxX44TiwL .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #050b51;
  border-radius: 0 0 2rem 0 !important;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uxxX44TiwL .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.cid-uxxX44TiwL .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uxxX44TiwL .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-uxxX44TiwL .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uxxX44TiwL .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uxxX44TiwL .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uxxX44TiwL .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.cid-uxxX44TiwL .mbr-section-title {
  color: #144031;
}
.cid-uxxX44TiwL .mbr-text {
  color: #ffe161;
}
.cid-uxxX44TiwL .mbr-section-title,
.cid-uxxX44TiwL .mbr-section-btn {
  color: #ffe885;
}
.cid-uxy0hEnAcd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #050b51;
}
.cid-uxy0hEnAcd .mbr-text {
  color: #bbbbbb;
}
.cid-uxy0hEnAcd .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uxy0hEnAcd .mbr-section-title {
  color: #e6c63b;
}
.cid-uxy0hEnAcd .mbr-text2 {
  color: #bbbbbb;
}
.cid-uxy0hEnAcd a {
  text-decoration: underline;
}
.cid-uxy0hEnAcd p {
  line-height: 1.2;
}
.cid-uxxTLm3hLS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #050b51;
  overflow: hidden;
}
.cid-uxxTLm3hLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxxTLm3hLS .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-uxxTLm3hLS .container {
    padding: 0 30px;
  }
}
.cid-uxxTLm3hLS .row {
  justify-content: center;
}
.cid-uxxTLm3hLS .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxTLm3hLS .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxTLm3hLS .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxxTLm3hLS .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxTLm3hLS .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uxxTLm3hLS .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxxTLm3hLS .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxTLm3hLS .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxTLm3hLS .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxxTLm3hLS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uxxTLm3hLS .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxTLm3hLS .nav-wrapper .list .item-wrap:hover,
.cid-uxxTLm3hLS .nav-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxxTLm3hLS .nav-wrapper .list .item-wrap:hover::before,
.cid-uxxTLm3hLS .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxxTLm3hLS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
.cid-uxxTLm3hLS .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxxTLm3hLS .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxTLm3hLS .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxTLm3hLS .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxxTLm3hLS .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxTLm3hLS .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uxxTLm3hLS .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxxTLm3hLS .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxTLm3hLS .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uxxTLm3hLS .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #bbbbbb;
}
.cid-uxxTLm3hLS .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxxTLm3hLS .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxTLm3hLS .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uxxTLm3hLS .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxxTLm3hLS .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxxTLm3hLS .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-uxxTLm3hLS .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxTLm3hLS .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f4f4f4;
}
.cid-uxxTLm3hLS .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxxTLm3hLS .mbr-section-title {
  color: #bee0d6;
}
.cid-uxxTLm3hLS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxxTLm3hLS .list {
  color: #bee0d6;
}
.cid-uxxTLm3hLS .mbr-address {
  color: #f4f4f4;
}
.cid-uxxTLm3hLS .mbr-copy {
  color: #bbbbbb;
}
.cid-uxxTLm3hLS .mbr-section-title,
.cid-uxxTLm3hLS .logo-wrapper {
  color: #bbbbbb;
}
.cid-uxxTLm3hLS .list,
.cid-uxxTLm3hLS .item-wrap,
.cid-uxxTLm3hLS .nav-wrapper {
  color: #bbbbbb;
}
.cid-uxSQptScCO {
  background: transparent;
}
.cid-uxSQptScCO .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uxSQptScCO .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uxSQptScCO .nav-link {
  position: relative;
}
.cid-uxSQptScCO .nav-link:hover {
  color: #5d47e9 !important;
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uxSQptScCO .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uxSQptScCO .navbar.opened {
  transition: all 0.3s;
}
.cid-uxSQptScCO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxSQptScCO .navbar .navbar-logo img {
  width: auto;
}
.cid-uxSQptScCO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxSQptScCO .navbar.collapsed {
  justify-content: center;
}
.cid-uxSQptScCO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxSQptScCO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxSQptScCO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxSQptScCO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxSQptScCO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxSQptScCO .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-uxSQptScCO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxSQptScCO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxSQptScCO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxSQptScCO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxSQptScCO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxSQptScCO .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-uxSQptScCO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxSQptScCO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxSQptScCO .dropdown-item:hover,
.cid-uxSQptScCO .dropdown-item:focus {
  background: #5d47e9 !important;
  color: white !important;
}
.cid-uxSQptScCO .dropdown-item:hover span {
  color: white;
}
.cid-uxSQptScCO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxSQptScCO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxSQptScCO .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxSQptScCO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxSQptScCO .dropdown-menu,
.cid-uxSQptScCO .navbar.opened {
  background: #f4f4f4;
}
.cid-uxSQptScCO .nav-item:focus,
.cid-uxSQptScCO .nav-link:focus {
  outline: none;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxSQptScCO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxSQptScCO .dropdown-item.active,
.cid-uxSQptScCO .dropdown-item:active {
  background-color: transparent;
}
.cid-uxSQptScCO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxSQptScCO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxSQptScCO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxSQptScCO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxSQptScCO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e36cc;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uxSQptScCO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar {
    height: 70px;
  }
  .cid-uxSQptScCO .navbar.opened {
    height: auto;
  }
  .cid-uxSQptScCO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxSQptScCO .collapsed {
  background: transparent!important;
}
.cid-uxSQptScCO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxSQptScCO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxy6I9VO0t {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/chiefrso-color-688x688.webp");
}
.cid-uxy6I9VO0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxy6I9VO0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxy6I9VO0t .card {
  justify-content: flex-end;
}
.cid-uxy6I9VO0t .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uxy6I9VO0t .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uxy6I9VO0t .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uxy6I9VO0t .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uxy6I9VO0t .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxy6I9VO0t .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxy6I9VO0t .mbr-section-title {
  color: #050b51;
  text-align: left;
}
.cid-uxy6I9VO0t .mbr-desc {
  color: #050b51;
}
.cid-uxy6I9VO0t .mbr-text,
.cid-uxy6I9VO0t .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uxy6IauH5P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #050b51;
}
.cid-uxy6IauH5P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxy6IauH5P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxy6IauH5P .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uxy6IauH5P .content-wrapper .mbr-section-title span {
  color: #0e36cc;
}
.cid-uxy6IauH5P .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uxy6IauH5P .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uxy6IauH5P .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #bbbbbb, #0e36cc, #bbbbbb);
}
@media (max-width: 992px) {
  .cid-uxy6IauH5P .border-wrap {
    margin-top: 32px;
  }
}
.cid-uxy6IauH5P .mbr-section-title {
  color: #ffffff;
}
.cid-uxy6IauH5P .mbr-text,
.cid-uxy6IauH5P .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uxy6IauH5P .mbr-section-title,
.cid-uxy6IauH5P .mbr-section-btn {
  text-align: center;
}
.cid-uxy6Ib17Mn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxy6IbAoZz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}
.cid-uxy6IbAoZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxy6IbAoZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxy6IbAoZz .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uxy6IbAoZz .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uxy6IbAoZz .mbr-name {
  color: #858585;
}
.cid-uxy6IbAoZz .mbr-text {
  color: #191c25;
}
.cid-uxy6IbAoZz .mbr-section-btn {
  text-align: center;
}
.cid-uxy6Ic8LC1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #050b51;
  overflow: hidden;
}
.cid-uxy6Ic8LC1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxy6Ic8LC1 .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-uxy6Ic8LC1 .container {
    padding: 0 30px;
  }
}
.cid-uxy6Ic8LC1 .row {
  justify-content: center;
}
.cid-uxy6Ic8LC1 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxy6Ic8LC1 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxy6Ic8LC1 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxy6Ic8LC1 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxy6Ic8LC1 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uxy6Ic8LC1 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxy6Ic8LC1 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxy6Ic8LC1 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxy6Ic8LC1 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxy6Ic8LC1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uxy6Ic8LC1 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxy6Ic8LC1 .nav-wrapper .list .item-wrap:hover,
.cid-uxy6Ic8LC1 .nav-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxy6Ic8LC1 .nav-wrapper .list .item-wrap:hover::before,
.cid-uxy6Ic8LC1 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxy6Ic8LC1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
.cid-uxy6Ic8LC1 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxy6Ic8LC1 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxy6Ic8LC1 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxy6Ic8LC1 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxy6Ic8LC1 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxy6Ic8LC1 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uxy6Ic8LC1 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxy6Ic8LC1 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxy6Ic8LC1 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uxy6Ic8LC1 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #bbbbbb;
}
.cid-uxy6Ic8LC1 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxy6Ic8LC1 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxy6Ic8LC1 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uxy6Ic8LC1 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxy6Ic8LC1 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxy6Ic8LC1 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-uxy6Ic8LC1 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxy6Ic8LC1 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f4f4f4;
}
.cid-uxy6Ic8LC1 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxy6Ic8LC1 .mbr-section-title {
  color: #bee0d6;
}
.cid-uxy6Ic8LC1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxy6Ic8LC1 .list {
  color: #bee0d6;
}
.cid-uxy6Ic8LC1 .mbr-address {
  color: #f4f4f4;
}
.cid-uxy6Ic8LC1 .mbr-copy {
  color: #bbbbbb;
}
.cid-uxy6Ic8LC1 .mbr-section-title,
.cid-uxy6Ic8LC1 .logo-wrapper {
  color: #bbbbbb;
}
.cid-uxy6Ic8LC1 .list,
.cid-uxy6Ic8LC1 .item-wrap,
.cid-uxy6Ic8LC1 .nav-wrapper {
  color: #bbbbbb;
}
.cid-uxSQptScCO {
  background: transparent;
}
.cid-uxSQptScCO .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uxSQptScCO .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uxSQptScCO .nav-link {
  position: relative;
}
.cid-uxSQptScCO .nav-link:hover {
  color: #5d47e9 !important;
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uxSQptScCO .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uxSQptScCO .navbar.opened {
  transition: all 0.3s;
}
.cid-uxSQptScCO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxSQptScCO .navbar .navbar-logo img {
  width: auto;
}
.cid-uxSQptScCO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxSQptScCO .navbar.collapsed {
  justify-content: center;
}
.cid-uxSQptScCO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxSQptScCO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxSQptScCO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxSQptScCO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxSQptScCO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxSQptScCO .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-uxSQptScCO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxSQptScCO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxSQptScCO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxSQptScCO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxSQptScCO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxSQptScCO .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-uxSQptScCO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxSQptScCO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxSQptScCO .dropdown-item:hover,
.cid-uxSQptScCO .dropdown-item:focus {
  background: #5d47e9 !important;
  color: white !important;
}
.cid-uxSQptScCO .dropdown-item:hover span {
  color: white;
}
.cid-uxSQptScCO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxSQptScCO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxSQptScCO .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxSQptScCO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxSQptScCO .dropdown-menu,
.cid-uxSQptScCO .navbar.opened {
  background: #f4f4f4;
}
.cid-uxSQptScCO .nav-item:focus,
.cid-uxSQptScCO .nav-link:focus {
  outline: none;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxSQptScCO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxSQptScCO .dropdown-item.active,
.cid-uxSQptScCO .dropdown-item:active {
  background-color: transparent;
}
.cid-uxSQptScCO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxSQptScCO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxSQptScCO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxSQptScCO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxSQptScCO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e36cc;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uxSQptScCO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar {
    height: 70px;
  }
  .cid-uxSQptScCO .navbar.opened {
    height: auto;
  }
  .cid-uxSQptScCO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxSQptScCO .collapsed {
  background: transparent!important;
}
.cid-uxSQptScCO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxSQptScCO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxyb47cHZd {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/instructorlogocolor-1-688x688.webp");
}
.cid-uxyb47cHZd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxyb47cHZd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxyb47cHZd .card {
  justify-content: flex-end;
}
.cid-uxyb47cHZd .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uxyb47cHZd .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uxyb47cHZd .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uxyb47cHZd .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uxyb47cHZd .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxyb47cHZd .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxyb47cHZd .mbr-section-title {
  color: #353535;
  text-align: left;
}
.cid-uxyb47cHZd .mbr-desc {
  color: #000000;
}
.cid-uxyb47cHZd .mbr-text,
.cid-uxyb47cHZd .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uxyb48QIQc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxyb482LtX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #050b51;
}
.cid-uxyb482LtX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxyb482LtX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxyb482LtX .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uxyb482LtX .content-wrapper .mbr-section-title span {
  color: #0e36cc;
}
.cid-uxyb482LtX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uxyb482LtX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uxyb482LtX .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #bbbbbb, #0e36cc, #bbbbbb);
}
@media (max-width: 992px) {
  .cid-uxyb482LtX .border-wrap {
    margin-top: 32px;
  }
}
.cid-uxyb482LtX .mbr-section-title {
  color: #ffffff;
}
.cid-uxyb482LtX .mbr-text,
.cid-uxyb482LtX .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uxyb482LtX .mbr-section-title,
.cid-uxyb482LtX .mbr-section-btn {
  text-align: center;
}
.cid-uxyhqGvmb7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxyb49FVUS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}
.cid-uxyb49FVUS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxyb49FVUS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxyb49FVUS .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uxyb49FVUS .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uxyb49FVUS .mbr-name {
  color: #858585;
}
.cid-uxyb49FVUS .mbr-text {
  color: #191c25;
}
.cid-uxyb49FVUS .mbr-section-btn {
  text-align: center;
}
.cid-uxyb4aRoB0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #050b51;
  overflow: hidden;
}
.cid-uxyb4aRoB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxyb4aRoB0 .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-uxyb4aRoB0 .container {
    padding: 0 30px;
  }
}
.cid-uxyb4aRoB0 .row {
  justify-content: center;
}
.cid-uxyb4aRoB0 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxyb4aRoB0 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxyb4aRoB0 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxyb4aRoB0 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxyb4aRoB0 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uxyb4aRoB0 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxyb4aRoB0 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxyb4aRoB0 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxyb4aRoB0 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxyb4aRoB0 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uxyb4aRoB0 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxyb4aRoB0 .nav-wrapper .list .item-wrap:hover,
.cid-uxyb4aRoB0 .nav-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxyb4aRoB0 .nav-wrapper .list .item-wrap:hover::before,
.cid-uxyb4aRoB0 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxyb4aRoB0 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
.cid-uxyb4aRoB0 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxyb4aRoB0 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxyb4aRoB0 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxyb4aRoB0 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxyb4aRoB0 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxyb4aRoB0 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uxyb4aRoB0 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxyb4aRoB0 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxyb4aRoB0 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uxyb4aRoB0 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #bbbbbb;
}
.cid-uxyb4aRoB0 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxyb4aRoB0 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxyb4aRoB0 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uxyb4aRoB0 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxyb4aRoB0 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxyb4aRoB0 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-uxyb4aRoB0 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxyb4aRoB0 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f4f4f4;
}
.cid-uxyb4aRoB0 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxyb4aRoB0 .mbr-section-title {
  color: #bee0d6;
}
.cid-uxyb4aRoB0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxyb4aRoB0 .list {
  color: #bee0d6;
}
.cid-uxyb4aRoB0 .mbr-address {
  color: #f4f4f4;
}
.cid-uxyb4aRoB0 .mbr-copy {
  color: #bbbbbb;
}
.cid-uxyb4aRoB0 .mbr-section-title,
.cid-uxyb4aRoB0 .logo-wrapper {
  color: #bbbbbb;
}
.cid-uxyb4aRoB0 .list,
.cid-uxyb4aRoB0 .item-wrap,
.cid-uxyb4aRoB0 .nav-wrapper {
  color: #bbbbbb;
}
.cid-uxSQptScCO {
  background: transparent;
}
.cid-uxSQptScCO .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uxSQptScCO .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uxSQptScCO .nav-link {
  position: relative;
}
.cid-uxSQptScCO .nav-link:hover {
  color: #5d47e9 !important;
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uxSQptScCO .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uxSQptScCO .navbar.opened {
  transition: all 0.3s;
}
.cid-uxSQptScCO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxSQptScCO .navbar .navbar-logo img {
  width: auto;
}
.cid-uxSQptScCO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxSQptScCO .navbar.collapsed {
  justify-content: center;
}
.cid-uxSQptScCO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxSQptScCO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxSQptScCO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxSQptScCO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxSQptScCO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxSQptScCO .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-uxSQptScCO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxSQptScCO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxSQptScCO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxSQptScCO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxSQptScCO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxSQptScCO .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-uxSQptScCO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxSQptScCO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxSQptScCO .dropdown-item:hover,
.cid-uxSQptScCO .dropdown-item:focus {
  background: #5d47e9 !important;
  color: white !important;
}
.cid-uxSQptScCO .dropdown-item:hover span {
  color: white;
}
.cid-uxSQptScCO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxSQptScCO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxSQptScCO .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxSQptScCO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxSQptScCO .dropdown-menu,
.cid-uxSQptScCO .navbar.opened {
  background: #f4f4f4;
}
.cid-uxSQptScCO .nav-item:focus,
.cid-uxSQptScCO .nav-link:focus {
  outline: none;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxSQptScCO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxSQptScCO .dropdown-item.active,
.cid-uxSQptScCO .dropdown-item:active {
  background-color: transparent;
}
.cid-uxSQptScCO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxSQptScCO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxSQptScCO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxSQptScCO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxSQptScCO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e36cc;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uxSQptScCO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar {
    height: 70px;
  }
  .cid-uxSQptScCO .navbar.opened {
    height: auto;
  }
  .cid-uxSQptScCO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxSQptScCO .collapsed {
  background: transparent!important;
}
.cid-uxSQptScCO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxSQptScCO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxykbTnAtk {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/nra-rso-color-688x688.webp");
}
.cid-uxykbTnAtk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxykbTnAtk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxykbTnAtk .card {
  justify-content: flex-end;
}
.cid-uxykbTnAtk .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uxykbTnAtk .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uxykbTnAtk .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uxykbTnAtk .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uxykbTnAtk .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxykbTnAtk .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxykbTnAtk .mbr-section-title {
  color: #050b51;
  text-align: left;
}
.cid-uxykbTnAtk .mbr-desc {
  color: #050b51;
}
.cid-uxykbTnAtk .mbr-text,
.cid-uxykbTnAtk .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uxykbVtCyQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxykbUrdkO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #050b51;
}
.cid-uxykbUrdkO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxykbUrdkO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxykbUrdkO .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uxykbUrdkO .content-wrapper .mbr-section-title span {
  color: #0e36cc;
}
.cid-uxykbUrdkO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uxykbUrdkO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uxykbUrdkO .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #bbbbbb, #0e36cc, #bbbbbb);
}
@media (max-width: 992px) {
  .cid-uxykbUrdkO .border-wrap {
    margin-top: 32px;
  }
}
.cid-uxykbUrdkO .mbr-section-title {
  color: #ffffff;
}
.cid-uxykbUrdkO .mbr-text,
.cid-uxykbUrdkO .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uxykbUrdkO .mbr-section-title,
.cid-uxykbUrdkO .mbr-section-btn {
  text-align: center;
}
.cid-uxykbW13dN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}
.cid-uxykbW13dN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxykbW13dN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxykbW13dN .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uxykbW13dN .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uxykbW13dN .mbr-name {
  color: #858585;
}
.cid-uxykbW13dN .mbr-text {
  color: #191c25;
}
.cid-uxykbW13dN .mbr-section-btn {
  text-align: center;
}
.cid-uxykbWyIuz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #050b51;
  overflow: hidden;
}
.cid-uxykbWyIuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxykbWyIuz .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-uxykbWyIuz .container {
    padding: 0 30px;
  }
}
.cid-uxykbWyIuz .row {
  justify-content: center;
}
.cid-uxykbWyIuz .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxykbWyIuz .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxykbWyIuz .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxykbWyIuz .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxykbWyIuz .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uxykbWyIuz .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxykbWyIuz .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxykbWyIuz .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxykbWyIuz .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxykbWyIuz .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uxykbWyIuz .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxykbWyIuz .nav-wrapper .list .item-wrap:hover,
.cid-uxykbWyIuz .nav-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxykbWyIuz .nav-wrapper .list .item-wrap:hover::before,
.cid-uxykbWyIuz .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxykbWyIuz .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
.cid-uxykbWyIuz .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxykbWyIuz .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxykbWyIuz .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxykbWyIuz .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxykbWyIuz .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxykbWyIuz .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uxykbWyIuz .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxykbWyIuz .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxykbWyIuz .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uxykbWyIuz .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #bbbbbb;
}
.cid-uxykbWyIuz .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxykbWyIuz .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxykbWyIuz .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uxykbWyIuz .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxykbWyIuz .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxykbWyIuz .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-uxykbWyIuz .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxykbWyIuz .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f4f4f4;
}
.cid-uxykbWyIuz .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxykbWyIuz .mbr-section-title {
  color: #bee0d6;
}
.cid-uxykbWyIuz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxykbWyIuz .list {
  color: #bee0d6;
}
.cid-uxykbWyIuz .mbr-address {
  color: #f4f4f4;
}
.cid-uxykbWyIuz .mbr-copy {
  color: #bbbbbb;
}
.cid-uxykbWyIuz .mbr-section-title,
.cid-uxykbWyIuz .logo-wrapper {
  color: #bbbbbb;
}
.cid-uxykbWyIuz .list,
.cid-uxykbWyIuz .item-wrap,
.cid-uxykbWyIuz .nav-wrapper {
  color: #bbbbbb;
}
.cid-uxSQptScCO {
  background: transparent;
}
.cid-uxSQptScCO .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uxSQptScCO .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uxSQptScCO .nav-link {
  position: relative;
}
.cid-uxSQptScCO .nav-link:hover {
  color: #5d47e9 !important;
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uxSQptScCO .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uxSQptScCO .navbar.opened {
  transition: all 0.3s;
}
.cid-uxSQptScCO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxSQptScCO .navbar .navbar-logo img {
  width: auto;
}
.cid-uxSQptScCO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxSQptScCO .navbar.collapsed {
  justify-content: center;
}
.cid-uxSQptScCO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxSQptScCO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxSQptScCO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxSQptScCO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxSQptScCO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxSQptScCO .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-uxSQptScCO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxSQptScCO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxSQptScCO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxSQptScCO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxSQptScCO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxSQptScCO .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-uxSQptScCO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxSQptScCO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxSQptScCO .dropdown-item:hover,
.cid-uxSQptScCO .dropdown-item:focus {
  background: #5d47e9 !important;
  color: white !important;
}
.cid-uxSQptScCO .dropdown-item:hover span {
  color: white;
}
.cid-uxSQptScCO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxSQptScCO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxSQptScCO .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxSQptScCO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxSQptScCO .dropdown-menu,
.cid-uxSQptScCO .navbar.opened {
  background: #f4f4f4;
}
.cid-uxSQptScCO .nav-item:focus,
.cid-uxSQptScCO .nav-link:focus {
  outline: none;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxSQptScCO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxSQptScCO .dropdown-item.active,
.cid-uxSQptScCO .dropdown-item:active {
  background-color: transparent;
}
.cid-uxSQptScCO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxSQptScCO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxSQptScCO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxSQptScCO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxSQptScCO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e36cc;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uxSQptScCO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar {
    height: 70px;
  }
  .cid-uxSQptScCO .navbar.opened {
    height: auto;
  }
  .cid-uxSQptScCO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxSQptScCO .collapsed {
  background: transparent!important;
}
.cid-uxSQptScCO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxSQptScCO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxyoSmIr0u {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxyoSmIr0u .mbr-text {
  color: #050b51;
}
.cid-uxyoSmIr0u .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uxyoSmIr0u .mbr-section-title {
  color: #000000;
}
.cid-uxyoSmIr0u .mbr-text2 {
  color: #bbbbbb;
}
.cid-uxyoSmIr0u a {
  text-decoration: underline;
}
.cid-uxyoSmIr0u p {
  line-height: 1.2;
}
.cid-uxyoSnKhFs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #050b51;
  overflow: hidden;
}
.cid-uxyoSnKhFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxyoSnKhFs .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-uxyoSnKhFs .container {
    padding: 0 30px;
  }
}
.cid-uxyoSnKhFs .row {
  justify-content: center;
}
.cid-uxyoSnKhFs .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxyoSnKhFs .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxyoSnKhFs .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxyoSnKhFs .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxyoSnKhFs .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uxyoSnKhFs .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxyoSnKhFs .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxyoSnKhFs .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxyoSnKhFs .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxyoSnKhFs .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uxyoSnKhFs .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxyoSnKhFs .nav-wrapper .list .item-wrap:hover,
.cid-uxyoSnKhFs .nav-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxyoSnKhFs .nav-wrapper .list .item-wrap:hover::before,
.cid-uxyoSnKhFs .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxyoSnKhFs .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
.cid-uxyoSnKhFs .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxyoSnKhFs .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxyoSnKhFs .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxyoSnKhFs .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxyoSnKhFs .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxyoSnKhFs .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uxyoSnKhFs .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxyoSnKhFs .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxyoSnKhFs .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uxyoSnKhFs .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #bbbbbb;
}
.cid-uxyoSnKhFs .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxyoSnKhFs .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxyoSnKhFs .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uxyoSnKhFs .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxyoSnKhFs .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxyoSnKhFs .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-uxyoSnKhFs .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxyoSnKhFs .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f4f4f4;
}
.cid-uxyoSnKhFs .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxyoSnKhFs .mbr-section-title {
  color: #bee0d6;
}
.cid-uxyoSnKhFs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxyoSnKhFs .list {
  color: #bee0d6;
}
.cid-uxyoSnKhFs .mbr-address {
  color: #f4f4f4;
}
.cid-uxyoSnKhFs .mbr-copy {
  color: #bbbbbb;
}
.cid-uxyoSnKhFs .mbr-section-title,
.cid-uxyoSnKhFs .logo-wrapper {
  color: #bbbbbb;
}
.cid-uxyoSnKhFs .list,
.cid-uxyoSnKhFs .item-wrap,
.cid-uxyoSnKhFs .nav-wrapper {
  color: #bbbbbb;
}
.cid-uxSQptScCO {
  background: transparent;
}
.cid-uxSQptScCO .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uxSQptScCO .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uxSQptScCO .nav-link {
  position: relative;
}
.cid-uxSQptScCO .nav-link:hover {
  color: #5d47e9 !important;
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uxSQptScCO .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uxSQptScCO .navbar.opened {
  transition: all 0.3s;
}
.cid-uxSQptScCO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxSQptScCO .navbar .navbar-logo img {
  width: auto;
}
.cid-uxSQptScCO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxSQptScCO .navbar.collapsed {
  justify-content: center;
}
.cid-uxSQptScCO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxSQptScCO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxSQptScCO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxSQptScCO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxSQptScCO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxSQptScCO .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-uxSQptScCO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxSQptScCO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxSQptScCO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxSQptScCO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxSQptScCO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxSQptScCO .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-uxSQptScCO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxSQptScCO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxSQptScCO .dropdown-item:hover,
.cid-uxSQptScCO .dropdown-item:focus {
  background: #5d47e9 !important;
  color: white !important;
}
.cid-uxSQptScCO .dropdown-item:hover span {
  color: white;
}
.cid-uxSQptScCO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxSQptScCO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxSQptScCO .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxSQptScCO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxSQptScCO .dropdown-menu,
.cid-uxSQptScCO .navbar.opened {
  background: #f4f4f4;
}
.cid-uxSQptScCO .nav-item:focus,
.cid-uxSQptScCO .nav-link:focus {
  outline: none;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxSQptScCO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxSQptScCO .dropdown-item.active,
.cid-uxSQptScCO .dropdown-item:active {
  background-color: transparent;
}
.cid-uxSQptScCO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxSQptScCO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxSQptScCO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxSQptScCO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxSQptScCO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e36cc;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uxSQptScCO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar {
    height: 70px;
  }
  .cid-uxSQptScCO .navbar.opened {
    height: auto;
  }
  .cid-uxSQptScCO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxSQptScCO .collapsed {
  background: transparent!important;
}
.cid-uxSQptScCO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxSQptScCO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxCKDRyU5Q {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uxCKDRyU5Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxCKDRyU5Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxCKDRyU5Q .mbr-section-title {
  color: #ffffff;
}
.cid-uxCKDRyU5Q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxCKDRyU5Q ellipse,
.cid-uxCKDRyU5Q path {
  fill: #d3ff24;
}
.cid-uxCKDRyU5Q .figure {
  position: relative;
  display: inline-block;
}
.cid-uxCKDRyU5Q p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
}
.cid-uxCKDRyU5Q .mbr-text {
  text-align: center;
  color: #2299aa;
}
.cid-uxBcZBb4IP {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #0e36cc;
}
.cid-uxBcZBb4IP .mbr-media {
  position: relative;
}
.cid-uxBcZBb4IP .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uxBcZBb4IP .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uxBcZBb4IP .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uxBcZBb4IP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uxBcZBb4IP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uxBcZBb4IP .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uxBcZBb4IP .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uxBcZBb4IP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxBcZBb4IP .mbr-section-title {
  color: #f4f4f4;
}
.cid-uxBcZBb4IP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxCJSoOcZf {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-uxCJSoOcZf .mbr-media {
  position: relative;
}
.cid-uxCJSoOcZf .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uxCJSoOcZf .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uxCJSoOcZf .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uxCJSoOcZf .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uxCJSoOcZf .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uxCJSoOcZf .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uxCJSoOcZf .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uxCJSoOcZf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxCJSoOcZf .mbr-section-title {
  color: #000000;
}
.cid-uxCJSoOcZf .mbr-section-subtitle {
  color: #353535;
}
.cid-uxCU6LViNP {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #0e36cc;
}
.cid-uxCU6LViNP .mbr-media {
  position: relative;
}
.cid-uxCU6LViNP .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uxCU6LViNP .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uxCU6LViNP .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uxCU6LViNP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uxCU6LViNP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uxCU6LViNP .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uxCU6LViNP .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uxCU6LViNP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxCU6LViNP .mbr-section-title {
  color: #f4f4f4;
}
.cid-uxCU6LViNP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxCU7WcZKf {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-uxCU7WcZKf .mbr-media {
  position: relative;
}
.cid-uxCU7WcZKf .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uxCU7WcZKf .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uxCU7WcZKf .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uxCU7WcZKf .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uxCU7WcZKf .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uxCU7WcZKf .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uxCU7WcZKf .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uxCU7WcZKf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxCU7WcZKf .mbr-section-title {
  color: #353535;
}
.cid-uxCU7WcZKf .mbr-section-subtitle {
  color: #000000;
}
.cid-uxCYVeirXH {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #0e36cc;
}
.cid-uxCYVeirXH .mbr-media {
  position: relative;
}
.cid-uxCYVeirXH .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uxCYVeirXH .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uxCYVeirXH .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uxCYVeirXH .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uxCYVeirXH .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uxCYVeirXH .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uxCYVeirXH .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uxCYVeirXH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxCYVeirXH .mbr-section-title {
  color: #f4f4f4;
}
.cid-uxCYVeirXH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxCYWXU6wD {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-uxCYWXU6wD .mbr-media {
  position: relative;
}
.cid-uxCYWXU6wD .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uxCYWXU6wD .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uxCYWXU6wD .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uxCYWXU6wD .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uxCYWXU6wD .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uxCYWXU6wD .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uxCYWXU6wD .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uxCYWXU6wD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxCYWXU6wD .mbr-section-title {
  color: #353535;
}
.cid-uxCYWXU6wD .mbr-section-subtitle {
  color: #000000;
}
.cid-uxD1y8aS5V {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #0e36cc;
}
.cid-uxD1y8aS5V .mbr-media {
  position: relative;
}
.cid-uxD1y8aS5V .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uxD1y8aS5V .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uxD1y8aS5V .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uxD1y8aS5V .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uxD1y8aS5V .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uxD1y8aS5V .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uxD1y8aS5V .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uxD1y8aS5V .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxD1y8aS5V .mbr-section-title {
  color: #f4f4f4;
}
.cid-uxD1y8aS5V .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxD1zh4UdI {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-uxD1zh4UdI .mbr-media {
  position: relative;
}
.cid-uxD1zh4UdI .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uxD1zh4UdI .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uxD1zh4UdI .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uxD1zh4UdI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uxD1zh4UdI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uxD1zh4UdI .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uxD1zh4UdI .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uxD1zh4UdI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxD1zh4UdI .mbr-section-title {
  color: #353535;
}
.cid-uxD1zh4UdI .mbr-section-subtitle {
  color: #000000;
}
.cid-uxD8abTZYQ {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #0e36cc;
}
.cid-uxD8abTZYQ .mbr-media {
  position: relative;
}
.cid-uxD8abTZYQ .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uxD8abTZYQ .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uxD8abTZYQ .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uxD8abTZYQ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uxD8abTZYQ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uxD8abTZYQ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uxD8abTZYQ .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uxD8abTZYQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxD8abTZYQ .mbr-section-title {
  color: #f4f4f4;
}
.cid-uxD8abTZYQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxxg3NZrs7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #050b51;
  overflow: hidden;
}
.cid-uxxg3NZrs7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxxg3NZrs7 .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-uxxg3NZrs7 .container {
    padding: 0 30px;
  }
}
.cid-uxxg3NZrs7 .row {
  justify-content: center;
}
.cid-uxxg3NZrs7 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uxxg3NZrs7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxxg3NZrs7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:hover,
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:hover::before,
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f4f4f4;
}
.cid-uxxg3NZrs7 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .mbr-section-title {
  color: #bee0d6;
}
.cid-uxxg3NZrs7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxxg3NZrs7 .list {
  color: #bee0d6;
}
.cid-uxxg3NZrs7 .mbr-address {
  color: #f4f4f4;
}
.cid-uxxg3NZrs7 .mbr-copy {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .mbr-section-title,
.cid-uxxg3NZrs7 .logo-wrapper {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .list,
.cid-uxxg3NZrs7 .item-wrap,
.cid-uxxg3NZrs7 .nav-wrapper {
  color: #bbbbbb;
}
.cid-uxSQptScCO {
  background: transparent;
}
.cid-uxSQptScCO .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uxSQptScCO .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uxSQptScCO .nav-link {
  position: relative;
}
.cid-uxSQptScCO .nav-link:hover {
  color: #5d47e9 !important;
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uxSQptScCO .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uxSQptScCO .navbar.opened {
  transition: all 0.3s;
}
.cid-uxSQptScCO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxSQptScCO .navbar .navbar-logo img {
  width: auto;
}
.cid-uxSQptScCO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxSQptScCO .navbar.collapsed {
  justify-content: center;
}
.cid-uxSQptScCO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxSQptScCO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxSQptScCO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxSQptScCO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxSQptScCO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxSQptScCO .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-uxSQptScCO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxSQptScCO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxSQptScCO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxSQptScCO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxSQptScCO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxSQptScCO .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-uxSQptScCO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxSQptScCO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxSQptScCO .dropdown-item:hover,
.cid-uxSQptScCO .dropdown-item:focus {
  background: #5d47e9 !important;
  color: white !important;
}
.cid-uxSQptScCO .dropdown-item:hover span {
  color: white;
}
.cid-uxSQptScCO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxSQptScCO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxSQptScCO .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxSQptScCO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxSQptScCO .dropdown-menu,
.cid-uxSQptScCO .navbar.opened {
  background: #f4f4f4;
}
.cid-uxSQptScCO .nav-item:focus,
.cid-uxSQptScCO .nav-link:focus {
  outline: none;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxSQptScCO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxSQptScCO .dropdown-item.active,
.cid-uxSQptScCO .dropdown-item:active {
  background-color: transparent;
}
.cid-uxSQptScCO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxSQptScCO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxSQptScCO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxSQptScCO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxSQptScCO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e36cc;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uxSQptScCO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar {
    height: 70px;
  }
  .cid-uxSQptScCO .navbar.opened {
    height: auto;
  }
  .cid-uxSQptScCO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxSQptScCO .collapsed {
  background: transparent!important;
}
.cid-uxSQptScCO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxSQptScCO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxDcE8vlTy {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/nra-trainer-forum-screenshot-1140x545.webp");
}
.cid-uxDcE8vlTy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxDcE8vlTy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxDcE8vlTy .card-wrapper {
  background: #bbbbbb;
}
@media (max-width: 767px) {
  .cid-uxDcE8vlTy .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uxDcE8vlTy .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uxDcE8vlTy .card-wrapper {
    padding: 4rem;
  }
}
.cid-uxDcE8vlTy .mbr-text,
.cid-uxDcE8vlTy .mbr-section-btn {
  text-align: center;
}
.cid-uxxg3NZrs7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #050b51;
  overflow: hidden;
}
.cid-uxxg3NZrs7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxxg3NZrs7 .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-uxxg3NZrs7 .container {
    padding: 0 30px;
  }
}
.cid-uxxg3NZrs7 .row {
  justify-content: center;
}
.cid-uxxg3NZrs7 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uxxg3NZrs7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxxg3NZrs7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:hover,
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:hover::before,
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f4f4f4;
}
.cid-uxxg3NZrs7 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .mbr-section-title {
  color: #bee0d6;
}
.cid-uxxg3NZrs7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxxg3NZrs7 .list {
  color: #bee0d6;
}
.cid-uxxg3NZrs7 .mbr-address {
  color: #f4f4f4;
}
.cid-uxxg3NZrs7 .mbr-copy {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .mbr-section-title,
.cid-uxxg3NZrs7 .logo-wrapper {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .list,
.cid-uxxg3NZrs7 .item-wrap,
.cid-uxxg3NZrs7 .nav-wrapper {
  color: #bbbbbb;
}
.cid-uxSQptScCO {
  background: transparent;
}
.cid-uxSQptScCO .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uxSQptScCO .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uxSQptScCO .nav-link {
  position: relative;
}
.cid-uxSQptScCO .nav-link:hover {
  color: #5d47e9 !important;
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uxSQptScCO .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uxSQptScCO .navbar.opened {
  transition: all 0.3s;
}
.cid-uxSQptScCO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxSQptScCO .navbar .navbar-logo img {
  width: auto;
}
.cid-uxSQptScCO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxSQptScCO .navbar.collapsed {
  justify-content: center;
}
.cid-uxSQptScCO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxSQptScCO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxSQptScCO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxSQptScCO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxSQptScCO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxSQptScCO .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-uxSQptScCO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxSQptScCO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxSQptScCO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxSQptScCO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxSQptScCO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxSQptScCO .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-uxSQptScCO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxSQptScCO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxSQptScCO .dropdown-item:hover,
.cid-uxSQptScCO .dropdown-item:focus {
  background: #5d47e9 !important;
  color: white !important;
}
.cid-uxSQptScCO .dropdown-item:hover span {
  color: white;
}
.cid-uxSQptScCO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxSQptScCO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxSQptScCO .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxSQptScCO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxSQptScCO .dropdown-menu,
.cid-uxSQptScCO .navbar.opened {
  background: #f4f4f4;
}
.cid-uxSQptScCO .nav-item:focus,
.cid-uxSQptScCO .nav-link:focus {
  outline: none;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxSQptScCO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxSQptScCO .dropdown-item.active,
.cid-uxSQptScCO .dropdown-item:active {
  background-color: transparent;
}
.cid-uxSQptScCO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxSQptScCO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxSQptScCO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxSQptScCO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxSQptScCO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e36cc;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uxSQptScCO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar {
    height: 70px;
  }
  .cid-uxSQptScCO .navbar.opened {
    height: auto;
  }
  .cid-uxSQptScCO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxSQptScCO .collapsed {
  background: transparent!important;
}
.cid-uxSQptScCO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxSQptScCO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxDgloMC9H {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uxDgloMC9H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxDgloMC9H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uxDgloMC9H .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #bbbbbb;
}
.cid-uxDgloMC9H .mbr-section-title {
  color: #000000;
}
.cid-uxDgloMC9H .mbr-text,
.cid-uxDgloMC9H .mbr-section-btn {
  color: #050b51;
  text-align: left;
}
.cid-uxDgloMC9H .content-head {
  max-width: 800px;
}
.cid-uxDgloMC9H .mbr-section-title DIV {
  text-align: center;
}
.cid-uxDiitNWlx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #050b51;
}
.cid-uxDiitNWlx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxDiitNWlx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uxDiitNWlx .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #0e36cc;
}
.cid-uxDiitNWlx .mbr-section-title {
  color: #ffffff;
}
.cid-uxDiitNWlx .mbr-text,
.cid-uxDiitNWlx .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uxDiitNWlx .content-head {
  max-width: 800px;
}
.cid-uxDiitNWlx .mbr-section-title DIV {
  text-align: center;
}
.cid-uxDjr8kI5K {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-uxDjr8kI5K .mbr-media {
  position: relative;
}
.cid-uxDjr8kI5K .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uxDjr8kI5K .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uxDjr8kI5K .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uxDjr8kI5K .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uxDjr8kI5K .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uxDjr8kI5K .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uxDjr8kI5K .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uxDjr8kI5K .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxDjr8kI5K .mbr-section-title {
  color: #353535;
}
.cid-uxDjr8kI5K .mbr-section-subtitle {
  color: #000000;
}
.cid-uxDjrWFfh2 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #0e36cc;
}
.cid-uxDjrWFfh2 .mbr-media {
  position: relative;
}
.cid-uxDjrWFfh2 .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uxDjrWFfh2 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uxDjrWFfh2 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uxDjrWFfh2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uxDjrWFfh2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uxDjrWFfh2 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uxDjrWFfh2 .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uxDjrWFfh2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxDjrWFfh2 .mbr-section-title {
  color: #f4f4f4;
}
.cid-uxDjrWFfh2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxDjt6VFZ1 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-uxDjt6VFZ1 .mbr-media {
  position: relative;
}
.cid-uxDjt6VFZ1 .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uxDjt6VFZ1 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uxDjt6VFZ1 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uxDjt6VFZ1 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uxDjt6VFZ1 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uxDjt6VFZ1 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uxDjt6VFZ1 .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uxDjt6VFZ1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxDjt6VFZ1 .mbr-section-title {
  color: #353535;
}
.cid-uxDjt6VFZ1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uxDjtZnEp9 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #0e36cc;
}
.cid-uxDjtZnEp9 .mbr-media {
  position: relative;
}
.cid-uxDjtZnEp9 .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uxDjtZnEp9 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uxDjtZnEp9 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uxDjtZnEp9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uxDjtZnEp9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uxDjtZnEp9 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uxDjtZnEp9 .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uxDjtZnEp9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxDjtZnEp9 .mbr-section-title {
  color: #f4f4f4;
}
.cid-uxDjtZnEp9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxDjzz0Ehn {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-uxDjzz0Ehn .mbr-media {
  position: relative;
}
.cid-uxDjzz0Ehn .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uxDjzz0Ehn .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uxDjzz0Ehn .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uxDjzz0Ehn .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uxDjzz0Ehn .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uxDjzz0Ehn .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uxDjzz0Ehn .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uxDjzz0Ehn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxDjzz0Ehn .mbr-section-title {
  color: #353535;
}
.cid-uxDjzz0Ehn .mbr-section-subtitle {
  color: #000000;
}
.cid-uxDjAow2kF {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #0e36cc;
}
.cid-uxDjAow2kF .mbr-media {
  position: relative;
}
.cid-uxDjAow2kF .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uxDjAow2kF .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uxDjAow2kF .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uxDjAow2kF .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uxDjAow2kF .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uxDjAow2kF .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uxDjAow2kF .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uxDjAow2kF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxDjAow2kF .mbr-section-title {
  color: #f4f4f4;
}
.cid-uxDjAow2kF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxDjB8KKN2 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-uxDjB8KKN2 .mbr-media {
  position: relative;
}
.cid-uxDjB8KKN2 .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uxDjB8KKN2 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uxDjB8KKN2 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uxDjB8KKN2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uxDjB8KKN2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uxDjB8KKN2 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uxDjB8KKN2 .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uxDjB8KKN2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxDjB8KKN2 .mbr-section-title {
  color: #353535;
}
.cid-uxDjB8KKN2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uxDjBUCAbF {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #0e36cc;
}
.cid-uxDjBUCAbF .mbr-media {
  position: relative;
}
.cid-uxDjBUCAbF .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uxDjBUCAbF .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uxDjBUCAbF .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uxDjBUCAbF .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uxDjBUCAbF .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uxDjBUCAbF .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uxDjBUCAbF .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uxDjBUCAbF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxDjBUCAbF .mbr-section-title {
  color: #f4f4f4;
}
.cid-uxDjBUCAbF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxDjCINCtr {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-uxDjCINCtr .mbr-media {
  position: relative;
}
.cid-uxDjCINCtr .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uxDjCINCtr .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uxDjCINCtr .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uxDjCINCtr .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uxDjCINCtr .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uxDjCINCtr .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uxDjCINCtr .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uxDjCINCtr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxDjCINCtr .mbr-section-title {
  color: #353535;
}
.cid-uxDjCINCtr .mbr-section-subtitle {
  color: #000000;
}
.cid-uxDjDwjElc {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #0e36cc;
}
.cid-uxDjDwjElc .mbr-media {
  position: relative;
}
.cid-uxDjDwjElc .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uxDjDwjElc .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uxDjDwjElc .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uxDjDwjElc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uxDjDwjElc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uxDjDwjElc .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uxDjDwjElc .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uxDjDwjElc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxDjDwjElc .mbr-section-title {
  color: #f4f4f4;
}
.cid-uxDjDwjElc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxxg3NZrs7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #050b51;
  overflow: hidden;
}
.cid-uxxg3NZrs7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxxg3NZrs7 .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-uxxg3NZrs7 .container {
    padding: 0 30px;
  }
}
.cid-uxxg3NZrs7 .row {
  justify-content: center;
}
.cid-uxxg3NZrs7 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uxxg3NZrs7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxxg3NZrs7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:hover,
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:hover::before,
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f4f4f4;
}
.cid-uxxg3NZrs7 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .mbr-section-title {
  color: #bee0d6;
}
.cid-uxxg3NZrs7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxxg3NZrs7 .list {
  color: #bee0d6;
}
.cid-uxxg3NZrs7 .mbr-address {
  color: #f4f4f4;
}
.cid-uxxg3NZrs7 .mbr-copy {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .mbr-section-title,
.cid-uxxg3NZrs7 .logo-wrapper {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .list,
.cid-uxxg3NZrs7 .item-wrap,
.cid-uxxg3NZrs7 .nav-wrapper {
  color: #bbbbbb;
}
.cid-uxSQptScCO {
  background: transparent;
}
.cid-uxSQptScCO .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uxSQptScCO .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uxSQptScCO .nav-link {
  position: relative;
}
.cid-uxSQptScCO .nav-link:hover {
  color: #5d47e9 !important;
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uxSQptScCO .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uxSQptScCO .navbar.opened {
  transition: all 0.3s;
}
.cid-uxSQptScCO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxSQptScCO .navbar .navbar-logo img {
  width: auto;
}
.cid-uxSQptScCO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxSQptScCO .navbar.collapsed {
  justify-content: center;
}
.cid-uxSQptScCO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxSQptScCO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxSQptScCO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxSQptScCO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxSQptScCO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxSQptScCO .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-uxSQptScCO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxSQptScCO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxSQptScCO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxSQptScCO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxSQptScCO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxSQptScCO .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-uxSQptScCO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxSQptScCO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxSQptScCO .dropdown-item:hover,
.cid-uxSQptScCO .dropdown-item:focus {
  background: #5d47e9 !important;
  color: white !important;
}
.cid-uxSQptScCO .dropdown-item:hover span {
  color: white;
}
.cid-uxSQptScCO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxSQptScCO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxSQptScCO .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxSQptScCO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxSQptScCO .dropdown-menu,
.cid-uxSQptScCO .navbar.opened {
  background: #f4f4f4;
}
.cid-uxSQptScCO .nav-item:focus,
.cid-uxSQptScCO .nav-link:focus {
  outline: none;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxSQptScCO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxSQptScCO .dropdown-item.active,
.cid-uxSQptScCO .dropdown-item:active {
  background-color: transparent;
}
.cid-uxSQptScCO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxSQptScCO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxSQptScCO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxSQptScCO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxSQptScCO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e36cc;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uxSQptScCO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar {
    height: 70px;
  }
  .cid-uxSQptScCO .navbar.opened {
    height: auto;
  }
  .cid-uxSQptScCO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxSQptScCO .collapsed {
  background: transparent!important;
}
.cid-uxSQptScCO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxSQptScCO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxDLdMrWQs {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bps-101-certificate-2024-1046x807.webp");
}
.cid-uxDLdMrWQs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxDLdMrWQs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxDLdMrWQs .card {
  justify-content: flex-end;
}
.cid-uxDLdMrWQs .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uxDLdMrWQs .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uxDLdMrWQs .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uxDLdMrWQs .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uxDLdMrWQs .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxDLdMrWQs .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxDLdMrWQs .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uxDLdMrWQs .mbr-desc {
  color: #000000;
}
.cid-uxDLdMrWQs .mbr-text,
.cid-uxDLdMrWQs .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uxDLdMHaK4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #050b51;
}
.cid-uxDLdMHaK4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxDLdMHaK4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxDLdMHaK4 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uxDLdMHaK4 .content-wrapper .mbr-section-title span {
  color: #0e36cc;
}
.cid-uxDLdMHaK4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uxDLdMHaK4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uxDLdMHaK4 .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #bbbbbb, #0e36cc, #bbbbbb);
}
@media (max-width: 992px) {
  .cid-uxDLdMHaK4 .border-wrap {
    margin-top: 32px;
  }
}
.cid-uxDLdMHaK4 .mbr-section-title {
  color: #ffffff;
}
.cid-uxDLdMHaK4 .mbr-text,
.cid-uxDLdMHaK4 .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uxDLdMHaK4 .mbr-section-title,
.cid-uxDLdMHaK4 .mbr-section-btn {
  text-align: center;
}
.cid-uxDLdMWLkc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxDLdNdRoY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}
.cid-uxDLdNdRoY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxDLdNdRoY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxDLdNdRoY .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uxDLdNdRoY .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uxDLdNdRoY .mbr-name {
  color: #858585;
}
.cid-uxDLdNdRoY .mbr-text {
  color: #191c25;
}
.cid-uxDLdNdRoY .mbr-section-btn {
  text-align: center;
}
.cid-uxDLdNtN2y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #050b51;
  overflow: hidden;
}
.cid-uxDLdNtN2y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxDLdNtN2y .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-uxDLdNtN2y .container {
    padding: 0 30px;
  }
}
.cid-uxDLdNtN2y .row {
  justify-content: center;
}
.cid-uxDLdNtN2y .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxDLdNtN2y .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxDLdNtN2y .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxDLdNtN2y .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxDLdNtN2y .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uxDLdNtN2y .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxDLdNtN2y .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxDLdNtN2y .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxDLdNtN2y .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxDLdNtN2y .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uxDLdNtN2y .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxDLdNtN2y .nav-wrapper .list .item-wrap:hover,
.cid-uxDLdNtN2y .nav-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxDLdNtN2y .nav-wrapper .list .item-wrap:hover::before,
.cid-uxDLdNtN2y .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxDLdNtN2y .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
.cid-uxDLdNtN2y .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxDLdNtN2y .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxDLdNtN2y .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxDLdNtN2y .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxDLdNtN2y .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxDLdNtN2y .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uxDLdNtN2y .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxDLdNtN2y .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxDLdNtN2y .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uxDLdNtN2y .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #bbbbbb;
}
.cid-uxDLdNtN2y .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxDLdNtN2y .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxDLdNtN2y .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uxDLdNtN2y .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxDLdNtN2y .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxDLdNtN2y .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-uxDLdNtN2y .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxDLdNtN2y .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f4f4f4;
}
.cid-uxDLdNtN2y .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxDLdNtN2y .mbr-section-title {
  color: #bee0d6;
}
.cid-uxDLdNtN2y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxDLdNtN2y .list {
  color: #bee0d6;
}
.cid-uxDLdNtN2y .mbr-address {
  color: #f4f4f4;
}
.cid-uxDLdNtN2y .mbr-copy {
  color: #bbbbbb;
}
.cid-uxDLdNtN2y .mbr-section-title,
.cid-uxDLdNtN2y .logo-wrapper {
  color: #bbbbbb;
}
.cid-uxDLdNtN2y .list,
.cid-uxDLdNtN2y .item-wrap,
.cid-uxDLdNtN2y .nav-wrapper {
  color: #bbbbbb;
}
.cid-uxSQptScCO {
  background: transparent;
}
.cid-uxSQptScCO .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uxSQptScCO .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uxSQptScCO .nav-link {
  position: relative;
}
.cid-uxSQptScCO .nav-link:hover {
  color: #5d47e9 !important;
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uxSQptScCO .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uxSQptScCO .navbar.opened {
  transition: all 0.3s;
}
.cid-uxSQptScCO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxSQptScCO .navbar .navbar-logo img {
  width: auto;
}
.cid-uxSQptScCO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxSQptScCO .navbar.collapsed {
  justify-content: center;
}
.cid-uxSQptScCO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxSQptScCO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxSQptScCO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxSQptScCO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxSQptScCO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxSQptScCO .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-uxSQptScCO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxSQptScCO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxSQptScCO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxSQptScCO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxSQptScCO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxSQptScCO .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-uxSQptScCO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxSQptScCO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxSQptScCO .dropdown-item:hover,
.cid-uxSQptScCO .dropdown-item:focus {
  background: #5d47e9 !important;
  color: white !important;
}
.cid-uxSQptScCO .dropdown-item:hover span {
  color: white;
}
.cid-uxSQptScCO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxSQptScCO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxSQptScCO .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxSQptScCO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxSQptScCO .dropdown-menu,
.cid-uxSQptScCO .navbar.opened {
  background: #f4f4f4;
}
.cid-uxSQptScCO .nav-item:focus,
.cid-uxSQptScCO .nav-link:focus {
  outline: none;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxSQptScCO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxSQptScCO .dropdown-item.active,
.cid-uxSQptScCO .dropdown-item:active {
  background-color: transparent;
}
.cid-uxSQptScCO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxSQptScCO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxSQptScCO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxSQptScCO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxSQptScCO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e36cc;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uxSQptScCO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar {
    height: 70px;
  }
  .cid-uxSQptScCO .navbar.opened {
    height: auto;
  }
  .cid-uxSQptScCO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxSQptScCO .collapsed {
  background: transparent!important;
}
.cid-uxSQptScCO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxSQptScCO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxDU7LC7bb {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxDU7LC7bb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxDU7LC7bb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxDU7LC7bb .mbr-section-subtitle {
  background: black;
  width: fit-content;
  color: #ffffff;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}
.cid-uxDU7LC7bb .wrapper {
  background: #bbbbbb;
  padding: 3rem;
  border-radius: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uxDU7LC7bb .wrapper {
    padding: 2rem 1rem;
  }
  .cid-uxDU7LC7bb .wrapper .mbr-section-subtitle {
    margin: auto;
  }
}
.cid-uxDU7LC7bb .card {
  background: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uxDU7LC7bb .card {
    padding: 2rem 1rem;
  }
}
.cid-uxDU7LC7bb .mbr-section-title {
  color: #000000;
}
.cid-uxDU7LC7bb .mbr-text,
.cid-uxDU7LC7bb .mbr-section-btn {
  color: #000000;
}
.cid-uxDU7LC7bb .mbr-title {
  color: #000000;
}
.cid-uxxg3NZrs7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #050b51;
  overflow: hidden;
}
.cid-uxxg3NZrs7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxxg3NZrs7 .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-uxxg3NZrs7 .container {
    padding: 0 30px;
  }
}
.cid-uxxg3NZrs7 .row {
  justify-content: center;
}
.cid-uxxg3NZrs7 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uxxg3NZrs7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxxg3NZrs7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:hover,
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:hover::before,
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f4f4f4;
}
.cid-uxxg3NZrs7 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .mbr-section-title {
  color: #bee0d6;
}
.cid-uxxg3NZrs7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxxg3NZrs7 .list {
  color: #bee0d6;
}
.cid-uxxg3NZrs7 .mbr-address {
  color: #f4f4f4;
}
.cid-uxxg3NZrs7 .mbr-copy {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .mbr-section-title,
.cid-uxxg3NZrs7 .logo-wrapper {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .list,
.cid-uxxg3NZrs7 .item-wrap,
.cid-uxxg3NZrs7 .nav-wrapper {
  color: #bbbbbb;
}
.cid-uxSQptScCO {
  background: transparent;
}
.cid-uxSQptScCO .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uxSQptScCO .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uxSQptScCO .nav-link {
  position: relative;
}
.cid-uxSQptScCO .nav-link:hover {
  color: #5d47e9 !important;
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uxSQptScCO .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uxSQptScCO .navbar.opened {
  transition: all 0.3s;
}
.cid-uxSQptScCO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxSQptScCO .navbar .navbar-logo img {
  width: auto;
}
.cid-uxSQptScCO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxSQptScCO .navbar.collapsed {
  justify-content: center;
}
.cid-uxSQptScCO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxSQptScCO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxSQptScCO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxSQptScCO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxSQptScCO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxSQptScCO .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-uxSQptScCO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxSQptScCO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxSQptScCO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxSQptScCO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxSQptScCO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxSQptScCO .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-uxSQptScCO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxSQptScCO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxSQptScCO .dropdown-item:hover,
.cid-uxSQptScCO .dropdown-item:focus {
  background: #5d47e9 !important;
  color: white !important;
}
.cid-uxSQptScCO .dropdown-item:hover span {
  color: white;
}
.cid-uxSQptScCO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxSQptScCO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxSQptScCO .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxSQptScCO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxSQptScCO .dropdown-menu,
.cid-uxSQptScCO .navbar.opened {
  background: #f4f4f4;
}
.cid-uxSQptScCO .nav-item:focus,
.cid-uxSQptScCO .nav-link:focus {
  outline: none;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxSQptScCO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxSQptScCO .dropdown-item.active,
.cid-uxSQptScCO .dropdown-item:active {
  background-color: transparent;
}
.cid-uxSQptScCO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxSQptScCO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxSQptScCO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxSQptScCO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxSQptScCO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e36cc;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uxSQptScCO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar {
    height: 70px;
  }
  .cid-uxSQptScCO .navbar.opened {
    height: auto;
  }
  .cid-uxSQptScCO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxSQptScCO .collapsed {
  background: transparent!important;
}
.cid-uxSQptScCO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxSQptScCO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxE2FCTmmP {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-uxE2FCTmmP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxE2FCTmmP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxE2FCTmmP .mbr-section-subtitle {
  background: black;
  width: fit-content;
  color: #ffffff;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}
.cid-uxE2FCTmmP .wrapper {
  background: #f4f4f4;
  padding: 3rem;
  border-radius: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uxE2FCTmmP .wrapper {
    padding: 2rem 1rem;
  }
  .cid-uxE2FCTmmP .wrapper .mbr-section-subtitle {
    margin: auto;
  }
}
.cid-uxE2FCTmmP .card {
  background: #ffe885;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uxE2FCTmmP .card {
    padding: 2rem 1rem;
  }
}
.cid-uxE2FCTmmP .mbr-section-title {
  color: #000000;
}
.cid-uxE2FCTmmP .mbr-text,
.cid-uxE2FCTmmP .mbr-section-btn {
  color: #000000;
}
.cid-uxE2FCTmmP .mbr-title {
  color: #e6c63b;
}
.cid-uxE2FDkHgo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #050b51;
  overflow: hidden;
}
.cid-uxE2FDkHgo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxE2FDkHgo .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-uxE2FDkHgo .container {
    padding: 0 30px;
  }
}
.cid-uxE2FDkHgo .row {
  justify-content: center;
}
.cid-uxE2FDkHgo .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxE2FDkHgo .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxE2FDkHgo .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxE2FDkHgo .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxE2FDkHgo .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uxE2FDkHgo .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxE2FDkHgo .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxE2FDkHgo .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxE2FDkHgo .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxE2FDkHgo .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uxE2FDkHgo .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxE2FDkHgo .nav-wrapper .list .item-wrap:hover,
.cid-uxE2FDkHgo .nav-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxE2FDkHgo .nav-wrapper .list .item-wrap:hover::before,
.cid-uxE2FDkHgo .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxE2FDkHgo .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
.cid-uxE2FDkHgo .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxE2FDkHgo .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxE2FDkHgo .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxE2FDkHgo .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxE2FDkHgo .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxE2FDkHgo .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uxE2FDkHgo .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxE2FDkHgo .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxE2FDkHgo .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uxE2FDkHgo .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #bbbbbb;
}
.cid-uxE2FDkHgo .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxE2FDkHgo .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxE2FDkHgo .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uxE2FDkHgo .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxE2FDkHgo .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxE2FDkHgo .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-uxE2FDkHgo .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxE2FDkHgo .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f4f4f4;
}
.cid-uxE2FDkHgo .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxE2FDkHgo .mbr-section-title {
  color: #bee0d6;
}
.cid-uxE2FDkHgo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxE2FDkHgo .list {
  color: #bee0d6;
}
.cid-uxE2FDkHgo .mbr-address {
  color: #f4f4f4;
}
.cid-uxE2FDkHgo .mbr-copy {
  color: #bbbbbb;
}
.cid-uxE2FDkHgo .mbr-section-title,
.cid-uxE2FDkHgo .logo-wrapper {
  color: #bbbbbb;
}
.cid-uxE2FDkHgo .list,
.cid-uxE2FDkHgo .item-wrap,
.cid-uxE2FDkHgo .nav-wrapper {
  color: #bbbbbb;
}
.cid-uxSQptScCO {
  background: transparent;
}
.cid-uxSQptScCO .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uxSQptScCO .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uxSQptScCO .nav-link {
  position: relative;
}
.cid-uxSQptScCO .nav-link:hover {
  color: #5d47e9 !important;
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uxSQptScCO .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uxSQptScCO .navbar.opened {
  transition: all 0.3s;
}
.cid-uxSQptScCO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxSQptScCO .navbar .navbar-logo img {
  width: auto;
}
.cid-uxSQptScCO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxSQptScCO .navbar.collapsed {
  justify-content: center;
}
.cid-uxSQptScCO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxSQptScCO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxSQptScCO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxSQptScCO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxSQptScCO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxSQptScCO .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-uxSQptScCO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxSQptScCO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxSQptScCO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxSQptScCO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxSQptScCO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxSQptScCO .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-uxSQptScCO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxSQptScCO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxSQptScCO .dropdown-item:hover,
.cid-uxSQptScCO .dropdown-item:focus {
  background: #5d47e9 !important;
  color: white !important;
}
.cid-uxSQptScCO .dropdown-item:hover span {
  color: white;
}
.cid-uxSQptScCO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxSQptScCO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxSQptScCO .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxSQptScCO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxSQptScCO .dropdown-menu,
.cid-uxSQptScCO .navbar.opened {
  background: #f4f4f4;
}
.cid-uxSQptScCO .nav-item:focus,
.cid-uxSQptScCO .nav-link:focus {
  outline: none;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxSQptScCO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxSQptScCO .dropdown-item.active,
.cid-uxSQptScCO .dropdown-item:active {
  background-color: transparent;
}
.cid-uxSQptScCO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxSQptScCO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxSQptScCO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxSQptScCO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxSQptScCO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e36cc;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uxSQptScCO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar {
    height: 70px;
  }
  .cid-uxSQptScCO .navbar.opened {
    height: auto;
  }
  .cid-uxSQptScCO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxSQptScCO .collapsed {
  background: transparent!important;
}
.cid-uxSQptScCO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxSQptScCO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxEaWBF4Hu {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxEaWBF4Hu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxEaWBF4Hu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxEaWBF4Hu .mbr-section-subtitle {
  background: black;
  width: fit-content;
  color: #ffffff;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}
.cid-uxEaWBF4Hu .wrapper {
  background: #bbbbbb;
  padding: 3rem;
  border-radius: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uxEaWBF4Hu .wrapper {
    padding: 2rem 1rem;
  }
  .cid-uxEaWBF4Hu .wrapper .mbr-section-subtitle {
    margin: auto;
  }
}
.cid-uxEaWBF4Hu .card {
  background: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uxEaWBF4Hu .card {
    padding: 2rem 1rem;
  }
}
.cid-uxEaWBF4Hu .mbr-section-title {
  color: #000000;
}
.cid-uxEaWBF4Hu .mbr-text,
.cid-uxEaWBF4Hu .mbr-section-btn {
  color: #000000;
}
.cid-uxEaWBF4Hu .mbr-title {
  color: #000000;
}
.cid-uxEg9rTpJX {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxEg9rTpJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxEg9rTpJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxEg9rTpJX .mbr-section-subtitle {
  background: black;
  width: fit-content;
  color: #ffffff;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}
.cid-uxEg9rTpJX .wrapper {
  background: #bbbbbb;
  padding: 3rem;
  border-radius: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uxEg9rTpJX .wrapper {
    padding: 2rem 1rem;
  }
  .cid-uxEg9rTpJX .wrapper .mbr-section-subtitle {
    margin: auto;
  }
}
.cid-uxEg9rTpJX .card {
  background: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uxEg9rTpJX .card {
    padding: 2rem 1rem;
  }
}
.cid-uxEg9rTpJX .mbr-section-title {
  color: #000000;
}
.cid-uxEg9rTpJX .mbr-text,
.cid-uxEg9rTpJX .mbr-section-btn {
  color: #000000;
}
.cid-uxEg9rTpJX .mbr-title {
  color: #000000;
}
.cid-uxEaWBUIsL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #050b51;
  overflow: hidden;
}
.cid-uxEaWBUIsL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxEaWBUIsL .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-uxEaWBUIsL .container {
    padding: 0 30px;
  }
}
.cid-uxEaWBUIsL .row {
  justify-content: center;
}
.cid-uxEaWBUIsL .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxEaWBUIsL .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxEaWBUIsL .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxEaWBUIsL .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxEaWBUIsL .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uxEaWBUIsL .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxEaWBUIsL .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxEaWBUIsL .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxEaWBUIsL .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxEaWBUIsL .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uxEaWBUIsL .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxEaWBUIsL .nav-wrapper .list .item-wrap:hover,
.cid-uxEaWBUIsL .nav-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxEaWBUIsL .nav-wrapper .list .item-wrap:hover::before,
.cid-uxEaWBUIsL .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxEaWBUIsL .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
.cid-uxEaWBUIsL .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxEaWBUIsL .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxEaWBUIsL .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxEaWBUIsL .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxEaWBUIsL .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxEaWBUIsL .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uxEaWBUIsL .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxEaWBUIsL .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxEaWBUIsL .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uxEaWBUIsL .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #bbbbbb;
}
.cid-uxEaWBUIsL .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxEaWBUIsL .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxEaWBUIsL .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uxEaWBUIsL .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxEaWBUIsL .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxEaWBUIsL .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-uxEaWBUIsL .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxEaWBUIsL .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f4f4f4;
}
.cid-uxEaWBUIsL .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxEaWBUIsL .mbr-section-title {
  color: #bee0d6;
}
.cid-uxEaWBUIsL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxEaWBUIsL .list {
  color: #bee0d6;
}
.cid-uxEaWBUIsL .mbr-address {
  color: #f4f4f4;
}
.cid-uxEaWBUIsL .mbr-copy {
  color: #bbbbbb;
}
.cid-uxEaWBUIsL .mbr-section-title,
.cid-uxEaWBUIsL .logo-wrapper {
  color: #bbbbbb;
}
.cid-uxEaWBUIsL .list,
.cid-uxEaWBUIsL .item-wrap,
.cid-uxEaWBUIsL .nav-wrapper {
  color: #bbbbbb;
}
.cid-uxSQptScCO {
  background: transparent;
}
.cid-uxSQptScCO .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uxSQptScCO .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uxSQptScCO .nav-link {
  position: relative;
}
.cid-uxSQptScCO .nav-link:hover {
  color: #5d47e9 !important;
}
@media (max-width: 992px) {
  .cid-uxSQptScCO .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uxSQptScCO .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uxSQptScCO .navbar.opened {
  transition: all 0.3s;
}
.cid-uxSQptScCO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxSQptScCO .navbar .navbar-logo img {
  width: auto;
}
.cid-uxSQptScCO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxSQptScCO .navbar.collapsed {
  justify-content: center;
}
.cid-uxSQptScCO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxSQptScCO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxSQptScCO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxSQptScCO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxSQptScCO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxSQptScCO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxSQptScCO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxSQptScCO .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-uxSQptScCO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxSQptScCO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxSQptScCO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxSQptScCO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxSQptScCO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxSQptScCO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxSQptScCO .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-uxSQptScCO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxSQptScCO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxSQptScCO .dropdown-item:hover,
.cid-uxSQptScCO .dropdown-item:focus {
  background: #5d47e9 !important;
  color: white !important;
}
.cid-uxSQptScCO .dropdown-item:hover span {
  color: white;
}
.cid-uxSQptScCO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxSQptScCO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxSQptScCO .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxSQptScCO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxSQptScCO .dropdown-menu,
.cid-uxSQptScCO .navbar.opened {
  background: #f4f4f4;
}
.cid-uxSQptScCO .nav-item:focus,
.cid-uxSQptScCO .nav-link:focus {
  outline: none;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxSQptScCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxSQptScCO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxSQptScCO .dropdown-item.active,
.cid-uxSQptScCO .dropdown-item:active {
  background-color: transparent;
}
.cid-uxSQptScCO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxSQptScCO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uxSQptScCO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxSQptScCO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxSQptScCO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxSQptScCO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxSQptScCO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e36cc;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSQptScCO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxSQptScCO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSQptScCO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uxSQptScCO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxSQptScCO .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-uxSQptScCO .navbar {
    height: 70px;
  }
  .cid-uxSQptScCO .navbar.opened {
    height: auto;
  }
  .cid-uxSQptScCO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxSQptScCO .collapsed {
  background: transparent!important;
}
.cid-uxSQptScCO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxSQptScCO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uy5FxGSr4N {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #f4f4f4;
}
.cid-uy5FxGSr4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy5FxGSr4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uy5FxGSr4N .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-uy5FxGSr4N .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uy5FxGSr4N .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uy5FxGSr4N .image-wrapper {
  padding: 0;
}
.cid-uy5FxGSr4N .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
.cid-uxxg3NZrs7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #050b51;
  overflow: hidden;
}
.cid-uxxg3NZrs7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxxg3NZrs7 .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-uxxg3NZrs7 .container {
    padding: 0 30px;
  }
}
.cid-uxxg3NZrs7 .row {
  justify-content: center;
}
.cid-uxxg3NZrs7 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uxxg3NZrs7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxxg3NZrs7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:hover,
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:hover::before,
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
.cid-uxxg3NZrs7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-uxxg3NZrs7 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxxg3NZrs7 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f4f4f4;
}
.cid-uxxg3NZrs7 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxxg3NZrs7 .mbr-section-title {
  color: #bee0d6;
}
.cid-uxxg3NZrs7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxxg3NZrs7 .list {
  color: #bee0d6;
}
.cid-uxxg3NZrs7 .mbr-address {
  color: #f4f4f4;
}
.cid-uxxg3NZrs7 .mbr-copy {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .mbr-section-title,
.cid-uxxg3NZrs7 .logo-wrapper {
  color: #bbbbbb;
}
.cid-uxxg3NZrs7 .list,
.cid-uxxg3NZrs7 .item-wrap,
.cid-uxxg3NZrs7 .nav-wrapper {
  color: #bbbbbb;
}
.cid-uy5G4bgN0j {
  background: transparent;
}
.cid-uy5G4bgN0j .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uy5G4bgN0j .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uy5G4bgN0j .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uy5G4bgN0j .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uy5G4bgN0j .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uy5G4bgN0j .nav-link {
  position: relative;
}
.cid-uy5G4bgN0j .nav-link:hover {
  color: #5d47e9 !important;
}
@media (max-width: 992px) {
  .cid-uy5G4bgN0j .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uy5G4bgN0j .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uy5G4bgN0j .navbar.opened {
  transition: all 0.3s;
}
.cid-uy5G4bgN0j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uy5G4bgN0j .navbar .navbar-logo img {
  width: auto;
}
.cid-uy5G4bgN0j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uy5G4bgN0j .navbar.collapsed {
  justify-content: center;
}
.cid-uy5G4bgN0j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uy5G4bgN0j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uy5G4bgN0j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uy5G4bgN0j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uy5G4bgN0j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uy5G4bgN0j .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-uy5G4bgN0j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uy5G4bgN0j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uy5G4bgN0j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uy5G4bgN0j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uy5G4bgN0j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uy5G4bgN0j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uy5G4bgN0j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uy5G4bgN0j .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-uy5G4bgN0j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uy5G4bgN0j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uy5G4bgN0j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uy5G4bgN0j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uy5G4bgN0j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uy5G4bgN0j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uy5G4bgN0j .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-uy5G4bgN0j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uy5G4bgN0j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uy5G4bgN0j .dropdown-item:hover,
.cid-uy5G4bgN0j .dropdown-item:focus {
  background: #5d47e9 !important;
  color: white !important;
}
.cid-uy5G4bgN0j .dropdown-item:hover span {
  color: white;
}
.cid-uy5G4bgN0j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uy5G4bgN0j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uy5G4bgN0j .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uy5G4bgN0j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uy5G4bgN0j .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uy5G4bgN0j .dropdown-menu,
.cid-uy5G4bgN0j .navbar.opened {
  background: #f4f4f4;
}
.cid-uy5G4bgN0j .nav-item:focus,
.cid-uy5G4bgN0j .nav-link:focus {
  outline: none;
}
.cid-uy5G4bgN0j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uy5G4bgN0j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uy5G4bgN0j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uy5G4bgN0j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uy5G4bgN0j .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-uy5G4bgN0j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uy5G4bgN0j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uy5G4bgN0j .dropdown-item.active,
.cid-uy5G4bgN0j .dropdown-item:active {
  background-color: transparent;
}
.cid-uy5G4bgN0j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uy5G4bgN0j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uy5G4bgN0j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uy5G4bgN0j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uy5G4bgN0j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uy5G4bgN0j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uy5G4bgN0j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uy5G4bgN0j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uy5G4bgN0j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uy5G4bgN0j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e36cc;
}
.cid-uy5G4bgN0j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uy5G4bgN0j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy5G4bgN0j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy5G4bgN0j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uy5G4bgN0j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy5G4bgN0j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uy5G4bgN0j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uy5G4bgN0j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy5G4bgN0j .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uy5G4bgN0j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uy5G4bgN0j .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-uy5G4bgN0j .navbar {
    height: 70px;
  }
  .cid-uy5G4bgN0j .navbar.opened {
    height: auto;
  }
  .cid-uy5G4bgN0j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uy5G4bgN0j .collapsed {
  background: transparent!important;
}
.cid-uy5G4bgN0j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uy5G4bgN0j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uy5G4bAr6p {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #f4f4f4;
}
.cid-uy5G4bAr6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy5G4bAr6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uy5G4bAr6p .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-uy5G4bAr6p .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uy5G4bAr6p .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uy5G4bAr6p .image-wrapper {
  padding: 0;
}
.cid-uy5G4bAr6p .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
.cid-uy5G4bNVCf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #050b51;
  overflow: hidden;
}
.cid-uy5G4bNVCf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy5G4bNVCf .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-uy5G4bNVCf .container {
    padding: 0 30px;
  }
}
.cid-uy5G4bNVCf .row {
  justify-content: center;
}
.cid-uy5G4bNVCf .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uy5G4bNVCf .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uy5G4bNVCf .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uy5G4bNVCf .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uy5G4bNVCf .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uy5G4bNVCf .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uy5G4bNVCf .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uy5G4bNVCf .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uy5G4bNVCf .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uy5G4bNVCf .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uy5G4bNVCf .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uy5G4bNVCf .nav-wrapper .list .item-wrap:hover,
.cid-uy5G4bNVCf .nav-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uy5G4bNVCf .nav-wrapper .list .item-wrap:hover::before,
.cid-uy5G4bNVCf .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uy5G4bNVCf .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
.cid-uy5G4bNVCf .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uy5G4bNVCf .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uy5G4bNVCf .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uy5G4bNVCf .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uy5G4bNVCf .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uy5G4bNVCf .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uy5G4bNVCf .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uy5G4bNVCf .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uy5G4bNVCf .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uy5G4bNVCf .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #bbbbbb;
}
.cid-uy5G4bNVCf .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uy5G4bNVCf .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uy5G4bNVCf .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uy5G4bNVCf .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uy5G4bNVCf .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uy5G4bNVCf .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-uy5G4bNVCf .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uy5G4bNVCf .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f4f4f4;
}
.cid-uy5G4bNVCf .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uy5G4bNVCf .mbr-section-title {
  color: #bee0d6;
}
.cid-uy5G4bNVCf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uy5G4bNVCf .list {
  color: #bee0d6;
}
.cid-uy5G4bNVCf .mbr-address {
  color: #f4f4f4;
}
.cid-uy5G4bNVCf .mbr-copy {
  color: #bbbbbb;
}
.cid-uy5G4bNVCf .mbr-section-title,
.cid-uy5G4bNVCf .logo-wrapper {
  color: #bbbbbb;
}
.cid-uy5G4bNVCf .list,
.cid-uy5G4bNVCf .item-wrap,
.cid-uy5G4bNVCf .nav-wrapper {
  color: #bbbbbb;
}
.cid-uy5HKfy9r3 {
  background: transparent;
}
.cid-uy5HKfy9r3 .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uy5HKfy9r3 .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uy5HKfy9r3 .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uy5HKfy9r3 .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uy5HKfy9r3 .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uy5HKfy9r3 .nav-link {
  position: relative;
}
.cid-uy5HKfy9r3 .nav-link:hover {
  color: #5d47e9 !important;
}
@media (max-width: 992px) {
  .cid-uy5HKfy9r3 .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uy5HKfy9r3 .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uy5HKfy9r3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uy5HKfy9r3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uy5HKfy9r3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uy5HKfy9r3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uy5HKfy9r3 .navbar.collapsed {
  justify-content: center;
}
.cid-uy5HKfy9r3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uy5HKfy9r3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uy5HKfy9r3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uy5HKfy9r3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uy5HKfy9r3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uy5HKfy9r3 .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-uy5HKfy9r3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uy5HKfy9r3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uy5HKfy9r3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uy5HKfy9r3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uy5HKfy9r3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uy5HKfy9r3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uy5HKfy9r3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uy5HKfy9r3 .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-uy5HKfy9r3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uy5HKfy9r3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uy5HKfy9r3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uy5HKfy9r3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uy5HKfy9r3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uy5HKfy9r3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uy5HKfy9r3 .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-uy5HKfy9r3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uy5HKfy9r3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uy5HKfy9r3 .dropdown-item:hover,
.cid-uy5HKfy9r3 .dropdown-item:focus {
  background: #5d47e9 !important;
  color: white !important;
}
.cid-uy5HKfy9r3 .dropdown-item:hover span {
  color: white;
}
.cid-uy5HKfy9r3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uy5HKfy9r3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uy5HKfy9r3 .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uy5HKfy9r3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uy5HKfy9r3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uy5HKfy9r3 .dropdown-menu,
.cid-uy5HKfy9r3 .navbar.opened {
  background: #f4f4f4;
}
.cid-uy5HKfy9r3 .nav-item:focus,
.cid-uy5HKfy9r3 .nav-link:focus {
  outline: none;
}
.cid-uy5HKfy9r3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uy5HKfy9r3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uy5HKfy9r3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uy5HKfy9r3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uy5HKfy9r3 .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-uy5HKfy9r3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uy5HKfy9r3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uy5HKfy9r3 .dropdown-item.active,
.cid-uy5HKfy9r3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uy5HKfy9r3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uy5HKfy9r3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uy5HKfy9r3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uy5HKfy9r3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uy5HKfy9r3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uy5HKfy9r3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uy5HKfy9r3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uy5HKfy9r3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uy5HKfy9r3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uy5HKfy9r3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e36cc;
}
.cid-uy5HKfy9r3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uy5HKfy9r3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy5HKfy9r3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy5HKfy9r3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uy5HKfy9r3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy5HKfy9r3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uy5HKfy9r3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uy5HKfy9r3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy5HKfy9r3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uy5HKfy9r3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uy5HKfy9r3 .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-uy5HKfy9r3 .navbar {
    height: 70px;
  }
  .cid-uy5HKfy9r3 .navbar.opened {
    height: auto;
  }
  .cid-uy5HKfy9r3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uy5HKfy9r3 .collapsed {
  background: transparent!important;
}
.cid-uy5HKfy9r3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uy5HKfy9r3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uy5HKfSpvO {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #f4f4f4;
}
.cid-uy5HKfSpvO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy5HKfSpvO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uy5HKfSpvO .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-uy5HKfSpvO .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uy5HKfSpvO .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uy5HKfSpvO .image-wrapper {
  padding: 0;
}
.cid-uy5HKfSpvO .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
.cid-uy5HKgcFZD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #050b51;
  overflow: hidden;
}
.cid-uy5HKgcFZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy5HKgcFZD .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-uy5HKgcFZD .container {
    padding: 0 30px;
  }
}
.cid-uy5HKgcFZD .row {
  justify-content: center;
}
.cid-uy5HKgcFZD .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uy5HKgcFZD .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uy5HKgcFZD .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uy5HKgcFZD .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uy5HKgcFZD .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uy5HKgcFZD .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uy5HKgcFZD .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uy5HKgcFZD .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uy5HKgcFZD .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uy5HKgcFZD .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uy5HKgcFZD .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uy5HKgcFZD .nav-wrapper .list .item-wrap:hover,
.cid-uy5HKgcFZD .nav-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uy5HKgcFZD .nav-wrapper .list .item-wrap:hover::before,
.cid-uy5HKgcFZD .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uy5HKgcFZD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
.cid-uy5HKgcFZD .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uy5HKgcFZD .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uy5HKgcFZD .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uy5HKgcFZD .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uy5HKgcFZD .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uy5HKgcFZD .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uy5HKgcFZD .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uy5HKgcFZD .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uy5HKgcFZD .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uy5HKgcFZD .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #bbbbbb;
}
.cid-uy5HKgcFZD .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uy5HKgcFZD .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uy5HKgcFZD .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uy5HKgcFZD .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uy5HKgcFZD .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uy5HKgcFZD .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-uy5HKgcFZD .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uy5HKgcFZD .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f4f4f4;
}
.cid-uy5HKgcFZD .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uy5HKgcFZD .mbr-section-title {
  color: #bee0d6;
}
.cid-uy5HKgcFZD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uy5HKgcFZD .list {
  color: #bee0d6;
}
.cid-uy5HKgcFZD .mbr-address {
  color: #f4f4f4;
}
.cid-uy5HKgcFZD .mbr-copy {
  color: #bbbbbb;
}
.cid-uy5HKgcFZD .mbr-section-title,
.cid-uy5HKgcFZD .logo-wrapper {
  color: #bbbbbb;
}
.cid-uy5HKgcFZD .list,
.cid-uy5HKgcFZD .item-wrap,
.cid-uy5HKgcFZD .nav-wrapper {
  color: #bbbbbb;
}
.cid-uy5I5rw4ll {
  background: transparent;
}
.cid-uy5I5rw4ll .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uy5I5rw4ll .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uy5I5rw4ll .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uy5I5rw4ll .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uy5I5rw4ll .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uy5I5rw4ll .nav-link {
  position: relative;
}
.cid-uy5I5rw4ll .nav-link:hover {
  color: #5d47e9 !important;
}
@media (max-width: 992px) {
  .cid-uy5I5rw4ll .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uy5I5rw4ll .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uy5I5rw4ll .navbar.opened {
  transition: all 0.3s;
}
.cid-uy5I5rw4ll .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uy5I5rw4ll .navbar .navbar-logo img {
  width: auto;
}
.cid-uy5I5rw4ll .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uy5I5rw4ll .navbar.collapsed {
  justify-content: center;
}
.cid-uy5I5rw4ll .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uy5I5rw4ll .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uy5I5rw4ll .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uy5I5rw4ll .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uy5I5rw4ll .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uy5I5rw4ll .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-uy5I5rw4ll .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uy5I5rw4ll .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uy5I5rw4ll .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uy5I5rw4ll .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uy5I5rw4ll .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uy5I5rw4ll .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uy5I5rw4ll .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uy5I5rw4ll .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-uy5I5rw4ll .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uy5I5rw4ll .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uy5I5rw4ll .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uy5I5rw4ll .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uy5I5rw4ll .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uy5I5rw4ll .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uy5I5rw4ll .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-uy5I5rw4ll .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uy5I5rw4ll .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uy5I5rw4ll .dropdown-item:hover,
.cid-uy5I5rw4ll .dropdown-item:focus {
  background: #5d47e9 !important;
  color: white !important;
}
.cid-uy5I5rw4ll .dropdown-item:hover span {
  color: white;
}
.cid-uy5I5rw4ll .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uy5I5rw4ll .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uy5I5rw4ll .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uy5I5rw4ll .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uy5I5rw4ll .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uy5I5rw4ll .dropdown-menu,
.cid-uy5I5rw4ll .navbar.opened {
  background: #f4f4f4;
}
.cid-uy5I5rw4ll .nav-item:focus,
.cid-uy5I5rw4ll .nav-link:focus {
  outline: none;
}
.cid-uy5I5rw4ll .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uy5I5rw4ll .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uy5I5rw4ll .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uy5I5rw4ll .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uy5I5rw4ll .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-uy5I5rw4ll .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uy5I5rw4ll .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uy5I5rw4ll .dropdown-item.active,
.cid-uy5I5rw4ll .dropdown-item:active {
  background-color: transparent;
}
.cid-uy5I5rw4ll .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uy5I5rw4ll .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uy5I5rw4ll .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uy5I5rw4ll .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uy5I5rw4ll .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uy5I5rw4ll .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uy5I5rw4ll ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uy5I5rw4ll .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uy5I5rw4ll button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uy5I5rw4ll button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e36cc;
}
.cid-uy5I5rw4ll button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uy5I5rw4ll button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy5I5rw4ll button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy5I5rw4ll button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uy5I5rw4ll nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy5I5rw4ll nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uy5I5rw4ll nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uy5I5rw4ll nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy5I5rw4ll .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uy5I5rw4ll a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uy5I5rw4ll .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-uy5I5rw4ll .navbar {
    height: 70px;
  }
  .cid-uy5I5rw4ll .navbar.opened {
    height: auto;
  }
  .cid-uy5I5rw4ll .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uy5I5rw4ll .collapsed {
  background: transparent!important;
}
.cid-uy5I5rw4ll .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uy5I5rw4ll .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uy5I5rPrIy {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #f4f4f4;
}
.cid-uy5I5rPrIy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy5I5rPrIy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uy5I5rPrIy .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-uy5I5rPrIy .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uy5I5rPrIy .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uy5I5rPrIy .image-wrapper {
  padding: 0;
}
.cid-uy5I5rPrIy .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
.cid-uy5I5s22JN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #050b51;
  overflow: hidden;
}
.cid-uy5I5s22JN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy5I5s22JN .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-uy5I5s22JN .container {
    padding: 0 30px;
  }
}
.cid-uy5I5s22JN .row {
  justify-content: center;
}
.cid-uy5I5s22JN .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uy5I5s22JN .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uy5I5s22JN .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uy5I5s22JN .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uy5I5s22JN .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uy5I5s22JN .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uy5I5s22JN .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uy5I5s22JN .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uy5I5s22JN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uy5I5s22JN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uy5I5s22JN .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uy5I5s22JN .nav-wrapper .list .item-wrap:hover,
.cid-uy5I5s22JN .nav-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uy5I5s22JN .nav-wrapper .list .item-wrap:hover::before,
.cid-uy5I5s22JN .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uy5I5s22JN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
.cid-uy5I5s22JN .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uy5I5s22JN .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uy5I5s22JN .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uy5I5s22JN .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uy5I5s22JN .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uy5I5s22JN .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uy5I5s22JN .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uy5I5s22JN .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uy5I5s22JN .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uy5I5s22JN .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #bbbbbb;
}
.cid-uy5I5s22JN .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uy5I5s22JN .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uy5I5s22JN .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uy5I5s22JN .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uy5I5s22JN .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uy5I5s22JN .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-uy5I5s22JN .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uy5I5s22JN .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f4f4f4;
}
.cid-uy5I5s22JN .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uy5I5s22JN .mbr-section-title {
  color: #bee0d6;
}
.cid-uy5I5s22JN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uy5I5s22JN .list {
  color: #bee0d6;
}
.cid-uy5I5s22JN .mbr-address {
  color: #f4f4f4;
}
.cid-uy5I5s22JN .mbr-copy {
  color: #bbbbbb;
}
.cid-uy5I5s22JN .mbr-section-title,
.cid-uy5I5s22JN .logo-wrapper {
  color: #bbbbbb;
}
.cid-uy5I5s22JN .list,
.cid-uy5I5s22JN .item-wrap,
.cid-uy5I5s22JN .nav-wrapper {
  color: #bbbbbb;
}
.cid-uy5JMVDkmX {
  background: transparent;
}
.cid-uy5JMVDkmX .navbar-nav {
  background: #f4f4f4;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uy5JMVDkmX .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uy5JMVDkmX .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uy5JMVDkmX .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uy5JMVDkmX .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uy5JMVDkmX .nav-link {
  position: relative;
}
.cid-uy5JMVDkmX .nav-link:hover {
  color: #5d47e9 !important;
}
@media (max-width: 992px) {
  .cid-uy5JMVDkmX .navbar-collapse {
    background: #f4f4f4;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uy5JMVDkmX .navbar {
  min-height: 50px;
  background: #f4f4f4;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uy5JMVDkmX .navbar.opened {
  transition: all 0.3s;
}
.cid-uy5JMVDkmX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uy5JMVDkmX .navbar .navbar-logo img {
  width: auto;
}
.cid-uy5JMVDkmX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uy5JMVDkmX .navbar.collapsed {
  justify-content: center;
}
.cid-uy5JMVDkmX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uy5JMVDkmX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uy5JMVDkmX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uy5JMVDkmX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uy5JMVDkmX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uy5JMVDkmX .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-uy5JMVDkmX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uy5JMVDkmX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uy5JMVDkmX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uy5JMVDkmX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uy5JMVDkmX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uy5JMVDkmX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uy5JMVDkmX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uy5JMVDkmX .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-uy5JMVDkmX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uy5JMVDkmX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uy5JMVDkmX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uy5JMVDkmX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uy5JMVDkmX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uy5JMVDkmX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uy5JMVDkmX .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-uy5JMVDkmX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uy5JMVDkmX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uy5JMVDkmX .dropdown-item:hover,
.cid-uy5JMVDkmX .dropdown-item:focus {
  background: #5d47e9 !important;
  color: white !important;
}
.cid-uy5JMVDkmX .dropdown-item:hover span {
  color: white;
}
.cid-uy5JMVDkmX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uy5JMVDkmX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uy5JMVDkmX .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uy5JMVDkmX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uy5JMVDkmX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uy5JMVDkmX .dropdown-menu,
.cid-uy5JMVDkmX .navbar.opened {
  background: #f4f4f4;
}
.cid-uy5JMVDkmX .nav-item:focus,
.cid-uy5JMVDkmX .nav-link:focus {
  outline: none;
}
.cid-uy5JMVDkmX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uy5JMVDkmX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uy5JMVDkmX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uy5JMVDkmX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uy5JMVDkmX .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-uy5JMVDkmX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uy5JMVDkmX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uy5JMVDkmX .dropdown-item.active,
.cid-uy5JMVDkmX .dropdown-item:active {
  background-color: transparent;
}
.cid-uy5JMVDkmX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uy5JMVDkmX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uy5JMVDkmX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uy5JMVDkmX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uy5JMVDkmX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uy5JMVDkmX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uy5JMVDkmX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uy5JMVDkmX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uy5JMVDkmX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uy5JMVDkmX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e36cc;
}
.cid-uy5JMVDkmX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uy5JMVDkmX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy5JMVDkmX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy5JMVDkmX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uy5JMVDkmX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy5JMVDkmX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uy5JMVDkmX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uy5JMVDkmX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy5JMVDkmX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uy5JMVDkmX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uy5JMVDkmX .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-uy5JMVDkmX .navbar {
    height: 70px;
  }
  .cid-uy5JMVDkmX .navbar.opened {
    height: auto;
  }
  .cid-uy5JMVDkmX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uy5JMVDkmX .collapsed {
  background: transparent!important;
}
.cid-uy5JMVDkmX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uy5JMVDkmX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uy5JMVYjkc {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #f4f4f4;
}
.cid-uy5JMVYjkc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy5JMVYjkc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uy5JMVYjkc .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-uy5JMVYjkc .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uy5JMVYjkc .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uy5JMVYjkc .image-wrapper {
  padding: 0;
}
.cid-uy5JMVYjkc .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
.cid-uy5JMWe5Mz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #050b51;
  overflow: hidden;
}
.cid-uy5JMWe5Mz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy5JMWe5Mz .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-uy5JMWe5Mz .container {
    padding: 0 30px;
  }
}
.cid-uy5JMWe5Mz .row {
  justify-content: center;
}
.cid-uy5JMWe5Mz .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uy5JMWe5Mz .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uy5JMWe5Mz .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uy5JMWe5Mz .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uy5JMWe5Mz .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uy5JMWe5Mz .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uy5JMWe5Mz .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uy5JMWe5Mz .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uy5JMWe5Mz .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uy5JMWe5Mz .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uy5JMWe5Mz .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uy5JMWe5Mz .nav-wrapper .list .item-wrap:hover,
.cid-uy5JMWe5Mz .nav-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uy5JMWe5Mz .nav-wrapper .list .item-wrap:hover::before,
.cid-uy5JMWe5Mz .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uy5JMWe5Mz .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all 0.3s ease-in-out;
}
.cid-uy5JMWe5Mz .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uy5JMWe5Mz .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uy5JMWe5Mz .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uy5JMWe5Mz .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uy5JMWe5Mz .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uy5JMWe5Mz .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uy5JMWe5Mz .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uy5JMWe5Mz .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uy5JMWe5Mz .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uy5JMWe5Mz .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #bbbbbb;
}
.cid-uy5JMWe5Mz .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uy5JMWe5Mz .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uy5JMWe5Mz .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uy5JMWe5Mz .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uy5JMWe5Mz .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uy5JMWe5Mz .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-uy5JMWe5Mz .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uy5JMWe5Mz .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f4f4f4;
}
.cid-uy5JMWe5Mz .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uy5JMWe5Mz .mbr-section-title {
  color: #bee0d6;
}
.cid-uy5JMWe5Mz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uy5JMWe5Mz .list {
  color: #bee0d6;
}
.cid-uy5JMWe5Mz .mbr-address {
  color: #f4f4f4;
}
.cid-uy5JMWe5Mz .mbr-copy {
  color: #bbbbbb;
}
.cid-uy5JMWe5Mz .mbr-section-title,
.cid-uy5JMWe5Mz .logo-wrapper {
  color: #bbbbbb;
}
.cid-uy5JMWe5Mz .list,
.cid-uy5JMWe5Mz .item-wrap,
.cid-uy5JMWe5Mz .nav-wrapper {
  color: #bbbbbb;
}
